7 lines
128 B
Go
7 lines
128 B
Go
|
package Scheme
|
||
|
|
||
|
type Host struct {
|
||
|
Hostname string `bson:"Hostname"`
|
||
|
IPAddressPort string `bson:"IPAddressPort"`
|
||
|
}
|