MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Get

Method Get

module/system-apikey/module.go:17–17  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

15 Update(ctx context.Context, id string, input *system_apikey_dto.Update) error
16 Delete(ctx context.Context, id string) error
17 Get(ctx context.Context, id string) (*system_apikey_dto.APIKey, error)
18 Search(ctx context.Context, keyword string) ([]*system_apikey_dto.Item, error)
19 SimpleList(ctx context.Context) ([]*system_apikey_dto.SimpleItem, error)
20 MyAPIKeys(ctx context.Context) ([]*system_apikey_dto.SimpleItem, error)

Callers 2

MyAPIKeysByAppMethod · 0.65
GetMethod · 0.65

Implementers 1

imlAPIKeyModulemodule/system-apikey/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected