mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2026-04-11 13:47:05 +02:00
Get Endpoint Address for suggestion form
This commit is contained in:
7
model/misc.go
Normal file
7
model/misc.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
// Interface model
|
||||
type Interface struct {
|
||||
Name string `json:"name"`
|
||||
IPAddress string `json:"ip_address"`
|
||||
}
|
||||
Reference in New Issue
Block a user