MCPcopy Index your code
hub / github.com/devtron-labs/devtron / CreateUser

Method CreateUser

api/auth/user/UserRestHandler.go:42–42  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

40
41type UserRestHandler interface {
42 CreateUser(w http.ResponseWriter, r *http.Request)
43 UpdateUser(w http.ResponseWriter, r *http.Request)
44 GetById(w http.ResponseWriter, r *http.Request)
45 GetAll(w http.ResponseWriter, r *http.Request)

Callers 1

CreateUserMethod · 0.65

Implementers 1

UserRestHandlerImplapi/auth/user/UserRestHandler.go

Calls

no outgoing calls

Tested by

no test coverage detected