Documentation ¶
Index ¶
- Variables
- func Create(c echo.Context) error
- func Delete(c echo.Context) error
- func GenStateString() (string, error)
- func GetAppConfig(c echo.Context) error
- func GetAppViewHistory(c echo.Context) error
- func GetTabVisit(c echo.Context) error
- func Info(c *core.Context) error
- func List(c echo.Context) error
- func Login(c echo.Context) error
- func LoginOauth(c echo.Context) error
- func Logout(c echo.Context) error
- func PostAppConfig(c echo.Context) error
- func PostAppViewHistory(c echo.Context) error
- func PostTabVisit(c echo.Context) error
- func Update(c echo.Context) error
- type ReqUserCreate
- type ReqUserDelete
- type ReqUserList
- type ReqUserUpdate
Constants ¶
This section is empty.
Variables ¶
View Source
var (
OauthStateCookieName = "oauth_state"
)
Functions ¶
func GenStateString ¶ added in v0.2.0
func GetTabVisit ¶ added in v0.4.3
func GetTabVisit(c echo.Context) error
func LoginOauth ¶ added in v0.2.0
func LoginOauth(c echo.Context) error
func PostAppConfig ¶ added in v0.4.3
func PostAppConfig(c echo.Context) error
func PostTabVisit ¶ added in v0.4.3
func PostTabVisit(c echo.Context) error
Types ¶
type ReqUserCreate ¶
type ReqUserDelete ¶
type ReqUserList ¶
type ReqUserUpdate ¶
Click to show internal directories.
Click to hide internal directories.