type github.com/klauspost/compress/zstd.EncoderLevel
8 uses
github.com/klauspost/compress/zstd (current package)
dict.go#L186: Level EncoderLevel
encoder_options.go#L19: level EncoderLevel
encoder_options.go#L162: type EncoderLevel int
encoder_options.go#L165: speedNotSet EncoderLevel = iota
encoder_options.go#L192: func EncoderLevelFromString(s string) (bool, EncoderLevel) {
encoder_options.go#L204: func EncoderLevelFromZstd(level int) EncoderLevel {
encoder_options.go#L218: func (e EncoderLevel) String() string {
encoder_options.go#L235: func WithEncoderLevel(l EncoderLevel) EOption {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |