target

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2025 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ID ID `yaml:"-"`

	Stage     stage.Stage     `yaml:"stage"`
	StagePrio stage.StagePrio `yaml:"-"`

	Steps []step.Config `yaml:"steps"`

	Inputs       []input.ID `yaml:"inputs,omitempty"`
	Dependencies []ID       `yaml:"depends,omitempty"`
}

func (*Config) Init

func (c *Config) Init(id ID) (err error)

Init initializes this config.

type IConfig

type IConfig interface {
	ID() string
	Stage() stage.Stages
}

type ID

type ID string

func DefineID

func DefineID(componentName string, inputName string) ID

func (*ID) String

func (i *ID) String() string

String returns the string of the ID.

Jump to

Keyboard shortcuts

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