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

Struct WebhooksView

cmd/hatchet-cli/cli/tui/webhooks.go:19–27  ·  view source on GitHub ↗

WebhooksView displays a list of V1 webhooks in a table

Source from the content-addressed store, hash-verified

17
18// WebhooksView displays a list of V1 webhooks in a table
19type WebhooksView struct {
20 lastFetch time.Time
21 table *TableWithStyleFunc
22 debugLogger *DebugLogger
23 webhooks []rest.V1Webhook
24 BaseModel
25 loading bool
26 showDebug bool
27}
28
29// webhooksMsg contains the fetched webhooks
30type webhooksMsg struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected