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

Method UpdateKey

internal/server/web/admin/admin.go:32–32  ·  view source on GitHub ↗
(id string, key *key.UpdateKey)

Source from the content-addressed store, hash-verified

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)
34 DeleteKey(id string) error
35}

Callers 1

getUpdateKeyHandlerFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected