Documentation ¶
Index ¶
- Constants
- func Body[T types.Body](c echo.Context) (T, error)
- func InstallHandlers(app core.App, g Group)
- func InstallMusicHandlers(app core.App, group Group)
- func RawBody[T types.Body](rawJson string) (T, error)
- func RouteNotFound() *api.Error
- func Server(app core.App) (*echo.Echo, error)
- type Album
- type Group
- type Handler
- type PostAlbum
- type PostAlbumBody
- type Track
Constants ¶
View Source
const (
ErrTypeRouteNotFound api.ErrorType = "ROUTE_NOT_FOUND"
)
View Source
const ErrTypeUnknownError api.ErrorType = "UNKNOWN_ERROR"
Variables ¶
This section is empty.
Functions ¶
func InstallHandlers ¶
func InstallMusicHandlers ¶
func RouteNotFound ¶
Types ¶
type PostAlbumBody ¶
func (PostAlbumBody) Schema ¶
func (PostAlbumBody) Schema() jio.Schema
Click to show internal directories.
Click to hide internal directories.