Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct { ID int `json:"id"` Name string `json:"name"` ContentType string `json:"content_type"` }
Asset struct is a build for a particular loli version uploaded to GitHub releases. For more information: https://docs.github.com/en/rest/reference/repos#releases For more information: https://golang.org/doc/effective_go.html#names For more information: https://medium.com/better-programming/naming-conventions-in-go-short-but-descriptive-1fa7c6d2f32a
type CLI ¶
CLI is information about the CLI itself.
func (*CLI) IsUpToDate ¶
IsUpToDate compares the current version to that of the latest release.
Click to show internal directories.
Click to hide internal directories.