Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRouteConstants ¶
func GenerateTypes ¶
func GenerateTypes()
func ToPascalCase ¶
Types ¶
type SwaggerSchema ¶
type SwaggerSchema struct { Components struct { Schemas map[string]struct { Type string `json:"type"` Properties map[string]SwaggerType `json:"properties"` Required []string `json:"required"` Enum []string `json:"enum"` XEnumVarnames []string `json:"x-enum-varnames"` } `json:"schemas"` } `json:"components"` Paths map[string]PathItem `json:"paths"` }
type SwaggerType ¶
type SwaggerType struct { Type string `json:"type"` Ref string `json:"$ref"` Items *SwaggerType `json:"items"` }
Click to show internal directories.
Click to hide internal directories.