encoding

package
v0.0.0-...-b016fa6 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base32Decode

type Base32Decode struct {
	Data string `arg:""`
}

func (Base32Decode) Run

func (b Base32Decode) Run() error

type Base32Encode

type Base32Encode struct {
	Data string `arg:""`
}

func (Base32Encode) Run

func (b Base32Encode) Run() error

type Base58Decode

type Base58Decode struct {
	Data string `arg:""`
}

func (Base58Decode) Run

func (b Base58Decode) Run() error

type Base58Encode

type Base58Encode struct {
	Data string `arg:""`
}

func (Base58Encode) Run

func (b Base58Encode) Run() error

type Base64Decode

type Base64Decode struct {
	Data string `arg:""`
}

func (Base64Decode) Run

func (b Base64Decode) Run() error

type Base64Encode

type Base64Encode struct {
	Data string `arg:""`
}

func (Base64Encode) Run

func (b Base64Encode) Run() error

type Encoding

type Encoding struct {
	Base58Decode Base58Decode `cmd:"" name:"base58-decode"`
	Base58Encode Base58Encode `cmd:"" name:"base58-encode"`
	Base32Decode Base32Decode `cmd:"" name:"base32-decode"`
	Base32Encode Base32Encode `cmd:"" name:"base32-encode"`
	Base64Decode Base64Decode `cmd:"" name:"base64-decode"`
	Base64Encode Base64Encode `cmd:"" name:"base64-encode"`
	PathEncode   PathEncode   `cmd:"" name:"path-encode"`
	PathDecode   PathDecode   `cmd:"" name:"path-decode"`
	HexEncode    HexEncode    `cmd:"" name:"hex-encode"`
	HexDecode    HexDecode    `cmd:"" name:"hex-decode"`
}

type HexDecode

type HexDecode struct {
	Data string `arg:""`
}

func (HexDecode) Run

func (b HexDecode) Run() error

type HexEncode

type HexEncode struct {
	Data string `arg:""`
}

func (HexEncode) Run

func (b HexEncode) Run() error

type PathDecode

type PathDecode struct {
	Data string `arg:""`
}

func (PathDecode) Run

func (b PathDecode) Run() error

type PathEncode

type PathEncode struct {
	Data string `arg:""`
}

func (PathEncode) Run

func (b PathEncode) Run() error

Jump to

Keyboard shortcuts

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