Save(ctx context.Context, id string, cfg *SetProvider) error MaxPriority(ctx context.Context) (int, error)
(ctx context.Context, uuid string)
| 16 | //Save(ctx context.Context, id string, cfg *SetProvider) error |
| 17 | //MaxPriority(ctx context.Context) (int, error) |
| 18 | CheckUuidDuplicate(ctx context.Context, uuid string) bool |
| 19 | } |
| 20 | |
| 21 | func init() { |
no outgoing calls
no test coverage detected