package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 28, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewUUID return a new uuid.
type Meta struct {
UUID string `yaml:"uuid,omitempty"`
Status Status `yaml:"status,omitempty"`
}
Meta data of telemetry.
LoadFrom load meta from the specify file,
return a default Meta and save it if the file not exist.
NewMeta create a new default Meta.
SaveTo save to the specified file.
Status of telemetry.
const (
EnableStatus Status = "enable"
DisableStatus Status = "disable"
)
Status of telemetry
Source Files
¶
Click to show internal directories.
Click to hide internal directories.