()
| 26 | } |
| 27 | |
| 28 | func init() { |
| 29 | verifiers = make(map[string]Verifier) |
| 30 | } |
| 31 | |
| 32 | func GitlabOAuthUrl(c *fiber.Ctx) error { |
| 33 | identifier := fmt.Sprintf("%v", c.Locals("identifier")) |
nothing calls this directly
no outgoing calls
no test coverage detected