(userID uint)
| 14 | GetClientByToken(token string) (*model.Client, error) |
| 15 | GetClientByID(id uint) (*model.Client, error) |
| 16 | GetClientsByUser(userID uint) ([]*model.Client, error) |
| 17 | DeleteClientByID(id uint) error |
| 18 | UpdateClient(client *model.Client) error |
| 19 | } |
no outgoing calls