models

package
v0.0.0-...-73a5b24 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetaData

type MetaData struct {
	StreamName    string // stream name
	SourceTagName string // Source Tag name
	AliasName     string // Source alias name
	SourceObj     any    // Source obj like Kafka, Pulsar .etc
}

type SinkInput

type SinkInput struct {
	*MetaData
}

type SourceOutput

type SourceOutput struct {
	*MetaData
	SourceData any // data
}

SourceOutput source output struct

type TransformAfterConvert

type TransformAfterConvert struct {
	*SourceOutput
	AfterConvertData map[string][]any // data after convert
}

type TransformBeforeConvert

type TransformBeforeConvert struct {
	*SourceOutput
	BeforeConvertData any // data before convert
}

type TransformOutput

type TransformOutput struct {
	*SourceOutput
	Data     []any
	SinkName string
}

Jump to

Keyboard shortcuts

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