Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMarshallingError ¶
Types ¶
type ChangeItemMarshaller ¶
type ChangeItemMarshaller func(item abstract.ChangeItem) ([]any, error)
type DDLExecutor ¶
type DDLExecutor interface {
ExecDDL(fn DDLFactory) error
}
type MarshallingError ¶
type MarshallingError interface { IsMarshallingError() error }
type StreamInserter ¶
type StreamInserter interface {
StreamInsert(query string, marshaller ChangeItemMarshaller) (Streamer, error)
}
Click to show internal directories.
Click to hide internal directories.