Documentation ¶
Overview ¶
Package compress implements compression support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatU128 ¶ added in v0.5.0
FormatU128 formats city.U128 as hex.
func MethodStrings ¶
func MethodStrings() []string
MethodStrings returns a slice of all String values of the enum
Types ¶
type CorruptedDataErr ¶ added in v0.5.0
CorruptedDataErr means that provided hash mismatch with calculated.
func (*CorruptedDataErr) Error ¶ added in v0.5.0
func (c *CorruptedDataErr) Error() string
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.