Logo
Explore Help
Register Sign In
admin/gluetun
1
0
Fork 0
You've already forked gluetun
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
eff65dce00e3bcbe872e134de1db96307fd6ac6e
gluetun/internal/models/build.go

8 lines
156 B
Go
Raw Normal View History

HTTP control server /version endpoint
2020-11-04 14:07:04 +00:00
package models
type BuildInformation struct {
Version string `json:"version"`
Commit string `json:"commit"`
Loops and HTTP control server rework (#308) - CRUD REST HTTP server - `/v1` HTTP server prefix - Retrocompatible with older routes (redirects to v1 or handles the requests directly) - DNS, Updater and Openvpn refactored to have a REST-like state with new methods to change their states synchronously - Openvpn, Unbound and Updater status, see #287
2020-12-19 20:10:34 -05:00
BuildDate string `json:"build_date"`
HTTP control server /version endpoint
2020-11-04 14:07:04 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 200ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API