dif

package module
v0.0.0-...-66a0726 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2020 License: MIT Imports: 0 Imported by: 0

README

dif

This is a deep comparison module that is heavily based on <github.com/go-test/deep>. The only difference is that, rather than reporting differences as a simple list of strings, this attempts to give a more accurate depiction of exactly what was added, updated, or removed between two arbitrary structs.

Usage

{{ usage }}

Meta

Trevor Taubitz – @terrabitz

Distributed under the MIT license. See LICENSE for more information.

https://gitlab.com/terrabitz/

Acknowledgements

github.com/go-test/deep

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Creatable

type Creatable interface {
	Create()
}

type Deleteable

type Deleteable interface {
	Delete()
}

type Nameable

type Nameable interface {
	GetName() string
}

type Readable

type Readable interface {
	Get()
}

type Updateable

type Updateable interface {
	Update()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL