Documentation
¶
Overview ¶
Package builder contains code to generate OpenAPI discovery spec (which initial version of it also known as Swagger 2.0). For more details: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
Index ¶
Constants ¶
View Source
const (
OpenAPIVersion = "2.0"
)
Variables ¶
This section is empty.
Functions ¶
func BuildOpenAPISpec ¶
func BuildOpenAPISpec(webServices []*restful.WebService, config *common.Config) (*spec.Swagger, error)
BuildOpenAPISpec builds OpenAPI spec given a list of webservices (containing routes) and common.Config to customize it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.