Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct { Temperature Temperature BootTime time.Time Uptime time.Duration }
Server = VO
type Temperature ¶
type Temperature float32
Temperature = VO
func (Temperature) String ¶
func (t Temperature) String() string
String returns the temperature with human readable format.
Click to show internal directories.
Click to hide internal directories.