RegisteredCompressors returns a string of registered compressor names separated by comma.
()
| 38 | // RegisteredCompressors returns a string of registered compressor names |
| 39 | // separated by comma. |
| 40 | func RegisteredCompressors() string { |
| 41 | return strings.Join(RegisteredCompressorNames, ",") |
| 42 | } |