Documentation ¶
Index ¶
Constants ¶
View Source
const ( Waiting int = iota Interrupted Failed Ready Succeeded )
Variables ¶
View Source
var CommandTypes = []string{"", "sh", "psql"}
Functions ¶
Types ¶
type FileLoader ¶ added in v0.6.2
func (FileLoader) Run ¶ added in v0.6.2
func (l FileLoader) Run() (Report, []Action)
func (FileLoader) Validate ¶ added in v0.6.2
func (l FileLoader) Validate() error
type OutputLoader ¶ added in v0.6.2
func (OutputLoader) Run ¶ added in v0.6.2
func (l OutputLoader) Run() (Report, []Action)
func (OutputLoader) Validate ¶ added in v0.6.2
func (l OutputLoader) Validate() error
Click to show internal directories.
Click to hide internal directories.