The ClientAPI provides handlers for managing clients and applications.
| 20 | |
| 21 | // The ClientAPI provides handlers for managing clients and applications. |
| 22 | type ClientAPI struct { |
| 23 | DB ClientDatabase |
| 24 | ImageDir string |
| 25 | NotifyDeleted func(uint, string) |
| 26 | } |
| 27 | |
| 28 | // Client Params Model |
| 29 | // |
nothing calls this directly
no outgoing calls
no test coverage detected