Ocean/ICCC/Scheme/Host.go

9 lines
205 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"`
Kind byte `bson:"Kind"`
}