Ocean/ICCC/Scheme/Listener.go
2014-04-26 11:18:56 +02:00

9 lines
212 B
Go

package Scheme
type Listener struct {
Channel string `bson:"Channel"`
Command string `bson:"Command"`
IsActive bool `bson:"IsActive"`
IPAddressPort string `bson:"IPAddressPort"`
}