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