Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ScheMonJob ¶
type ScheMonJob struct {
// contains filtered or unexported fields
}
func (*ScheMonJob) Name ¶
func (*ScheMonJob) Name() string
func (*ScheMonJob) Stop ¶
func (s *ScheMonJob) Stop() error
type StatusForEventbox ¶
type StatusForEventbox struct {
// runtime namespace
Namespace string `json:"namespace"`
// runtime name
Name string `json:"name"`
// the "nofity" get the status and post it to this url
Addr []string `json:"addrs"`
// runtime status
Status string `json:"status,omitempty"`
// 扩展字段,比如存储runtime下每个服务的名字及状态
More map[string]string `json:"more,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.