Versions in this module Expand all Collapse all v0 v0.0.1 Oct 23, 2022 Changes in this version + func SimpleResponse(w http.ResponseWriter, status int, title string) error + type RFC7807 struct + Detail string + Extensions map[string]any + Instance string + Status int + Title string + Type string + func NewError(title string) *RFC7807 + func (e *RFC7807) SetDetail(d string) *RFC7807 + func (e *RFC7807) SetExtensions(ext map[string]any) *RFC7807 + func (e *RFC7807) SetInstance(i string) *RFC7807 + func (e *RFC7807) SetStatus(s int) *RFC7807 + func (e *RFC7807) SetType(t string) *RFC7807