package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 6, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AppStat struct {
State string `json:"state"`
Stats Stats `json:"stats"`
}
type Apps struct {
Total float64 `json:"total_results"`
TotalPages float64 `json:"total_pages"`
NextURL string `json:"next_url"`
Resources []Resource `json:"resources"`
}
type DiegoBlame struct {
Version string
}
type Metadata struct {
GUID string `json:"guid"`
}
type Resource struct {
Metadata Metadata `json:"metadata"`
}
type Stats struct {
Usage Usage `json:"usage"`
Name string `json:"name"`
URIs []string `json:"uris"`
Host string `json:"host"`
Port float64 `json:"port"`
Uptime float64 `json:"uptime"`
MemQuota float64 `json:"mem_quota"`
DiskQuota float64 `json:"disk_quota"`
FDSQuota float64 `json:"fds_quota"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.