Documentation
¶
Index ¶
- type Handler
- func (h *Handler) CreateBackup(c echo.Context) error
- func (h *Handler) DeleteBackup(c echo.Context) error
- func (h *Handler) DownloadBackup(c echo.Context) error
- func (h *Handler) GetBackup(c echo.Context) error
- func (h *Handler) ListBackups(c echo.Context) error
- func (h *Handler) ListServices(c echo.Context) error
- func (h *Handler) RegisterRoutes(e *echo.Echo)
- func (h *Handler) RestoreBackup(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler holds all objects and configurations used across API requests
func (*Handler) RegisterRoutes ¶
Click to show internal directories.
Click to hide internal directories.