Documentation ¶ Index ¶ func Merge(sources ...map[string]string) map[string]string type CirrusEnv func New(taskID int64) (*CirrusEnv, error) func (ce *CirrusEnv) Close() error func (ce *CirrusEnv) Consume() (map[string]string, error) func (ce *CirrusEnv) Path() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Merge ¶ func Merge(sources ...map[string]string) map[string]string Types ¶ type CirrusEnv ¶ type CirrusEnv struct { // contains filtered or unexported fields } func New ¶ func New(taskID int64) (*CirrusEnv, error) func (*CirrusEnv) Close ¶ func (ce *CirrusEnv) Close() error func (*CirrusEnv) Consume ¶ func (ce *CirrusEnv) Consume() (map[string]string, error) func (*CirrusEnv) Path ¶ func (ce *CirrusEnv) Path() string Source Files ¶ View all Source files cirrusenv.go Click to show internal directories. Click to hide internal directories.