Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface { web.Registerer Login(c echo.Context) error CurrentUser(c echo.Context) error Logout(c echo.Context) error }
Server is the interface for the account app server.
type Store ¶
type Store interface { // UserStore, LoginTokenStore and UserSessionStore are needed for user login/logout. store.UserStore store.LoginTokenStore store.UserSessionStore }
Store used by the account app.
Click to show internal directories.
Click to hide internal directories.