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

Method Sort

module/ai-key/module.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, providerId string, input *ai_key_dto.Sort)

Source from the content-addressed store, hash-verified

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
19}
20
21func init() {

Callers 4

saveCsvFunction · 0.65
pluginItemUnmarshalYAMLFunction · 0.65
UnConfiguredProvidersMethod · 0.65
SearchMethod · 0.65

Implementers 1

imlKeyModulemodule/ai-key/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected