Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Trendyol/wolfichef
/ Verifier
Struct
Verifier
api/controllers/gitlab.go:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
var
verifiers
map
[string]Verifier
22
23
type
Verifier
struct
{
24
Verifier string
25
Hashed string
26
}
27
28
func
init() {
29
verifiers = make(
map
[string]Verifier)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected