Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Part ¶
type Part interface { Append(rows []abstract.ChangeItem) error Commit() error Close() error }
type PartMap ¶
type PartMap map[abstract.TablePartID]Part
type Parts ¶
type Parts interface { Add(id abstract.TablePartID, part Part) Part(id abstract.TablePartID) Part }
Parts is a collection of table parts
Click to show internal directories.
Click to hide internal directories.