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

Struct authKeyController

src/controller/auth_key.controller.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type authKeyController struct {
17 authKeyService service.AuthKeyService
18}
19
20func NewAuthKeyController(authKeyService service.AuthKeyService) AuthKeyController {
21 return &authKeyController{authKeyService: authKeyService}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected