MCPcopy
hub / github.com/semaphoreui/semaphore / GetUsers

Method GetUsers

db/Store.go:231–231  ·  view source on GitHub ↗
(params RetrieveQueryParams)

Source from the content-addressed store, hash-verified

229 GetProUserCount() (int, error)
230 GetUserCount() (int, error)
231 GetUsers(params RetrieveQueryParams) ([]User, error)
232 CreateUserWithoutPassword(user User) (User, error)
233 CreateUser(user UserWithPwd) (User, error)
234 DeleteUser(userID int) error

Callers 6

user_list.goFile · 0.65
resolveImportUserFunction · 0.65
loadMethod · 0.65
restoreMethod · 0.65
GetUsersMethod · 0.65
TestGetUsersFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestGetUsersFunction · 0.52