Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func New ¶
func New(definitionLoader OpenAPIDefinitionLoader, mapper OpenAPIDefinitionMapper, exporter SchemaExporter) *Generator
type OpenAPIDefinitionLoader ¶
type OpenAPIDefinitionLoader interface {
Load() (map[string]common.OpenAPIDefinition, error)
}
type OpenAPIDefinitionMapper ¶
Click to show internal directories.
Click to hide internal directories.