Documentation
¶
Index ¶
- type API
- func (a *API) AddCube(c echo.Context) error
- func (a *API) AddCubeImage(c echo.Context) error
- func (a *API) AddCubeToCollection(c echo.Context) error
- func (a *API) DeleteCube(c echo.Context) error
- func (a *API) GetCubesCollection(c echo.Context) error
- func (a *API) LoginUser(c echo.Context) error
- func (a *API) RegisterRoutes(e *echo.Echo)
- func (a *API) RegisterUser(c echo.Context) error
- func (a *API) RemoveCubeFromCollection(c echo.Context) error
- func (a *API) Start(e *echo.Echo, address string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) AddCubeImage ¶
func (*API) AddCubeToCollection ¶
func (*API) DeleteCube ¶
func (*API) GetCubesCollection ¶
func (*API) RegisterRoutes ¶
func (a *API) RegisterRoutes(e *echo.Echo)
func (*API) RegisterUser ¶
func (*API) RemoveCubeFromCollection ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.