Documentation
¶
Index ¶
Constants ¶
View Source
const ( StatementSymbolicLink = "link" StatementFile = "file" StatementEnv = "env" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildContext ¶
type File ¶
func (*File) MutatesConfig ¶
func (*File) Run ¶
func (s *File) Run(ctx *BuildContext) error
type PipelineStatement ¶
type PipelineStatement interface {
Run(ctx *BuildContext) error
Name() string
MutatesConfig() bool
MutatesFS() bool
}
type StatementFinder ¶
type StatementFinder = func(name string, options cbev1.Options) PipelineStatement
type SymbolicLink ¶
func (*SymbolicLink) MutatesConfig ¶
func (*SymbolicLink) MutatesConfig() bool
func (*SymbolicLink) MutatesFS ¶
func (*SymbolicLink) MutatesFS() bool
func (*SymbolicLink) Name ¶
func (*SymbolicLink) Name() string
func (*SymbolicLink) Run ¶
func (s *SymbolicLink) Run(ctx *BuildContext) error
Click to show internal directories.
Click to hide internal directories.