mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-12 18:51:02 +08:00
7 lines
85 B
Go
7 lines
85 B
Go
package file
|
|
|
|
type Location struct {
|
|
From int `json:"from"`
|
|
To int `json:"to"`
|
|
}
|