MCPcopy Create free account
hub / github.com/gogs/gogs / HookContentType

TypeAlias HookContentType

internal/database/webhook.go:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31var HookQueue = sync.NewUniqueQueue(1000)
32
33type HookContentType int
34
35const (
36 JSON HookContentType = iota + 1

Callers 2

WebhooksNewPostFunction · 0.92
WebhooksEditPostFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected