Documentation
¶
Index ¶
- Variables
- func EnableNTPServer() (err error)
- func GetBr(key string) (brObject reflect.Value, ok bool)
- func GetOSVersion() (version string)
- func GetResponse() map[string]interface{}
- func IsUpdateAvailable() (available bool)
- func Reboot() (err error)
- func RegisterBr(brObj interface{})
- func RegisterBrByKey(key string, brObj interface{})
- func SetDate(date string) (err error)
- func SetDateAndTime(date string, timeString string) (err error)
- func SetTime(timeString string) (err error)
- func SetTimeZone(zone string) (err error)
- func Shutdown() (err error)
- func ValidationError(msg string, errInfo error) (message string, err error)
- func VerifyIp(ipAddress string, lowIp string, highIP string) error
- type IPAddress
- type Server_Br
- type ValidateIPV4
- type Version
Constants ¶
This section is empty.
Variables ¶
View Source
var AccountRoles accountRolesBr
View Source
var FileObjects fileObjectsBr
View Source
var Passwords passwordsBr
View Source
var Schedules schedulesBr
View Source
var StdChars = []byte("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789")
View Source
var Store storeBr
View Source
var Users usersBr
Functions ¶
func EnableNTPServer ¶
func EnableNTPServer() (err error)
func GetResponse ¶
func GetResponse() map[string]interface{}
func IsUpdateAvailable ¶
func IsUpdateAvailable() (available bool)
func RegisterBr ¶
func RegisterBr(brObj interface{})
func RegisterBrByKey ¶
func RegisterBrByKey(key string, brObj interface{})
func SetDateAndTime ¶
func SetTimeZone ¶
Types ¶
type IPAddress ¶
type IPAddress struct{}
func (IPAddress) ValidateIPV4 ¶
func (IPAddress) ValidateIPV4(x interface{}) interface{}
type Server_Br ¶
type Server_Br struct {
// contains filtered or unexported fields
}
var Server Server_Br
func (Server_Br) TotalMemory ¶
func (Server_Br) UsedMemeory ¶
type ValidateIPV4 ¶
type ValidateIPV4 struct {
IpAddress string `json:"IpAddress"`
}
Click to show internal directories.
Click to hide internal directories.