apis

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2020 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IrcStatus

func IrcStatus(c echo.Context) error

func Releases

func Releases(c echo.Context) error

func Torrent

func Torrent(c echo.Context) error

func UpdateStatus

func UpdateStatus(c echo.Context) error

Types

type ErrorResponse

type ErrorResponse struct {
	Error   bool   `json:"error" xml:"error"`
	Message string `json:"message" xml:"message"`
}

type UpdateResponse

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL