(ctx context.Context, providerId string)
| 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) |
| 23 | SortAfter(ctx context.Context, provider string, originID string, targetID string) ([]*Key, error) |
| 24 | KeysAfterPriority(ctx context.Context, providerId string, priority int) ([]*Key, error) |
no outgoing calls
no test coverage detected