package
0.0.0-20201106104914-e99cc0b83bb6
Repository: https://github.com/ozonep/drone.git
Documentation: pkg.go.dev
# Functions
New returns a new runtime using the specified runtime configuration and runtime engine.
WithConfig sets the Runtime configuration.
WithEngine sets the Runtime engine.
WithHooks sets the Runtime tracer.
# Variables
ErrCancel is used as a return value when the container execution receives a cancellation signal from the context.
ErrInterrupt is used to signal an interrupt and gracefully exit the runtime execution.
ErrSkip is used as a return value when container execution should be skipped at runtime.
# Structs
An ExitError reports an unsuccessful exit.
Hook provides a set of hooks to run at various stages of runtime execution.
Line represents a line in the container logs.
An OomError reports the process received an OOMKill from the kernel.
Runtime executes a pipeline configuration.
State defines the pipeline and process state.
# Type aliases
Option configures a Runtime option.