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) |
Click to show internal directories.
Click to hide internal directories.