Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
var
HookQueue = sync.NewUniqueQueue(1000)
32
33
type
HookContentType int
34
35
const
(
36
JSON HookContentType = iota + 1
Callers
2
WebhooksNewPost
Function · 0.92
WebhooksEditPost
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected