| 62 | } |
| 63 | |
| 64 | type versionedDecoder interface { |
| 65 | decode(pd packetDecoder, version int16) error |
| 66 | } |
| 67 | |
| 68 | type flexibleVersion interface { |
| 69 | isFlexibleVersion(version int16) bool |
nothing calls this directly
no outgoing calls
no test coverage detected