package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jan 4, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrorResponse struct {
Error bool `json:"error" xml:"error"`
Message string `json:"message" xml:"message"`
}
type UpdateResponse struct {
UpdateAvailable bool `json:"update_available" xml:"update_available"`
LatestVersion string `json:"latest_version" xml:"latest_version"`
CurrentVersion string `json:"current_version" xml:"current_version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.