Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnectError ¶
func (*ConnectError) Error ¶
func (ce *ConnectError) Error() string
type Environments ¶
func (*Environments) UnmarshalYAML ¶
func (e *Environments) UnmarshalYAML(node *yaml.Node) error
type Opsfile ¶
type Opsfile struct { Shell string `yaml:"shell"` FailFast bool `yaml:"fail-fast"` Servers *Servers `yaml:"servers"` Tasks *Tasks `yaml:"tasks"` Environments *Environments `yaml:"environments"` }
func NewOpsfile ¶
func NewOpsfileFromPath ¶
type ParseError ¶
type ParseError struct { Err error // contains filtered or unexported fields }
func (*ParseError) Error ¶
func (pe *ParseError) Error() string
type Servers ¶
func (*Servers) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.