Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sys ¶
type Sys struct {
// The path of the current executable.
ExecutablePath string
Driver database.Driver
// contains filtered or unexported fields
}
Sys defines the base and core functionality for Verbis, such as restarting and updating the system.
func (*Sys) HasUpdate ¶
HasUpdate determines if there is an update available from GitHub. The function panics if it encountered and error obtaining the version.
func (*Sys) LatestVersion ¶
LatestVersion obtains the latest remote version from Github. The function panics if it encountered and error obtaining the version.
Click to show internal directories.
Click to hide internal directories.