Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct { Value string `json:"value"` Count int `json:"count"` Added bool `json:"added"` Removed bool `json:"removed"` }
Change :
type Customize ¶
type Customize interface {
// contains filtered or unexported methods
}
Customize :
type Diff ¶
type Diff struct { Customize Customize // contains filtered or unexported fields }
Diff :
Click to show internal directories.
Click to hide internal directories.