Documentation
¶
Index ¶
- Constants
- func GetOperationPath(p string, params openapi3.Parameters) (string, error)
- func NewErrUnsupportedBearerFormat(bearerFormat string) error
- func NewErrUnsupportedScheme(scheme string) error
- func NewErrUnsupportedSecuritySchemeType(schemeType string) error
- type OpenAPI
- func (openapi *OpenAPI) BaseUrl() *url.URL
- func (openapi *OpenAPI) Operations(client *request.Client, securitySchemes auth.SecuritySchemesMap) (request.Operations, error)
- func (openapi *OpenAPI) SecuritySchemeMap(values *auth.SecuritySchemeValues) (auth.SecuritySchemesMap, error)
- func (openapi *OpenAPI) SetBaseUrl(baseUrl *url.URL) *OpenAPI
- func (openapi *OpenAPI) Validate(ctx context.Context) error
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func GetOperationPath ¶ added in v0.8.2
func GetOperationPath(p string, params openapi3.Parameters) (string, error)
func NewErrUnsupportedScheme ¶
Types ¶
type OpenAPI ¶
func NewOpenAPI ¶
func (*OpenAPI) Operations ¶
func (openapi *OpenAPI) Operations(client *request.Client, securitySchemes auth.SecuritySchemesMap) (request.Operations, error)
func (*OpenAPI) SecuritySchemeMap ¶
func (openapi *OpenAPI) SecuritySchemeMap(values *auth.SecuritySchemeValues) (auth.SecuritySchemesMap, error)
func (*OpenAPI) SetBaseUrl ¶ added in v0.7.1
Click to show internal directories.
Click to hide internal directories.