Versions in this module Expand all Collapse all v0 v0.1.0 Jan 18, 2019 Changes in this version + func Bind(ctx *gin.Context, v interface{}) error + func DumpReqAndResp() gin.HandlerFunc + func JSONRenderWrap(next func(*gin.Context) error) gin.HandlerFunc + func RegisterError(err error, status int, desc string) + func SetBinder(b Binder) + type Binder interface + Bind func(*gin.Context, interface{}) error + type JSONRenderBody struct + Data interface{} + Msg string + Status int + type MockJSONBinder struct + func (mb *MockJSONBinder) Bind(c *gin.Context, v interface{}) error + func (mb *MockJSONBinder) Body(body string)