Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorKind ¶ added in v0.34.0
type ErrorKind int32
ErrorKind classifies the error reported in a job status.
type RunRequest ¶
type RunRequest struct {
Id string
WorkDir string
Env map[string]string
Steps string
Variables []Variable
BuildDir string
Timeout *time.Duration
GracefulExitTimeout *time.Duration
}
RunRequest captures the parameters for a step execution request.
type State ¶
type State int32
State is an enumerations of the states a step can be in during execution.
Directories
¶
| Path | Synopsis |
|---|---|
|
package basic implements a low-level client for the step-runner gRPC service with a (more or less) 1:1 mapping to the raw gRPC API.
|
package basic implements a low-level client for the step-runner gRPC service with a (more or less) 1:1 mapping to the raw gRPC API. |
|
package extended implements a well-behaved, higher-level client for the step-runner gRPC service.
|
package extended implements a well-behaved, higher-level client for the step-runner gRPC service. |
Click to show internal directories.
Click to hide internal directories.