Versions in this module Expand all Collapse all v0 v0.87.0 Jan 22, 2025 v0.86.1 Dec 13, 2024 Changes in this version + type Differ struct + func NewDiffer(config distribution.Config) (*Differ, error) + func (d *Differ) DeleteDatabases() error + func (d *Differ) DiffDatabases() (*[]v5.Diff, error) + func (d *Differ) Present(outputFormat string, diff *[]v5.Diff, output io.Writer) error + func (d *Differ) SetBaseDB(base string) error + func (d *Differ) SetTargetDB(target string) error