Documentation ¶
Index ¶
- func CopySlice[A any](s []A) []A
- func DoOrDie(err error)
- func GetFileFromURL(url string, path string) error
- func GetURL(url string) ([]byte, error)
- func JsonDiffHelper(a interface{}, b interface{}, pathContext []string, diffs *JsonDocumentDiffs)
- func Pointer(s string) *string
- func SetUpLogger(logLevelStr string) error
- func StringPrefix(s string, chars int) string
- type DiffType
- type JDiff
- type JsonDocumentDiffs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFileFromURL ¶
func JsonDiffHelper ¶
func JsonDiffHelper(a interface{}, b interface{}, pathContext []string, diffs *JsonDocumentDiffs)
func SetUpLogger ¶
func StringPrefix ¶
Types ¶
type JsonDocumentDiffs ¶
type JsonDocumentDiffs struct {
Elements []*JDiff
}
func DiffJsonValues ¶
func DiffJsonValues(a interface{}, b interface{}) *JsonDocumentDiffs
func (*JsonDocumentDiffs) Add ¶
func (d *JsonDocumentDiffs) Add(e *JDiff)
Click to show internal directories.
Click to hide internal directories.