(ctx context.Context, providerId string)
| 16 | universally.IServiceDelete |
| 17 | DeleteByProvider(ctx context.Context, providerId string) error |
| 18 | DefaultKey(ctx context.Context, providerId string) (*Key, error) |
| 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) |
no outgoing calls
no test coverage detected