Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
type
WebhookAuth
interface
{
13
toCreateRequest(opts CreateWebhookOpts) (rest.V1CreateWebhookRequest, error)
14
}
15
16
type
BasicAuth
struct
{
17
Username string
Callers
nothing calls this directly
Implementers
7
BasicAuth
sdks/go/features/webhooks.go
APIKeyAuth
sdks/go/features/webhooks.go
HMACAuth
sdks/go/features/webhooks.go
SvixAuth
sdks/go/features/webhooks.go
BasicAuth
pkg/v1/features/webhooks.go
APIKeyAuth
pkg/v1/features/webhooks.go
HMACAuth
pkg/v1/features/webhooks.go
Calls
no outgoing calls
Tested by
no test coverage detected