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

Method CreateKey

internal/manager/key.go:22–22  ·  view source on GitHub ↗
(key *key.RequestKey)

Source from the content-addressed store, hash-verified

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)
23 DeleteKey(id string) error
24 GetProviderSetting(id string, withSecret bool) (*provider.Setting, error)
25 GetPolicyById(id string) (*policy.Policy, error)

Callers 1

CreateKeyMethod · 0.65

Implementers 1

Storeinternal/storage/postgresql/postgresql

Calls

no outgoing calls

Tested by

no test coverage detected