MCPcopy
hub / github.com/marmotedu/iam / UserController

Struct UserController

internal/apiserver/controller/v1/user/user.go:13–15  ·  view source on GitHub ↗

UserController create a user handler used to handle request for user resource.

Source from the content-addressed store, hash-verified

11
12// UserController create a user handler used to handle request for user resource.
13type UserController struct {
14 srv srvv1.Service
15}
16
17// NewUserController creates a user handler.
18func NewUserController(store store.Factory) *UserController {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected