()
| 17 | func (self *TestEchoACK) String() string { return fmt.Sprintf("%+v", *self) } |
| 18 | |
| 19 | func init() { |
| 20 | cellnet.RegisterMessageMeta(&cellnet.MessageMeta{ |
| 21 | Codec: codec.MustGetCodec("binary"), |
| 22 | Type: reflect.TypeOf((*TestEchoACK)(nil)).Elem(), |
| 23 | ID: int(util.StringHash("tests.TestEchoACK")), |
| 24 | }) |
| 25 | } |
nothing calls this directly
no test coverage detected