Versions in this module Expand all Collapse all v0 v0.7.3 Jul 28, 2026 Changes in this version + func AddHeader(headers http.Header, name string, value any) + func AddQuery(query url.Values, name string, value any, explode bool) + func FormatValue(value any) string + type Request struct + Accept string + Body any + ContentType string + Headers http.Header + Method string + OperationID string + Path string + PathParams map[string]string + Query url.Values + type Response struct + ContentType string + Headers http.Header + StatusCode int + type Transport interface + DoAPIGen func(context.Context, Request, any) (Response, error)