Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Group ¶
type Group struct {
ID string `json:"ID"` // ID
Group string `json:"groupName"` // Group Name
Description string `json:"groupDescription"` // Description
Hosts []host.Host `json:"hosts"` // Hosts
}
host struct
func GetGroupsFromJson ¶
/////////////////////////////////////////////// Host util functions
Click to show internal directories.
Click to hide internal directories.