compression

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CompressionStringRepresentations = map[Flag][]string{
	Default: {"default"},
	GZIP:    {"gzip"},
	None:    {"none"},
}

Functions

This section is empty.

Types

type Flag

type Flag enumflag.Flag
const (
	Default Flag = iota + 1
	GZIP
	None
)

func FlagString

func FlagString(s string) (Flag, error)

FlagString retrieves an enum value from the enum constants string name. Throws an error if the param is not part of the enum.

func FlagValues

func FlagValues() []Flag

FlagValues returns all values of the enum

func (Flag) IsAFlag

func (i Flag) IsAFlag() bool

IsAFlag returns "true" if the value is listed in the enum definition. "false" otherwise

func (Flag) String

func (i Flag) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL