Versions in this module Expand all Collapse all v0 v0.1.3 Sep 17, 2024 Changes in this version + type Comparer interface + Compare func(ctx context.Context) + func NewDatabaseComparer(resource1, resource2 string, verbosity int) Comparer + func NewFileComparer(resource1, resource2 string) Comparer + type Difference struct + Name string + Value1 string + Value2 string + func NewFieldsDifference(f1, f2 *field.Field, mixedDBTypes bool) *Difference + type Differences []*Difference + func NewDataRowDifferences(r1, r2 row.Row, t table.Table, verbose bool) (Differences, bool, error) + func (d Differences) Format(verbose bool) string