package
0.0.11
Repository: https://github.com/shuvava/treehub.git
Documentation: pkg.go.dev

# Functions

NewCommit validate str and create Commit object.
NewCommitFromBytes validate content and create Commit object.
NewNamespace creates namespace with random uuid.
NewObjectID create new ObjectID if str is valid.
NewRef create new instance of Ref.

# Constants

ErrorDataSerializationObjectID is error of data.ObjectID serialization.
ServerUploading means data.Object was created, but content not fully uploaded to the server.
Uploaded means data.Object was successfully uploaded to server.

# Structs

CommitManifest is OSTree commit manifest.
Object OSTree object definition.
Ref is OSTree object reference.

# Type aliases

Commit is OTSTree commit object.
DeltaID is OSTree delta.
Namespace is object namespace.
ObjectID is OSTree object identifier.
ObjectStatus is enumeration of possible object states.
RefName is name of OSTree Ref.