(ctx context.Context, filters Filter)
| 34 | DeleteClient(ctx context.Context, id string) error |
| 35 | |
| 36 | GetClients(ctx context.Context, filters Filter) ([]Client, *keysetpagination.Paginator, error) |
| 37 | |
| 38 | GetConcreteClient(ctx context.Context, id string) (*Client, error) |
| 39 | } |
no outgoing calls