Documentation ¶
Overview ¶
Package gendoc generates documentation for REST APIs.
Index ¶
Constants ¶
View Source
const ( TypeArray = "array" TypeBool = "boolean" TypeFloat = "float" TypeInt = "integer" TypeObject = "object" TypeString = "string" )
View Source
const CodeDefault = 0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct { Title string Description string Version string Paths []Path Models []Schema }
func (Document) MarshalMarkdown ¶
Click to show internal directories.
Click to hide internal directories.