Versions in this module Expand all Collapse all v0 v0.2.0 Mar 9, 2023 Changes in this version + type Binder struct + func MustBind(fn interface{}) *Binder + func (b *Binder) HandlerFunc() gin.HandlerFunc + func (b *Binder) SetRespondErr(f ErrHandler) *Binder + func (b *Binder) SetRespondOk(f func(c *gin.Context, r interface{})) *Binder + type ErrHandler func(c *gin.Context, code int, err error) v0.1.0 Jan 9, 2023 Changes in this version + func ProvideMiddleware(fn interface{}) + func ProvideRouterGroup(groupName string, fn interface{}) + type App struct + Engine *gin.Engine + func (app *App) Name() string + func (app *App) ParseConfig(ptr interface{}) error