Versions in this module Expand all Collapse all v0 v0.0.0 May 13, 2026 Changes in this version + func CallEndpoint(endpoint *spec.Endpoint, options ...request.RequestOption) error + func NilEndpoint(options ...request.RequestOption) error + type ApiClientCallable = request.ApiClientCallable + type OpenApi struct + func (o *OpenApi) EndpointNames() []string + func (o *OpenApi) EndpointOperationNames() []string + func (o *OpenApi) Endpoints() map[string]*spec.Endpoint + func (o *OpenApi) NewFromBytes(source []byte) (*OpenApi, error) + func (o *OpenApi) NewFromSource(source string) (*OpenApi, error) + func (o *OpenApi) With(options ...request.RequestOption) *OpenApi + func (o *OpenApi) WithClient(client request.OpenApiClient) *OpenApi + type OpenApiEndpoint func(options ...request.RequestOption) error + func MakeOpenApiEndpoint(endpoint *spec.Endpoint) OpenApiEndpoint + func (o OpenApiEndpoint) With(opts ...request.RequestOption) OpenApiEndpoint + type OpenApiSpec = spec.OpenApiSpec