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") )
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct { Repo *repository.Oracle Table string KeyColumn string }
Params is an incoming params for the New function.
Click to show internal directories.
Click to hide internal directories.