Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommitConfig ¶
Types ¶
type PingResponse ¶
type PingResponse struct { Map *ent.Device `json:"map"` IsAlive bool `json:"is_alive"` AvgRtt string `json:"avg_rtt"` }
func PingDevice ¶
func PingDevice(obj *ent.Device) (response *PingResponse)
type PingResponseDeviceMap ¶
type PingResponseDeviceMap struct { Map *ent.NetTopologyDeviceMap `json:"map"` IsAlive bool `json:"is_alive"` AvgRtt string `json:"avg_rtt"` }
func PingTopology ¶
func PingTopology(topo *ent.NetTopology) (response []*PingResponseDeviceMap)
Click to show internal directories.
Click to hide internal directories.