Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointExporter ¶
type EndpointExporter struct {
// contains filtered or unexported fields
}
type SwaggerExporter ¶
type SwaggerExporter struct {
// contains filtered or unexported fields
}
func MakeSwaggerExporter ¶
func MakeSwaggerExporter(app *proto.Application, logger *logrus.Logger) *SwaggerExporter
func (*SwaggerExporter) GenerateSwagger ¶
func (s *SwaggerExporter) GenerateSwagger() error
func (*SwaggerExporter) SerializeOutput ¶
func (s *SwaggerExporter) SerializeOutput(mode string) ([]byte, error)
type TypeExporter ¶
type TypeExporter struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.