Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change interface { Apply() Revert() }
func CombinedChange ¶
func FuncChange ¶
func FuncChange(apply, revert func()) Change
type ExtendableChange ¶
type History ¶
type History struct {
// contains filtered or unexported fields
}
func NewHistory ¶
func NewHistory() *History
func (*History) LastChange ¶
Click to show internal directories.
Click to hide internal directories.