Documentation
¶
Index ¶
- func New(l log.Logger) (sdk.FanOut, error)
- type DependencyTrack
- func (i *DependencyTrack) Attach(ctx context.Context, req *sdk.AttachmentRequest) (*sdk.AttachmentResponse, error)
- func (i *DependencyTrack) Execute(ctx context.Context, req *sdk.ExecutionRequest) error
- func (i *DependencyTrack) Register(ctx context.Context, req *sdk.RegistrationRequest) (*sdk.RegistrationResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DependencyTrack ¶
type DependencyTrack struct {
*sdk.FanOutIntegration
}
func (*DependencyTrack) Attach ¶
func (i *DependencyTrack) Attach(ctx context.Context, req *sdk.AttachmentRequest) (*sdk.AttachmentResponse, error)
Validate and return what configuration attachment to persist
Click to show internal directories.
Click to hide internal directories.