(ctx context.Context, provider string, originID string, targetID string)
| 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) |
| 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 |
no outgoing calls
no test coverage detected