Get Endpoint Address for suggestion form

This commit is contained in:
Khanh Ngo
2020-04-20 16:50:50 +07:00
parent deecd9c267
commit 85e466698f
7 changed files with 164 additions and 2 deletions

7
model/misc.go Normal file
View File

@@ -0,0 +1,7 @@
package model
// Interface model
type Interface struct {
Name string `json:"name"`
IPAddress string `json:"ip_address"`
}