Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ CreateUser
Method
CreateUser
api/user.go:21–21 ·
view source on GitHub ↗
(user *model.User)
Source
from the content-addressed store, hash-verified
19
DeleteUserByID(id uint) error
20
UpdateUser(user *model.User) error
21
CreateUser(user *model.User) error
22
CountUser(condition ...
interface
{}) (int64, error)
23
}
24
Callers
15
TestMessage
Method · 0.65
TestGetMessagesSince
Method · 0.65
TestUser
Method · 0.65
TestUserPlugins
Method · 0.65
TestDeleteUserDeletesApplicationsAndClientsAndPluginConfs
Method · 0.65
TestClient
Method · 0.65
TestApplication
Method · 0.65
SetupSuite
Method · 0.65
NewUserWithName
Method · 0.65
Test_DeleteUserByID_LastAdmin_Expect400
Method · 0.65
Test_CreateUser
Method · 0.65
Test_CreateUser_ByNonAdmin
Method · 0.65
Implementers
1
GormDatabase
database/database.go
Calls
no outgoing calls
Tested by
15
TestMessage
Method · 0.52
TestGetMessagesSince
Method · 0.52
TestUser
Method · 0.52
TestUserPlugins
Method · 0.52
TestDeleteUserDeletesApplicationsAndClientsAndPluginConfs
Method · 0.52
TestClient
Method · 0.52
TestApplication
Method · 0.52
SetupSuite
Method · 0.52
Test_DeleteUserByID_LastAdmin_Expect400
Method · 0.52
Test_CreateUser
Method · 0.52
Test_CreateUser_ByNonAdmin
Method · 0.52
Test_CreateUser_Register_ByNonAdmin
Method · 0.52