Documentation ¶ Index ¶ Variables func Create() (err error) type Impl func (i *Impl) CallWebhook(ctx context.Context, event cncrdapi.WebhookEventDto) error type Self func Get() Self Constants ¶ This section is empty. Variables ¶ View Source var ( DownstreamError = errors.New("downstream unavailable - see log for details") ) Functions ¶ func Create ¶ func Create() (err error) Types ¶ type Impl ¶ type Impl struct { // contains filtered or unexported fields } func (*Impl) CallWebhook ¶ func (i *Impl) CallWebhook(ctx context.Context, event cncrdapi.WebhookEventDto) error type Self ¶ type Self interface { CallWebhook(ctx context.Context, event cncrdapi.WebhookEventDto) error } func Get ¶ func Get() Self Source Files ¶ View all Source files client.go instance.go interface.go Click to show internal directories. Click to hide internal directories.