Versions in this module Expand all Collapse all v0 v0.1.0 Mar 19, 2022 Changes in this version + const SuccessMessage + type Response struct + func (r *Response) Error(ctx *gin.Context, err error) + func (r *Response) Ok(ctx *gin.Context) + func (r *Response) OkWithJob(ctx *gin.Context, j *job.Job) + func (r *Response) Pong(ctx *gin.Context) + type Validator interface + Validate func(c *gin.Context, uri, query, body interface{}) error + func NewValidator() Validator v0.1.0-beta Jul 14, 2021