internal

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeyReference           = ".Key"
	OperationReference     = ".Operation"
	MetadataReference      = ".Metadata"
	PositionReference      = ".Position"
	PayloadReference       = ".Payload"
	PayloadAfterReference  = ".Payload.After"
	PayloadBeforeReference = ".Payload.Before"
)

Variables

View Source
var CmpProcessedRecordOpts = []cmp.Option{
	cmpopts.IgnoreUnexported(sdk.SingleRecord{}),
	cmp.Comparer(func(e1, e2 error) bool {
		switch {
		case e1 == nil && e2 == nil:
			return true
		case e1 != nil && e2 != nil:
			return e1.Error() == e2.Error()
		default:
			return false
		}
	}),
}

CmpProcessedRecordOpts is a list of options to use when comparing processed records.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package diff computes differences between text files or strings.
Package diff computes differences between text files or strings.
difftest
Package difftest supplies a set of tests that will operate on any implementation of a diff algorithm as exposed by "github.com/conduitio/conduit/pkg/plugin/processor/builtin/internal/diff"
Package difftest supplies a set of tests that will operate on any implementation of a diff algorithm as exposed by "github.com/conduitio/conduit/pkg/plugin/processor/builtin/internal/diff"
lcs
package lcs contains code to find longest-common-subsequences (and diffs)
package lcs contains code to find longest-common-subsequences (and diffs)

Jump to

Keyboard shortcuts

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