Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Lines []DiffLine
}
Result holds the diff between two flows.
func Compare ¶
func Compare(meta1 *store.FlowMeta, data1 *store.FlowData, meta2 *store.FlowMeta, data2 *store.FlowData) *Result
Compare produces a diff between two flows.
func (*Result) HasChanges ¶
HasChanges returns true if there are any additions or deletions.
Click to show internal directories.
Click to hide internal directories.