decoder

package
v0.0.0-...-b19fc51 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

func NewDecoderConfig

func NewDecoderConfig(input *string) *Config

type DecodeWrapper

type DecodeWrapper struct {
	// contains filtered or unexported fields
}

func NewDecoder

func NewDecoder(cfg *Config) (*DecodeWrapper, error)

func (*DecodeWrapper) Assess

func (dw *DecodeWrapper) Assess()

func (*DecodeWrapper) ShowResults

func (dw *DecodeWrapper) ShowResults()

type Decoder

type Decoder interface {
	Assess(file string, list *Wordlist) (*Results, error)
}

type Results

type Results struct {
	// contains filtered or unexported fields
}

func NewResults

func NewResults(filepath string) *Results

func (*Results) Explain

func (r *Results) Explain()

type Wordlist

type Wordlist struct {
	// contains filtered or unexported fields
}

func NewWordlist

func NewWordlist() *Wordlist

Jump to

Keyboard shortcuts

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