# Functions
DecodeString returns the storage.Object decoded from a base64 encoded protobuf string.
EncodeToString returns the base64 encoding of a protobuf encoded storage.Object.
NewErrAppBuildExists returns a formatted error specifying the storage object for build with buildID already exists.
NewErrAppBuildNotFound returns a formatted error specifying the storage object for build with buildID does not exist.
NewErrAppStorageExists returns a formatted error specifying the storage for application specified by appName already exists.
NewErrAppStorageNotFound returns a formatted error specifying the storage for application specified by appName does not exist.
SortByCreatedAt returns the list of storage objects sorted by an object's created at timestamp (in seconds).
# Interfaces
Creator represents the create APIs of the storage engine.
Deleter represents the delete APIs of the storage engine.
Getter represents the retrieval APIs of the storage engine.
Store represents a storage engine for application state stored by Draft.
Updater represents the update APIs of the storage engine.