7 lines
95 B
Go
7 lines
95 B
Go
|
|
package models
|
||
|
|
|
||
|
|
type WindscribeServer struct {
|
||
|
|
Region WindscribeRegion
|
||
|
|
Subdomain string
|
||
|
|
}
|