MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Get

Method Get

module/ai-key/module.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, providerId string, id string)

Source from the content-addressed store, hash-verified

13 Edit(ctx context.Context, providerId string, id string, input *ai_key_dto.Edit) error
14 Delete(ctx context.Context, providerId string, id string) error
15 Get(ctx context.Context, providerId string, id string) (*ai_key_dto.Key, error)
16 List(ctx context.Context, providerId string, keyword string, page, pageSize int, statuses []string) ([]*ai_key_dto.Item, int64, error)
17 UpdateKeyStatus(ctx context.Context, providerId string, id string, enable bool) error
18 Sort(ctx context.Context, providerId string, input *ai_key_dto.Sort) error

Callers 7

CreateMethod · 0.65
EditMethod · 0.65
DeleteMethod · 0.65
GetMethod · 0.65
ListMethod · 0.65
UpdateKeyStatusMethod · 0.65
SortMethod · 0.65

Implementers 1

imlKeyModulemodule/ai-key/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected