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

Struct clientController

src/controller/client_controller.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type clientController struct {
19 clientService service.ClientService
20}
21
22func NewClientController(clientService service.ClientService) ClientController {
23 return &clientController{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected