(ctx context.Context, id string)
| 32 | UpdateClient(ctx context.Context, c *Client) error |
| 33 | |
| 34 | DeleteClient(ctx context.Context, id string) error |
| 35 | |
| 36 | GetClients(ctx context.Context, filters Filter) ([]Client, *keysetpagination.Paginator, error) |
| 37 |
no outgoing calls