package
Version:
v3.4.2+incompatible
Opens a new window with list of versions in this module.
Published: Nov 18, 2014
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
¶
func MonitorCloudEvents()
Make relevant cloud events available in application logs. Heroku style.
type App struct {
GUID string `json:"guid"`
Space string `json:"space_guid"`
Name string `json:"name"`
}
type TimelineEvent struct {
App App `json:"app"`
InstanceIndex int `json:"instance_index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.