wireguard-ui/model/misc.go
2020-04-20 16:50:50 +07:00

7 lines
130 B
Go

package model
// Interface model
type Interface struct {
Name string `json:"name"`
IPAddress string `json:"ip_address"`
}