Documentation ¶
Index ¶
- func Mailer(config *config.Configuration) mailer.Mailer
- type API
- func (a *API) GetQRCode(c echo.Context) error
- func (a *API) LinkCreate(c echo.Context) error
- func (a *API) LinkDelete(c echo.Context) error
- func (a *API) LinkUpdate(c echo.Context) error
- func (a *API) LinksList(c echo.Context) error
- func (a *API) Login(c echo.Context) error
- func (a *API) RefreshToken(c echo.Context) error
- func (a *API) Start()
- type LoginResponse
- type Template
- type ViewData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) LinkCreate ¶ added in v0.0.6
LinkCreate creates a new Link
func (*API) LinkDelete ¶ added in v0.0.6
LinkDelete deletes a single entry
func (*API) LinkUpdate ¶ added in v0.0.6
LinkUpdate updates link url
func (*API) RefreshToken ¶ added in v0.0.6
RefreshToken handels token refreshs!
type LoginResponse ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.