Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RepositoryInstance ¶
func RepositoryInstance(r *gitea.Repository) string
Types ¶
type Branch ¶
type Branch struct {
Ref string `json:"ref"`
Repo *gitea.Repository `json:"repo"`
SHA string `json:"sha"`
}
type LocalRepo ¶
func LocalRepository ¶
func LocalRepository(r *gitea.Repository) *LocalRepo
type PRHook ¶
type PRHook struct {
Action string `json:"action"`
Number int64 `json:"number"`
Title string `json:"title"`
PullRequest *PullRequest `json:"pull_request"`
Repository *gitea.Repository `json:"repository"`
}
type PullRequest ¶
Click to show internal directories.
Click to hide internal directories.