diff

package
v0.0.0-...-c3aa6c8 Latest Latest
Warning

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

Go to latest
Published: May 2, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Diff

type Diff struct {
	// contains filtered or unexported fields
}

Diff ...

func NewDiff

func NewDiff(old, new, key string) *Diff

NewDiff ...

func (Diff) Do

func (d Diff) Do(ctx context.Context) error

Do ...

type RowRecord

type RowRecord struct {
	ID  string
	Row string
}

RowRecord ...

type Type

type Type string

Type ...

var (
	// InType ...
	InType Type = "+"
	// OutType ...
	OutType Type = "-"
)

Jump to

Keyboard shortcuts

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