Versions in this module Expand all Collapse all v0 v0.2.0 Jun 18, 2017 Changes in this version + func GetUser(c *gin.Context) (user uic.User, err error) + func JSONR(c *gin.Context, arg ...interface{}) (werror error) + func PageParser(page string, limit string) (p int, l int, err error) + func SessionChecking(c *gin.Context) (auth bool, err error) + type RespJson struct + Error string + Msg string + type WebSession struct + Name string + Sig string + func GetSession(c *gin.Context) (session WebSession, err error)