Example #1
0
// Register ZeroMQ protocol.
func init() {
	proto.Register("zmq4", &DozerProtocolZeroMQ{})
}
Example #2
0
// Register stomp protocol.
func init() {
	proto.Register("stomp", &DozerProtocolStomp{})
}