Home
last modified time | relevance | path

Searched refs:PushPayload (Results 1 – 20 of 20) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fxa-client/src/
H A Dpush.rs21 PushPayload::CommandReceived(CommandReceivedPushPayload { index, .. }) => { in handle_push_message()
33 PushPayload::ProfileUpdated => { in handle_push_message()
37 PushPayload::DeviceConnected(DeviceConnectedPushPayload { device_name }) => { in handle_push_message()
41 PushPayload::DeviceDisconnected(DeviceDisconnectedPushPayload { device_id }) => { in handle_push_message()
56 PushPayload::AccountDestroyed(AccountDestroyedPushPayload { account_uid }) => { in handle_push_message()
67 PushPayload::PasswordChanged | PushPayload::PasswordReset => { in handle_push_message()
75 PushPayload::Unknown => { in handle_push_message()
85 pub enum PushPayload { enum
137 let _: PushPayload = serde_json::from_str(&json).unwrap(); in test_deserialize_send_tab_command()
/dports/www/gitea/gitea-1.16.5/modules/structs/
H A Dhook.go109 _ Payloader = &PushPayload{}
270 type PushPayload struct { struct
283 func (p *PushPayload) JSONPayload() ([]byte, error) { argument
288 func ParsePushHook(raw []byte) (*PushPayload, error) {
289 hook := new(PushPayload)
304 func (p *PushPayload) Branch() string { argument
/dports/www/gitea/gitea-1.16.5/vendor/github.com/gogs/go-gogs-client/
H A Drepo_hook.go101 _ Payloader = &PushPayload{}
197 type PushPayload struct { struct
208 func (p *PushPayload) JSONPayload() ([]byte, error) { argument
213 func ParsePushHook(raw []byte) (*PushPayload, error) {
214 hook := new(PushPayload)
229 func (p *PushPayload) Branch() string { argument
/dports/www/gitea/gitea-1.16.5/services/webhook/
H A Dwebhook_test.go40 …assert.NoError(t, PrepareWebhooks(repo, webhook_model.HookEventPush, &api.PushPayload{Commits: []*…
57 …assert.NoError(t, PrepareWebhooks(repo, webhook_model.HookEventPush, &api.PushPayload{Ref: "refs/h…
73 …assert.NoError(t, PrepareWebhooks(repo, webhook_model.HookEventPush, &api.PushPayload{Ref: "refs/h…
H A Dpayloader.go20 Push(*api.PushPayload) (api.Payloader, error) argument
44 return s.Push(p.(*api.PushPayload))
H A Dwebhook.go93 case *api.PushPayload:
144 if pushEvent, ok := p.(*api.PushPayload); ok &&
H A Dgeneral_test.go67 func pushTestPayload() *api.PushPayload {
84 return &api.PushPayload{
H A Dfeishu.go77 func (f *FeishuPayload) Push(p *api.PushPayload) (api.Payloader, error) {
H A Dwechatwork.go87 func (f *WechatworkPayload) Push(p *api.PushPayload) (api.Payloader, error) {
H A Ddingtalk.go65 func (d *DingtalkPayload) Push(p *api.PushPayload) (api.Payloader, error) { argument
H A Dtelegram.go87 func (t *TelegramPayload) Push(p *api.PushPayload) (api.Payloader, error) {
H A Ddiscord.go139 func (d *DiscordPayload) Push(p *api.PushPayload) (api.Payloader, error) {
H A Dmsteams.go122 func (m *MSTeamsPayload) Push(p *api.PushPayload) (api.Payloader, error) {
H A Dslack.go169 func (s *SlackPayload) Push(p *api.PushPayload) (api.Payloader, error) {
H A Dmatrix.go156 func (m *MatrixPayloadUnsafe) Push(p *api.PushPayload) (api.Payloader, error) {
/dports/www/gitea/gitea-1.16.5/models/webhook/
H A Dwebhook_test.go212 Payloader: &api.PushPayload{},
236 Payloader: &api.PushPayload{},
253 Payloader: &api.PushPayload{},
269 Payloader: &api.PushPayload{},
286 Payloader: &api.PushPayload{},
303 Payloader: &api.PushPayload{},
319 Payloader: &api.PushPayload{},
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dhook.go159 … webhook_service.PrepareWebhook(hook, ctx.Repo.Repository, webhook.HookEventPush, &api.PushPayload{
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/
H A Dpool_remote_box.cpp901 struct PushPayload { struct
909 auto pl = reinterpret_cast<PushPayload *>(payload); in push_cred_cb()
915 auto pl = reinterpret_cast<PushPayload *>(data); in push_ref_cb()
981 PushPayload payload; in push_branch()
/dports/www/gitea/gitea-1.16.5/modules/notification/webhook/
H A Dwebhook.go576 if err := webhook_services.PrepareWebhooks(repo, webhook.HookEventPush, &api.PushPayload{
805 if err := webhook_services.PrepareWebhooks(repo, webhook.HookEventPush, &api.PushPayload{
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Dwebhook.go1178 p := &api.PushPayload{