Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HostAttributes ¶
type HostAttributes struct { Hostname string AttributeName string AttributeValue string SubmitTimestamp string ExpireTimestamp string }
HostAttributes presnts attributes submitted by a host
func GetHostAttributesByAttribute ¶
func GetHostAttributesByAttribute(attributeName string, valueMatch string) ([]HostAttributes, error)
GetHostAttributesByMatch
func GetHostAttributesByMatch ¶
func GetHostAttributesByMatch(hostnameMatch string, attributeNameMatch string, attributeValueMatch string) ([]HostAttributes, error)
GetHostAttributesByMatch
Click to show internal directories.
Click to hide internal directories.