Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppMessageRunningPeriod = "period" AppMessageRunningTime = "time" )
Variables ¶
This section is empty.
Functions ¶
func CheckRetryableError ¶
func ReportToMonitor ¶
Types ¶
type AppMessage ¶
type AppMessage struct {
Project string `yaml:"project"`
Running string `yaml:"running"`
Status int `yaml:"status"`
Data []*MessageData `yaml:"data"`
}
func UnmarshalAppMessage ¶
func UnmarshalAppMessage(b []byte) (*AppMessage, error)
func (*AppMessage) Marshal ¶
func (m *AppMessage) Marshal() ([]byte, error)
type MessageData ¶
Click to show internal directories.
Click to hide internal directories.