Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenAPIEditor ¶
type OpenAPIEditor struct{}
OpenAPIEditor provides a subcommands to edit OpenAPI specification in the browser
func (*OpenAPIEditor) CreateCommand ¶
func (m *OpenAPIEditor) CreateCommand() *cli.Command
CreateCommand creates a cli.Command that can be used by cli.App.
type OpenAPIGenerator ¶
type OpenAPIGenerator struct{}
OpenAPIGenerator provides a subcommands to generate source code from OpenAPI specification
func (*OpenAPIGenerator) CreateCommand ¶
func (m *OpenAPIGenerator) CreateCommand() *cli.Command
CreateCommand creates a cli.Command that can be used by cli.App.
type OpenAPIMocker ¶
type OpenAPIMocker struct{}
OpenAPIMocker provides a subcommands to generate source code from OpenAPI specification
func (*OpenAPIMocker) CreateCommand ¶
func (m *OpenAPIMocker) CreateCommand() *cli.Command
CreateCommand creates a cli.Command that can be used by cli.App.
type OpenAPIValidator ¶
type OpenAPIValidator struct{}
OpenAPIValidator provides a subcommands to view OpenAPI specification in the browser
func (*OpenAPIValidator) CreateCommand ¶
func (m *OpenAPIValidator) CreateCommand() *cli.Command
CreateCommand creates a cli.Command that can be used by cli.App.
type OpenAPIViewer ¶
type OpenAPIViewer struct{}
OpenAPIViewer provides a subcommands to view OpenAPI specification in the browser
func (*OpenAPIViewer) CreateCommand ¶
func (m *OpenAPIViewer) CreateCommand() *cli.Command
CreateCommand creates a cli.Command that can be used by cli.App.