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

Method GetKeys

internal/server/web/admin/admin.go:30–30  ·  view source on GitHub ↗
(tags, keyIds []string, provider string)

Source from the content-addressed store, hash-verified

28
29type KeyManager interface {
30 GetKeys(tags, keyIds []string, provider string) ([]*key.ResponseKey, error)
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)

Callers 1

getGetKeysHandlerFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected