database

package
v0.0.0-...-e96982d Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompletionHandler

type CompletionHandler func(DBCommand)

type DBCommand

type DBCommand interface {
	GetReference() interface{}
	GetPipelineID() uint64
	GetSequence() uint64
	GetTables() []string
}

type Writer

type Writer interface {
	Init() error
	ProcessData(interface{}, *gravity_sdk_types_record.Record, []string) error
	SetCompletionHandler(CompletionHandler)
	Truncate(string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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