package
1.24.0-dev
Repository: https://github.com/go-gitea/gitea.git
Documentation: pkg.go.dev

# Functions

AdoptRepository notifies the adoption of a repository to notifiers.
AutoMergePullRequest notifies merge pull request to notifiers.
ChangeDefaultBranch notifies change default branch to notifiers.
CreateIssueComment notifies issue comment related message to notifiers.
CreateRef notifies branch or tag creation to notifiers.
CreateRepository notifies create repository to notifiers.
DeleteComment notifies delete comment to notifiers.
DeleteIssue notify when some issue deleted.
DeleteRef notifies branch or tag deletion to notifiers.
DeleteRelease notifies delete release to notifiers.
DeleteRepository notifies delete repository to notifiers.
DeleteWikiPage notifies deleting wiki pages to notifiers.
EditWikiPage notifies editing or renaming wiki pages to notifiers.
ForkRepository notifies fork repository to notifiers.
IssueChangeAssignee notifies change content to notifiers.
IssueChangeContent notifies change content to notifiers.
IssueChangeLabels notifies change labels to notifiers.
IssueChangeMilestone notifies change milestone to notifiers.
IssueChangeRef notifies change reference to notifiers.
IssueChangeStatus notifies close or reopen issue to notifiers.
IssueChangeTitle notifies change title to notifiers.
IssueClearLabels notifies clear labels to notifiers.
MergePullRequest notifies merge pull request to notifiers.
MigrateRepository notifies create repository to notifiers.
NewIssue notifies new issue to notifiers.
NewPullRequest notifies new pull request to notifiers.
NewRelease notifies new release to notifiers.
NewWikiPage notifies creating new wiki pages to notifiers.
PackageCreate notifies creation of a package to notifiers.
PackageDelete notifies deletion of a package to notifiers.
PullRequestChangeTargetBranch notifies when a pull request's target branch was changed.
PullRequestCodeComment notifies new pull request code comment.
PullRequestPushCommits notifies when push commits to pull request's head branch.
PullRequestReview notifies new pull request review.
PullRequestReviewRequest notifies Request Review change.
PullRequestSynchronized notifies Synchronized pull request.
PullReviewDismiss notifies when a review was dismissed by repo admin.
PushCommits notifies commits pushed to notifiers.
RegisterNotifier providers method to receive notify messages.
RenameRepository notifies repository renamed.
RepoPendingTransfer notifies creation of pending transfer to notifiers.
SyncCreateRef notifies branch or tag creation to notifiers.
SyncDeleteRef notifies branch or tag deletion to notifiers.
SyncPushCommits notifies commits pushed to notifiers.
TransferRepository notifies create repository to notifiers.
UpdateComment notifies update comment to notifiers.
UpdateRelease notifies update release to notifiers.

# Structs

NullNotifier implements a blank notifier.

# Interfaces

Notifier defines an interface to notify receiver.