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

Method CreateUser

internal/manager/user.go:15–15  ·  view source on GitHub ↗
(u *user.User)

Source from the content-addressed store, hash-verified

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)
18}

Callers 1

CreateUserMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected