Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Title string `yaml:"title"` Description string `yaml:"description"` TermsOfService string `yaml:"termsOfService"` Version string `yaml:"version"` Contact struct { Name string `yaml:"name"` Url string `yaml:"url"` Email string `yaml:"email"` } License struct { Name string `yaml:"name"` Url string `yaml:"url"` } }
Info is a programmatic representation of the Info object defined here: https://swagger.io/specification/#info-object
Click to show internal directories.
Click to hide internal directories.