()
| 35 | ) |
| 36 | |
| 37 | func Types() []Type { return []Type{None, Snappy, Zstd} } |
| 38 | |
| 39 | // Encode returns the encoded form of src for the given compression type. |
| 40 | // For None or empty message the encoding is not attempted. |
no outgoing calls
searching dependent graphs…