Files
wireguard-manager/model/misc.go

8 lines
130 B
Go
Raw Normal View History

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