Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoPayload occurs when there's no payload to insert. ErrNoPayload = errors.New("no payload") // ErrNoKey occurs when there is no value for key. ErrNoKey = errors.New("no key") )
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer implements a writer logic for Sap hana destination.
Click to show internal directories.
Click to hide internal directories.