Documentation ¶ Index ¶ type CKey type Error type Gin func New(g *g.RouterGroup, l logger.Interface) *Gin func (ge *Gin) AuthCheck(jwt *jwt.Jwt) g.HandlerFunc func (ge *Gin) ErrorResponse(c *g.Context, code int, msg string, iss string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CKey ¶ type CKey string type Error ¶ type Error struct { Error string `json:"error" example:"message"` } type Gin ¶ type Gin struct { R *g.RouterGroup L logger.Interface } func New ¶ func New(g *g.RouterGroup, l logger.Interface) *Gin func (*Gin) AuthCheck ¶ func (ge *Gin) AuthCheck(jwt *jwt.Jwt) g.HandlerFunc func (*Gin) ErrorResponse ¶ func (ge *Gin) ErrorResponse(c *g.Context, code int, msg string, iss string, err error) Source Files ¶ View all Source files gin.go Click to show internal directories. Click to hide internal directories.