Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactsCommand ¶
type ArtifactsCommand struct { parseable.DefaultParser // contains filtered or unexported fields }
func NewArtifactsCommand ¶
func NewArtifactsCommand(mergedEnv map[string]string) *ArtifactsCommand
func (*ArtifactsCommand) Proto ¶
func (articom *ArtifactsCommand) Proto() *api.Command
type FileCommand ¶ added in v0.11.0
type FileCommand struct { parseable.DefaultParser // contains filtered or unexported fields }
func NewFileCommand ¶ added in v0.11.0
func NewFileCommand(mergedEnv map[string]string) *FileCommand
func (*FileCommand) Parse ¶ added in v0.11.0
func (fileCommand *FileCommand) Parse(node *node.Node) error
func (*FileCommand) Proto ¶ added in v0.11.0
func (fileCommand *FileCommand) Proto() *api.Command
Click to show internal directories.
Click to hide internal directories.