Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SwishHQ/spread
/ AuthKeyController
Interface
AuthKeyController
src/controller/auth_key.controller.go:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
AuthKeyController
interface
{
12
CreateAuthKey(c *fiber.Ctx) error
13
GetAllAuthKeys(c *fiber.Ctx) error
14
}
15
16
type
authKeyController
struct
{
17
authKeyService service.AuthKeyService
Callers
2
CreateAuthKey
Method · 0.65
GetAllAuthKeys
Method · 0.65
Implementers
2
authKeyController
src/controller/auth_key.controller.go
authKeyService
src/service/auth_key.service.go
Calls
no outgoing calls
Tested by
no test coverage detected