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

Method GetKeys

internal/manager/key.go:19–19  ·  view source on GitHub ↗
(tags, keyIds []string, provider string)

Source from the content-addressed store, hash-verified

17
18type Storage interface {
19 GetKeys(tags, keyIds []string, provider string) ([]*key.ResponseKey, error)
20 GetKeysV2(tags, keyIds []string, revoked *bool, limit, offset int, name, order string, returnCount bool) (*key.GetKeysResponse, error)
21 UpdateKey(id string, key *key.UpdateKey) (*key.ResponseKey, error)
22 CreateKey(key *key.RequestKey) (*key.ResponseKey, error)

Callers 5

validateRouteMethod · 0.65
GetKeysMethod · 0.65
CreateUserMethod · 0.65
UpdateUserMethod · 0.65

Implementers 1

Storeinternal/storage/postgresql/postgresql

Calls

no outgoing calls

Tested by

no test coverage detected