# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
DecodePartialObjects reads any set of frames from the given ReadCloser, decodes the frames into PartialObjects, validates that the decoded objects are known to the scheme, and optionally sets a default group.
No description provided by the author
No description provided by the author
NewGenericStorage constructs a new Storage.
No description provided by the author
No description provided by the author
# Variables
ContentTypes describes the connection between file extensions and a content types.
ErrAlreadyExists is returned when when WriteStorage.Create is called for an already stored object.
ErrAmbiguousFind is returned when the user requested one object from a List+Filter process.
ErrNotFound is returned when the requested resource wasn't found.
ErrNotTracked is returned when the requested resource wasn't found.
# Structs
GenericMappedRawStorage is the default implementation of a MappedRawStorage, it stores files in the given directory via a path translation map.
GenericRawStorage is a rawstorage which stores objects as JSON files on disk, in the form: <dir>/<kind>/<identifier>/metadata.json.
GenericStorage implements the Storage interface.
# Interfaces
No description provided by the author
MappedRawStorage is an interface for RawStorages which store their data in a flat/unordered directory format like manifest directories.
No description provided by the author
RawStorage is a Key-indexed low-level interface to store byte-encoded Objects (resources) in non-volatile memory.
No description provided by the author
Storage is an interface for persisting and retrieving API objects to/from a backend One Storage instance handles all different Kinds of Objects.
No description provided by the author