Documentation
¶
Overview ¶
Package discover : 自動発見
Index ¶
Constants ¶
View Source
const GRID = 90
GRID : 自動発見時にノードを配置する間隔
Variables ¶
View Source
var ( Stat DiscoverStat Stop bool X int Y int )
Functions ¶
func StartDiscover ¶
func StartDiscover() error
Types ¶
type DiscoverStat ¶
type DiscoverStat struct {
Running bool `json:"Running"`
Total uint32 `json:"Total"`
Sent uint32 `json:"Sent"`
Found uint32 `json:"Found"`
Snmp uint32 `json:"Snmp"`
Web uint32 `json:"Web"`
Mail uint32 `json:"Mail"`
SSH uint32 `json:"SSH"`
File uint32 `json:"File"`
RDP uint32 `json:"RDP"`
LDAP uint32 `json:"LDAP"`
Wait int `json:"Wait"`
StartTime int64 `json:"StartTime"`
Now int64 `json:"Now"`
}
Click to show internal directories.
Click to hide internal directories.