(client *model.Client)
| 16 | GetClientsByUser(userID uint) ([]*model.Client, error) |
| 17 | DeleteClientByID(id uint) error |
| 18 | UpdateClient(client *model.Client) error |
| 19 | } |
| 20 | |
| 21 | // The ClientAPI provides handlers for managing clients and applications. |
no outgoing calls