Documentation
¶
Overview ¶
Package compress implements compression support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MethodStrings ¶
func MethodStrings() []string
MethodStrings returns a slice of all String values of the enum
Types ¶
type Method ¶
type Method byte
Method is compression codec.
func MethodString ¶
MethodString retrieves an enum value from the enum constants string name. Throws an error if the param is not part of the enum.
Click to show internal directories.
Click to hide internal directories.