mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
8 lines
155 B
Go
8 lines
155 B
Go
package models
|
|
|
|
type BuildInformation struct {
|
|
Version string `json:"version"`
|
|
Commit string `json:"commit"`
|
|
BuildDate string `json:"buildDate"`
|
|
}
|