Documentation
¶
Index ¶
- type WebHookServiceImpl
- func (i *WebHookServiceImpl) Init() error
- func (i *WebHookServiceImpl) Name() string
- func (i *WebHookServiceImpl) QueryWebHook(ctx context.Context, in *webhook.QueryWebHookRequest) (*types.Set[*webhook.WebHook], error)
- func (i *WebHookServiceImpl) Run(ctx context.Context, in *webhook.WebHookSpec) *webhook.WebHook
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebHookServiceImpl ¶
type WebHookServiceImpl struct { ioc.ObjectImpl // contains filtered or unexported fields }
func (*WebHookServiceImpl) Init ¶
func (i *WebHookServiceImpl) Init() error
func (*WebHookServiceImpl) Name ¶
func (i *WebHookServiceImpl) Name() string
func (*WebHookServiceImpl) QueryWebHook ¶
func (i *WebHookServiceImpl) QueryWebHook(ctx context.Context, in *webhook.QueryWebHookRequest) (*types.Set[*webhook.WebHook], error)
QueryWebHook implements webhook.Service.
func (*WebHookServiceImpl) Run ¶
func (i *WebHookServiceImpl) Run(ctx context.Context, in *webhook.WebHookSpec) *webhook.WebHook
Run implements webhook.Service.
Click to show internal directories.
Click to hide internal directories.