Module: diff
Copyright 2020 Parsable, Inc
Enumerations
Data structures
Struct: DiffIndex
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | base | i32 | | default | |
| 2 | other | i32 | | optional | |
Struct: ListIndices
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | baseIdx | i32 | | default | |
| 2 | otherIdx | i32 | | default | |
Struct: Change
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | changeType | ChangeType | | default | |
| 2 | version | i32 | | default | |
| 3 | indices | ListIndices | | optional | |
Struct: StringDiff
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | latestChange | Change | | default | |
| 10 | otherValue | string | | optional | |
| 11 | otherValueWrapper | reference.StringWrapper | | optional | |
Struct: NumberDiff
| Key | Field | Type | Description | Requiredness | Default value |
| 1 | latestChange | Change | | default | |
| 10 | otherValue | double | | optional | |