MCPcopy Create free account
hub / github.com/Trendyol/wolfichef / init

Function init

api/controllers/gitlab.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func init() {
29 verifiers = make(map[string]Verifier)
30}
31
32func GitlabOAuthUrl(c *fiber.Ctx) error {
33 identifier := fmt.Sprintf("%v", c.Locals("identifier"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected