# Packages
No description provided by the author
# Structs
CommitAuthor represents an author of commit.
File represents a file in a tree.
NewBlob represents a blob.
NewBranch represents a branch.
NewCommit represents a commit.
NewTree represents a tree.
RefQualifiedName represents qualified name of a ref, e.g.
Release represents a release associated to a tag.
ReleaseAsset represents a release asset.
ReleaseID represents an ID of release.
RepositoryID represents a pointer to a repository.
# Type aliases
BlobSHA represents a pointer to a blob.
BranchName represents name of a branch.
CommitMessage represents a message of a commit.
CommitSHA represents a pointer to a commit.
RefName represents name of a ref, that is a branch or a tag.
TagName represents name of a tag.
TreeSHA represents a pointer to a tree.