MCPcopy Index your code
hub / github.com/semaphoreui/semaphore / CreateUser

Method CreateUser

db/Store.go:233–233  ·  view source on GitHub ↗
(user UserWithPwd)

Source from the content-addressed store, hash-verified

231 GetUsers(params RetrieveQueryParams) ([]User, error)
232 CreateUserWithoutPassword(user User) (User, error)
233 CreateUser(user UserWithPwd) (User, error)
234 DeleteUser(userID int) error
235 UpdateUser(user UserWithPwd) error
236 ImportUser(user UserWithPwd) (User, error)

Callers 14

doSetupFunction · 0.65
user_add.goFile · 0.65
TestBackupProjectFunction · 0.65
AddUserMethod · 0.65
TestGetUsersFunction · 0.65
TestGetUserFunction · 0.65
TestGetUserCountFunction · 0.65
TestBoltDb_DeleteUserFunction · 0.65

Implementers 2

SqlDbdb/sql/SqlDb.go
BoltDbdb/bolt/BoltDb.go

Calls

no outgoing calls

Tested by 11

TestBackupProjectFunction · 0.52
TestGetUsersFunction · 0.52
TestGetUserFunction · 0.52
TestGetUserCountFunction · 0.52
TestBoltDb_DeleteUserFunction · 0.52
TestGetProjectsFunction · 0.52