Versions in this module Expand all Collapse all v0 v0.1.1 Jun 16, 2024 Changes in this version + type Response struct + func NewResponse() (r *Response) + func (r *Response) Append(key string, value interface{}) *Response + func (r *Response) Code(code int) *Response + func (r *Response) Error(msg string) *Response + func (r *Response) JSON(c *gin.Context) + func (r *Response) Message(msg string) *Response