Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
Add(t *table.Table, vt *validation.Table) error
GetVersion(id table.ID, version table.Version) (t *table.Table, vt *validation.Table, err error)
List() (table.List, error)
Delete(id table.ID, version table.Version) error
Commit(id table.ID, version table.Version) error
GetCommitted(id table.ID) (t *table.Table, vt *validation.Table, err error)
}
Click to show internal directories.
Click to hide internal directories.