Versions in this module Expand all Collapse all v0 v0.1.1 Apr 13, 2021 Changes in this version + func Init(router *gin.RouterGroup) error + type Response struct + Code int + Data interface{} + Message string + func NewBadRequest(msg string) *Response + func NewError(err error) *Response + func NewResponse(data interface{}) *Response + func (resp *Response) String() string