The highest tagged major version is
v2.
package
Version:
v1.3.4
Opens a new window with list of versions in this module.
Published: Oct 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ResourceType = "oic.wk.mnt"
ResourceURI = "/oic/mnt"
)
type Maintenance struct {
ResourceTypes []string `json:"rt"`
Interfaces []string `json:"if"`
Name string `json:"n"`
FactoryReset bool `json:"fr"`
Reboot bool `json:"rb"`
LastHTTPError int `json:"err"`
}
type MaintenanceUpdateRequest struct {
FactoryReset bool `json:"fr,omitempty"`
Reboot bool `json:"rb,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.