converter

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Converter

type Converter interface {
	Convert([]string, int, int, bool, chan<- int, chan<- EncodeResult) (sync.WaitGroup, error)
	CanConvert(string) bool
}

func NewConvertor

func NewConvertor() Converter

type EncodeResult

type EncodeResult struct {
	Input   string
	Output  string
	Stdout  string
	Stderr  string
	Error   string
	Elasped string
}

type String

type String string

Jump to

Keyboard shortcuts

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