Documentation
¶
Overview ¶
Package alias provides unprefixed names for base64 command flags.
import b64 "github.com/gloo-foo/cmd-base64/alias" b64.Base64(b64.Decode)
Index ¶
Constants ¶
View Source
const Decode = command.Base64Decode
Decode is the -d / --decode flag.
View Source
const IgnoreGarbage = command.Base64IgnoreGarbage
IgnoreGarbage is the -i / --ignore-garbage flag.
View Source
const NoDecode = command.Base64NoDecode
NoDecode is the default: encode.
View Source
const NoIgnoreGarbage = command.Base64NoIgnoreGarbage
NoIgnoreGarbage is the default: reject non-alphabet bytes when decoding.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Wrap ¶
type Wrap = command.Base64Wrap
Wrap re-exports the -w / --wrap column flag type. Wrap(0) disables wrapping.
Click to show internal directories.
Click to hide internal directories.