integrations

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2023 License: AGPL-3.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 BatchPayloadT added in v1.1.0

type BatchPayloadT struct {
	Payload []interface{} `json:"payload"`
}

type SchemaFieldT added in v1.1.0

type SchemaFieldT struct {
	Name       string `json:"name"`
	Type       string `json:"type"`
	PrimaryKey bool   `json:"primary_key"`
}

type SchemaT added in v1.1.0

type SchemaT struct {
	TableName    string         `json:"table_name"`
	SchemaFields []SchemaFieldT `json:"schema_fields"`
}

type TransformerHandleI added in v1.1.0

type TransformerHandleI interface {
	Convert(interface{}, string) (interface{}, bool)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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