Versions in this module Expand all Collapse all v1 v1.0.0 Dec 1, 2020 Changes in this version + type CliDumper struct + Cmd string + DSN string + Flags string + Timeout time.Duration + func NewDumper(cmd, flags, dsn string) (CliDumper, error) + func (d CliDumper) Dump(ctx context.Context, db string, w io.Writer) error + func (d CliDumper) Validate() error + type Dumper interface + Dump func(ctx context.Context, db string, w io.Writer) error + Validate func() error