package
Version:
v6.17.0+incompatible
Opens a new window with list of versions in this module.
Published: Apr 15, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Link struct {
Href string `json:"href"`
}
type Links struct {
Processes Link `json:"processes"`
Routes Link `json:"routes"`
}
type V3Application struct {
Name string `json:"name"`
DesiredState string `json:"desired_state"`
TotalDesiredInstances int `json:"total_desired_instances"`
Links Links `json:"links"`
}
type V3Process struct {
Type string `json:"type"`
Instances int `json:"instances"`
MemoryInMB int64 `json:"memory_in_mb"`
DiskInMB int64 `json:"disk_in_mb"`
}
type V3Route struct {
Host string `json:"host"`
Path string `json:"path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.