MCPcopy
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

TestUserMethod · 0.65
DeleteUserByIDMethod · 0.65
UpdateUserByIDMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 1

TestUserMethod · 0.52