Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { Build string `json:"build"` Generator string `json:"generator"` Name string `json:"name"` Path string `json:"path"` Services []string `json:"services"` Version string `json:"version"` }
API ...
type Bin ¶ added in v0.0.6
type Bin struct { Build string `json:"build"` Generator string `json:"generator"` Name string `json:"name"` Path string `json:"path"` Version string `json:"version"` }
Bin ...
type Lib ¶ added in v0.0.7
type Lib struct { Build string `json:"build"` Generator string `json:"generator"` Name string `json:"name"` Path string `json:"path"` Version string `json:"version"` }
Lib ...
Click to show internal directories.
Click to hide internal directories.