# Functions
AddCollaborator add a collaborator of a repository.
AddIssueLabels add labels for an issue.
ClearIssueLabels delete all the labels for an issue.
Create one repository of mine.
CreateDeployKey create deploy key for a repository see https://github.com/gogits/go-gogs-client/wiki/Repositories-Deploy-Keys#add-a-new-deploy-key.
CreateFork create a fork of a repo.
CreateHook create a hook for a repository.
CreateIssue create an issue of a repository.
CreateIssueComment create a comment for an issue.
CreateLabel create a label for a repository.
CreateMilestone create a milestone for a repository.
CreateOrgRepo create one repository of the organization.
CreatePullRequest does what it says.
CreateRelease create a release.
CreateUserRepo create a repository for a user.
Delete one repository.
DeleteCollaborator delete a collaborator from a repository.
DeleteDeploykey delete deploy key for a repository see https://github.com/gogits/go-gogs-client/wiki/Repositories-Deploy-Keys#remove-a-deploy-key.
DeleteHook delete a hook of a repository.
DeleteIssueComment delete a comment from an issue.
DeleteIssueLabel delete a label for an issue.
DeleteLabel delete a label for a repository.
DeleteMilestone delete a milestone for a repository.
DeleteRelease delete a release from a repository.
EditHook modify a hook of a repository.
EditIssue modify an issue of a repository.
EditIssueComment modify a comment of an issue.
EditLabel modify a label for a repository.
EditMilestone modify a milestone for a repository.
EditPullRequest does what it says.
EditRelease edit a release.
Get one repository.
GetArchive get archive of a repository see https://github.com/gogits/go-gogs-client/wiki/Repositories-Contents#download-archive.
GetBranch get a branch of a repository see https://github.com/gogits/go-gogs-client/wiki/Repositories#get-branch.
GetByID returns a single Repository.
GetCombinedCommitStatus returns the combined status for any given commit hash.
GetCommitStatuses returns all statuses for any given commit hash.
GetDeployKey get a deploy key by id see https://github.com/gogits/go-gogs-client/wiki/Repositories-Deploy-Keys#get-a-deploy-key.
GetEditorconfig get editor config of a repository.
GetHook get a repo's hook by id.
GetIssue get an issue of a repository.
GetLabel get label by repository and label id.
GetMilestone get a milestone for a repository.
GetPullRequest returns a single PR based on index.
GetRawFile get a file by path on a repository see https://github.com/gogits/go-gogs-client/wiki/Repositories-Contents#download-raw-content.
GetRelease get a single release of a repository.
HandleAddKeyError handle add key error.
HandleCheckKeyStringError handle check key error.
IsCollaborator check if a user is a collaborator of a repository.
IsPullRequestMerged checks if a PR exists given an index - Returns 204 if it exists Otherwise 404.
ListBranches list all the branches of a repository see https://github.com/gogits/go-gogs-client/wiki/Repositories#list-branches.
ListCollaborators list a repository's collaborators.
ListDeployKeys list all the deploy keys of a repository see https://github.com/gogits/go-gogs-client/wiki/Repositories-Deploy-Keys#list-deploy-keys.
ListForks list a repository's forks.
ListHooks list all hooks of a repository.
ListIssueComments list all the comments of an issue.
ListIssueLabels list all the labels of an issue.
ListIssues list the issues of a repository.
ListLabels list all the labels of a repository.
ListMilestones list all the milestones for a repository.
ListPullRequests returns a list of all PRs.
ListReleases list a repository's releases.
ListRepoIssueComments returns all issue-comments for an issue.
ListStargazers list a repository's stargazers.
ListSubscribers list a repo's subscribers (i.e.
MergePullRequest merges a PR given an index.
Migrate migrate remote git repository to gitea.
MirrorSync adds a mirrored repository to the sync queue.
NewCommitStatus creates a new CommitStatus.
ReplaceIssueLabels replace labels for an issue.
Search repositories via options.