(ctx context.Context, id string)
| 22 | Disable(ctx context.Context, id string) error |
| 23 | Publish(ctx context.Context, driver string, scope string, target string) error |
| 24 | Delete(ctx context.Context, id string) error |
| 25 | ToPublish(ctx context.Context, driver string) ([]*strategy_dto.ToPublishItem, error) |
| 26 | Restore(ctx context.Context, id string) error |
| 27 |
no outgoing calls
no test coverage detected