Example #1
0
File: exchange.go Project: h8liu/d8
func (self *Exchange) String() string {
	return printer.String(self)
}
Example #2
0
File: packet.go Project: h8liu/d8
func (self *Packet) String() string {
	return printer.String(self)
}
Example #3
0
File: message.go Project: h8liu/d8
func (self *Message) String() string {
	return printer.String(self)
}