alias

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2026 License: MIT Imports: 2 Imported by: 0

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

Decode is the -d / --decode flag.

View Source
const IgnoreGarbage = command.Base64IgnoreGarbage

IgnoreGarbage is the -i / --ignore-garbage flag.

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

func Base64

func Base64(opts ...any) gloo.Command[[]byte, []byte]

Base64 re-exports the constructor.

Types

type Wrap

type Wrap = command.Base64Wrap

Wrap re-exports the -w / --wrap column flag type. Wrap(0) disables wrapping.

Jump to

Keyboard shortcuts

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