Versions in this module Expand all Collapse all v0 v0.9.2 Dec 11, 2024 v0.9.1 Dec 1, 2024 v0.9.0 Nov 29, 2024 v0.8.3 Nov 28, 2024 Changes in this version + type Response struct + Code int + Data any + Msg string + Token string + func (r *Response) Accepted(args ...any) services.Response + func (r *Response) Created(args ...any) services.Response + func (r *Response) Get(field string) (any, error) + func (r *Response) New(code int, args ...any) services.Response + func (r *Response) NoContent(args ...any) services.Response + func (r *Response) NonAuthoritative(args ...any) services.Response + func (r *Response) Ok(args ...any) services.Response + func (r *Response) ResetContent(args ...any) services.Response + func (r *Response) Set(arg any) services.Response