Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Argument ¶
type Argument struct {
Key string
Value interface{}
}
Argument is key value struct that should be passed in a service call
type Command ¶ added in v0.53.0
type Command struct {
EnvironmentVariables []Argument
// Program is executable program
Program string
Arguments []string
// WorkingDirectory default is the current directory
WorkingDirectory string
}
Command is a command to be executed as a sub-process
type Metadata ¶
type Metadata struct {
Name string
Time struct {
// StaredAt the time when the step was started execution
StartedAt time.Time
// FinishedAt the time when the step finished execution
FinishedAt time.Time
}
}
Metadata holds all the metadata of a pipeline
Click to show internal directories.
Click to hide internal directories.