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

Struct userController

src/controller/user_controller.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type userController struct {
21 userService service.UserService
22}
23
24func NewUserController(userService service.UserService) UserController {
25 return &userController{userService: userService}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected