Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Diffable ¶
type Diffable interface { // Diff with other Diffable Diff(other Diffable, context Context) []action.Action // Get other diffables inside the current one Children() []Diffable // Return actions to drop the current diffable Drop(context Context) []action.Action // Compare current Diffable with other IsEqual(other Diffable) bool }
Click to show internal directories.
Click to hide internal directories.