Home
last modified time | relevance | path

Searched defs:NotifySyncPushCommits (Results 1 – 6 of 6) sorted by relevance

/dports/www/gitea/gitea-1.16.5/modules/notification/indexer/
H A Dindexer.go137 func (r *indexerNotifier) NotifySyncPushCommits(pusher *user_model.User, repo *repo_model.Repositor… func
/dports/www/gitea/gitea-1.16.5/modules/notification/action/
H A Daction.go371 func (a *actionNotifier) NotifySyncPushCommits(pusher *user_model.User, repo *repo_model.Repository… func
/dports/www/gitea/gitea-1.16.5/modules/notification/webhook/
H A Dwebhook.go797 func (m *webhookNotifier) NotifySyncPushCommits(pusher *user_model.User, repo *repo_model.Repositor… func
/dports/www/gitea/gitea-1.16.5/modules/notification/base/
H A Dnull.go161 func (*NullNotifier) NotifySyncPushCommits(pusher *user_model.User, repo *repo_model.Repository, op… func
H A Dnotifier.go59NotifySyncPushCommits(pusher *user_model.User, repo *repo_model.Repository, opts *repository.PushU… methodSpec
/dports/www/gitea/gitea-1.16.5/modules/notification/
H A Dnotification.go276 func NotifySyncPushCommits(pusher *user_model.User, repo *repo_model.Repository, opts *repository.P… func