Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
Command string
Environment environments.Environment
}
type Download ¶
type Download struct {
File string
Environment environments.Environment
}
type Mkdir ¶
type Mkdir struct {
TargetFile string
Environment environments.Environment
}
type Move ¶
type Move struct {
SourceFile string
TargetFile string
Environment environments.Environment
}
type WriteFile ¶
type WriteFile struct {
TargetFile string
Environment environments.Environment
Text string
}
Click to show internal directories.
Click to hide internal directories.