Versions in this module Expand all Collapse all v5 v5.0.9 May 4, 2022 v5.0.8 May 4, 2022 Changes in this version + var ErrForbidden = errors.New("Forbidden") + var ErrNotFound = errors.New("Resource not found") + var ErrUnauthorized = errors.New("Unauthorized") + func PresentError(r *http.Request, err error) (*http.Request, interface{}) + type Article struct + CustomDataForAuthUsers string + Data []string + ID int + Title string