Files
gluetun/pkg/updaters/models/servers.go
T

8 lines
163 B
Go

package models
type Servers struct {
Version uint16 `json:"version"`
Timestamp int64 `json:"timestamp"`
Servers []Server `json:"servers,omitempty"`
}