package
module
Version:
v0.0.0-...-8193efd
Opens a new window with list of versions in this module.
Published: Mar 27, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Diff struct {
Before interface{}
After interface{}
}
type DiffInfo struct {
Before map[string]interface{}
After map[string]interface{}
Difference []map[string]Diff
}
type Rows []map[string]interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.