Ocean/ICCC/Scheme/Host.go
2015-06-17 17:44:52 +02:00

8 lines
168 B
Go

package Scheme
// Scheme for the host database entry.
type Host struct {
Hostname string `bson:"Hostname"`
IPAddressPort string `bson:"IPAddressPort"`
}