(ctx context.Context, id string)
| 20 | SearchAllByDriver(ctx context.Context, keyword string, driver string, scope int, target string) ([]*Strategy, error) |
| 21 | Get(ctx context.Context, id string) (*Strategy, error) |
| 22 | SortDelete(ctx context.Context, id string) error |
| 23 | Delete(ctx context.Context, id ...string) error |
| 24 | |
| 25 | Restore(ctx context.Context, id string) error |
no outgoing calls
no test coverage detected