Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// The current version of this software.
Version = "0.0.1"
)
Functions ¶
This section is empty.
Types ¶
type AtomicBool ¶
type AtomicBool struct {
// contains filtered or unexported fields
}
func (*AtomicBool) Get ¶
func (ab *AtomicBool) Get() bool
func (*AtomicBool) Set ¶
func (ab *AtomicBool) Set(v bool)
type Information ¶
type Information struct { Version string `json:"version"` KernelVersion string `json:"kernel_version"` Architecture string `json:"architecture"` OS string `json:"os"` CpuCount int `json:"cpu_count"` }
func GetSystemInformation ¶
func GetSystemInformation() (*Information, error)
Click to show internal directories.
Click to hide internal directories.