Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ CountUser
Method
CountUser
api/user.go:22–22 ·
view source on GitHub ↗
(condition ...interface{})
Source
from the content-addressed store, hash-verified
20
UpdateUser(user *model.User) error
21
CreateUser(user *model.User) error
22
CountUser(condition ...
interface
{}) (int64, error)
23
}
24
25
// UserChangeNotifier notifies listeners for user changes.
Callers
3
TestUser
Method · 0.65
DeleteUserByID
Method · 0.65
UpdateUserByID
Method · 0.65
Implementers
1
GormDatabase
database/database.go
Calls
no outgoing calls
Tested by
1
TestUser
Method · 0.52