Home
last modified time | relevance | path

Searched refs:IncomingInterface (Results 1 – 21 of 21) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/service/
H A Dteam_handler.go86 func (r *teamHandler) rotateTeam(ctx context.Context, cli gregor1.IncomingInterface, item gregor.It…
130 func (r *teamHandler) memberOutFromReset(ctx context.Context, cli gregor1.IncomingInterface, item g…
154 func (r *teamHandler) abandonTeam(ctx context.Context, cli gregor1.IncomingInterface, item gregor.I…
174 func (r *teamHandler) gotForceRepoll(ctx context.Context, cli gregor1.IncomingInterface, item grego…
179 func (r *teamHandler) changeTeam(ctx context.Context, cli gregor1.IncomingInterface, category strin…
200 func (r *teamHandler) deleteTeam(ctx context.Context, cli gregor1.IncomingInterface, item gregor.It…
211 func (r *teamHandler) exitTeam(ctx context.Context, cli gregor1.IncomingInterface, item gregor.Item…
240 func (r *teamHandler) newlyAddedToTeam(ctx context.Context, cli gregor1.IncomingInterface, item gre…
259 func (r *teamHandler) sharingBeforeSignup(ctx context.Context, cli gregor1.IncomingInterface, item …
310 func (r *teamHandler) memberShowcaseChange(ctx context.Context, cli gregor1.IncomingInterface, item…
[all …]
H A Dephemeral_handler.go33 func (r *ekHandler) Create(ctx context.Context, cli gregor1.IncomingInterface, category string, ite…
49 func (r *ekHandler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category string, it…
61 func (r *ekHandler) newTeamEK(ctx context.Context, cli gregor1.IncomingInterface, item gregor.Item)…
78 func (r *ekHandler) newTeambotEK(ctx context.Context, cli gregor1.IncomingInterface, item gregor.It…
95 func (r *ekHandler) teambotEKNeeded(ctx context.Context, cli gregor1.IncomingInterface, item gregor…
H A Dteambot_handler.go33 func (r *teambotHandler) Create(ctx context.Context, cli gregor1.IncomingInterface, category string…
47 func (r *teambotHandler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category strin…
59 func (r *teambotHandler) newTeambotKey(ctx context.Context, cli gregor1.IncomingInterface, item gre…
76 func (r *teambotHandler) teambotKeyNeeded(ctx context.Context, cli gregor1.IncomingInterface, item …
H A Duser_handler.go40 func (r *userHandler) Create(ctx context.Context, cli gregor1.IncomingInterface, category string, i…
73 func (r *userHandler) passwordChange(m libkb.MetaContext, cli gregor1.IncomingInterface, category s…
78 func (r *userHandler) passphraseStateUpdate(m libkb.MetaContext, cli gregor1.IncomingInterface, cat…
91 func (r *userHandler) userBlocked(m libkb.MetaContext, cli gregor1.IncomingInterface, category stri…
136 func (r *userHandler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category string, …
H A Dkbfs_favorites_handler.go35 func (r *kbfsFavoritesHandler) Create(ctx context.Context, cli gregor1.IncomingInterface,
48 func (r *kbfsFavoritesHandler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category…
61 cli gregor1.IncomingInterface,
H A Davatars.go60 func (r *avatarGregorHandler) Create(ctx context.Context, cli gregor1.IncomingInterface, category s…
72 func (r *avatarGregorHandler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category …
84 func (r *avatarGregorHandler) clearName(ctx context.Context, cli gregor1.IncomingInterface, item gr…
H A Demails.go99 func (r *emailsGregorHandler) Create(ctx context.Context, cli gregor1.IncomingInterface, category s…
116 func (r *emailsGregorHandler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category …
128 func (r *emailsGregorHandler) handleVerifiedMsg(ctx context.Context, cli gregor1.IncomingInterface,…
142 …egorHandler) handleEmailChangedMsg(ctx context.Context, cli gregor1.IncomingInterface, category st…
H A Drekey_log_handler.go27 func (r *RekeyLogHandler) Create(ctx context.Context, cli gregor1.IncomingInterface, category strin…
37 func (r *RekeyLogHandler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category stri…
H A Dphone_numbers.go152 func (r *phoneNumbersGregorHandler) Create(ctx context.Context, cli gregor1.IncomingInterface, cate…
168 func (r *phoneNumbersGregorHandler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, cat…
180 …mbersGregorHandler) handlePhoneMsg(ctx context.Context, cli gregor1.IncomingInterface, category st…
H A Dgregor.go179 cli gregor1.IncomingInterface
314 func (g *gregorHandler) GetIncomingClient() gregor1.IncomingInterface {
591 func (g *gregorHandler) replayInBandMessages(ctx context.Context, cli gregor1.IncomingInterface,
679 …cli gregor1.IncomingInterface, gcli *grclient.Client, syncRes *chat1.SyncAllNotificationRes) (res …
1046 func (g *gregorHandler) handleInBandMessage(ctx context.Context, cli gregor1.IncomingInterface,
1081 … *gregorHandler) handleInBandMessageWithHandler(ctx context.Context, cli gregor1.IncomingInterface,
1153 func (h IdentifyUIHandler) Create(ctx context.Context, cli gregor1.IncomingInterface, category stri…
1164 func (h IdentifyUIHandler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category str…
1175 …IdentifyUIHandler) handleShowTrackerPopupCreate(ctx context.Context, cli gregor1.IncomingInterface,
1232 …dentifyUIHandler) handleShowTrackerPopupDismiss(ctx context.Context, cli gregor1.IncomingInterface,
[all …]
H A Dgregor_test.go1038 gregor1.IncomingInterface anonMember
1041 client func() gregor1.IncomingInterface
1044 func newFlakeyIncomingClient(client func() gregor1.IncomingInterface) flakeyIncomingClient { argument
1064 fclient := newFlakeyIncomingClient(func() gregor1.IncomingInterface { return server })
1068 …}, storage.NewLocalDB(tc.G), func() gregor1.IncomingInterface { return fclient }, tc.G.GetLog(), f…
H A Drekey_master.go83 func (r *rekeyMaster) Create(ctx context.Context, cli gregor1.IncomingInterface, category string, i…
93 func (r *rekeyMaster) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category string, …
/dports/security/keybase/client-v5.7.1/go/stellar/stellargregor/
H A Dstellargregor.go30 func (h *Handler) Create(ctx context.Context, cli gregor1.IncomingInterface, category string, item …
56 func (h *Handler) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category string, item…
69 func (h *Handler) autoClaim(mctx libkb.MetaContext, cli gregor1.IncomingInterface, category string,…
79 func (h *Handler) accountChange(mctx libkb.MetaContext, cli gregor1.IncomingInterface, category str…
121 func (h *Handler) paymentStatus(mctx libkb.MetaContext, cli gregor1.IncomingInterface, category str…
131 func (h *Handler) paymentNotification(mctx libkb.MetaContext, cli gregor1.IncomingInterface, catego…
141 func (h *Handler) requestStatus(mctx libkb.MetaContext, cli gregor1.IncomingInterface, category str…
/dports/security/keybase/client-v5.7.1/go/gregor/client/
H A Dclient.go42 incomingClient func() gregor1.IncomingInterface
53 …storage LocalStorageEngine, incomingClient func() gregor1.IncomingInterface, log logger.Logger, cl… argument
183 func (c *Client) SyncFromTime(ctx context.Context, cli gregor1.IncomingInterface, t *time.Time,
242 func (c *Client) freshSync(ctx context.Context, cli gregor1.IncomingInterface, state *gregor.State)…
270 func (c *Client) Sync(ctx context.Context, cli gregor1.IncomingInterface,
330 func (c *Client) State(ctx context.Context, cli gregor1.IncomingInterface) (res gregor.State, err e…
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dgregor_stub.go29 func (n nullGregorState) DismissItem(ctx context.Context, cli gregor1.IncomingInterface,
H A Dinterfaces.go556 DismissItem(ctx context.Context, cli gregor1.IncomingInterface, id gregor.MsgID) error argument
564 …Create(ctx context.Context, cli gregor1.IncomingInterface, category string, ibm gregor.Item) (bool… argument
565 …Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category string, ibm gregor.Item) (boo… argument
H A Dtest_common.go567 func (f *FakeGregorState) DismissItem(_ context.Context, cli gregor1.IncomingInterface, id gregor.M…
/dports/security/keybase/client-v5.7.1/go/protocol/gregor1/
H A Dincoming.go127 type IncomingInterface interface { interface
145 func IncomingProtocol(i IncomingInterface) rpc.Protocol { argument
/dports/security/keybase/client-v5.7.1/go/home/
H A Dhome.go483 func (h *Home) Create(ctx context.Context, cli gregor1.IncomingInterface, category string, ibm greg…
507 func (h *Home) Dismiss(ctx context.Context, cli gregor1.IncomingInterface, category string, ibm gre…
/dports/security/keybase/client-v5.7.1/go/engine/
H A Dtrack_token_test.go461 func (d *FakeGregorState) DismissItem(ctx context.Context, cli gregor1.IncomingInterface, id gregor…
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dserver_test.go180 func (g *gregorTestConnection) DismissItem(ctx context.Context, cli gregor1.IncomingInterface, id g…