MCPcopy 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

21var verifiers map[string]Verifier
22
23type Verifier struct {
24 Verifier string
25 Hashed string
26}
27
28func init() {
29 verifiers = make(map[string]Verifier)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected