Documentation ¶
Index ¶
Constants ¶
View Source
const ( PluginTypeBuiltin = "builtin" PluginTypeStandalone = "standalone" PluginTypeAny = "any" PluginVersionLatest = "latest" )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type FullName ¶ added in v0.3.0
type FullName string
func NewFullName ¶ added in v0.3.0
func (FullName) PluginName ¶ added in v0.3.0
func (FullName) PluginType ¶ added in v0.3.0
func (FullName) PluginVersion ¶ added in v0.3.0
func (FullName) PluginVersionGreaterThan ¶ added in v0.3.0
Directories ¶
Path | Synopsis |
---|---|
mock
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
standalone/test/testplugin
Package main contains a plugin used for testing purposes.
|
Package main contains a plugin used for testing purposes. |
builtin/impl/avro
Package avro is a generated GoMock package.
|
Package avro is a generated GoMock package. |
builtin/internal/diff
Package diff computes differences between text files or strings.
|
Package diff computes differences between text files or strings. |
builtin/internal/diff/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" |
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) |
mock
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.