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

Interface UserController

src/controller/user_controller.go:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type UserController interface {
13 CreateUser(c *fiber.Ctx) error
14 LoginUser(c *fiber.Ctx) error
15 GetUser(c *fiber.Ctx) error
16 SetupStatus(c *fiber.Ctx) error
17 InitUser(c *fiber.Ctx) error
18}
19
20type userController struct {
21 userService service.UserService

Callers

nothing calls this directly

Implementers 1

userControllersrc/controller/user_controller.go

Calls

no outgoing calls

Tested by

no test coverage detected