base32

package
v0.0.0-...-fab57c2 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package base32 provides a mockable wrapper for encoding/base32.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Impl

type Impl struct{}

func (*Impl) NewDecoder

func (*Impl) NewDecoder(enc *base32.Encoding, r io.Reader) io.Reader

func (*Impl) NewEncoder

func (*Impl) NewEncoder(enc *base32.Encoding, w io.Writer) io.WriteCloser

func (*Impl) NewEncoding

func (*Impl) NewEncoding(encoder string) *base32.Encoding

type Interface

type Interface interface {
	NewDecoder(enc *base32.Encoding, r io.Reader) io.Reader
	NewEncoder(enc *base32.Encoding, w io.Writer) io.WriteCloser
	NewEncoding(encoder string) *base32.Encoding
}

Jump to

Keyboard shortcuts

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