Home
last modified time | relevance | path

Searched refs:SyncAllResult (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/chat1/
H A Dremote.go659 type SyncAllResult struct { struct
666 func (o SyncAllResult) DeepCopy() SyncAllResult { argument
667 return SyncAllResult{
/dports/security/keybase/client-v5.7.1/protocol/avdl/chat1/
H A Dremote.avdl236 record SyncAllResult {
244SyncAllResult syncAll(gregor1.UID uid, gregor1.DeviceID deviceID, gregor1.SessionToken session, In…
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go661 type SyncAllResult struct { struct
668 func (o SyncAllResult) DeepCopy() SyncAllResult { argument
669 return SyncAllResult{
1917 SyncAll(context.Context, SyncAllArg) (SyncAllResult, error)
2801 func (c RemoteClient) SyncAll(ctx context.Context, __arg SyncAllArg) (res SyncAllResult, err error)…
/dports/security/keybase/client-v5.7.1/go/kbtest/
H A Dchat.go873 …moteMock) SyncAll(ctx context.Context, arg chat1.SyncAllArg) (res chat1.SyncAllResult, err error) {
881 return chat1.SyncAllResult{
/dports/security/keybase/client-v5.7.1/go/service/
H A Dgregor_test.go266 func (m mockGregord) SyncAll(ctx context.Context, arg chat1.SyncAllArg) (res chat1.SyncAllResult, e…
/dports/security/keybase/client-v5.7.1/shared/constants/types/
H A Drpc-chat-gen.tsx1488 export type SyncAllResult = {readonly auth: Gregor1.AuthResult; readonly chat: SyncChatRes; readonl…