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