(ctx context.Context, providerId string, priority int)
| 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 | } |
no outgoing calls
no test coverage detected