The ApplicationAPI provides handlers for managing applications.
| 27 | |
| 28 | // The ApplicationAPI provides handlers for managing applications. |
| 29 | type ApplicationAPI struct { |
| 30 | DB ApplicationDatabase |
| 31 | ImageDir string |
| 32 | } |
| 33 | |
| 34 | // Application Params Model |
| 35 | // |
nothing calls this directly
no outgoing calls
no test coverage detected