Documentation
¶
Index ¶
- Variables
- func HTML(w io.Writer, api *API) error
- func JSONToHTML(w io.Writer, r io.Reader) error
- func MarkdownToHTML(w io.Writer, r io.Reader) error
- func ParseMarkdown(r io.Reader) ([]byte, error)
- type API
- type Action
- type Example
- type Format
- type Header
- type Host
- type Metadata
- type Model
- type Parameter
- type Request
- type Resource
- type ResourceGroup
- type Response
Constants ¶
This section is empty.
Variables ¶
View Source
var Tmpl = `` /* 4704-byte string literal not displayed */
Functions ¶
Types ¶
type API ¶
type API struct { Version string `json:"_version"` Name string `json:"name"` Description string `json:"description"` Metadata Metadata `json:"metadata"` ResourceGroups []ResourceGroup `json:"resourceGroups"` }
type ResourceGroup ¶
Click to show internal directories.
Click to hide internal directories.