package
Version:
v1.9.0
Opens a new window with list of versions in this module.
Published: Jun 10, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func IrcStatus(c echo.Context) error
func Releases(c echo.Context) error
func Torrent(c echo.Context) error
func UpdateStatus(c echo.Context) error
type ErrorResponse struct {
Error bool `json:"error" xml:"error"`
Message string `json:"message" xml:"message"`
}
type IrcTrackerStatus struct {
Connected bool `json:"connected"`
LastJoined string `json:"last_joined"`
LastAnnounced string `json:"last_announced"`
}
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.