compiler

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildError

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

func (*BuildError) Error

func (e *BuildError) Error() string

type BuildService

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

func NewBuildService

func NewBuildService(log *zap.SugaredLogger, store storage.StoreProvider) BuildService

func (BuildService) Build

func (s BuildService) Build(ctx context.Context, data []byte) (*Result, error)

func (BuildService) GetArtifact

func (s BuildService) GetArtifact(id storage.ArtifactID) (io.ReadCloser, error)

type Result

type Result struct {
	FileName string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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