Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenApiConverter ¶
type OpenApiConverter struct {
// contains filtered or unexported fields
}
OpenApiConverter converts an OpenAPI JSON spec into a UtcpManual.
func NewConverter ¶
func NewConverter( openapiSpec map[string]interface{}, specURL string, providerName string, ) *OpenApiConverter
NewConverter creates a new converter. If providerName is empty, it will be derived from spec.info.title.
func (*OpenApiConverter) Convert ¶
func (c *OpenApiConverter) Convert() UtcpManual
Convert parses the OpenAPI spec and builds a UtcpManual.
Click to show internal directories.
Click to hide internal directories.