Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookSink ¶
type WebhookSink struct {
// contains filtered or unexported fields
}
func NewWebhookSink ¶
func NewWebhookSink(ctx context.Context, client *resty.Client, operatorWebhook string, inChan chan StreamMessage[*common.RunCompletionEventData]) *WebhookSink
func (WebhookSink) In ¶
func (hws WebhookSink) In() chan<- StreamMessage[*common.RunCompletionEventData]
func (WebhookSink) SendEvents ¶
func (hws WebhookSink) SendEvents()
Click to show internal directories.
Click to hide internal directories.