package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Jul 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PermDevice struct {
Id string `json:"id"`
Name string `json:"name"`
LocalId string `json:"local_id"`
DeviceTypeId string `json:"device_type_id"`
Annotations map[string]interface{} `json:"annotations"`
OwnerId string `json:"owner_id"`
}
type PermDeviceType struct {
Id string `json:"id"`
Name string `json:"name"`
}
type PermHub struct {
Id string `json:"id"`
Name string `json:"name"`
DeviceIds []string `json:"device_ids"`
Annotations map[string]interface{} `json:"annotations"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.