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

Method DeleteKey

internal/server/web/admin/admin.go:34–34  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

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
37type KeyReportingManager interface {

Callers 1

getDeleteKeyHandlerFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected