Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SCatalog ¶
type SCatalog struct { Id string `json:"id"` Name string `json:"name"` Type string `json:"type"` Endpoints []SEndpoint `json:"endpoint"` }
func NewCatalog ¶
func NewCatalog() *SCatalog
type SHostPingTask ¶
type SHostPingTask struct {
// contains filtered or unexported fields
}
func NewHostPingTask ¶
func NewHostPingTask(interval int, host hostutils.IHost) *SHostPingTask
func (*SHostPingTask) Start ¶
func (p *SHostPingTask) Start()
func (*SHostPingTask) Stop ¶
func (p *SHostPingTask) Stop()
Click to show internal directories.
Click to hide internal directories.