MCPcopy Create free account
hub / github.com/SwishHQ/spread / GetAllAuthKeys

Method GetAllAuthKeys

src/controller/auth_key.controller.go:13–13  ·  view source on GitHub ↗
(c *fiber.Ctx)

Source from the content-addressed store, hash-verified

11type AuthKeyController interface {
12 CreateAuthKey(c *fiber.Ctx) error
13 GetAllAuthKeys(c *fiber.Ctx) error
14}
15
16type authKeyController struct {

Callers 1

GetAllAuthKeysMethod · 0.65

Implementers 2

authKeyControllersrc/controller/auth_key.controller.go
authKeyServicesrc/service/auth_key.service.go

Calls

no outgoing calls

Tested by

no test coverage detected