Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustGetenv ¶
Types ¶
type Deployment ¶
type Deployment struct { TeamName string PipelineName string JobName string ResourceName string Version string // contains filtered or unexported fields }
Deployment represents a full run of a concourse pipeline.
func ConcourseDeployment ¶
func ConcourseDeployment() *Deployment
func (*Deployment) Complete ¶
func (d *Deployment) Complete() (bool, error)
Click to show internal directories.
Click to hide internal directories.