Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Properties Properties // contains filtered or unexported fields }
func (*Client) GetProperties ¶
func (*Client) NewPropertyValue ¶
func (c *Client) NewPropertyValue(selector PropertySelector) error
type Properties ¶
type Properties []Property
func (Properties) FindProperty ¶
func (p Properties) FindProperty(selector PropertySelector) *Property
func (Properties) GetDeviceGroupsSorted ¶
func (p Properties) GetDeviceGroupsSorted(device string) []string
func (Properties) GetDevicesSorted ¶
func (p Properties) GetDevicesSorted() []string
func (Properties) GetPropertiesForDeviceGroup ¶
func (p Properties) GetPropertiesForDeviceGroup(device, group string) Properties
type PropertySelector ¶
Click to show internal directories.
Click to hide internal directories.