| 33 | ) |
| 34 | |
| 35 | type Message interface { |
| 36 | Serialization(sink *comm.ZeroCopySink) |
| 37 | Deserialization(source *comm.ZeroCopySource) error |
| 38 | CmdType() string |
| 39 | } |
| 40 | |
| 41 | //MsgPayload in link channel |
| 42 | type MsgPayload struct { |
no outgoing calls
no test coverage detected