build

package
v0.0.0-...-73cd16d Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: EPL-1.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

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

func LoadBuilder

func LoadBuilder(log logger.Logger, dir string) (*Builder, error)

func (*Builder) Clean

func (b *Builder) Clean()

func (*Builder) Run

func (b *Builder) Run(ctx context.Context) (string, error)

type Config

type Config struct {
	Name      string     `yaml:"name"`
	Main      string     `yaml:"main"`
	GoImports []GoImport `yaml:"go-imports"`
}

type GoImport

type GoImport struct {
	Path string `yaml:"path"`
	As   string `yaml:"as"`
}

Jump to

Keyboard shortcuts

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