Ocean/ICCC/Scheme/Host.go

8 lines
168 B
Go
Raw Normal View History

package Scheme
2015-06-17 15:44:52 +00:00
// Scheme for the host database entry.
type Host struct {
Hostname string `bson:"Hostname"`
IPAddressPort string `bson:"IPAddressPort"`
}