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

Method KeysAfterPriority

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

Source from the content-addressed store, hash-verified

22 SortBefore(ctx context.Context, provider string, originID string, targetID string) ([]*Key, error)
23 SortAfter(ctx context.Context, provider string, originID string, targetID string) ([]*Key, error)
24 KeysAfterPriority(ctx context.Context, providerId string, priority int) ([]*Key, error)
25 SearchUnExpiredByPage(ctx context.Context, w map[string]interface{}, page, pageSize int, order string) ([]*Key, int64, error)
26 IncrUseToken(ctx context.Context, id string, useToken int) error
27}

Callers 1

DeleteMethod · 0.65

Implementers 1

imlAIKeyServiceservice/ai-key/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected