Documentation
¶
Index ¶
- type FanOut
- func (_m *FanOut) Attach(ctx context.Context, req *sdk.AttachmentRequest) (*sdk.AttachmentResponse, error)
- func (_m *FanOut) Describe() *sdk.IntegrationInfo
- func (_m *FanOut) Execute(ctx context.Context, req *sdk.ExecutionRequest) error
- func (_m *FanOut) GetSubscribedMaterials() []*sdk.InputMaterial
- func (_m *FanOut) IsSubscribedTo(materialType string) bool
- func (_m *FanOut) Register(ctx context.Context, req *sdk.RegistrationRequest) (*sdk.RegistrationResponse, error)
- func (_m *FanOut) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FanOut ¶
FanOut is an autogenerated mock type for the FanOut type
func NewFanOut ¶
NewFanOut creates a new instance of FanOut. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*FanOut) Attach ¶
func (_m *FanOut) Attach(ctx context.Context, req *sdk.AttachmentRequest) (*sdk.AttachmentResponse, error)
Attach provides a mock function with given fields: ctx, req
func (*FanOut) Describe ¶
func (_m *FanOut) Describe() *sdk.IntegrationInfo
Describe provides a mock function with no fields
func (*FanOut) GetSubscribedMaterials ¶ added in v1.46.0
func (_m *FanOut) GetSubscribedMaterials() []*sdk.InputMaterial
GetSubscribedMaterials provides a mock function with no fields
func (*FanOut) IsSubscribedTo ¶
IsSubscribedTo provides a mock function with given fields: materialType
func (*FanOut) Register ¶
func (_m *FanOut) Register(ctx context.Context, req *sdk.RegistrationRequest) (*sdk.RegistrationResponse, error)
Register provides a mock function with given fields: ctx, req
Click to show internal directories.
Click to hide internal directories.