Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Updator ¶
type Updator interface { Extract() ([]string, *Error) Status(sequence Sequence) (Sequence, *Error) Update([]Sequence) *Error }
Updator allows to extract sequence from a relational database.
type UpdatorFactory ¶
UpdatorFactory exposes methods to create new Updators.
Click to show internal directories.
Click to hide internal directories.