MCPcopy
hub / github.com/hatchet-dev/hatchet / WebhookAuth

Interface WebhookAuth

sdks/go/features/webhooks.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type WebhookAuth interface {
13 toCreateRequest(opts CreateWebhookOpts) (rest.V1CreateWebhookRequest, error)
14}
15
16type BasicAuth struct {
17 Username string

Callers

nothing calls this directly

Implementers 7

BasicAuthsdks/go/features/webhooks.go
APIKeyAuthsdks/go/features/webhooks.go
HMACAuthsdks/go/features/webhooks.go
SvixAuthsdks/go/features/webhooks.go
BasicAuthpkg/v1/features/webhooks.go
APIKeyAuthpkg/v1/features/webhooks.go
HMACAuthpkg/v1/features/webhooks.go

Calls

no outgoing calls

Tested by

no test coverage detected