Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompressionParams ¶ added in v1.24.0
type CompressionParams struct {
Level Level `mapstructure:"level"`
}
type Type ¶ added in v0.94.0
type Type string
Type represents a compression method
func (*Type) IsCompressed ¶ added in v0.94.0
IsCompressed returns false if CompressionType is nil, none, or empty. Otherwise, returns true.
func (*Type) UnmarshalText ¶ added in v0.94.0
func (*Type) ValidateParams ¶ added in v1.24.0
func (ct *Type) ValidateParams(p CompressionParams) error
Click to show internal directories.
Click to hide internal directories.