package
0.16.0
Repository: https://github.com/azure/draft-classic.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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).

# Structs

Object is the storage object for a draft applications build history.

# 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.