prepareKey defines a unique set of options to cache prepared frames in PreparedMessage.
| 25 | |
| 26 | // prepareKey defines a unique set of options to cache prepared frames in PreparedMessage. |
| 27 | type prepareKey struct { |
| 28 | isServer bool |
| 29 | compress bool |
| 30 | compressionLevel int |
| 31 | } |
| 32 | |
| 33 | // preparedFrame contains data in wire representation. |
| 34 | type preparedFrame struct { |
nothing calls this directly
no outgoing calls
no test coverage detected