Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultServer string = "http://srv.klo.dev"
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Updater ¶
type Updater struct {
ServerURL string
// Stream is the update stream to check
Stream string
// CurrentStream is the stream this binary came from
CurrentStream string
Client *httpclient.Client
}
func (*Updater) CheckUpdate ¶
CheckUpdate compares the version of the klotho binary against the latest github release, returns true if the latest release is newer
Click to show internal directories.
Click to hide internal directories.