Versions in this module Expand all Collapse all v1 v1.0.11 Jun 10, 2025 v1.0.10 May 16, 2025 v1.0.9 Mar 18, 2025 v1.0.8 Oct 17, 2024 v1.0.7 Sep 16, 2024 v1.0.6 Sep 11, 2024 v1.0.5 May 30, 2024 v1.0.4 Feb 7, 2024 v1.0.3 Feb 1, 2024 v1.0.3-rc Jan 18, 2024 v1.0.3-beta Jan 17, 2024 v1.0.3-alpha Jan 17, 2024 v1.0.2 Dec 12, 2023 v1.0.1 Dec 8, 2023 v1.0.0 Dec 8, 2023 Changes in this version + func GetSwagger() (swagger *openapi3.T, err error) + func NewEnumParamsRequest(server string, params *EnumParamsParams) (*http.Request, error) + func NewGetContentObjectRequest(server string, param ComplexObject) (*http.Request, error) + func NewGetCookieRequest(server string, params *GetCookieParams) (*http.Request, error) + func NewGetDeepObjectRequest(server string, params *GetDeepObjectParams) (*http.Request, error) + func NewGetHeaderRequest(server string, params *GetHeaderParams) (*http.Request, error) + func NewGetLabelExplodeArrayRequest(server string, param []int32) (*http.Request, error) + func NewGetLabelExplodeObjectRequest(server string, param Object) (*http.Request, error) + func NewGetLabelNoExplodeArrayRequest(server string, param []int32) (*http.Request, error) + func NewGetLabelNoExplodeObjectRequest(server string, param Object) (*http.Request, error) + func NewGetMatrixExplodeArrayRequest(server string, id []int32) (*http.Request, error) + func NewGetMatrixExplodeObjectRequest(server string, id Object) (*http.Request, error) + func NewGetMatrixNoExplodeArrayRequest(server string, id []int32) (*http.Request, error) + func NewGetMatrixNoExplodeObjectRequest(server string, id Object) (*http.Request, error) + func NewGetPassThroughRequest(server string, param string) (*http.Request, error) + func NewGetQueryFormRequest(server string, params *GetQueryFormParams) (*http.Request, error) + func NewGetSimpleExplodeArrayRequest(server string, param []int32) (*http.Request, error) + func NewGetSimpleExplodeObjectRequest(server string, param Object) (*http.Request, error) + func NewGetSimpleNoExplodeArrayRequest(server string, param []int32) (*http.Request, error) + func NewGetSimpleNoExplodeObjectRequest(server string, param Object) (*http.Request, error) + func NewGetSimplePrimitiveRequest(server string, param int32) (*http.Request, error) + func NewGetStartingWithNumberRequest(server string, n1param string) (*http.Request, error) + func PathToRawSpec(pathToFile string) map[string]func() ([]byte, error) + func RegisterHandlers(router EchoRouter, si ServerInterface) + func RegisterHandlersWithBaseURL(router EchoRouter, si ServerInterface, baseURL string) + type Client struct + Client HttpRequestDoer + RequestEditors []RequestEditorFn + Server string + func NewClient(server string, opts ...ClientOption) (*Client, error) + func (c *Client) EnumParams(ctx context.Context, params *EnumParamsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetContentObject(ctx context.Context, param ComplexObject, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetCookie(ctx context.Context, params *GetCookieParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetDeepObject(ctx context.Context, params *GetDeepObjectParams, ...) (*http.Response, error) + func (c *Client) GetHeader(ctx context.Context, params *GetHeaderParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetLabelExplodeArray(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetLabelExplodeObject(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetLabelNoExplodeArray(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetLabelNoExplodeObject(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetMatrixExplodeArray(ctx context.Context, id []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetMatrixExplodeObject(ctx context.Context, id Object, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetMatrixNoExplodeArray(ctx context.Context, id []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetMatrixNoExplodeObject(ctx context.Context, id Object, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetPassThrough(ctx context.Context, param string, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetQueryForm(ctx context.Context, params *GetQueryFormParams, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSimpleExplodeArray(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSimpleExplodeObject(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSimpleNoExplodeArray(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSimpleNoExplodeObject(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetSimplePrimitive(ctx context.Context, param int32, reqEditors ...RequestEditorFn) (*http.Response, error) + func (c *Client) GetStartingWithNumber(ctx context.Context, n1param string, reqEditors ...RequestEditorFn) (*http.Response, error) + type ClientInterface interface + EnumParams func(ctx context.Context, params *EnumParamsParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetContentObject func(ctx context.Context, param ComplexObject, reqEditors ...RequestEditorFn) (*http.Response, error) + GetCookie func(ctx context.Context, params *GetCookieParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetDeepObject func(ctx context.Context, params *GetDeepObjectParams, ...) (*http.Response, error) + GetHeader func(ctx context.Context, params *GetHeaderParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetLabelExplodeArray func(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + GetLabelExplodeObject func(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*http.Response, error) + GetLabelNoExplodeArray func(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + GetLabelNoExplodeObject func(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*http.Response, error) + GetMatrixExplodeArray func(ctx context.Context, id []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + GetMatrixExplodeObject func(ctx context.Context, id Object, reqEditors ...RequestEditorFn) (*http.Response, error) + GetMatrixNoExplodeArray func(ctx context.Context, id []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + GetMatrixNoExplodeObject func(ctx context.Context, id Object, reqEditors ...RequestEditorFn) (*http.Response, error) + GetPassThrough func(ctx context.Context, param string, reqEditors ...RequestEditorFn) (*http.Response, error) + GetQueryForm func(ctx context.Context, params *GetQueryFormParams, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSimpleExplodeArray func(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSimpleExplodeObject func(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSimpleNoExplodeArray func(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSimpleNoExplodeObject func(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*http.Response, error) + GetSimplePrimitive func(ctx context.Context, param int32, reqEditors ...RequestEditorFn) (*http.Response, error) + GetStartingWithNumber func(ctx context.Context, n1param string, reqEditors ...RequestEditorFn) (*http.Response, error) + type ClientOption func(*Client) error + func WithBaseURL(baseURL string) ClientOption + func WithHTTPClient(doer HttpRequestDoer) ClientOption + func WithRequestEditorFn(fn RequestEditorFn) ClientOption + type ClientWithResponses struct + func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error) + func (c *ClientWithResponses) EnumParamsWithResponse(ctx context.Context, params *EnumParamsParams, reqEditors ...RequestEditorFn) (*EnumParamsResponse, error) + func (c *ClientWithResponses) GetContentObjectWithResponse(ctx context.Context, param ComplexObject, reqEditors ...RequestEditorFn) (*GetContentObjectResponse, error) + func (c *ClientWithResponses) GetCookieWithResponse(ctx context.Context, params *GetCookieParams, reqEditors ...RequestEditorFn) (*GetCookieResponse, error) + func (c *ClientWithResponses) GetDeepObjectWithResponse(ctx context.Context, params *GetDeepObjectParams, ...) (*GetDeepObjectResponse, error) + func (c *ClientWithResponses) GetHeaderWithResponse(ctx context.Context, params *GetHeaderParams, reqEditors ...RequestEditorFn) (*GetHeaderResponse, error) + func (c *ClientWithResponses) GetLabelExplodeArrayWithResponse(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*GetLabelExplodeArrayResponse, error) + func (c *ClientWithResponses) GetLabelExplodeObjectWithResponse(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*GetLabelExplodeObjectResponse, error) + func (c *ClientWithResponses) GetLabelNoExplodeArrayWithResponse(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*GetLabelNoExplodeArrayResponse, error) + func (c *ClientWithResponses) GetLabelNoExplodeObjectWithResponse(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*GetLabelNoExplodeObjectResponse, error) + func (c *ClientWithResponses) GetMatrixExplodeArrayWithResponse(ctx context.Context, id []int32, reqEditors ...RequestEditorFn) (*GetMatrixExplodeArrayResponse, error) + func (c *ClientWithResponses) GetMatrixExplodeObjectWithResponse(ctx context.Context, id Object, reqEditors ...RequestEditorFn) (*GetMatrixExplodeObjectResponse, error) + func (c *ClientWithResponses) GetMatrixNoExplodeArrayWithResponse(ctx context.Context, id []int32, reqEditors ...RequestEditorFn) (*GetMatrixNoExplodeArrayResponse, error) + func (c *ClientWithResponses) GetMatrixNoExplodeObjectWithResponse(ctx context.Context, id Object, reqEditors ...RequestEditorFn) (*GetMatrixNoExplodeObjectResponse, error) + func (c *ClientWithResponses) GetPassThroughWithResponse(ctx context.Context, param string, reqEditors ...RequestEditorFn) (*GetPassThroughResponse, error) + func (c *ClientWithResponses) GetQueryFormWithResponse(ctx context.Context, params *GetQueryFormParams, reqEditors ...RequestEditorFn) (*GetQueryFormResponse, error) + func (c *ClientWithResponses) GetSimpleExplodeArrayWithResponse(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*GetSimpleExplodeArrayResponse, error) + func (c *ClientWithResponses) GetSimpleExplodeObjectWithResponse(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*GetSimpleExplodeObjectResponse, error) + func (c *ClientWithResponses) GetSimpleNoExplodeArrayWithResponse(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*GetSimpleNoExplodeArrayResponse, error) + func (c *ClientWithResponses) GetSimpleNoExplodeObjectWithResponse(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*GetSimpleNoExplodeObjectResponse, error) + func (c *ClientWithResponses) GetSimplePrimitiveWithResponse(ctx context.Context, param int32, reqEditors ...RequestEditorFn) (*GetSimplePrimitiveResponse, error) + func (c *ClientWithResponses) GetStartingWithNumberWithResponse(ctx context.Context, n1param string, reqEditors ...RequestEditorFn) (*GetStartingWithNumberResponse, error) + type ClientWithResponsesInterface interface + EnumParamsWithResponse func(ctx context.Context, params *EnumParamsParams, reqEditors ...RequestEditorFn) (*EnumParamsResponse, error) + GetContentObjectWithResponse func(ctx context.Context, param ComplexObject, reqEditors ...RequestEditorFn) (*GetContentObjectResponse, error) + GetCookieWithResponse func(ctx context.Context, params *GetCookieParams, reqEditors ...RequestEditorFn) (*GetCookieResponse, error) + GetDeepObjectWithResponse func(ctx context.Context, params *GetDeepObjectParams, ...) (*GetDeepObjectResponse, error) + GetHeaderWithResponse func(ctx context.Context, params *GetHeaderParams, reqEditors ...RequestEditorFn) (*GetHeaderResponse, error) + GetLabelExplodeArrayWithResponse func(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*GetLabelExplodeArrayResponse, error) + GetLabelExplodeObjectWithResponse func(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*GetLabelExplodeObjectResponse, error) + GetLabelNoExplodeArrayWithResponse func(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*GetLabelNoExplodeArrayResponse, error) + GetLabelNoExplodeObjectWithResponse func(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*GetLabelNoExplodeObjectResponse, error) + GetMatrixExplodeArrayWithResponse func(ctx context.Context, id []int32, reqEditors ...RequestEditorFn) (*GetMatrixExplodeArrayResponse, error) + GetMatrixExplodeObjectWithResponse func(ctx context.Context, id Object, reqEditors ...RequestEditorFn) (*GetMatrixExplodeObjectResponse, error) + GetMatrixNoExplodeArrayWithResponse func(ctx context.Context, id []int32, reqEditors ...RequestEditorFn) (*GetMatrixNoExplodeArrayResponse, error) + GetMatrixNoExplodeObjectWithResponse func(ctx context.Context, id Object, reqEditors ...RequestEditorFn) (*GetMatrixNoExplodeObjectResponse, error) + GetPassThroughWithResponse func(ctx context.Context, param string, reqEditors ...RequestEditorFn) (*GetPassThroughResponse, error) + GetQueryFormWithResponse func(ctx context.Context, params *GetQueryFormParams, reqEditors ...RequestEditorFn) (*GetQueryFormResponse, error) + GetSimpleExplodeArrayWithResponse func(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*GetSimpleExplodeArrayResponse, error) + GetSimpleExplodeObjectWithResponse func(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*GetSimpleExplodeObjectResponse, error) + GetSimpleNoExplodeArrayWithResponse func(ctx context.Context, param []int32, reqEditors ...RequestEditorFn) (*GetSimpleNoExplodeArrayResponse, error) + GetSimpleNoExplodeObjectWithResponse func(ctx context.Context, param Object, reqEditors ...RequestEditorFn) (*GetSimpleNoExplodeObjectResponse, error) + GetSimplePrimitiveWithResponse func(ctx context.Context, param int32, reqEditors ...RequestEditorFn) (*GetSimplePrimitiveResponse, error) + GetStartingWithNumberWithResponse func(ctx context.Context, n1param string, reqEditors ...RequestEditorFn) (*GetStartingWithNumberResponse, error) + type ComplexObject struct + Id int + IsAdmin bool + Object Object + type EchoRouter interface + CONNECT func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + DELETE func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + GET func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + HEAD func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + OPTIONS func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + PATCH func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + POST func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + PUT func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + TRACE func(path string, h echo.HandlerFunc, m ...echo.MiddlewareFunc) *echo.Route + type EnumParamsParams struct + EnumPathParam *EnumParamsParamsEnumPathParam + type EnumParamsParamsEnumPathParam int32 + const N100 + const N200 + type EnumParamsResponse struct + Body []byte + HTTPResponse *http.Response + func ParseEnumParamsResponse(rsp *http.Response) (*EnumParamsResponse, error) + func (r EnumParamsResponse) Status() string + func (r EnumParamsResponse) StatusCode() int + type GetContentObjectResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetContentObjectResponse(rsp *http.Response) (*GetContentObjectResponse, error) + func (r GetContentObjectResponse) Status() string + func (r GetContentObjectResponse) StatusCode() int + type GetCookieParams struct + A *[]int32 + Co *ComplexObject + Ea *[]int32 + Eo *Object + Ep *int32 + N1s *string + O *Object + P *int32 + type GetCookieResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetCookieResponse(rsp *http.Response) (*GetCookieResponse, error) + func (r GetCookieResponse) Status() string + func (r GetCookieResponse) StatusCode() int + type GetDeepObjectParams struct + DeepObj ComplexObject + type GetDeepObjectResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetDeepObjectResponse(rsp *http.Response) (*GetDeepObjectResponse, error) + func (r GetDeepObjectResponse) Status() string + func (r GetDeepObjectResponse) StatusCode() int + type GetHeaderParams struct + N1StartingWithNumber *string + XArray *[]int32 + XArrayExploded *[]int32 + XComplexObject *ComplexObject + XObject *Object + XObjectExploded *Object + XPrimitive *int32 + XPrimitiveExploded *int32 + type GetHeaderResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetHeaderResponse(rsp *http.Response) (*GetHeaderResponse, error) + func (r GetHeaderResponse) Status() string + func (r GetHeaderResponse) StatusCode() int + type GetLabelExplodeArrayResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetLabelExplodeArrayResponse(rsp *http.Response) (*GetLabelExplodeArrayResponse, error) + func (r GetLabelExplodeArrayResponse) Status() string + func (r GetLabelExplodeArrayResponse) StatusCode() int + type GetLabelExplodeObjectResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetLabelExplodeObjectResponse(rsp *http.Response) (*GetLabelExplodeObjectResponse, error) + func (r GetLabelExplodeObjectResponse) Status() string + func (r GetLabelExplodeObjectResponse) StatusCode() int + type GetLabelNoExplodeArrayResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetLabelNoExplodeArrayResponse(rsp *http.Response) (*GetLabelNoExplodeArrayResponse, error) + func (r GetLabelNoExplodeArrayResponse) Status() string + func (r GetLabelNoExplodeArrayResponse) StatusCode() int + type GetLabelNoExplodeObjectResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetLabelNoExplodeObjectResponse(rsp *http.Response) (*GetLabelNoExplodeObjectResponse, error) + func (r GetLabelNoExplodeObjectResponse) Status() string + func (r GetLabelNoExplodeObjectResponse) StatusCode() int + type GetMatrixExplodeArrayResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetMatrixExplodeArrayResponse(rsp *http.Response) (*GetMatrixExplodeArrayResponse, error) + func (r GetMatrixExplodeArrayResponse) Status() string + func (r GetMatrixExplodeArrayResponse) StatusCode() int + type GetMatrixExplodeObjectResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetMatrixExplodeObjectResponse(rsp *http.Response) (*GetMatrixExplodeObjectResponse, error) + func (r GetMatrixExplodeObjectResponse) Status() string + func (r GetMatrixExplodeObjectResponse) StatusCode() int + type GetMatrixNoExplodeArrayResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetMatrixNoExplodeArrayResponse(rsp *http.Response) (*GetMatrixNoExplodeArrayResponse, error) + func (r GetMatrixNoExplodeArrayResponse) Status() string + func (r GetMatrixNoExplodeArrayResponse) StatusCode() int + type GetMatrixNoExplodeObjectResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetMatrixNoExplodeObjectResponse(rsp *http.Response) (*GetMatrixNoExplodeObjectResponse, error) + func (r GetMatrixNoExplodeObjectResponse) Status() string + func (r GetMatrixNoExplodeObjectResponse) StatusCode() int + type GetPassThroughResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetPassThroughResponse(rsp *http.Response) (*GetPassThroughResponse, error) + func (r GetPassThroughResponse) Status() string + func (r GetPassThroughResponse) StatusCode() int + type GetQueryFormParams struct + A *[]int32 + Co *ComplexObject + Ea *[]int32 + Eo *Object + Ep *int32 + N1s *string + O *Object + P *int32 + Ps *string + type GetQueryFormResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetQueryFormResponse(rsp *http.Response) (*GetQueryFormResponse, error) + func (r GetQueryFormResponse) Status() string + func (r GetQueryFormResponse) StatusCode() int + type GetSimpleExplodeArrayResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetSimpleExplodeArrayResponse(rsp *http.Response) (*GetSimpleExplodeArrayResponse, error) + func (r GetSimpleExplodeArrayResponse) Status() string + func (r GetSimpleExplodeArrayResponse) StatusCode() int + type GetSimpleExplodeObjectResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetSimpleExplodeObjectResponse(rsp *http.Response) (*GetSimpleExplodeObjectResponse, error) + func (r GetSimpleExplodeObjectResponse) Status() string + func (r GetSimpleExplodeObjectResponse) StatusCode() int + type GetSimpleNoExplodeArrayResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetSimpleNoExplodeArrayResponse(rsp *http.Response) (*GetSimpleNoExplodeArrayResponse, error) + func (r GetSimpleNoExplodeArrayResponse) Status() string + func (r GetSimpleNoExplodeArrayResponse) StatusCode() int + type GetSimpleNoExplodeObjectResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetSimpleNoExplodeObjectResponse(rsp *http.Response) (*GetSimpleNoExplodeObjectResponse, error) + func (r GetSimpleNoExplodeObjectResponse) Status() string + func (r GetSimpleNoExplodeObjectResponse) StatusCode() int + type GetSimplePrimitiveResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetSimplePrimitiveResponse(rsp *http.Response) (*GetSimplePrimitiveResponse, error) + func (r GetSimplePrimitiveResponse) Status() string + func (r GetSimplePrimitiveResponse) StatusCode() int + type GetStartingWithNumberResponse struct + Body []byte + HTTPResponse *http.Response + func ParseGetStartingWithNumberResponse(rsp *http.Response) (*GetStartingWithNumberResponse, error) + func (r GetStartingWithNumberResponse) Status() string + func (r GetStartingWithNumberResponse) StatusCode() int + type HttpRequestDoer interface + Do func(req *http.Request) (*http.Response, error) + type Object struct + FirstName string + Role string + type RequestEditorFn func(ctx context.Context, req *http.Request) error + type ServerInterface interface + EnumParams func(ctx echo.Context, params EnumParamsParams) error + GetContentObject func(ctx echo.Context, param ComplexObject) error + GetCookie func(ctx echo.Context, params GetCookieParams) error + GetDeepObject func(ctx echo.Context, params GetDeepObjectParams) error + GetHeader func(ctx echo.Context, params GetHeaderParams) error + GetLabelExplodeArray func(ctx echo.Context, param []int32) error + GetLabelExplodeObject func(ctx echo.Context, param Object) error + GetLabelNoExplodeArray func(ctx echo.Context, param []int32) error + GetLabelNoExplodeObject func(ctx echo.Context, param Object) error + GetMatrixExplodeArray func(ctx echo.Context, id []int32) error + GetMatrixExplodeObject func(ctx echo.Context, id Object) error + GetMatrixNoExplodeArray func(ctx echo.Context, id []int32) error + GetMatrixNoExplodeObject func(ctx echo.Context, id Object) error + GetPassThrough func(ctx echo.Context, param string) error + GetQueryForm func(ctx echo.Context, params GetQueryFormParams) error + GetSimpleExplodeArray func(ctx echo.Context, param []int32) error + GetSimpleExplodeObject func(ctx echo.Context, param Object) error + GetSimpleNoExplodeArray func(ctx echo.Context, param []int32) error + GetSimpleNoExplodeObject func(ctx echo.Context, param Object) error + GetSimplePrimitive func(ctx echo.Context, param int32) error + GetStartingWithNumber func(ctx echo.Context, n1param string) error + type ServerInterfaceWrapper struct + Handler ServerInterface + func (w *ServerInterfaceWrapper) EnumParams(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetContentObject(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetCookie(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetDeepObject(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetHeader(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetLabelExplodeArray(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetLabelExplodeObject(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetLabelNoExplodeArray(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetLabelNoExplodeObject(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetMatrixExplodeArray(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetMatrixExplodeObject(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetMatrixNoExplodeArray(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetMatrixNoExplodeObject(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetPassThrough(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetQueryForm(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetSimpleExplodeArray(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetSimpleExplodeObject(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetSimpleNoExplodeArray(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetSimpleNoExplodeObject(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetSimplePrimitive(ctx echo.Context) error + func (w *ServerInterfaceWrapper) GetStartingWithNumber(ctx echo.Context) error