Exemplo n.º 1
0
Arquivo: exchange.go Projeto: h8liu/d8
func (self *Exchange) String() string {
	return printer.String(self)
}
Exemplo n.º 2
0
Arquivo: packet.go Projeto: h8liu/d8
func (self *Packet) String() string {
	return printer.String(self)
}
Exemplo n.º 3
0
Arquivo: message.go Projeto: h8liu/d8
func (self *Message) String() string {
	return printer.String(self)
}