Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type OpenAPIv3Generator ¶
type OpenAPIv3Generator struct {
// contains filtered or unexported fields
}
OpenAPIv3Generator holds internal state needed to generate an OpenAPIv3 document for a transcoded Protocol Buffer service.
func NewOpenAPIv3Generator ¶
func NewOpenAPIv3Generator(plugin *protogen.Plugin, conf Configuration, inputFiles []*protogen.File) *OpenAPIv3Generator
NewOpenAPIv3Generator creates a new generator for a protoc plugin invocation.
func (*OpenAPIv3Generator) Run ¶
func (g *OpenAPIv3Generator) Run(outputFile *protogen.GeneratedFile) error
Run runs the generator.
type OpenAPIv3Reflector ¶
type OpenAPIv3Reflector struct {
// contains filtered or unexported fields
}
func NewOpenAPIv3Reflector ¶
func NewOpenAPIv3Reflector(conf Configuration) *OpenAPIv3Reflector
NewOpenAPIv3Reflector creates a new reflector.
Click to show internal directories.
Click to hide internal directories.