MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / GetUsers

Function GetUsers

internal/op/user.go:64–66  ·  view source on GitHub ↗
(pageIndex, pageSize int)

Source from the content-addressed store, hash-verified

62}
63
64func GetUsers(pageIndex, pageSize int) (users []model.User, count int64, err error) {
65 return db.GetUsers(pageIndex, pageSize)
66}
67
68func CreateUser(u *model.User) error {
69 u.BasePath = utils.FixAndCleanPath(u.BasePath)

Callers 3

HashPwdForOldVersionFunction · 0.92
UpdateAuthnForOldVersionFunction · 0.92
ListUsersFunction · 0.92

Calls 1

GetUsersFunction · 0.92

Tested by

no test coverage detected