Documentation ¶ Index ¶ type Manager func Create(verbose bool, askPass bool, outdir string, config cfg.Config) (Manager, error) func (self Manager) GetScripts() ([]string, error) func (self Manager) Logger(group *sync.WaitGroup, stream <-chan psql.Result, con cfg.Connection) func (self Manager) Run() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager struct { // contains filtered or unexported fields } func Create ¶ func Create(verbose bool, askPass bool, outdir string, config cfg.Config) (Manager, error) func (Manager) GetScripts ¶ func (self Manager) GetScripts() ([]string, error) func (Manager) Logger ¶ func (self Manager) Logger(group *sync.WaitGroup, stream <-chan psql.Result, con cfg.Connection) func (Manager) Run ¶ func (self Manager) Run() error Source Files ¶ View all Source files mgr.go Click to show internal directories. Click to hide internal directories.