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

Method CreateUser

src/controller/user_controller.go:13–13  ·  view source on GitHub ↗
(c *fiber.Ctx)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 1

userControllersrc/controller/user_controller.go

Calls

no outgoing calls

Tested by

no test coverage detected