mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-25 20:06:25 +02:00
8 lines
163 B
Go
8 lines
163 B
Go
package models
|
|
|
|
type Servers struct {
|
|
Version uint16 `json:"version"`
|
|
Timestamp int64 `json:"timestamp"`
|
|
Servers []Server `json:"servers,omitempty"`
|
|
}
|