chipsenkbeil / over-there

Tool to enable editing, management, and execution remotely from "over there."
Apache License 2.0
0 stars 0 forks source link

Swap Input and Output processor error structs variant names #6

Open chipsenkbeil opened 4 years ago

chipsenkbeil commented 4 years ago

InputProcessorError has EncodePacket but should be DecodePacket. OutputProcessorError has DecodePacket but should be EncodePacket.