Documentation ¶
Index ¶
- Variables
- func Create(c echo.Context) error
- func Delete(c echo.Context) error
- func GenStateString() (string, 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 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 LoginOauth ¶ added in v0.2.0
func LoginOauth(c echo.Context) error
Types ¶
type ReqUserCreate ¶
type ReqUserDelete ¶
type ReqUserList ¶
type ReqUserUpdate ¶
Click to show internal directories.
Click to hide internal directories.