MCPcopy Create free account
hub / github.com/bricks-cloud/BricksLLM / GetUsers

Method GetUsers

internal/manager/user.go:14–14  ·  view source on GitHub ↗
(tags, keyIds, userIds []string, offset int, limit int)

Source from the content-addressed store, hash-verified

12
13type UserStorage interface {
14 GetUsers(tags, keyIds, userIds []string, offset int, limit int) ([]*user.User, error)
15 CreateUser(u *user.User) (*user.User, error)
16 UpdateUser(id string, uu *user.UpdateUser) (*user.User, error)
17 UpdateUserViaTagsAndUserId(tags []string, uid string, uu *user.UpdateUser) (*user.User, error)

Callers 2

GetUsersMethod · 0.65
CreateUserMethod · 0.65

Implementers 2

Storeinternal/storage/postgresql/postgresql
UserManagerinternal/manager/user.go

Calls

no outgoing calls

Tested by

no test coverage detected