output

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModuleConfig

type ModuleConfig struct {
	Module string `yaml:"module" validate:"required"`
	OutDir string `yaml:"outDir" validate:"required"`
}

type OutputModule

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

func (*OutputModule) Configure

func (o *OutputModule) Configure(config *types.BuildConfig) error

func (*OutputModule) Name

func (o *OutputModule) Name() string

func (*OutputModule) OnFail added in v0.0.5

func (o *OutputModule) OnFail() error

func (*OutputModule) Requires

func (o *OutputModule) Requires() []string

func (*OutputModule) RunModule

func (o *OutputModule) RunModule(modLogger *log.Logger, target types.Target) bool

func (*OutputModule) RunOnCached added in v0.3.0

func (*OutputModule) RunOnCached() bool

func (*OutputModule) TargetAgnostic added in v0.3.0

func (o *OutputModule) TargetAgnostic() bool

Jump to

Keyboard shortcuts

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