Documentation ¶
Index ¶
- Constants
- func GetAuthorizationToken(c echo.Context) string
- func GetBody(c echo.Context) interface{}
- func GetContext(c echo.Context) *appcontext.AppContext
- func GetIP(c echo.Context) string
- func GetQuery(c echo.Context) interface{}
- func GetUserID(c echo.Context) string
- func SetBody(c echo.Context, value interface{})
- func SetContext(c echo.Context, value interface{})
- func SetQuery(c echo.Context, value interface{})
- func SetUserID(c echo.Context, value interface{})
- type PageToken
Constants ¶
View Source
const KeyBody = "body"
View Source
const KeyContext = "ctx"
View Source
const KeyQuery = "query"
View Source
const KeyUserID = "user_id"
Variables ¶
This section is empty.
Functions ¶
func GetAuthorizationToken ¶
func GetAuthorizationToken(c echo.Context) string
GetAuthorizationToken ...
Types ¶
Click to show internal directories.
Click to hide internal directories.