Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MatrixDiff ¶
type MatrixDiff struct {
// Matrix Diff's ComMatrix is the combined matrix of the primary and secondary matrices.
types.ComMatrix
// contains filtered or unexported fields
}
MatrixDiff represent the diff between two comMatrices.
func Generate ¶
func Generate(primary *types.ComMatrix, secondary *types.ComMatrix) MatrixDiff
Generates the diff between primary mat to secondary mat.
func (*MatrixDiff) GenerateUniquePrimary ¶
func (m *MatrixDiff) GenerateUniquePrimary() *types.ComMatrix
Generates the unique entries in primary mat.
func (*MatrixDiff) GenerateUniqueSecondary ¶
func (m *MatrixDiff) GenerateUniqueSecondary() *types.ComMatrix
Generates the unique entries in secondary mat.
func (*MatrixDiff) String ¶
func (m *MatrixDiff) String() (string, error)
Click to show internal directories.
Click to hide internal directories.