transpile

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ErrorWorkerReaderIsNil ...
	ErrorWorkerReaderIsNil = "Reader should not be nil"
	// ErrorWorkerWriterIsNil ...
	ErrorWorkerWriterIsNil = "Writer should not be nil"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	Start() error
}

Service specifies the api logic of transforming a source code format into another target format.

func NewService

func NewService(in io.Reader, out io.Writer) Service

NewService creates a a new transpile and returns its address.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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