Versions in this module Expand all Collapse all v1 v1.118.0 Aug 1, 2026 Changes in this version + func ParseLimit(q url.Values) int + func ParsePageOffset(q url.Values, effectiveLimit int) int + func ParseTimeParam(q url.Values, key string) *time.Time + func WriteError(w http.ResponseWriter, status int, msg string) + func WriteJSON(w http.ResponseWriter, status int, v any) + type ProblemDetail struct + Detail string + Status int + Title string + Type string + type StatusResponse struct + Status string