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

Method CreateKey

internal/server/web/admin/admin.go:33–33  ·  view source on GitHub ↗
(key *key.RequestKey)

Source from the content-addressed store, hash-verified

31 GetKeysV2(tags, keyIds []string, revoked *bool, limit, offset int, name, order string, returnCount bool) (*key.GetKeysResponse, error)
32 UpdateKey(id string, key *key.UpdateKey) (*key.ResponseKey, error)
33 CreateKey(key *key.RequestKey) (*key.ResponseKey, error)
34 DeleteKey(id string) error
35}
36

Callers 1

getCreateKeyHandlerFunction · 0.65

Implementers 2

Storeinternal/storage/postgresql/postgresql
Managerinternal/manager/key.go

Calls

no outgoing calls

Tested by

no test coverage detected