 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func New(l log.Logger) (sdk.FanOut, error)
- type Integration
- func (i *Integration) Attach(_ context.Context, _ *sdk.AttachmentRequest) (*sdk.AttachmentResponse, error)
- func (i *Integration) Execute(_ context.Context, req *sdk.ExecutionRequest) error
- func (i *Integration) Register(_ context.Context, req *sdk.RegistrationRequest) (*sdk.RegistrationResponse, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Integration ¶
type Integration struct {
	*sdk.FanOutIntegration
}
    func (*Integration) Attach ¶
func (i *Integration) Attach(_ context.Context, _ *sdk.AttachmentRequest) (*sdk.AttachmentResponse, error)
Attachment is executed when to attach a registered instance of this integration to a specific workflow
 Click to show internal directories. 
   Click to hide internal directories.