Documentation ¶
Overview ¶
Package pbSubProto is implemented PROTOBUF socket communication protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewPbSubProtoFunc = func(rw tp.IOWithReadBuffer) tp.Proto {
return &pbSubProto{
id: 'p',
name: "protobuf",
rw: rw,
}
}
NewPbSubProtoFunc is creation function of PROTOBUF socket protocol.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.