Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies interface { command.ExecutionContext workspace.Contexter }
type Variable ¶
type Variable struct { FromPath string `yaml:"fromPath,omitempty" json:"fromPath,omitempty"` Name string `yaml:"name" json:"name"` WorkspaceCommand string `yaml:"workspaceCommand,omitempty"` WorkspaceCommandHint string `yaml:"workspaceCommandHint,omitempty"` From *command.CommandValue `yaml:"from" json:"from"` Value string `yaml:"-" json:"-"` }
func (*Variable) Ensure ¶
func (e *Variable) Ensure(ctx Dependencies) error
Ensure sets Value using the From CommandValue.
Click to show internal directories.
Click to hide internal directories.