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

Method KeysByProvider

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

Source from the content-addressed store, hash-verified

17 DeleteByProvider(ctx context.Context, providerId string) error
18 DefaultKey(ctx context.Context, providerId string) (*Key, error)
19 KeysByProvider(ctx context.Context, providerId string) ([]*Key, error)
20 CountMapByProvider(ctx context.Context, keyword string, conditions map[string]interface{}) (map[string]int64, error)
21 MaxPriority(ctx context.Context, providerId string) (int, error)
22 SortBefore(ctx context.Context, provider string, originID string, targetID string) ([]*Key, error)

Callers 2

DeleteMethod · 0.65
SortMethod · 0.65

Implementers 1

imlAIKeyServiceservice/ai-key/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected