Documentation ¶ Index ¶ type IHandler func NewHandler(ctx *gin.Context, opt *jwt.Option) IHandler func NewStatefulHandler(ctx *gin.Context, opt *jwt.Option, store jwt.StatefulStore) IHandler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type IHandler ¶ type IHandler interface { Handle() error } func NewHandler ¶ func NewHandler(ctx *gin.Context, opt *jwt.Option) IHandler func NewStatefulHandler ¶ func NewStatefulHandler(ctx *gin.Context, opt *jwt.Option, store jwt.StatefulStore) IHandler Source Files ¶ View all Source files handler.gostateful_handler.go Click to show internal directories. Click to hide internal directories.