package
0.1.1
Repository: https://github.com/stealthrocket/timecraft.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DirStore constructs an object store from a directory entry at the given path.
EmptyStore returns a Store instance representing an empty, read-only object store.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrNotExist is an error value which may be tested against to determine whether a method invocation from a Store instance failed due to being called on an object which did not exist.
ErrReadOnly is an error returned when attempting to create an object in a read-only store.

# Structs

The Info type represents the set of meta data associated with an object within a store.
Tag represents a name/value pair attached to an object.

# Interfaces

Store is an interface abstracting an object storage layer.