store

package
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2022 License: MIT Imports: 8 Imported by: 0

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)
}

func NewFS

func NewFS(root string) (Store, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL