Ocean/ICCC/Scheme/Listener.go

9 lines
212 B
Go
Raw Normal View History

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