(ctx context.Context, id string, useToken int)
| 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 | } |
| 28 | |
| 29 | func init() { |
no outgoing calls
no test coverage detected