Documentation ¶
Overview ¶
Package messengertypes is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterMessengerServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterMessengerServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MessengerServiceClient) error
- func RegisterMessengerServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterMessengerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MessengerServiceServer) error
- func RegisterMessengerServiceServer(s grpc.ServiceRegistrar, srv MessengerServiceServer)
- type Account
- func (*Account) Descriptor() ([]byte, []int)deprecated
- func (x *Account) GetAutoSharePushTokenFlag() bool
- func (x *Account) GetDirectoryServiceRecords() []*AccountDirectoryServiceRecord
- func (x *Account) GetDisplayName() string
- func (x *Account) GetHideInAppNotifications() bool
- func (x *Account) GetHidePushPreviews() bool
- func (x *Account) GetLink() string
- func (x *Account) GetMutedUntil() int64
- func (x *Account) GetPublicKey() string
- func (x *Account) GetPushDeviceToken() *PushDeviceToken
- func (x *Account) GetPushServerRecords() []*PushServerRecord
- func (x *Account) GetReplicateNewGroupsAutomatically() bool
- func (x *Account) GetServiceTokens() []*ServiceToken
- func (x *Account) GetVerifiedCredentials() []*AccountVerifiedCredential
- func (*Account) ProtoMessage()
- func (x *Account) ProtoReflect() protoreflect.Message
- func (x *Account) Reset()
- func (x *Account) String() string
- type AccountDirectoryServiceRecord
- func (*AccountDirectoryServiceRecord) Descriptor() ([]byte, []int)deprecated
- func (x *AccountDirectoryServiceRecord) GetAccountPk() string
- func (x *AccountDirectoryServiceRecord) GetDirectoryRecordToken() string
- func (x *AccountDirectoryServiceRecord) GetDirectoryRecordUnregisterToken() string
- func (x *AccountDirectoryServiceRecord) GetExpirationDate() int64
- func (x *AccountDirectoryServiceRecord) GetIdentifier() string
- func (x *AccountDirectoryServiceRecord) GetIdentifierProofIssuer() string
- func (x *AccountDirectoryServiceRecord) GetRegistrationDate() int64
- func (x *AccountDirectoryServiceRecord) GetRevoked() bool
- func (x *AccountDirectoryServiceRecord) GetServerAddr() string
- func (*AccountDirectoryServiceRecord) ProtoMessage()
- func (x *AccountDirectoryServiceRecord) ProtoReflect() protoreflect.Message
- func (x *AccountDirectoryServiceRecord) Reset()
- func (x *AccountDirectoryServiceRecord) String() string
- type AccountGet
- type AccountGet_Reply
- type AccountGet_Request
- type AccountPushConfigure
- type AccountPushConfigure_Reply
- type AccountPushConfigure_Request
- func (*AccountPushConfigure_Request) Descriptor() ([]byte, []int)deprecated
- func (x *AccountPushConfigure_Request) GetHideInAppNotifications() bool
- func (x *AccountPushConfigure_Request) GetHidePushPreviews() bool
- func (x *AccountPushConfigure_Request) GetMuteForever() bool
- func (x *AccountPushConfigure_Request) GetMutedUntil() int64
- func (x *AccountPushConfigure_Request) GetShowInAppNotifications() bool
- func (x *AccountPushConfigure_Request) GetShowPushPreviews() bool
- func (x *AccountPushConfigure_Request) GetUnmute() bool
- func (*AccountPushConfigure_Request) ProtoMessage()
- func (x *AccountPushConfigure_Request) ProtoReflect() protoreflect.Message
- func (x *AccountPushConfigure_Request) Reset()
- func (x *AccountPushConfigure_Request) String() string
- type AccountUpdate
- type AccountUpdate_Reply
- type AccountUpdate_Request
- func (*AccountUpdate_Request) Descriptor() ([]byte, []int)deprecated
- func (x *AccountUpdate_Request) GetDisplayName() string
- func (*AccountUpdate_Request) ProtoMessage()
- func (x *AccountUpdate_Request) ProtoReflect() protoreflect.Message
- func (x *AccountUpdate_Request) Reset()
- func (x *AccountUpdate_Request) String() string
- type AccountVerifiedCredential
- func (*AccountVerifiedCredential) Descriptor() ([]byte, []int)deprecated
- func (x *AccountVerifiedCredential) GetAccountPk() string
- func (x *AccountVerifiedCredential) GetExpirationDate() int64
- func (x *AccountVerifiedCredential) GetIdentifier() string
- func (x *AccountVerifiedCredential) GetIssuer() string
- func (x *AccountVerifiedCredential) GetRegistrationDate() int64
- func (*AccountVerifiedCredential) ProtoMessage()
- func (x *AccountVerifiedCredential) ProtoReflect() protoreflect.Message
- func (x *AccountVerifiedCredential) Reset()
- func (x *AccountVerifiedCredential) String() string
- type AppMessage
- func (*AppMessage) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage) GetPayload() []byte
- func (x *AppMessage) GetSentDate() int64
- func (x *AppMessage) GetTargetCid() string
- func (x *AppMessage) GetType() AppMessage_Type
- func (*AppMessage) ProtoMessage()
- func (x *AppMessage) ProtoReflect() protoreflect.Message
- func (x *AppMessage) Reset()
- func (x *AppMessage) String() string
- func (am *AppMessage) TextRepresentation() (string, error)
- func (am *AppMessage) UnmarshalPayload() (proto.Message, error)
- type AppMessage_AccountDirectoryServiceRegistered
- func (*AppMessage_AccountDirectoryServiceRegistered) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordToken() string
- func (x *AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordUnregisterToken() string
- func (x *AppMessage_AccountDirectoryServiceRegistered) GetExpirationDate() int64
- func (x *AppMessage_AccountDirectoryServiceRegistered) GetIdentifier() string
- func (x *AppMessage_AccountDirectoryServiceRegistered) GetIdentifierProofIssuer() string
- func (x *AppMessage_AccountDirectoryServiceRegistered) GetRegistrationDate() int64
- func (x *AppMessage_AccountDirectoryServiceRegistered) GetServerAddr() string
- func (*AppMessage_AccountDirectoryServiceRegistered) ProtoMessage()
- func (x *AppMessage_AccountDirectoryServiceRegistered) ProtoReflect() protoreflect.Message
- func (x *AppMessage_AccountDirectoryServiceRegistered) Reset()
- func (x *AppMessage_AccountDirectoryServiceRegistered) String() string
- type AppMessage_AccountDirectoryServiceUnregistered
- func (*AppMessage_AccountDirectoryServiceUnregistered) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_AccountDirectoryServiceUnregistered) GetDirectoryRecordToken() string
- func (x *AppMessage_AccountDirectoryServiceUnregistered) GetIdentifier() string
- func (x *AppMessage_AccountDirectoryServiceUnregistered) GetIdentifierProofIssuer() string
- func (x *AppMessage_AccountDirectoryServiceUnregistered) GetRemovalDate() int64
- func (x *AppMessage_AccountDirectoryServiceUnregistered) GetServerAddr() string
- func (*AppMessage_AccountDirectoryServiceUnregistered) ProtoMessage()
- func (x *AppMessage_AccountDirectoryServiceUnregistered) ProtoReflect() protoreflect.Message
- func (x *AppMessage_AccountDirectoryServiceUnregistered) Reset()
- func (x *AppMessage_AccountDirectoryServiceUnregistered) String() string
- type AppMessage_Acknowledge
- type AppMessage_GroupInvitation
- func (*AppMessage_GroupInvitation) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_GroupInvitation) GetLink() string
- func (*AppMessage_GroupInvitation) ProtoMessage()
- func (x *AppMessage_GroupInvitation) ProtoReflect() protoreflect.Message
- func (x *AppMessage_GroupInvitation) Reset()
- func (x *AppMessage_GroupInvitation) String() string
- type AppMessage_PushSetDeviceToken
- func (*AppMessage_PushSetDeviceToken) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_PushSetDeviceToken) GetDeviceToken() *pushtypes.PushServiceReceiver
- func (*AppMessage_PushSetDeviceToken) ProtoMessage()
- func (x *AppMessage_PushSetDeviceToken) ProtoReflect() protoreflect.Message
- func (x *AppMessage_PushSetDeviceToken) Reset()
- func (x *AppMessage_PushSetDeviceToken) String() string
- type AppMessage_PushSetMemberToken
- func (*AppMessage_PushSetMemberToken) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_PushSetMemberToken) GetMemberToken() *PushMemberTokenUpdate
- func (*AppMessage_PushSetMemberToken) ProtoMessage()
- func (x *AppMessage_PushSetMemberToken) ProtoReflect() protoreflect.Message
- func (x *AppMessage_PushSetMemberToken) Reset()
- func (x *AppMessage_PushSetMemberToken) String() string
- type AppMessage_PushSetServer
- func (*AppMessage_PushSetServer) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_PushSetServer) GetServer() *PushServer
- func (*AppMessage_PushSetServer) ProtoMessage()
- func (x *AppMessage_PushSetServer) ProtoReflect() protoreflect.Message
- func (x *AppMessage_PushSetServer) Reset()
- func (x *AppMessage_PushSetServer) String() string
- type AppMessage_ServiceAddToken
- func (*AppMessage_ServiceAddToken) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_ServiceAddToken) GetAuthenticationUrl() string
- func (x *AppMessage_ServiceAddToken) GetExpiration() int64
- func (x *AppMessage_ServiceAddToken) GetSupportedServices() []*ServiceTokenSupportedService
- func (x *AppMessage_ServiceAddToken) GetToken() string
- func (*AppMessage_ServiceAddToken) ProtoMessage()
- func (x *AppMessage_ServiceAddToken) ProtoReflect() protoreflect.Message
- func (x *AppMessage_ServiceAddToken) Reset()
- func (x *AppMessage_ServiceAddToken) String() string
- func (m *AppMessage_ServiceAddToken) TokenID() string
- type AppMessage_ServiceRemoveToken
- func (*AppMessage_ServiceRemoveToken) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_ServiceRemoveToken) GetTokenid() string
- func (*AppMessage_ServiceRemoveToken) ProtoMessage()
- func (x *AppMessage_ServiceRemoveToken) ProtoReflect() protoreflect.Message
- func (x *AppMessage_ServiceRemoveToken) Reset()
- func (x *AppMessage_ServiceRemoveToken) String() string
- type AppMessage_SetGroupInfo
- func (*AppMessage_SetGroupInfo) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_SetGroupInfo) GetDisplayName() string
- func (*AppMessage_SetGroupInfo) ProtoMessage()
- func (x *AppMessage_SetGroupInfo) ProtoReflect() protoreflect.Message
- func (x *AppMessage_SetGroupInfo) Reset()
- func (x *AppMessage_SetGroupInfo) String() string
- type AppMessage_SetUserInfo
- func (*AppMessage_SetUserInfo) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_SetUserInfo) GetDisplayName() string
- func (*AppMessage_SetUserInfo) ProtoMessage()
- func (x *AppMessage_SetUserInfo) ProtoReflect() protoreflect.Message
- func (x *AppMessage_SetUserInfo) Reset()
- func (x *AppMessage_SetUserInfo) String() string
- type AppMessage_Type
- func (AppMessage_Type) Descriptor() protoreflect.EnumDescriptor
- func (x AppMessage_Type) Enum() *AppMessage_Type
- func (AppMessage_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x *AppMessage_Type) MarshalJSON() ([]byte, error)
- func (x AppMessage_Type) MarshalPayload(sentDate int64, target string, payload proto.Message) ([]byte, error)
- func (x AppMessage_Type) Number() protoreflect.EnumNumber
- func (x AppMessage_Type) String() string
- func (AppMessage_Type) Type() protoreflect.EnumType
- func (x *AppMessage_Type) UnmarshalJSON(bytes []byte) error
- type AppMessage_UserMessage
- func (*AppMessage_UserMessage) Descriptor() ([]byte, []int)deprecated
- func (x *AppMessage_UserMessage) GetBody() string
- func (*AppMessage_UserMessage) ProtoMessage()
- func (x *AppMessage_UserMessage) ProtoReflect() protoreflect.Message
- func (x *AppMessage_UserMessage) Reset()
- func (x *AppMessage_UserMessage) String() string
- func (m *AppMessage_UserMessage) TextRepresentation() (string, error)
- type AuthExchangeResponse
- func (*AuthExchangeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AuthExchangeResponse) GetAccessToken() string
- func (x *AuthExchangeResponse) GetError() string
- func (x *AuthExchangeResponse) GetErrorDescription() string
- func (x *AuthExchangeResponse) GetScope() string
- func (x *AuthExchangeResponse) GetServices() map[string]string
- func (*AuthExchangeResponse) ProtoMessage()
- func (x *AuthExchangeResponse) ProtoReflect() protoreflect.Message
- func (x *AuthExchangeResponse) Reset()
- func (x *AuthExchangeResponse) String() string
- type AuthServiceCompleteFlow
- type AuthServiceCompleteFlow_Reply
- func (*AuthServiceCompleteFlow_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *AuthServiceCompleteFlow_Reply) GetTokenId() string
- func (*AuthServiceCompleteFlow_Reply) ProtoMessage()
- func (x *AuthServiceCompleteFlow_Reply) ProtoReflect() protoreflect.Message
- func (x *AuthServiceCompleteFlow_Reply) Reset()
- func (x *AuthServiceCompleteFlow_Reply) String() string
- type AuthServiceCompleteFlow_Request
- func (*AuthServiceCompleteFlow_Request) Descriptor() ([]byte, []int)deprecated
- func (x *AuthServiceCompleteFlow_Request) GetCallbackUrl() string
- func (*AuthServiceCompleteFlow_Request) ProtoMessage()
- func (x *AuthServiceCompleteFlow_Request) ProtoReflect() protoreflect.Message
- func (x *AuthServiceCompleteFlow_Request) Reset()
- func (x *AuthServiceCompleteFlow_Request) String() string
- type AuthServiceInitFlow
- type AuthServiceInitFlow_Reply
- func (*AuthServiceInitFlow_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *AuthServiceInitFlow_Reply) GetSecureUrl() bool
- func (x *AuthServiceInitFlow_Reply) GetUrl() string
- func (*AuthServiceInitFlow_Reply) ProtoMessage()
- func (x *AuthServiceInitFlow_Reply) ProtoReflect() protoreflect.Message
- func (x *AuthServiceInitFlow_Reply) Reset()
- func (x *AuthServiceInitFlow_Reply) String() string
- type AuthServiceInitFlow_Request
- func (*AuthServiceInitFlow_Request) Descriptor() ([]byte, []int)deprecated
- func (x *AuthServiceInitFlow_Request) GetAuthUrl() string
- func (x *AuthServiceInitFlow_Request) GetServices() []string
- func (*AuthServiceInitFlow_Request) ProtoMessage()
- func (x *AuthServiceInitFlow_Request) ProtoReflect() protoreflect.Message
- func (x *AuthServiceInitFlow_Request) Reset()
- func (x *AuthServiceInitFlow_Request) String() string
- type BannerQuote
- type BannerQuote_Reply
- func (*BannerQuote_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *BannerQuote_Reply) GetAuthor() string
- func (x *BannerQuote_Reply) GetQuote() string
- func (*BannerQuote_Reply) ProtoMessage()
- func (x *BannerQuote_Reply) ProtoReflect() protoreflect.Message
- func (x *BannerQuote_Reply) Reset()
- func (x *BannerQuote_Reply) String() string
- type BannerQuote_Request
- func (*BannerQuote_Request) Descriptor() ([]byte, []int)deprecated
- func (x *BannerQuote_Request) GetRandom() bool
- func (*BannerQuote_Request) ProtoMessage()
- func (x *BannerQuote_Request) ProtoReflect() protoreflect.Message
- func (x *BannerQuote_Request) Reset()
- func (x *BannerQuote_Request) String() string
- type BertyGroup
- func (*BertyGroup) Descriptor() ([]byte, []int)deprecated
- func (group *BertyGroup) GetBertyLink() *BertyLink
- func (x *BertyGroup) GetDisplayName() string
- func (x *BertyGroup) GetGroup() *protocoltypes.Group
- func (*BertyGroup) ProtoMessage()
- func (x *BertyGroup) ProtoReflect() protoreflect.Message
- func (x *BertyGroup) Reset()
- func (x *BertyGroup) String() string
- type BertyID
- func (*BertyID) Descriptor() ([]byte, []int)deprecated
- func (x *BertyID) GetAccountPk() []byte
- func (id *BertyID) GetBertyLink() *BertyLink
- func (x *BertyID) GetDisplayName() string
- func (x *BertyID) GetPublicRendezvousSeed() []byte
- func (*BertyID) ProtoMessage()
- func (x *BertyID) ProtoReflect() protoreflect.Message
- func (x *BertyID) Reset()
- func (x *BertyID) String() string
- type BertyLink
- func (*BertyLink) Descriptor() ([]byte, []int)deprecated
- func (x *BertyLink) GetBertyGroup() *BertyGroup
- func (x *BertyLink) GetBertyId() *BertyID
- func (x *BertyLink) GetBertyMessageRef() *BertyLink_BertyMessageRef
- func (x *BertyLink) GetEncrypted() *BertyLink_Encrypted
- func (x *BertyLink) GetKind() BertyLink_Kind
- func (link *BertyLink) IsContact() bool
- func (link *BertyLink) IsGroup() bool
- func (link *BertyLink) IsValid() error
- func (*BertyLink) ProtoMessage()
- func (x *BertyLink) ProtoReflect() protoreflect.Message
- func (x *BertyLink) Reset()
- func (x *BertyLink) String() string
- type BertyLink_BertyMessageRef
- func (*BertyLink_BertyMessageRef) Descriptor() ([]byte, []int)deprecated
- func (x *BertyLink_BertyMessageRef) GetAccountId() string
- func (x *BertyLink_BertyMessageRef) GetGroupPk() string
- func (x *BertyLink_BertyMessageRef) GetMessageId() string
- func (*BertyLink_BertyMessageRef) ProtoMessage()
- func (x *BertyLink_BertyMessageRef) ProtoReflect() protoreflect.Message
- func (x *BertyLink_BertyMessageRef) Reset()
- func (x *BertyLink_BertyMessageRef) String() string
- type BertyLink_Encrypted
- func (*BertyLink_Encrypted) Descriptor() ([]byte, []int)deprecated
- func (x *BertyLink_Encrypted) GetChecksum() []byte
- func (x *BertyLink_Encrypted) GetContactAccountPk() []byte
- func (x *BertyLink_Encrypted) GetContactPublicRendezvousSeed() []byte
- func (x *BertyLink_Encrypted) GetDisplayName() string
- func (x *BertyLink_Encrypted) GetGroupLinkKeySig() []byte
- func (x *BertyLink_Encrypted) GetGroupPublicKey() []byte
- func (x *BertyLink_Encrypted) GetGroupSecret() []byte
- func (x *BertyLink_Encrypted) GetGroupSecretSig() []byte
- func (x *BertyLink_Encrypted) GetGroupSignPub() []byte
- func (x *BertyLink_Encrypted) GetGroupType() protocoltypes.GroupType
- func (x *BertyLink_Encrypted) GetKind() BertyLink_Kind
- func (x *BertyLink_Encrypted) GetNonce() []byte
- func (*BertyLink_Encrypted) ProtoMessage()
- func (x *BertyLink_Encrypted) ProtoReflect() protoreflect.Message
- func (x *BertyLink_Encrypted) Reset()
- func (x *BertyLink_Encrypted) String() string
- type BertyLink_Kind
- func (BertyLink_Kind) Descriptor() protoreflect.EnumDescriptor
- func (x BertyLink_Kind) Enum() *BertyLink_Kind
- func (BertyLink_Kind) EnumDescriptor() ([]byte, []int)deprecated
- func (x BertyLink_Kind) Number() protoreflect.EnumNumber
- func (x BertyLink_Kind) String() string
- func (BertyLink_Kind) Type() protoreflect.EnumType
- type Contact
- func (*Contact) Descriptor() ([]byte, []int)deprecated
- func (x *Contact) GetConversation() *Conversation
- func (x *Contact) GetConversationPublicKey() string
- func (x *Contact) GetCreatedDate() int64
- func (x *Contact) GetDevices() []*Device
- func (x *Contact) GetDisplayName() string
- func (x *Contact) GetInfoDate() int64
- func (x *Contact) GetPublicKey() string
- func (x *Contact) GetSentDate() int64
- func (x *Contact) GetState() Contact_State
- func (contact *Contact) MarshalJSON() ([]byte, error)
- func (*Contact) ProtoMessage()
- func (x *Contact) ProtoReflect() protoreflect.Message
- func (x *Contact) Reset()
- func (x *Contact) String() string
- type ContactAccept
- type ContactAccept_Reply
- type ContactAccept_Request
- func (*ContactAccept_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ContactAccept_Request) GetPublicKey() string
- func (*ContactAccept_Request) ProtoMessage()
- func (x *ContactAccept_Request) ProtoReflect() protoreflect.Message
- func (x *ContactAccept_Request) Reset()
- func (x *ContactAccept_Request) String() string
- type ContactMetadata
- type ContactRequest
- type ContactRequest_Reply
- type ContactRequest_Request
- func (*ContactRequest_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ContactRequest_Request) GetLink() string
- func (x *ContactRequest_Request) GetPassphrase() []byte
- func (*ContactRequest_Request) ProtoMessage()
- func (x *ContactRequest_Request) ProtoReflect() protoreflect.Message
- func (x *ContactRequest_Request) Reset()
- func (x *ContactRequest_Request) String() string
- type Contact_State
- func (Contact_State) Descriptor() protoreflect.EnumDescriptor
- func (x Contact_State) Enum() *Contact_State
- func (Contact_State) EnumDescriptor() ([]byte, []int)deprecated
- func (x Contact_State) Number() protoreflect.EnumNumber
- func (x Contact_State) String() string
- func (Contact_State) Type() protoreflect.EnumType
- type Conversation
- func (*Conversation) Descriptor() ([]byte, []int)deprecated
- func (x *Conversation) GetAccountMemberPublicKey() string
- func (x *Conversation) GetContact() *Contact
- func (x *Conversation) GetContactPublicKey() string
- func (x *Conversation) GetCreatedDate() int64
- func (x *Conversation) GetDisplayName() string
- func (x *Conversation) GetInfoDate() int64
- func (x *Conversation) GetIsOpen() bool
- func (x *Conversation) GetLastUpdate() int64
- func (x *Conversation) GetLink() string
- func (x *Conversation) GetLocalDevicePublicKey() string
- func (x *Conversation) GetLocalMemberPublicKey() string
- func (x *Conversation) GetMembers() []*Member
- func (x *Conversation) GetMutedUntil() int64
- func (x *Conversation) GetPublicKey() string
- func (x *Conversation) GetPushLocalDeviceSharedTokens() []*PushLocalDeviceSharedToken
- func (x *Conversation) GetPushMemberTokens() []*PushMemberToken
- func (x *Conversation) GetReplicationInfo() []*ConversationReplicationInfo
- func (x *Conversation) GetType() Conversation_Type
- func (x *Conversation) GetUnreadCount() int32
- func (*Conversation) ProtoMessage()
- func (x *Conversation) ProtoReflect() protoreflect.Message
- func (x *Conversation) Reset()
- func (x *Conversation) String() string
- type ConversationClose
- type ConversationClose_Reply
- type ConversationClose_Request
- func (*ConversationClose_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationClose_Request) GetGroupPk() string
- func (*ConversationClose_Request) ProtoMessage()
- func (x *ConversationClose_Request) ProtoReflect() protoreflect.Message
- func (x *ConversationClose_Request) Reset()
- func (x *ConversationClose_Request) String() string
- type ConversationCreate
- type ConversationCreate_Reply
- func (*ConversationCreate_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationCreate_Reply) GetPublicKey() string
- func (*ConversationCreate_Reply) ProtoMessage()
- func (x *ConversationCreate_Reply) ProtoReflect() protoreflect.Message
- func (x *ConversationCreate_Reply) Reset()
- func (x *ConversationCreate_Reply) String() string
- type ConversationCreate_Request
- func (*ConversationCreate_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationCreate_Request) GetContactsToInvite() []string
- func (x *ConversationCreate_Request) GetDisplayName() string
- func (*ConversationCreate_Request) ProtoMessage()
- func (x *ConversationCreate_Request) ProtoReflect() protoreflect.Message
- func (x *ConversationCreate_Request) Reset()
- func (x *ConversationCreate_Request) String() string
- type ConversationJoin
- type ConversationJoin_Reply
- type ConversationJoin_Request
- func (*ConversationJoin_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationJoin_Request) GetLink() string
- func (x *ConversationJoin_Request) GetPassphrase() []byte
- func (*ConversationJoin_Request) ProtoMessage()
- func (x *ConversationJoin_Request) ProtoReflect() protoreflect.Message
- func (x *ConversationJoin_Request) Reset()
- func (x *ConversationJoin_Request) String() string
- type ConversationLoad
- type ConversationLoad_Reply
- type ConversationLoad_Request
- func (*ConversationLoad_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationLoad_Request) GetOptions() *PaginatedInteractionsOptions
- func (*ConversationLoad_Request) ProtoMessage()
- func (x *ConversationLoad_Request) ProtoReflect() protoreflect.Message
- func (x *ConversationLoad_Request) Reset()
- func (x *ConversationLoad_Request) String() string
- type ConversationMute
- type ConversationMute_Reply
- type ConversationMute_Request
- func (*ConversationMute_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationMute_Request) GetGroupPk() string
- func (x *ConversationMute_Request) GetMuteForever() bool
- func (x *ConversationMute_Request) GetMutedUntil() int64
- func (x *ConversationMute_Request) GetUnmute() bool
- func (*ConversationMute_Request) ProtoMessage()
- func (x *ConversationMute_Request) ProtoReflect() protoreflect.Message
- func (x *ConversationMute_Request) Reset()
- func (x *ConversationMute_Request) String() string
- type ConversationOpen
- type ConversationOpen_Reply
- type ConversationOpen_Request
- func (*ConversationOpen_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationOpen_Request) GetGroupPk() string
- func (*ConversationOpen_Request) ProtoMessage()
- func (x *ConversationOpen_Request) ProtoReflect() protoreflect.Message
- func (x *ConversationOpen_Request) Reset()
- func (x *ConversationOpen_Request) String() string
- type ConversationReplicationInfo
- func (*ConversationReplicationInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationReplicationInfo) GetAuthenticationUrl() string
- func (x *ConversationReplicationInfo) GetCid() string
- func (x *ConversationReplicationInfo) GetConversationPublicKey() string
- func (x *ConversationReplicationInfo) GetMemberPublicKey() string
- func (x *ConversationReplicationInfo) GetReplicationServer() string
- func (*ConversationReplicationInfo) ProtoMessage()
- func (x *ConversationReplicationInfo) ProtoReflect() protoreflect.Message
- func (x *ConversationReplicationInfo) Reset()
- func (x *ConversationReplicationInfo) String() string
- type ConversationStream
- type ConversationStream_Reply
- func (*ConversationStream_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationStream_Reply) GetConversation() *Conversation
- func (*ConversationStream_Reply) ProtoMessage()
- func (x *ConversationStream_Reply) ProtoReflect() protoreflect.Message
- func (x *ConversationStream_Reply) Reset()
- func (x *ConversationStream_Reply) String() string
- type ConversationStream_Request
- func (*ConversationStream_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ConversationStream_Request) GetCount() uint64
- func (x *ConversationStream_Request) GetPage() uint64
- func (*ConversationStream_Request) ProtoMessage()
- func (x *ConversationStream_Request) ProtoReflect() protoreflect.Message
- func (x *ConversationStream_Request) Reset()
- func (x *ConversationStream_Request) String() string
- type Conversation_Type
- func (Conversation_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Conversation_Type) Enum() *Conversation_Type
- func (Conversation_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Conversation_Type) Number() protoreflect.EnumNumber
- func (x Conversation_Type) String() string
- func (Conversation_Type) Type() protoreflect.EnumType
- type DebugAuthServiceSetToken
- type DebugAuthServiceSetToken_Reply
- func (*DebugAuthServiceSetToken_Reply) Descriptor() ([]byte, []int)deprecated
- func (*DebugAuthServiceSetToken_Reply) ProtoMessage()
- func (x *DebugAuthServiceSetToken_Reply) ProtoReflect() protoreflect.Message
- func (x *DebugAuthServiceSetToken_Reply) Reset()
- func (x *DebugAuthServiceSetToken_Reply) String() string
- type DebugAuthServiceSetToken_Request
- func (*DebugAuthServiceSetToken_Request) Descriptor() ([]byte, []int)deprecated
- func (x *DebugAuthServiceSetToken_Request) GetAuthenticationUrl() string
- func (x *DebugAuthServiceSetToken_Request) GetToken() *AuthExchangeResponse
- func (*DebugAuthServiceSetToken_Request) ProtoMessage()
- func (x *DebugAuthServiceSetToken_Request) ProtoReflect() protoreflect.Message
- func (x *DebugAuthServiceSetToken_Request) Reset()
- func (x *DebugAuthServiceSetToken_Request) String() string
- type DevShareInstanceBertyID
- type DevShareInstanceBertyID_Reply
- func (*DevShareInstanceBertyID_Reply) Descriptor() ([]byte, []int)deprecated
- func (*DevShareInstanceBertyID_Reply) ProtoMessage()
- func (x *DevShareInstanceBertyID_Reply) ProtoReflect() protoreflect.Message
- func (x *DevShareInstanceBertyID_Reply) Reset()
- func (x *DevShareInstanceBertyID_Reply) String() string
- type DevShareInstanceBertyID_Request
- func (*DevShareInstanceBertyID_Request) Descriptor() ([]byte, []int)deprecated
- func (x *DevShareInstanceBertyID_Request) GetDisplayName() string
- func (x *DevShareInstanceBertyID_Request) GetReset_() bool
- func (*DevShareInstanceBertyID_Request) ProtoMessage()
- func (x *DevShareInstanceBertyID_Request) ProtoReflect() protoreflect.Message
- func (x *DevShareInstanceBertyID_Request) Reset()
- func (x *DevShareInstanceBertyID_Request) String() string
- type DevStreamLogs
- type DevStreamLogs_Reply
- func (*DevStreamLogs_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *DevStreamLogs_Reply) GetLine() string
- func (*DevStreamLogs_Reply) ProtoMessage()
- func (x *DevStreamLogs_Reply) ProtoReflect() protoreflect.Message
- func (x *DevStreamLogs_Reply) Reset()
- func (x *DevStreamLogs_Reply) String() string
- type DevStreamLogs_Request
- type Device
- type DirectoryServiceQuery
- type DirectoryServiceQuery_Reply
- func (*DirectoryServiceQuery_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *DirectoryServiceQuery_Reply) GetAccountUri() string
- func (x *DirectoryServiceQuery_Reply) GetDirectoryIdentifier() string
- func (x *DirectoryServiceQuery_Reply) GetExpiresAt() int64
- func (x *DirectoryServiceQuery_Reply) GetVerifiedCredential() []byte
- func (*DirectoryServiceQuery_Reply) ProtoMessage()
- func (x *DirectoryServiceQuery_Reply) ProtoReflect() protoreflect.Message
- func (x *DirectoryServiceQuery_Reply) Reset()
- func (x *DirectoryServiceQuery_Reply) String() string
- type DirectoryServiceQuery_Request
- func (*DirectoryServiceQuery_Request) Descriptor() ([]byte, []int)deprecated
- func (x *DirectoryServiceQuery_Request) GetIdentifiers() []string
- func (x *DirectoryServiceQuery_Request) GetServerAddr() string
- func (*DirectoryServiceQuery_Request) ProtoMessage()
- func (x *DirectoryServiceQuery_Request) ProtoReflect() protoreflect.Message
- func (x *DirectoryServiceQuery_Request) Reset()
- func (x *DirectoryServiceQuery_Request) String() string
- type DirectoryServiceRegister
- type DirectoryServiceRegister_Reply
- func (*DirectoryServiceRegister_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *DirectoryServiceRegister_Reply) GetDirectoryRecordToken() string
- func (*DirectoryServiceRegister_Reply) ProtoMessage()
- func (x *DirectoryServiceRegister_Reply) ProtoReflect() protoreflect.Message
- func (x *DirectoryServiceRegister_Reply) Reset()
- func (x *DirectoryServiceRegister_Reply) String() string
- type DirectoryServiceRegister_Request
- func (*DirectoryServiceRegister_Request) Descriptor() ([]byte, []int)deprecated
- func (x *DirectoryServiceRegister_Request) GetExpirationDate() int64
- func (x *DirectoryServiceRegister_Request) GetIdentifier() string
- func (x *DirectoryServiceRegister_Request) GetProofIssuer() string
- func (x *DirectoryServiceRegister_Request) GetServerAddr() string
- func (*DirectoryServiceRegister_Request) ProtoMessage()
- func (x *DirectoryServiceRegister_Request) ProtoReflect() protoreflect.Message
- func (x *DirectoryServiceRegister_Request) Reset()
- func (x *DirectoryServiceRegister_Request) String() string
- type DirectoryServiceUnregister
- type DirectoryServiceUnregister_Reply
- func (*DirectoryServiceUnregister_Reply) Descriptor() ([]byte, []int)deprecated
- func (*DirectoryServiceUnregister_Reply) ProtoMessage()
- func (x *DirectoryServiceUnregister_Reply) ProtoReflect() protoreflect.Message
- func (x *DirectoryServiceUnregister_Reply) Reset()
- func (x *DirectoryServiceUnregister_Reply) String() string
- type DirectoryServiceUnregister_Request
- func (*DirectoryServiceUnregister_Request) Descriptor() ([]byte, []int)deprecated
- func (x *DirectoryServiceUnregister_Request) GetDirectoryRecordToken() string
- func (x *DirectoryServiceUnregister_Request) GetServerAddr() string
- func (*DirectoryServiceUnregister_Request) ProtoMessage()
- func (x *DirectoryServiceUnregister_Request) ProtoReflect() protoreflect.Message
- func (x *DirectoryServiceUnregister_Request) Reset()
- func (x *DirectoryServiceUnregister_Request) String() string
- type EchoDuplexTest
- type EchoDuplexTest_Reply
- func (*EchoDuplexTest_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *EchoDuplexTest_Reply) GetEcho() string
- func (*EchoDuplexTest_Reply) ProtoMessage()
- func (x *EchoDuplexTest_Reply) ProtoReflect() protoreflect.Message
- func (x *EchoDuplexTest_Reply) Reset()
- func (x *EchoDuplexTest_Reply) String() string
- type EchoDuplexTest_Request
- func (*EchoDuplexTest_Request) Descriptor() ([]byte, []int)deprecated
- func (x *EchoDuplexTest_Request) GetEcho() string
- func (x *EchoDuplexTest_Request) GetTriggerError() bool
- func (*EchoDuplexTest_Request) ProtoMessage()
- func (x *EchoDuplexTest_Request) ProtoReflect() protoreflect.Message
- func (x *EchoDuplexTest_Request) Reset()
- func (x *EchoDuplexTest_Request) String() string
- type EchoTest
- type EchoTest_Reply
- type EchoTest_Request
- func (*EchoTest_Request) Descriptor() ([]byte, []int)deprecated
- func (x *EchoTest_Request) GetDelay() uint64
- func (x *EchoTest_Request) GetEcho() string
- func (x *EchoTest_Request) GetTriggerError() bool
- func (*EchoTest_Request) ProtoMessage()
- func (x *EchoTest_Request) ProtoReflect() protoreflect.Message
- func (x *EchoTest_Request) Reset()
- func (x *EchoTest_Request) String() string
- type EventHandlerPostActions
- type EventStream
- type EventStream_Reply
- func (*EventStream_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *EventStream_Reply) GetEvent() *StreamEvent
- func (*EventStream_Reply) ProtoMessage()
- func (x *EventStream_Reply) ProtoReflect() protoreflect.Message
- func (x *EventStream_Reply) Reset()
- func (x *EventStream_Reply) String() string
- type EventStream_Request
- func (*EventStream_Request) Descriptor() ([]byte, []int)deprecated
- func (x *EventStream_Request) GetShallowAmount() int32
- func (*EventStream_Request) ProtoMessage()
- func (x *EventStream_Request) ProtoReflect() protoreflect.Message
- func (x *EventStream_Request) Reset()
- func (x *EventStream_Request) String() string
- type IndexableAppMessage
- type InstanceExportData
- type InstanceExportData_Reply
- func (*InstanceExportData_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceExportData_Reply) GetExportedData() []byte
- func (*InstanceExportData_Reply) ProtoMessage()
- func (x *InstanceExportData_Reply) ProtoReflect() protoreflect.Message
- func (x *InstanceExportData_Reply) Reset()
- func (x *InstanceExportData_Reply) String() string
- type InstanceExportData_Request
- type InstanceShareableBertyID
- type InstanceShareableBertyID_Reply
- func (*InstanceShareableBertyID_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceShareableBertyID_Reply) GetInternalUrl() string
- func (x *InstanceShareableBertyID_Reply) GetLink() *BertyLink
- func (x *InstanceShareableBertyID_Reply) GetWebUrl() string
- func (*InstanceShareableBertyID_Reply) ProtoMessage()
- func (x *InstanceShareableBertyID_Reply) ProtoReflect() protoreflect.Message
- func (x *InstanceShareableBertyID_Reply) Reset()
- func (x *InstanceShareableBertyID_Reply) String() string
- type InstanceShareableBertyID_Request
- func (*InstanceShareableBertyID_Request) Descriptor() ([]byte, []int)deprecated
- func (x *InstanceShareableBertyID_Request) GetDisplayName() string
- func (x *InstanceShareableBertyID_Request) GetPassphrase() []byte
- func (x *InstanceShareableBertyID_Request) GetReset_() bool
- func (*InstanceShareableBertyID_Request) ProtoMessage()
- func (x *InstanceShareableBertyID_Request) ProtoReflect() protoreflect.Message
- func (x *InstanceShareableBertyID_Request) Reset()
- func (x *InstanceShareableBertyID_Request) String() string
- type Interact
- type Interact_Reply
- type Interact_Request
- func (*Interact_Request) Descriptor() ([]byte, []int)deprecated
- func (x *Interact_Request) GetConversationPublicKey() string
- func (x *Interact_Request) GetMetadata() bool
- func (x *Interact_Request) GetPayload() []byte
- func (x *Interact_Request) GetTargetCid() string
- func (x *Interact_Request) GetType() AppMessage_Type
- func (*Interact_Request) ProtoMessage()
- func (x *Interact_Request) ProtoReflect() protoreflect.Message
- func (x *Interact_Request) Reset()
- func (x *Interact_Request) String() string
- type Interaction
- func (*Interaction) Descriptor() ([]byte, []int)deprecated
- func (x *Interaction) GetAcknowledged() bool
- func (x *Interaction) GetCid() string
- func (x *Interaction) GetConversation() *Conversation
- func (x *Interaction) GetConversationPublicKey() string
- func (x *Interaction) GetDevicePublicKey() string
- func (x *Interaction) GetIsMine() bool
- func (x *Interaction) GetMember() *Member
- func (x *Interaction) GetMemberPublicKey() string
- func (x *Interaction) GetOutOfStoreMessage() bool
- func (x *Interaction) GetPayload() []byte
- func (x *Interaction) GetSentDate() int64
- func (x *Interaction) GetTargetCid() string
- func (x *Interaction) GetType() AppMessage_Type
- func (interaction *Interaction) MarshalJSON() ([]byte, error)
- func (*Interaction) ProtoMessage()
- func (x *Interaction) ProtoReflect() protoreflect.Message
- func (x *Interaction) Reset()
- func (x *Interaction) String() string
- func (interaction *Interaction) UnmarshalPayload() (proto.Message, error)
- type ListMemberDevices
- type ListMemberDevices_Reply
- func (*ListMemberDevices_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *ListMemberDevices_Reply) GetDevice() *Device
- func (*ListMemberDevices_Reply) ProtoMessage()
- func (x *ListMemberDevices_Reply) ProtoReflect() protoreflect.Message
- func (x *ListMemberDevices_Reply) Reset()
- func (x *ListMemberDevices_Reply) String() string
- type ListMemberDevices_Request
- func (*ListMemberDevices_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ListMemberDevices_Request) GetConversationPk() string
- func (x *ListMemberDevices_Request) GetMemberPk() string
- func (*ListMemberDevices_Request) ProtoMessage()
- func (x *ListMemberDevices_Request) ProtoReflect() protoreflect.Message
- func (x *ListMemberDevices_Request) Reset()
- func (x *ListMemberDevices_Request) String() string
- type LocalConversationState
- func (*LocalConversationState) Descriptor() ([]byte, []int)deprecated
- func (x *LocalConversationState) GetIsOpen() bool
- func (x *LocalConversationState) GetPublicKey() string
- func (x *LocalConversationState) GetType() Conversation_Type
- func (x *LocalConversationState) GetUnreadCount() int32
- func (*LocalConversationState) ProtoMessage()
- func (x *LocalConversationState) ProtoReflect() protoreflect.Message
- func (x *LocalConversationState) Reset()
- func (x *LocalConversationState) String() string
- type LocalDatabaseState
- func (*LocalDatabaseState) Descriptor() ([]byte, []int)deprecated
- func (x *LocalDatabaseState) GetAccountLink() string
- func (x *LocalDatabaseState) GetAutoSharePushTokenFlag() bool
- func (x *LocalDatabaseState) GetDisplayName() string
- func (x *LocalDatabaseState) GetLocalConversationsState() []*LocalConversationState
- func (x *LocalDatabaseState) GetPublicKey() string
- func (x *LocalDatabaseState) GetReplicateFlag() bool
- func (*LocalDatabaseState) ProtoMessage()
- func (x *LocalDatabaseState) ProtoReflect() protoreflect.Message
- func (x *LocalDatabaseState) Reset()
- func (x *LocalDatabaseState) String() string
- type Member
- func (*Member) Descriptor() ([]byte, []int)deprecated
- func (x *Member) GetConversation() *Conversation
- func (x *Member) GetConversationPublicKey() string
- func (x *Member) GetDevices() []*Device
- func (x *Member) GetDisplayName() string
- func (x *Member) GetInfoDate() int64
- func (x *Member) GetIsCreator() bool
- func (x *Member) GetIsMe() bool
- func (x *Member) GetPublicKey() string
- func (*Member) ProtoMessage()
- func (x *Member) ProtoReflect() protoreflect.Message
- func (x *Member) Reset()
- func (x *Member) String() string
- type MemberWithDevices
- func (*MemberWithDevices) Descriptor() ([]byte, []int)deprecated
- func (x *MemberWithDevices) GetDevicesPks() []string
- func (x *MemberWithDevices) GetMemberPk() string
- func (*MemberWithDevices) ProtoMessage()
- func (x *MemberWithDevices) ProtoReflect() protoreflect.Message
- func (x *MemberWithDevices) Reset()
- func (x *MemberWithDevices) String() string
- type MessageSearch
- type MessageSearch_Reply
- func (*MessageSearch_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *MessageSearch_Reply) GetResults() []*Interaction
- func (*MessageSearch_Reply) ProtoMessage()
- func (x *MessageSearch_Reply) ProtoReflect() protoreflect.Message
- func (x *MessageSearch_Reply) Reset()
- func (x *MessageSearch_Reply) String() string
- type MessageSearch_Request
- func (*MessageSearch_Request) Descriptor() ([]byte, []int)deprecated
- func (x *MessageSearch_Request) GetAfterDate() int64
- func (x *MessageSearch_Request) GetBeforeDate() int64
- func (x *MessageSearch_Request) GetLimit() int32
- func (x *MessageSearch_Request) GetOldestToNewest() bool
- func (x *MessageSearch_Request) GetQuery() string
- func (x *MessageSearch_Request) GetRefCid() string
- func (*MessageSearch_Request) ProtoMessage()
- func (x *MessageSearch_Request) ProtoReflect() protoreflect.Message
- func (x *MessageSearch_Request) Reset()
- func (x *MessageSearch_Request) String() string
- type MessengerServiceClient
- type MessengerServiceServer
- type MessengerService_ConversationStreamClient
- type MessengerService_ConversationStreamServer
- type MessengerService_DevStreamLogsClient
- type MessengerService_DevStreamLogsServer
- type MessengerService_DirectoryServiceQueryClient
- type MessengerService_DirectoryServiceQueryServer
- type MessengerService_EchoDuplexTestClient
- type MessengerService_EchoDuplexTestServer
- type MessengerService_EchoTestClient
- type MessengerService_EchoTestServer
- type MessengerService_EventStreamClient
- type MessengerService_EventStreamServer
- type MessengerService_InstanceExportDataClient
- type MessengerService_InstanceExportDataServer
- type MessengerService_ListMemberDevicesClient
- type MessengerService_ListMemberDevicesServer
- type MessengerService_PushTokenSharedForConversationClient
- type MessengerService_PushTokenSharedForConversationServer
- type MessengerService_ServicesTokenListClient
- type MessengerService_ServicesTokenListServer
- type MessengerService_TyberHostSearchClient
- type MessengerService_TyberHostSearchServer
- type MetadataEvent
- func (*MetadataEvent) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataEvent) GetCid() string
- func (x *MetadataEvent) GetConversationPublicKey() string
- func (x *MetadataEvent) GetMetadataEventType() protocoltypes.EventType
- func (x *MetadataEvent) GetPayload() []byte
- func (*MetadataEvent) ProtoMessage()
- func (x *MetadataEvent) ProtoReflect() protoreflect.Message
- func (x *MetadataEvent) Reset()
- func (x *MetadataEvent) String() string
- type PaginatedInteractionsOptions
- func (*PaginatedInteractionsOptions) Descriptor() ([]byte, []int)deprecated
- func (x *PaginatedInteractionsOptions) GetAmount() int32
- func (x *PaginatedInteractionsOptions) GetConversationPk() string
- func (x *PaginatedInteractionsOptions) GetNoBulk() bool
- func (x *PaginatedInteractionsOptions) GetOldestToNewest() bool
- func (x *PaginatedInteractionsOptions) GetRefCid() string
- func (*PaginatedInteractionsOptions) ProtoMessage()
- func (x *PaginatedInteractionsOptions) ProtoReflect() protoreflect.Message
- func (x *PaginatedInteractionsOptions) Reset()
- func (x *PaginatedInteractionsOptions) String() string
- type ParseDeepLink
- type ParseDeepLink_Reply
- func (*ParseDeepLink_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *ParseDeepLink_Reply) GetLink() *BertyLink
- func (*ParseDeepLink_Reply) ProtoMessage()
- func (x *ParseDeepLink_Reply) ProtoReflect() protoreflect.Message
- func (x *ParseDeepLink_Reply) Reset()
- func (x *ParseDeepLink_Reply) String() string
- type ParseDeepLink_Request
- func (*ParseDeepLink_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ParseDeepLink_Request) GetLink() string
- func (x *ParseDeepLink_Request) GetPassphrase() []byte
- func (*ParseDeepLink_Request) ProtoMessage()
- func (x *ParseDeepLink_Request) ProtoReflect() protoreflect.Message
- func (x *ParseDeepLink_Request) Reset()
- func (x *ParseDeepLink_Request) String() string
- type PushDeviceToken
- func (*PushDeviceToken) Descriptor() ([]byte, []int)deprecated
- func (x *PushDeviceToken) GetAccountPk() string
- func (x *PushDeviceToken) GetBundleId() string
- func (x *PushDeviceToken) GetPublicKey() []byte
- func (x *PushDeviceToken) GetToken() []byte
- func (x *PushDeviceToken) GetTokenType() pushtypes.PushServiceTokenType
- func (*PushDeviceToken) ProtoMessage()
- func (x *PushDeviceToken) ProtoReflect() protoreflect.Message
- func (x *PushDeviceToken) Reset()
- func (x *PushDeviceToken) String() string
- type PushLocalDeviceSharedToken
- func (*PushLocalDeviceSharedToken) Descriptor() ([]byte, []int)deprecated
- func (x *PushLocalDeviceSharedToken) GetConversationPublicKey() string
- func (x *PushLocalDeviceSharedToken) GetTokenId() string
- func (*PushLocalDeviceSharedToken) ProtoMessage()
- func (x *PushLocalDeviceSharedToken) ProtoReflect() protoreflect.Message
- func (x *PushLocalDeviceSharedToken) Reset()
- func (x *PushLocalDeviceSharedToken) String() string
- type PushMemberToken
- func (*PushMemberToken) Descriptor() ([]byte, []int)deprecated
- func (x *PushMemberToken) GetConversationPublicKey() string
- func (x *PushMemberToken) GetDevicePk() string
- func (x *PushMemberToken) GetServerAddr() string
- func (x *PushMemberToken) GetServerKey() []byte
- func (x *PushMemberToken) GetToken() []byte
- func (x *PushMemberToken) GetTokenId() string
- func (*PushMemberToken) ProtoMessage()
- func (x *PushMemberToken) ProtoReflect() protoreflect.Message
- func (x *PushMemberToken) Reset()
- func (x *PushMemberToken) String() string
- type PushMemberTokenUpdate
- func (*PushMemberTokenUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *PushMemberTokenUpdate) GetDevicePk() string
- func (x *PushMemberTokenUpdate) GetServer() *PushServer
- func (x *PushMemberTokenUpdate) GetToken() []byte
- func (*PushMemberTokenUpdate) ProtoMessage()
- func (x *PushMemberTokenUpdate) ProtoReflect() protoreflect.Message
- func (x *PushMemberTokenUpdate) Reset()
- func (x *PushMemberTokenUpdate) String() string
- type PushReceive
- type PushReceive_Reply
- func (*PushReceive_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *PushReceive_Reply) GetData() *PushReceivedData
- func (*PushReceive_Reply) ProtoMessage()
- func (x *PushReceive_Reply) ProtoReflect() protoreflect.Message
- func (x *PushReceive_Reply) Reset()
- func (x *PushReceive_Reply) String() string
- type PushReceive_Request
- func (*PushReceive_Request) Descriptor() ([]byte, []int)deprecated
- func (x *PushReceive_Request) GetPayload() []byte
- func (*PushReceive_Request) ProtoMessage()
- func (x *PushReceive_Request) ProtoReflect() protoreflect.Message
- func (x *PushReceive_Request) Reset()
- func (x *PushReceive_Request) String() string
- type PushReceivedData
- func (*PushReceivedData) Descriptor() ([]byte, []int)deprecated
- func (x *PushReceivedData) GetAccountMuted() bool
- func (x *PushReceivedData) GetAlreadyReceived() bool
- func (x *PushReceivedData) GetConversationMuted() bool
- func (x *PushReceivedData) GetHidePreview() bool
- func (x *PushReceivedData) GetInteraction() *Interaction
- func (x *PushReceivedData) GetProtocolData() *protocoltypes.OutOfStoreReceive_Reply
- func (*PushReceivedData) ProtoMessage()
- func (x *PushReceivedData) ProtoReflect() protoreflect.Message
- func (x *PushReceivedData) Reset()
- func (x *PushReceivedData) String() string
- type PushSend
- type PushSend_Reply
- type PushSend_Request
- func (*PushSend_Request) Descriptor() ([]byte, []int)deprecated
- func (x *PushSend_Request) GetCid() []byte
- func (x *PushSend_Request) GetGroupMembers() []*MemberWithDevices
- func (x *PushSend_Request) GetGroupPk() string
- func (*PushSend_Request) ProtoMessage()
- func (x *PushSend_Request) ProtoReflect() protoreflect.Message
- func (x *PushSend_Request) Reset()
- func (x *PushSend_Request) String() string
- type PushServer
- type PushServerRecord
- func (*PushServerRecord) Descriptor() ([]byte, []int)deprecated
- func (x *PushServerRecord) GetAccountPk() string
- func (x *PushServerRecord) GetServerAddr() string
- func (x *PushServerRecord) GetServerKey() []byte
- func (*PushServerRecord) ProtoMessage()
- func (x *PushServerRecord) ProtoReflect() protoreflect.Message
- func (x *PushServerRecord) Reset()
- func (x *PushServerRecord) String() string
- type PushSetAutoShare
- type PushSetAutoShare_Reply
- type PushSetAutoShare_Request
- func (*PushSetAutoShare_Request) Descriptor() ([]byte, []int)deprecated
- func (x *PushSetAutoShare_Request) GetEnabled() bool
- func (*PushSetAutoShare_Request) ProtoMessage()
- func (x *PushSetAutoShare_Request) ProtoReflect() protoreflect.Message
- func (x *PushSetAutoShare_Request) Reset()
- func (x *PushSetAutoShare_Request) String() string
- type PushSetDeviceToken
- type PushSetDeviceToken_Reply
- type PushSetDeviceToken_Request
- func (*PushSetDeviceToken_Request) Descriptor() ([]byte, []int)deprecated
- func (x *PushSetDeviceToken_Request) GetReceiver() *pushtypes.PushServiceReceiver
- func (*PushSetDeviceToken_Request) ProtoMessage()
- func (x *PushSetDeviceToken_Request) ProtoReflect() protoreflect.Message
- func (x *PushSetDeviceToken_Request) Reset()
- func (x *PushSetDeviceToken_Request) String() string
- type PushSetServer
- type PushSetServer_Reply
- type PushSetServer_Request
- func (*PushSetServer_Request) Descriptor() ([]byte, []int)deprecated
- func (x *PushSetServer_Request) GetServer() *PushServer
- func (*PushSetServer_Request) ProtoMessage()
- func (x *PushSetServer_Request) ProtoReflect() protoreflect.Message
- func (x *PushSetServer_Request) Reset()
- func (x *PushSetServer_Request) String() string
- type PushShareToken
- type PushShareTokenForConversation
- func (*PushShareTokenForConversation) Descriptor() ([]byte, []int)deprecated
- func (*PushShareTokenForConversation) ProtoMessage()
- func (x *PushShareTokenForConversation) ProtoReflect() protoreflect.Message
- func (x *PushShareTokenForConversation) Reset()
- func (x *PushShareTokenForConversation) String() string
- type PushShareTokenForConversation_Reply
- func (*PushShareTokenForConversation_Reply) Descriptor() ([]byte, []int)deprecated
- func (*PushShareTokenForConversation_Reply) ProtoMessage()
- func (x *PushShareTokenForConversation_Reply) ProtoReflect() protoreflect.Message
- func (x *PushShareTokenForConversation_Reply) Reset()
- func (x *PushShareTokenForConversation_Reply) String() string
- type PushShareTokenForConversation_Request
- func (*PushShareTokenForConversation_Request) Descriptor() ([]byte, []int)deprecated
- func (x *PushShareTokenForConversation_Request) GetConversationPk() string
- func (*PushShareTokenForConversation_Request) ProtoMessage()
- func (x *PushShareTokenForConversation_Request) ProtoReflect() protoreflect.Message
- func (x *PushShareTokenForConversation_Request) Reset()
- func (x *PushShareTokenForConversation_Request) String() string
- type PushShareToken_Reply
- type PushShareToken_Request
- func (*PushShareToken_Request) Descriptor() ([]byte, []int)deprecated
- func (x *PushShareToken_Request) GetDevicePk() string
- func (x *PushShareToken_Request) GetGroupPk() string
- func (x *PushShareToken_Request) GetReceiver() *pushtypes.PushServiceReceiver
- func (x *PushShareToken_Request) GetServer() *PushServer
- func (*PushShareToken_Request) ProtoMessage()
- func (x *PushShareToken_Request) ProtoReflect() protoreflect.Message
- func (x *PushShareToken_Request) Reset()
- func (x *PushShareToken_Request) String() string
- type PushTokenSharedForConversation
- func (*PushTokenSharedForConversation) Descriptor() ([]byte, []int)deprecated
- func (*PushTokenSharedForConversation) ProtoMessage()
- func (x *PushTokenSharedForConversation) ProtoReflect() protoreflect.Message
- func (x *PushTokenSharedForConversation) Reset()
- func (x *PushTokenSharedForConversation) String() string
- type PushTokenSharedForConversation_Reply
- func (*PushTokenSharedForConversation_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *PushTokenSharedForConversation_Reply) GetToken() *PushMemberToken
- func (*PushTokenSharedForConversation_Reply) ProtoMessage()
- func (x *PushTokenSharedForConversation_Reply) ProtoReflect() protoreflect.Message
- func (x *PushTokenSharedForConversation_Reply) Reset()
- func (x *PushTokenSharedForConversation_Reply) String() string
- type PushTokenSharedForConversation_Request
- func (*PushTokenSharedForConversation_Request) Descriptor() ([]byte, []int)deprecated
- func (x *PushTokenSharedForConversation_Request) GetConversationPk() string
- func (*PushTokenSharedForConversation_Request) ProtoMessage()
- func (x *PushTokenSharedForConversation_Request) ProtoReflect() protoreflect.Message
- func (x *PushTokenSharedForConversation_Request) Reset()
- func (x *PushTokenSharedForConversation_Request) String() string
- type ReplicationServiceRegisterGroup
- func (*ReplicationServiceRegisterGroup) Descriptor() ([]byte, []int)deprecated
- func (*ReplicationServiceRegisterGroup) ProtoMessage()
- func (x *ReplicationServiceRegisterGroup) ProtoReflect() protoreflect.Message
- func (x *ReplicationServiceRegisterGroup) Reset()
- func (x *ReplicationServiceRegisterGroup) String() string
- type ReplicationServiceRegisterGroup_Reply
- func (*ReplicationServiceRegisterGroup_Reply) Descriptor() ([]byte, []int)deprecated
- func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage()
- func (x *ReplicationServiceRegisterGroup_Reply) ProtoReflect() protoreflect.Message
- func (x *ReplicationServiceRegisterGroup_Reply) Reset()
- func (x *ReplicationServiceRegisterGroup_Reply) String() string
- type ReplicationServiceRegisterGroup_Request
- func (*ReplicationServiceRegisterGroup_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ReplicationServiceRegisterGroup_Request) GetConversationPublicKey() string
- func (x *ReplicationServiceRegisterGroup_Request) GetTokenId() string
- func (*ReplicationServiceRegisterGroup_Request) ProtoMessage()
- func (x *ReplicationServiceRegisterGroup_Request) ProtoReflect() protoreflect.Message
- func (x *ReplicationServiceRegisterGroup_Request) Reset()
- func (x *ReplicationServiceRegisterGroup_Request) String() string
- type ReplicationSetAutoEnable
- type ReplicationSetAutoEnable_Reply
- func (*ReplicationSetAutoEnable_Reply) Descriptor() ([]byte, []int)deprecated
- func (*ReplicationSetAutoEnable_Reply) ProtoMessage()
- func (x *ReplicationSetAutoEnable_Reply) ProtoReflect() protoreflect.Message
- func (x *ReplicationSetAutoEnable_Reply) Reset()
- func (x *ReplicationSetAutoEnable_Reply) String() string
- type ReplicationSetAutoEnable_Request
- func (*ReplicationSetAutoEnable_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ReplicationSetAutoEnable_Request) GetEnabled() bool
- func (*ReplicationSetAutoEnable_Request) ProtoMessage()
- func (x *ReplicationSetAutoEnable_Request) ProtoReflect() protoreflect.Message
- func (x *ReplicationSetAutoEnable_Request) Reset()
- func (x *ReplicationSetAutoEnable_Request) String() string
- type SendContactRequest
- type SendContactRequest_Reply
- type SendContactRequest_Request
- func (*SendContactRequest_Request) Descriptor() ([]byte, []int)deprecated
- func (x *SendContactRequest_Request) GetBertyId() *BertyID
- func (x *SendContactRequest_Request) GetMetadata() []byte
- func (x *SendContactRequest_Request) GetOwnMetadata() []byte
- func (*SendContactRequest_Request) ProtoMessage()
- func (x *SendContactRequest_Request) ProtoReflect() protoreflect.Message
- func (x *SendContactRequest_Request) Reset()
- func (x *SendContactRequest_Request) String() string
- type ServiceToken
- func (*ServiceToken) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceToken) GetAccountPk() string
- func (x *ServiceToken) GetAuthenticationUrl() string
- func (x *ServiceToken) GetExpiration() int64
- func (x *ServiceToken) GetSupportedServices() []*ServiceTokenSupportedServiceRecord
- func (x *ServiceToken) GetToken() string
- func (x *ServiceToken) GetTokenId() string
- func (*ServiceToken) ProtoMessage()
- func (x *ServiceToken) ProtoReflect() protoreflect.Message
- func (x *ServiceToken) Reset()
- func (x *ServiceToken) String() string
- type ServiceTokenSupportedService
- func (*ServiceTokenSupportedService) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceTokenSupportedService) GetAddress() string
- func (x *ServiceTokenSupportedService) GetType() string
- func (*ServiceTokenSupportedService) ProtoMessage()
- func (x *ServiceTokenSupportedService) ProtoReflect() protoreflect.Message
- func (x *ServiceTokenSupportedService) Reset()
- func (x *ServiceTokenSupportedService) String() string
- type ServiceTokenSupportedServiceRecord
- func (*ServiceTokenSupportedServiceRecord) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceTokenSupportedServiceRecord) GetAddress() string
- func (x *ServiceTokenSupportedServiceRecord) GetTokenId() string
- func (x *ServiceTokenSupportedServiceRecord) GetType() string
- func (*ServiceTokenSupportedServiceRecord) ProtoMessage()
- func (x *ServiceTokenSupportedServiceRecord) ProtoReflect() protoreflect.Message
- func (x *ServiceTokenSupportedServiceRecord) Reset()
- func (x *ServiceTokenSupportedServiceRecord) String() string
- type ServicesTokenCode
- func (*ServicesTokenCode) Descriptor() ([]byte, []int)deprecated
- func (x *ServicesTokenCode) GetCodeChallenge() string
- func (x *ServicesTokenCode) GetServices() []string
- func (x *ServicesTokenCode) GetTokenId() string
- func (*ServicesTokenCode) ProtoMessage()
- func (x *ServicesTokenCode) ProtoReflect() protoreflect.Message
- func (x *ServicesTokenCode) Reset()
- func (x *ServicesTokenCode) String() string
- type ServicesTokenList
- type ServicesTokenList_Reply
- func (*ServicesTokenList_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *ServicesTokenList_Reply) GetService() *ServiceToken
- func (*ServicesTokenList_Reply) ProtoMessage()
- func (x *ServicesTokenList_Reply) ProtoReflect() protoreflect.Message
- func (x *ServicesTokenList_Reply) Reset()
- func (x *ServicesTokenList_Reply) String() string
- type ServicesTokenList_Request
- type ShareableBertyGroup
- type ShareableBertyGroup_Reply
- func (*ShareableBertyGroup_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *ShareableBertyGroup_Reply) GetInternalUrl() string
- func (x *ShareableBertyGroup_Reply) GetLink() *BertyLink
- func (x *ShareableBertyGroup_Reply) GetWebUrl() string
- func (*ShareableBertyGroup_Reply) ProtoMessage()
- func (x *ShareableBertyGroup_Reply) ProtoReflect() protoreflect.Message
- func (x *ShareableBertyGroup_Reply) Reset()
- func (x *ShareableBertyGroup_Reply) String() string
- type ShareableBertyGroup_Request
- func (*ShareableBertyGroup_Request) Descriptor() ([]byte, []int)deprecated
- func (x *ShareableBertyGroup_Request) GetGroupName() string
- func (x *ShareableBertyGroup_Request) GetGroupPk() []byte
- func (*ShareableBertyGroup_Request) ProtoMessage()
- func (x *ShareableBertyGroup_Request) ProtoReflect() protoreflect.Message
- func (x *ShareableBertyGroup_Request) Reset()
- func (x *ShareableBertyGroup_Request) String() string
- type StreamEvent
- func (*StreamEvent) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent) GetIsNew() bool
- func (x *StreamEvent) GetPayload() []byte
- func (x *StreamEvent) GetType() StreamEvent_Type
- func (event *StreamEvent) MarshalJSON() ([]byte, error)
- func (*StreamEvent) ProtoMessage()
- func (x *StreamEvent) ProtoReflect() protoreflect.Message
- func (x *StreamEvent) Reset()
- func (x *StreamEvent) String() string
- func (event *StreamEvent) UnmarshalPayload() (proto.Message, error)
- type StreamEvent_AccountUpdated
- func (*StreamEvent_AccountUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_AccountUpdated) GetAccount() *Account
- func (*StreamEvent_AccountUpdated) ProtoMessage()
- func (x *StreamEvent_AccountUpdated) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_AccountUpdated) Reset()
- func (x *StreamEvent_AccountUpdated) String() string
- type StreamEvent_ContactUpdated
- func (*StreamEvent_ContactUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_ContactUpdated) GetContact() *Contact
- func (*StreamEvent_ContactUpdated) ProtoMessage()
- func (x *StreamEvent_ContactUpdated) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_ContactUpdated) Reset()
- func (x *StreamEvent_ContactUpdated) String() string
- type StreamEvent_ConversationDeleted
- func (*StreamEvent_ConversationDeleted) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_ConversationDeleted) GetPublicKey() string
- func (*StreamEvent_ConversationDeleted) ProtoMessage()
- func (x *StreamEvent_ConversationDeleted) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_ConversationDeleted) Reset()
- func (x *StreamEvent_ConversationDeleted) String() string
- type StreamEvent_ConversationPartialLoad
- func (*StreamEvent_ConversationPartialLoad) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_ConversationPartialLoad) GetConversationPk() string
- func (x *StreamEvent_ConversationPartialLoad) GetInteractions() []*Interaction
- func (*StreamEvent_ConversationPartialLoad) ProtoMessage()
- func (x *StreamEvent_ConversationPartialLoad) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_ConversationPartialLoad) Reset()
- func (x *StreamEvent_ConversationPartialLoad) String() string
- type StreamEvent_ConversationUpdated
- func (*StreamEvent_ConversationUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_ConversationUpdated) GetConversation() *Conversation
- func (*StreamEvent_ConversationUpdated) ProtoMessage()
- func (x *StreamEvent_ConversationUpdated) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_ConversationUpdated) Reset()
- func (x *StreamEvent_ConversationUpdated) String() string
- type StreamEvent_DeviceUpdated
- func (*StreamEvent_DeviceUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_DeviceUpdated) GetDevice() *Device
- func (*StreamEvent_DeviceUpdated) ProtoMessage()
- func (x *StreamEvent_DeviceUpdated) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_DeviceUpdated) Reset()
- func (x *StreamEvent_DeviceUpdated) String() string
- type StreamEvent_InteractionDeleted
- func (*StreamEvent_InteractionDeleted) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_InteractionDeleted) GetCid() string
- func (x *StreamEvent_InteractionDeleted) GetConversationPublicKey() string
- func (*StreamEvent_InteractionDeleted) ProtoMessage()
- func (x *StreamEvent_InteractionDeleted) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_InteractionDeleted) Reset()
- func (x *StreamEvent_InteractionDeleted) String() string
- type StreamEvent_InteractionUpdated
- func (*StreamEvent_InteractionUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_InteractionUpdated) GetInteraction() *Interaction
- func (*StreamEvent_InteractionUpdated) ProtoMessage()
- func (x *StreamEvent_InteractionUpdated) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_InteractionUpdated) Reset()
- func (x *StreamEvent_InteractionUpdated) String() string
- type StreamEvent_ListEnded
- type StreamEvent_MemberUpdated
- func (*StreamEvent_MemberUpdated) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_MemberUpdated) GetMember() *Member
- func (*StreamEvent_MemberUpdated) ProtoMessage()
- func (x *StreamEvent_MemberUpdated) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_MemberUpdated) Reset()
- func (x *StreamEvent_MemberUpdated) String() string
- type StreamEvent_Notified
- func (*StreamEvent_Notified) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_Notified) GetBody() string
- func (x *StreamEvent_Notified) GetPayload() []byte
- func (x *StreamEvent_Notified) GetTitle() string
- func (x *StreamEvent_Notified) GetType() StreamEvent_Notified_Type
- func (*StreamEvent_Notified) ProtoMessage()
- func (x *StreamEvent_Notified) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_Notified) Reset()
- func (x *StreamEvent_Notified) String() string
- func (event *StreamEvent_Notified) UnmarshalPayload() (proto.Message, error)
- type StreamEvent_Notified_Basic
- type StreamEvent_Notified_ContactRequestReceived
- func (*StreamEvent_Notified_ContactRequestReceived) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_Notified_ContactRequestReceived) GetContact() *Contact
- func (*StreamEvent_Notified_ContactRequestReceived) ProtoMessage()
- func (x *StreamEvent_Notified_ContactRequestReceived) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_Notified_ContactRequestReceived) Reset()
- func (x *StreamEvent_Notified_ContactRequestReceived) String() string
- type StreamEvent_Notified_ContactRequestSent
- func (*StreamEvent_Notified_ContactRequestSent) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_Notified_ContactRequestSent) GetContact() *Contact
- func (*StreamEvent_Notified_ContactRequestSent) ProtoMessage()
- func (x *StreamEvent_Notified_ContactRequestSent) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_Notified_ContactRequestSent) Reset()
- func (x *StreamEvent_Notified_ContactRequestSent) String() string
- type StreamEvent_Notified_GroupInvitation
- func (*StreamEvent_Notified_GroupInvitation) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_Notified_GroupInvitation) GetContact() *Contact
- func (x *StreamEvent_Notified_GroupInvitation) GetConversation() *Conversation
- func (*StreamEvent_Notified_GroupInvitation) ProtoMessage()
- func (x *StreamEvent_Notified_GroupInvitation) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_Notified_GroupInvitation) Reset()
- func (x *StreamEvent_Notified_GroupInvitation) String() string
- type StreamEvent_Notified_MessageReceived
- func (*StreamEvent_Notified_MessageReceived) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_Notified_MessageReceived) GetContact() *Contact
- func (x *StreamEvent_Notified_MessageReceived) GetConversation() *Conversation
- func (x *StreamEvent_Notified_MessageReceived) GetInteraction() *Interaction
- func (*StreamEvent_Notified_MessageReceived) ProtoMessage()
- func (x *StreamEvent_Notified_MessageReceived) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_Notified_MessageReceived) Reset()
- func (x *StreamEvent_Notified_MessageReceived) String() string
- type StreamEvent_Notified_Type
- func (StreamEvent_Notified_Type) Descriptor() protoreflect.EnumDescriptor
- func (x StreamEvent_Notified_Type) Enum() *StreamEvent_Notified_Type
- func (StreamEvent_Notified_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x StreamEvent_Notified_Type) Number() protoreflect.EnumNumber
- func (x StreamEvent_Notified_Type) String() string
- func (StreamEvent_Notified_Type) Type() protoreflect.EnumType
- type StreamEvent_PeerStatusConnected
- func (*StreamEvent_PeerStatusConnected) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_PeerStatusConnected) GetPeerId() string
- func (x *StreamEvent_PeerStatusConnected) GetTransport() StreamEvent_PeerStatusConnected_Transport
- func (*StreamEvent_PeerStatusConnected) ProtoMessage()
- func (x *StreamEvent_PeerStatusConnected) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_PeerStatusConnected) Reset()
- func (x *StreamEvent_PeerStatusConnected) String() string
- type StreamEvent_PeerStatusConnected_Transport
- func (StreamEvent_PeerStatusConnected_Transport) Descriptor() protoreflect.EnumDescriptor
- func (x StreamEvent_PeerStatusConnected_Transport) Enum() *StreamEvent_PeerStatusConnected_Transport
- func (StreamEvent_PeerStatusConnected_Transport) EnumDescriptor() ([]byte, []int)deprecated
- func (x StreamEvent_PeerStatusConnected_Transport) Number() protoreflect.EnumNumber
- func (x StreamEvent_PeerStatusConnected_Transport) String() string
- func (StreamEvent_PeerStatusConnected_Transport) Type() protoreflect.EnumType
- type StreamEvent_PeerStatusDisconnected
- func (*StreamEvent_PeerStatusDisconnected) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_PeerStatusDisconnected) GetPeerId() string
- func (*StreamEvent_PeerStatusDisconnected) ProtoMessage()
- func (x *StreamEvent_PeerStatusDisconnected) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_PeerStatusDisconnected) Reset()
- func (x *StreamEvent_PeerStatusDisconnected) String() string
- type StreamEvent_PeerStatusGroupAssociated
- func (*StreamEvent_PeerStatusGroupAssociated) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_PeerStatusGroupAssociated) GetDevicePk() string
- func (x *StreamEvent_PeerStatusGroupAssociated) GetGroupPk() string
- func (x *StreamEvent_PeerStatusGroupAssociated) GetPeerId() string
- func (*StreamEvent_PeerStatusGroupAssociated) ProtoMessage()
- func (x *StreamEvent_PeerStatusGroupAssociated) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_PeerStatusGroupAssociated) Reset()
- func (x *StreamEvent_PeerStatusGroupAssociated) String() string
- type StreamEvent_PeerStatusReconnecting
- func (*StreamEvent_PeerStatusReconnecting) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_PeerStatusReconnecting) GetPeerId() string
- func (*StreamEvent_PeerStatusReconnecting) ProtoMessage()
- func (x *StreamEvent_PeerStatusReconnecting) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_PeerStatusReconnecting) Reset()
- func (x *StreamEvent_PeerStatusReconnecting) String() string
- type StreamEvent_ServiceTokenAdded
- func (*StreamEvent_ServiceTokenAdded) Descriptor() ([]byte, []int)deprecated
- func (x *StreamEvent_ServiceTokenAdded) GetToken() *ServiceToken
- func (*StreamEvent_ServiceTokenAdded) ProtoMessage()
- func (x *StreamEvent_ServiceTokenAdded) ProtoReflect() protoreflect.Message
- func (x *StreamEvent_ServiceTokenAdded) Reset()
- func (x *StreamEvent_ServiceTokenAdded) String() string
- type StreamEvent_Type
- func (StreamEvent_Type) Descriptor() protoreflect.EnumDescriptor
- func (x StreamEvent_Type) Enum() *StreamEvent_Type
- func (StreamEvent_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x StreamEvent_Type) Number() protoreflect.EnumNumber
- func (x StreamEvent_Type) String() string
- func (StreamEvent_Type) Type() protoreflect.EnumType
- type SystemInfo
- type SystemInfo_DB
- func (*SystemInfo_DB) Descriptor() ([]byte, []int)deprecated
- func (x *SystemInfo_DB) GetAccountDirectoryServiceRecord() int64
- func (x *SystemInfo_DB) GetAccountVerifiedCredentials() int64
- func (x *SystemInfo_DB) GetAccounts() int64
- func (x *SystemInfo_DB) GetContacts() int64
- func (x *SystemInfo_DB) GetConversationReplicationInfo() int64
- func (x *SystemInfo_DB) GetConversations() int64
- func (x *SystemInfo_DB) GetDevices() int64
- func (x *SystemInfo_DB) GetInteractions() int64
- func (x *SystemInfo_DB) GetMembers() int64
- func (x *SystemInfo_DB) GetMetadataEvents() int64
- func (x *SystemInfo_DB) GetPushDeviceToken() int64
- func (x *SystemInfo_DB) GetPushLocalDeviceSharedToken() int64
- func (x *SystemInfo_DB) GetPushMemberToken() int64
- func (x *SystemInfo_DB) GetPushServerRecord() int64
- func (x *SystemInfo_DB) GetServiceTokenSupportedServiceRecords() int64
- func (x *SystemInfo_DB) GetServiceTokens() int64
- func (*SystemInfo_DB) ProtoMessage()
- func (x *SystemInfo_DB) ProtoReflect() protoreflect.Message
- func (x *SystemInfo_DB) Reset()
- func (x *SystemInfo_DB) String() string
- type SystemInfo_Messenger
- func (*SystemInfo_Messenger) Descriptor() ([]byte, []int)deprecated
- func (x *SystemInfo_Messenger) GetDb() *SystemInfo_DB
- func (x *SystemInfo_Messenger) GetProcess() *protocoltypes.SystemInfo_Process
- func (x *SystemInfo_Messenger) GetProtocolInSameProcess() bool
- func (x *SystemInfo_Messenger) GetWarns() []string
- func (*SystemInfo_Messenger) ProtoMessage()
- func (x *SystemInfo_Messenger) ProtoReflect() protoreflect.Message
- func (x *SystemInfo_Messenger) Reset()
- func (x *SystemInfo_Messenger) String() string
- type SystemInfo_Reply
- func (*SystemInfo_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *SystemInfo_Reply) GetMessenger() *SystemInfo_Messenger
- func (x *SystemInfo_Reply) GetProtocol() *protocoltypes.SystemInfo_Reply
- func (*SystemInfo_Reply) ProtoMessage()
- func (x *SystemInfo_Reply) ProtoReflect() protoreflect.Message
- func (x *SystemInfo_Reply) Reset()
- func (x *SystemInfo_Reply) String() string
- type SystemInfo_Request
- type TyberHostAttach
- type TyberHostAttach_Reply
- func (*TyberHostAttach_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *TyberHostAttach_Reply) GetAddress() string
- func (*TyberHostAttach_Reply) ProtoMessage()
- func (x *TyberHostAttach_Reply) ProtoReflect() protoreflect.Message
- func (x *TyberHostAttach_Reply) Reset()
- func (x *TyberHostAttach_Reply) String() string
- type TyberHostAttach_Request
- func (*TyberHostAttach_Request) Descriptor() ([]byte, []int)deprecated
- func (x *TyberHostAttach_Request) GetAddresses() []string
- func (*TyberHostAttach_Request) ProtoMessage()
- func (x *TyberHostAttach_Request) ProtoReflect() protoreflect.Message
- func (x *TyberHostAttach_Request) Reset()
- func (x *TyberHostAttach_Request) String() string
- type TyberHostSearch
- type TyberHostSearch_Reply
- func (*TyberHostSearch_Reply) Descriptor() ([]byte, []int)deprecated
- func (x *TyberHostSearch_Reply) GetHostname() string
- func (x *TyberHostSearch_Reply) GetIpv4() []string
- func (x *TyberHostSearch_Reply) GetIpv6() []string
- func (*TyberHostSearch_Reply) ProtoMessage()
- func (x *TyberHostSearch_Reply) ProtoReflect() protoreflect.Message
- func (x *TyberHostSearch_Reply) Reset()
- func (x *TyberHostSearch_Reply) String() string
- type TyberHostSearch_Request
- type UnimplementedMessengerServiceServer
- func (UnimplementedMessengerServiceServer) AccountGet(context.Context, *AccountGet_Request) (*AccountGet_Reply, error)
- func (UnimplementedMessengerServiceServer) AccountPushConfigure(context.Context, *AccountPushConfigure_Request) (*AccountPushConfigure_Reply, error)
- func (UnimplementedMessengerServiceServer) AccountUpdate(context.Context, *AccountUpdate_Request) (*AccountUpdate_Reply, error)
- func (UnimplementedMessengerServiceServer) AuthServiceCompleteFlow(context.Context, *AuthServiceCompleteFlow_Request) (*AuthServiceCompleteFlow_Reply, error)
- func (UnimplementedMessengerServiceServer) AuthServiceInitFlow(context.Context, *AuthServiceInitFlow_Request) (*AuthServiceInitFlow_Reply, error)
- func (UnimplementedMessengerServiceServer) BannerQuote(context.Context, *BannerQuote_Request) (*BannerQuote_Reply, error)
- func (UnimplementedMessengerServiceServer) ContactAccept(context.Context, *ContactAccept_Request) (*ContactAccept_Reply, error)
- func (UnimplementedMessengerServiceServer) ContactRequest(context.Context, *ContactRequest_Request) (*ContactRequest_Reply, error)
- func (UnimplementedMessengerServiceServer) ConversationClose(context.Context, *ConversationClose_Request) (*ConversationClose_Reply, error)
- func (UnimplementedMessengerServiceServer) ConversationCreate(context.Context, *ConversationCreate_Request) (*ConversationCreate_Reply, error)
- func (UnimplementedMessengerServiceServer) ConversationJoin(context.Context, *ConversationJoin_Request) (*ConversationJoin_Reply, error)
- func (UnimplementedMessengerServiceServer) ConversationLoad(context.Context, *ConversationLoad_Request) (*ConversationLoad_Reply, error)
- func (UnimplementedMessengerServiceServer) ConversationMute(context.Context, *ConversationMute_Request) (*ConversationMute_Reply, error)
- func (UnimplementedMessengerServiceServer) ConversationOpen(context.Context, *ConversationOpen_Request) (*ConversationOpen_Reply, error)
- func (UnimplementedMessengerServiceServer) ConversationStream(*ConversationStream_Request, ...) error
- func (UnimplementedMessengerServiceServer) DebugAuthServiceSetToken(context.Context, *DebugAuthServiceSetToken_Request) (*DebugAuthServiceSetToken_Reply, error)
- func (UnimplementedMessengerServiceServer) DevShareInstanceBertyID(context.Context, *DevShareInstanceBertyID_Request) (*DevShareInstanceBertyID_Reply, error)
- func (UnimplementedMessengerServiceServer) DevStreamLogs(*DevStreamLogs_Request, grpc.ServerStreamingServer[DevStreamLogs_Reply]) error
- func (UnimplementedMessengerServiceServer) DirectoryServiceQuery(*DirectoryServiceQuery_Request, ...) error
- func (UnimplementedMessengerServiceServer) DirectoryServiceRegister(context.Context, *DirectoryServiceRegister_Request) (*DirectoryServiceRegister_Reply, error)
- func (UnimplementedMessengerServiceServer) DirectoryServiceUnregister(context.Context, *DirectoryServiceUnregister_Request) (*DirectoryServiceUnregister_Reply, error)
- func (UnimplementedMessengerServiceServer) EchoDuplexTest(grpc.BidiStreamingServer[EchoDuplexTest_Request, EchoDuplexTest_Reply]) error
- func (UnimplementedMessengerServiceServer) EchoTest(*EchoTest_Request, grpc.ServerStreamingServer[EchoTest_Reply]) error
- func (UnimplementedMessengerServiceServer) EventStream(*EventStream_Request, grpc.ServerStreamingServer[EventStream_Reply]) error
- func (UnimplementedMessengerServiceServer) InstanceExportData(*InstanceExportData_Request, ...) error
- func (UnimplementedMessengerServiceServer) InstanceShareableBertyID(context.Context, *InstanceShareableBertyID_Request) (*InstanceShareableBertyID_Reply, error)
- func (UnimplementedMessengerServiceServer) Interact(context.Context, *Interact_Request) (*Interact_Reply, error)
- func (UnimplementedMessengerServiceServer) ListMemberDevices(*ListMemberDevices_Request, ...) error
- func (UnimplementedMessengerServiceServer) MessageSearch(context.Context, *MessageSearch_Request) (*MessageSearch_Reply, error)
- func (UnimplementedMessengerServiceServer) ParseDeepLink(context.Context, *ParseDeepLink_Request) (*ParseDeepLink_Reply, error)
- func (UnimplementedMessengerServiceServer) PushReceive(context.Context, *PushReceive_Request) (*PushReceive_Reply, error)
- func (UnimplementedMessengerServiceServer) PushSend(context.Context, *PushSend_Request) (*PushSend_Reply, error)
- func (UnimplementedMessengerServiceServer) PushSetAutoShare(context.Context, *PushSetAutoShare_Request) (*PushSetAutoShare_Reply, error)
- func (UnimplementedMessengerServiceServer) PushSetDeviceToken(context.Context, *PushSetDeviceToken_Request) (*PushSetDeviceToken_Reply, error)
- func (UnimplementedMessengerServiceServer) PushSetServer(context.Context, *PushSetServer_Request) (*PushSetServer_Reply, error)
- func (UnimplementedMessengerServiceServer) PushShareTokenForConversation(context.Context, *PushShareTokenForConversation_Request) (*PushShareTokenForConversation_Reply, error)
- func (UnimplementedMessengerServiceServer) PushTokenSharedForConversation(*PushTokenSharedForConversation_Request, ...) error
- func (UnimplementedMessengerServiceServer) ReplicationServiceRegisterGroup(context.Context, *ReplicationServiceRegisterGroup_Request) (*ReplicationServiceRegisterGroup_Reply, error)
- func (UnimplementedMessengerServiceServer) ReplicationSetAutoEnable(context.Context, *ReplicationSetAutoEnable_Request) (*ReplicationSetAutoEnable_Reply, error)
- func (UnimplementedMessengerServiceServer) SendContactRequest(context.Context, *SendContactRequest_Request) (*SendContactRequest_Reply, error)
- func (UnimplementedMessengerServiceServer) ServicesTokenList(*ServicesTokenList_Request, ...) error
- func (UnimplementedMessengerServiceServer) ShareableBertyGroup(context.Context, *ShareableBertyGroup_Request) (*ShareableBertyGroup_Reply, error)
- func (UnimplementedMessengerServiceServer) SystemInfo(context.Context, *SystemInfo_Request) (*SystemInfo_Reply, error)
- func (UnimplementedMessengerServiceServer) TyberHostAttach(context.Context, *TyberHostAttach_Request) (*TyberHostAttach_Reply, error)
- func (UnimplementedMessengerServiceServer) TyberHostSearch(*TyberHostSearch_Request, grpc.ServerStreamingServer[TyberHostSearch_Reply]) error
- type UnsafeMessengerServiceServer
Constants ¶
const ( MessengerService_DevStreamLogs_FullMethodName = "/berty.messenger.v1.MessengerService/DevStreamLogs" MessengerService_ParseDeepLink_FullMethodName = "/berty.messenger.v1.MessengerService/ParseDeepLink" MessengerService_SendContactRequest_FullMethodName = "/berty.messenger.v1.MessengerService/SendContactRequest" MessengerService_SystemInfo_FullMethodName = "/berty.messenger.v1.MessengerService/SystemInfo" MessengerService_EchoTest_FullMethodName = "/berty.messenger.v1.MessengerService/EchoTest" MessengerService_EchoDuplexTest_FullMethodName = "/berty.messenger.v1.MessengerService/EchoDuplexTest" MessengerService_ConversationStream_FullMethodName = "/berty.messenger.v1.MessengerService/ConversationStream" MessengerService_EventStream_FullMethodName = "/berty.messenger.v1.MessengerService/EventStream" MessengerService_ConversationCreate_FullMethodName = "/berty.messenger.v1.MessengerService/ConversationCreate" MessengerService_ConversationJoin_FullMethodName = "/berty.messenger.v1.MessengerService/ConversationJoin" MessengerService_AccountGet_FullMethodName = "/berty.messenger.v1.MessengerService/AccountGet" MessengerService_AccountUpdate_FullMethodName = "/berty.messenger.v1.MessengerService/AccountUpdate" MessengerService_AccountPushConfigure_FullMethodName = "/berty.messenger.v1.MessengerService/AccountPushConfigure" MessengerService_ContactRequest_FullMethodName = "/berty.messenger.v1.MessengerService/ContactRequest" MessengerService_ContactAccept_FullMethodName = "/berty.messenger.v1.MessengerService/ContactAccept" MessengerService_Interact_FullMethodName = "/berty.messenger.v1.MessengerService/Interact" MessengerService_ConversationOpen_FullMethodName = "/berty.messenger.v1.MessengerService/ConversationOpen" MessengerService_ConversationClose_FullMethodName = "/berty.messenger.v1.MessengerService/ConversationClose" MessengerService_ConversationLoad_FullMethodName = "/berty.messenger.v1.MessengerService/ConversationLoad" MessengerService_ConversationMute_FullMethodName = "/berty.messenger.v1.MessengerService/ConversationMute" MessengerService_ReplicationServiceRegisterGroup_FullMethodName = "/berty.messenger.v1.MessengerService/ReplicationServiceRegisterGroup" MessengerService_ReplicationSetAutoEnable_FullMethodName = "/berty.messenger.v1.MessengerService/ReplicationSetAutoEnable" MessengerService_BannerQuote_FullMethodName = "/berty.messenger.v1.MessengerService/BannerQuote" MessengerService_InstanceExportData_FullMethodName = "/berty.messenger.v1.MessengerService/InstanceExportData" MessengerService_MessageSearch_FullMethodName = "/berty.messenger.v1.MessengerService/MessageSearch" MessengerService_ListMemberDevices_FullMethodName = "/berty.messenger.v1.MessengerService/ListMemberDevices" MessengerService_TyberHostSearch_FullMethodName = "/berty.messenger.v1.MessengerService/TyberHostSearch" MessengerService_TyberHostAttach_FullMethodName = "/berty.messenger.v1.MessengerService/TyberHostAttach" MessengerService_DebugAuthServiceSetToken_FullMethodName = "/berty.messenger.v1.MessengerService/DebugAuthServiceSetToken" MessengerService_ServicesTokenList_FullMethodName = "/berty.messenger.v1.MessengerService/ServicesTokenList" MessengerService_AuthServiceInitFlow_FullMethodName = "/berty.messenger.v1.MessengerService/AuthServiceInitFlow" MessengerService_AuthServiceCompleteFlow_FullMethodName = "/berty.messenger.v1.MessengerService/AuthServiceCompleteFlow" MessengerService_PushReceive_FullMethodName = "/berty.messenger.v1.MessengerService/PushReceive" MessengerService_PushSend_FullMethodName = "/berty.messenger.v1.MessengerService/PushSend" MessengerService_PushSetDeviceToken_FullMethodName = "/berty.messenger.v1.MessengerService/PushSetDeviceToken" MessengerService_PushSetServer_FullMethodName = "/berty.messenger.v1.MessengerService/PushSetServer" MessengerService_DirectoryServiceRegister_FullMethodName = "/berty.messenger.v1.MessengerService/DirectoryServiceRegister" MessengerService_DirectoryServiceUnregister_FullMethodName = "/berty.messenger.v1.MessengerService/DirectoryServiceUnregister" MessengerService_DirectoryServiceQuery_FullMethodName = "/berty.messenger.v1.MessengerService/DirectoryServiceQuery" )
Variables ¶
var ( BertyLink_Kind_name = map[int32]string{ 0: "UnknownKind", 1: "ContactInviteV1Kind", 2: "GroupV1Kind", 3: "EncryptedV1Kind", 4: "MessageV1Kind", } BertyLink_Kind_value = map[string]int32{ "UnknownKind": 0, "ContactInviteV1Kind": 1, "GroupV1Kind": 2, "EncryptedV1Kind": 3, "MessageV1Kind": 4, } )
Enum value maps for BertyLink_Kind.
var ( AppMessage_Type_name = map[int32]string{ 0: "Undefined", 1: "TypeUserMessage", 3: "TypeGroupInvitation", 4: "TypeSetGroupInfo", 5: "TypeSetUserInfo", 6: "TypeAcknowledge", 8: "TypeAccountDirectoryServiceRegistered", 9: "TypeAccountDirectoryServiceUnregistered", 10: "TypeServiceAddToken", 11: "TypeServiceRemoveToken", 12: "TypePushSetDeviceToken", 13: "TypePushSetServer", 14: "TypePushSetMemberToken", } AppMessage_Type_value = map[string]int32{ "Undefined": 0, "TypeUserMessage": 1, "TypeGroupInvitation": 3, "TypeSetGroupInfo": 4, "TypeSetUserInfo": 5, "TypeAcknowledge": 6, "TypeAccountDirectoryServiceRegistered": 8, "TypeAccountDirectoryServiceUnregistered": 9, "TypeServiceAddToken": 10, "TypeServiceRemoveToken": 11, "TypePushSetDeviceToken": 12, "TypePushSetServer": 13, "TypePushSetMemberToken": 14, } )
Enum value maps for AppMessage_Type.
var ( Contact_State_name = map[int32]string{ 0: "Undefined", 1: "IncomingRequest", 2: "OutgoingRequestEnqueued", 3: "OutgoingRequestSent", 4: "Accepted", } Contact_State_value = map[string]int32{ "Undefined": 0, "IncomingRequest": 1, "OutgoingRequestEnqueued": 2, "OutgoingRequestSent": 3, "Accepted": 4, } )
Enum value maps for Contact_State.
var ( Conversation_Type_name = map[int32]string{ 0: "Undefined", 1: "AccountType", 2: "ContactType", 3: "MultiMemberType", } Conversation_Type_value = map[string]int32{ "Undefined": 0, "AccountType": 1, "ContactType": 2, "MultiMemberType": 3, } )
Enum value maps for Conversation_Type.
var ( StreamEvent_Type_name = map[int32]string{ 0: "Undefined", 1: "TypeListEnded", 2: "TypeConversationUpdated", 3: "TypeConversationDeleted", 4: "TypeInteractionUpdated", 5: "TypeInteractionDeleted", 6: "TypeContactUpdated", 7: "TypeAccountUpdated", 8: "TypeMemberUpdated", 9: "TypeDeviceUpdated", 10: "TypeNotified", 12: "TypeConversationPartialLoad", 13: "TypePeerStatusConnected", 14: "TypePeerStatusReconnecting", 15: "TypePeerStatusDisconnected", 16: "TypePeerStatusGroupAssociated", 17: "TypeServiceTokenAdded", } StreamEvent_Type_value = map[string]int32{ "Undefined": 0, "TypeListEnded": 1, "TypeConversationUpdated": 2, "TypeConversationDeleted": 3, "TypeInteractionUpdated": 4, "TypeInteractionDeleted": 5, "TypeContactUpdated": 6, "TypeAccountUpdated": 7, "TypeMemberUpdated": 8, "TypeDeviceUpdated": 9, "TypeNotified": 10, "TypeConversationPartialLoad": 12, "TypePeerStatusConnected": 13, "TypePeerStatusReconnecting": 14, "TypePeerStatusDisconnected": 15, "TypePeerStatusGroupAssociated": 16, "TypeServiceTokenAdded": 17, } )
Enum value maps for StreamEvent_Type.
var ( StreamEvent_Notified_Type_name = map[int32]string{ 0: "Unknown", 1: "TypeBasic", 2: "TypeMessageReceived", 3: "TypeContactRequestSent", 4: "TypeContactRequestReceived", 5: "TypeGroupInvitation", } StreamEvent_Notified_Type_value = map[string]int32{ "Unknown": 0, "TypeBasic": 1, "TypeMessageReceived": 2, "TypeContactRequestSent": 3, "TypeContactRequestReceived": 4, "TypeGroupInvitation": 5, } )
Enum value maps for StreamEvent_Notified_Type.
var ( StreamEvent_PeerStatusConnected_Transport_name = map[int32]string{ 0: "Unknown", 1: "LAN", 2: "WAN", 3: "Proximity", } StreamEvent_PeerStatusConnected_Transport_value = map[string]int32{ "Unknown": 0, "LAN": 1, "WAN": 2, "Proximity": 3, } )
Enum value maps for StreamEvent_PeerStatusConnected_Transport.
var File_messengertypes_messengertypes_proto protoreflect.FileDescriptor
var MessengerService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "berty.messenger.v1.MessengerService", HandlerType: (*MessengerServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "InstanceShareableBertyID", Handler: _MessengerService_InstanceShareableBertyID_Handler, }, { MethodName: "ShareableBertyGroup", Handler: _MessengerService_ShareableBertyGroup_Handler, }, { MethodName: "DevShareInstanceBertyID", Handler: _MessengerService_DevShareInstanceBertyID_Handler, }, { MethodName: "ParseDeepLink", Handler: _MessengerService_ParseDeepLink_Handler, }, { MethodName: "SendContactRequest", Handler: _MessengerService_SendContactRequest_Handler, }, { MethodName: "SystemInfo", Handler: _MessengerService_SystemInfo_Handler, }, { MethodName: "ConversationCreate", Handler: _MessengerService_ConversationCreate_Handler, }, { MethodName: "ConversationJoin", Handler: _MessengerService_ConversationJoin_Handler, }, { MethodName: "AccountGet", Handler: _MessengerService_AccountGet_Handler, }, { MethodName: "AccountUpdate", Handler: _MessengerService_AccountUpdate_Handler, }, { MethodName: "AccountPushConfigure", Handler: _MessengerService_AccountPushConfigure_Handler, }, { MethodName: "ContactRequest", Handler: _MessengerService_ContactRequest_Handler, }, { MethodName: "ContactAccept", Handler: _MessengerService_ContactAccept_Handler, }, { MethodName: "Interact", Handler: _MessengerService_Interact_Handler, }, { MethodName: "ConversationOpen", Handler: _MessengerService_ConversationOpen_Handler, }, { MethodName: "ConversationClose", Handler: _MessengerService_ConversationClose_Handler, }, { MethodName: "ConversationLoad", Handler: _MessengerService_ConversationLoad_Handler, }, { MethodName: "ConversationMute", Handler: _MessengerService_ConversationMute_Handler, }, { MethodName: "ReplicationServiceRegisterGroup", Handler: _MessengerService_ReplicationServiceRegisterGroup_Handler, }, { MethodName: "ReplicationSetAutoEnable", Handler: _MessengerService_ReplicationSetAutoEnable_Handler, }, { MethodName: "BannerQuote", Handler: _MessengerService_BannerQuote_Handler, }, { MethodName: "MessageSearch", Handler: _MessengerService_MessageSearch_Handler, }, { MethodName: "TyberHostAttach", Handler: _MessengerService_TyberHostAttach_Handler, }, { MethodName: "DebugAuthServiceSetToken", Handler: _MessengerService_DebugAuthServiceSetToken_Handler, }, { MethodName: "AuthServiceInitFlow", Handler: _MessengerService_AuthServiceInitFlow_Handler, }, { MethodName: "AuthServiceCompleteFlow", Handler: _MessengerService_AuthServiceCompleteFlow_Handler, }, { MethodName: "PushSetAutoShare", Handler: _MessengerService_PushSetAutoShare_Handler, }, { MethodName: "PushShareTokenForConversation", Handler: _MessengerService_PushShareTokenForConversation_Handler, }, { MethodName: "PushReceive", Handler: _MessengerService_PushReceive_Handler, }, { MethodName: "PushSend", Handler: _MessengerService_PushSend_Handler, }, { MethodName: "PushSetDeviceToken", Handler: _MessengerService_PushSetDeviceToken_Handler, }, { MethodName: "PushSetServer", Handler: _MessengerService_PushSetServer_Handler, }, { MethodName: "DirectoryServiceRegister", Handler: _MessengerService_DirectoryServiceRegister_Handler, }, { MethodName: "DirectoryServiceUnregister", Handler: _MessengerService_DirectoryServiceUnregister_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "DevStreamLogs", Handler: _MessengerService_DevStreamLogs_Handler, ServerStreams: true, }, { StreamName: "EchoTest", Handler: _MessengerService_EchoTest_Handler, ServerStreams: true, }, { StreamName: "EchoDuplexTest", Handler: _MessengerService_EchoDuplexTest_Handler, ServerStreams: true, ClientStreams: true, }, { StreamName: "ConversationStream", Handler: _MessengerService_ConversationStream_Handler, ServerStreams: true, }, { StreamName: "EventStream", Handler: _MessengerService_EventStream_Handler, ServerStreams: true, }, { StreamName: "InstanceExportData", Handler: _MessengerService_InstanceExportData_Handler, ServerStreams: true, }, { StreamName: "ListMemberDevices", Handler: _MessengerService_ListMemberDevices_Handler, ServerStreams: true, }, { StreamName: "TyberHostSearch", Handler: _MessengerService_TyberHostSearch_Handler, ServerStreams: true, }, { StreamName: "ServicesTokenList", Handler: _MessengerService_ServicesTokenList_Handler, ServerStreams: true, }, { StreamName: "PushTokenSharedForConversation", Handler: _MessengerService_PushTokenSharedForConversation_Handler, ServerStreams: true, }, { StreamName: "DirectoryServiceQuery", Handler: _MessengerService_DirectoryServiceQuery_Handler, ServerStreams: true, }, }, Metadata: "messengertypes/messengertypes.proto", }
MessengerService_ServiceDesc is the grpc.ServiceDesc for MessengerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterMessengerServiceHandler ¶
func RegisterMessengerServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterMessengerServiceHandler registers the http handlers for service MessengerService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterMessengerServiceHandlerClient ¶
func RegisterMessengerServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MessengerServiceClient) error
RegisterMessengerServiceHandlerClient registers the http handlers for service MessengerService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MessengerServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MessengerServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MessengerServiceClient" to call the correct interceptors.
func RegisterMessengerServiceHandlerFromEndpoint ¶
func RegisterMessengerServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterMessengerServiceHandlerFromEndpoint is same as RegisterMessengerServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterMessengerServiceHandlerServer ¶
func RegisterMessengerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MessengerServiceServer) error
RegisterMessengerServiceHandlerServer registers the http handlers for service MessengerService to "mux". UnaryRPC :call MessengerServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterMessengerServiceHandlerFromEndpoint instead.
func RegisterMessengerServiceServer ¶
func RegisterMessengerServiceServer(s grpc.ServiceRegistrar, srv MessengerServiceServer)
Types ¶
type Account ¶
type Account struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Link string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"` ServiceTokens []*ServiceToken `` /* 128-byte string literal not displayed */ ReplicateNewGroupsAutomatically bool `` /* 179-byte string literal not displayed */ PushDeviceToken *PushDeviceToken `` /* 136-byte string literal not displayed */ PushServerRecords []*PushServerRecord `` /* 143-byte string literal not displayed */ MutedUntil int64 `protobuf:"varint,11,opt,name=muted_until,json=mutedUntil,proto3" json:"muted_until,omitempty"` HideInAppNotifications bool `` /* 133-byte string literal not displayed */ HidePushPreviews bool `protobuf:"varint,13,opt,name=hide_push_previews,json=hidePushPreviews,proto3" json:"hide_push_previews,omitempty"` VerifiedCredentials []*AccountVerifiedCredential `` /* 147-byte string literal not displayed */ DirectoryServiceRecords []*AccountDirectoryServiceRecord `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Account) Descriptor
deprecated
func (*Account) GetAutoSharePushTokenFlag ¶ added in v2.305.0
func (*Account) GetDirectoryServiceRecords ¶ added in v2.452.0
func (x *Account) GetDirectoryServiceRecords() []*AccountDirectoryServiceRecord
func (*Account) GetDisplayName ¶
func (*Account) GetHideInAppNotifications ¶ added in v2.381.0
func (*Account) GetHidePushPreviews ¶ added in v2.381.0
func (*Account) GetMutedUntil ¶ added in v2.381.0
func (*Account) GetPublicKey ¶
func (*Account) GetPushDeviceToken ¶ added in v2.470.0
func (x *Account) GetPushDeviceToken() *PushDeviceToken
func (*Account) GetPushServerRecords ¶ added in v2.470.0
func (x *Account) GetPushServerRecords() []*PushServerRecord
func (*Account) GetReplicateNewGroupsAutomatically ¶
func (*Account) GetServiceTokens ¶
func (x *Account) GetServiceTokens() []*ServiceToken
func (*Account) GetVerifiedCredentials ¶ added in v2.448.0
func (x *Account) GetVerifiedCredentials() []*AccountVerifiedCredential
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶ added in v2.470.4
func (x *Account) ProtoReflect() protoreflect.Message
type AccountDirectoryServiceRecord ¶ added in v2.452.0
type AccountDirectoryServiceRecord struct { AccountPk string `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty"` Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty" gorm:"primaryKey"` IdentifierProofIssuer string `` /* 126-byte string literal not displayed */ ServerAddr string `protobuf:"bytes,4,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty" gorm:"primaryKey"` RegistrationDate int64 `protobuf:"varint,5,opt,name=registration_date,json=registrationDate,proto3" json:"registration_date,omitempty"` ExpirationDate int64 `protobuf:"varint,6,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"` Revoked bool `protobuf:"varint,7,opt,name=revoked,proto3" json:"revoked,omitempty"` DirectoryRecordToken string `protobuf:"bytes,8,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"` DirectoryRecordUnregisterToken string `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AccountDirectoryServiceRecord) Descriptor
deprecated
added in
v2.452.0
func (*AccountDirectoryServiceRecord) Descriptor() ([]byte, []int)
Deprecated: Use AccountDirectoryServiceRecord.ProtoReflect.Descriptor instead.
func (*AccountDirectoryServiceRecord) GetAccountPk ¶ added in v2.470.4
func (x *AccountDirectoryServiceRecord) GetAccountPk() string
func (*AccountDirectoryServiceRecord) GetDirectoryRecordToken ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) GetDirectoryRecordToken() string
func (*AccountDirectoryServiceRecord) GetDirectoryRecordUnregisterToken ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) GetDirectoryRecordUnregisterToken() string
func (*AccountDirectoryServiceRecord) GetExpirationDate ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) GetExpirationDate() int64
func (*AccountDirectoryServiceRecord) GetIdentifier ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) GetIdentifier() string
func (*AccountDirectoryServiceRecord) GetIdentifierProofIssuer ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) GetIdentifierProofIssuer() string
func (*AccountDirectoryServiceRecord) GetRegistrationDate ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) GetRegistrationDate() int64
func (*AccountDirectoryServiceRecord) GetRevoked ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) GetRevoked() bool
func (*AccountDirectoryServiceRecord) GetServerAddr ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) GetServerAddr() string
func (*AccountDirectoryServiceRecord) ProtoMessage ¶ added in v2.452.0
func (*AccountDirectoryServiceRecord) ProtoMessage()
func (*AccountDirectoryServiceRecord) ProtoReflect ¶ added in v2.470.4
func (x *AccountDirectoryServiceRecord) ProtoReflect() protoreflect.Message
func (*AccountDirectoryServiceRecord) Reset ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) Reset()
func (*AccountDirectoryServiceRecord) String ¶ added in v2.452.0
func (x *AccountDirectoryServiceRecord) String() string
type AccountGet ¶
type AccountGet struct {
// contains filtered or unexported fields
}
func (*AccountGet) Descriptor
deprecated
func (*AccountGet) Descriptor() ([]byte, []int)
Deprecated: Use AccountGet.ProtoReflect.Descriptor instead.
func (*AccountGet) ProtoMessage ¶
func (*AccountGet) ProtoMessage()
func (*AccountGet) ProtoReflect ¶ added in v2.470.4
func (x *AccountGet) ProtoReflect() protoreflect.Message
func (*AccountGet) Reset ¶
func (x *AccountGet) Reset()
func (*AccountGet) String ¶
func (x *AccountGet) String() string
type AccountGet_Reply ¶
type AccountGet_Reply struct { Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*AccountGet_Reply) Descriptor
deprecated
func (*AccountGet_Reply) Descriptor() ([]byte, []int)
Deprecated: Use AccountGet_Reply.ProtoReflect.Descriptor instead.
func (*AccountGet_Reply) GetAccount ¶
func (x *AccountGet_Reply) GetAccount() *Account
func (*AccountGet_Reply) ProtoMessage ¶
func (*AccountGet_Reply) ProtoMessage()
func (*AccountGet_Reply) ProtoReflect ¶ added in v2.470.4
func (x *AccountGet_Reply) ProtoReflect() protoreflect.Message
func (*AccountGet_Reply) Reset ¶
func (x *AccountGet_Reply) Reset()
func (*AccountGet_Reply) String ¶
func (x *AccountGet_Reply) String() string
type AccountGet_Request ¶
type AccountGet_Request struct {
// contains filtered or unexported fields
}
func (*AccountGet_Request) Descriptor
deprecated
func (*AccountGet_Request) Descriptor() ([]byte, []int)
Deprecated: Use AccountGet_Request.ProtoReflect.Descriptor instead.
func (*AccountGet_Request) ProtoMessage ¶
func (*AccountGet_Request) ProtoMessage()
func (*AccountGet_Request) ProtoReflect ¶ added in v2.470.4
func (x *AccountGet_Request) ProtoReflect() protoreflect.Message
func (*AccountGet_Request) Reset ¶
func (x *AccountGet_Request) Reset()
func (*AccountGet_Request) String ¶
func (x *AccountGet_Request) String() string
type AccountPushConfigure ¶ added in v2.381.0
type AccountPushConfigure struct {
// contains filtered or unexported fields
}
func (*AccountPushConfigure) Descriptor
deprecated
added in
v2.381.0
func (*AccountPushConfigure) Descriptor() ([]byte, []int)
Deprecated: Use AccountPushConfigure.ProtoReflect.Descriptor instead.
func (*AccountPushConfigure) ProtoMessage ¶ added in v2.381.0
func (*AccountPushConfigure) ProtoMessage()
func (*AccountPushConfigure) ProtoReflect ¶ added in v2.470.4
func (x *AccountPushConfigure) ProtoReflect() protoreflect.Message
func (*AccountPushConfigure) Reset ¶ added in v2.381.0
func (x *AccountPushConfigure) Reset()
func (*AccountPushConfigure) String ¶ added in v2.381.0
func (x *AccountPushConfigure) String() string
type AccountPushConfigure_Reply ¶ added in v2.381.0
type AccountPushConfigure_Reply struct {
// contains filtered or unexported fields
}
func (*AccountPushConfigure_Reply) Descriptor
deprecated
added in
v2.381.0
func (*AccountPushConfigure_Reply) Descriptor() ([]byte, []int)
Deprecated: Use AccountPushConfigure_Reply.ProtoReflect.Descriptor instead.
func (*AccountPushConfigure_Reply) ProtoMessage ¶ added in v2.381.0
func (*AccountPushConfigure_Reply) ProtoMessage()
func (*AccountPushConfigure_Reply) ProtoReflect ¶ added in v2.470.4
func (x *AccountPushConfigure_Reply) ProtoReflect() protoreflect.Message
func (*AccountPushConfigure_Reply) Reset ¶ added in v2.381.0
func (x *AccountPushConfigure_Reply) Reset()
func (*AccountPushConfigure_Reply) String ¶ added in v2.381.0
func (x *AccountPushConfigure_Reply) String() string
type AccountPushConfigure_Request ¶ added in v2.381.0
type AccountPushConfigure_Request struct { MutedUntil int64 `protobuf:"varint,1,opt,name=muted_until,json=mutedUntil,proto3" json:"muted_until,omitempty"` Unmute bool `protobuf:"varint,2,opt,name=unmute,proto3" json:"unmute,omitempty"` MuteForever bool `protobuf:"varint,3,opt,name=mute_forever,json=muteForever,proto3" json:"mute_forever,omitempty"` HideInAppNotifications bool `` /* 132-byte string literal not displayed */ HidePushPreviews bool `protobuf:"varint,5,opt,name=hide_push_previews,json=hidePushPreviews,proto3" json:"hide_push_previews,omitempty"` ShowInAppNotifications bool `` /* 132-byte string literal not displayed */ ShowPushPreviews bool `protobuf:"varint,7,opt,name=show_push_previews,json=showPushPreviews,proto3" json:"show_push_previews,omitempty"` // contains filtered or unexported fields }
func (*AccountPushConfigure_Request) Descriptor
deprecated
added in
v2.381.0
func (*AccountPushConfigure_Request) Descriptor() ([]byte, []int)
Deprecated: Use AccountPushConfigure_Request.ProtoReflect.Descriptor instead.
func (*AccountPushConfigure_Request) GetHideInAppNotifications ¶ added in v2.381.0
func (x *AccountPushConfigure_Request) GetHideInAppNotifications() bool
func (*AccountPushConfigure_Request) GetHidePushPreviews ¶ added in v2.381.0
func (x *AccountPushConfigure_Request) GetHidePushPreviews() bool
func (*AccountPushConfigure_Request) GetMuteForever ¶ added in v2.381.0
func (x *AccountPushConfigure_Request) GetMuteForever() bool
func (*AccountPushConfigure_Request) GetMutedUntil ¶ added in v2.381.0
func (x *AccountPushConfigure_Request) GetMutedUntil() int64
func (*AccountPushConfigure_Request) GetShowInAppNotifications ¶ added in v2.381.0
func (x *AccountPushConfigure_Request) GetShowInAppNotifications() bool
func (*AccountPushConfigure_Request) GetShowPushPreviews ¶ added in v2.381.0
func (x *AccountPushConfigure_Request) GetShowPushPreviews() bool
func (*AccountPushConfigure_Request) GetUnmute ¶ added in v2.381.0
func (x *AccountPushConfigure_Request) GetUnmute() bool
func (*AccountPushConfigure_Request) ProtoMessage ¶ added in v2.381.0
func (*AccountPushConfigure_Request) ProtoMessage()
func (*AccountPushConfigure_Request) ProtoReflect ¶ added in v2.470.4
func (x *AccountPushConfigure_Request) ProtoReflect() protoreflect.Message
func (*AccountPushConfigure_Request) Reset ¶ added in v2.381.0
func (x *AccountPushConfigure_Request) Reset()
func (*AccountPushConfigure_Request) String ¶ added in v2.381.0
func (x *AccountPushConfigure_Request) String() string
type AccountUpdate ¶
type AccountUpdate struct {
// contains filtered or unexported fields
}
func (*AccountUpdate) Descriptor
deprecated
func (*AccountUpdate) Descriptor() ([]byte, []int)
Deprecated: Use AccountUpdate.ProtoReflect.Descriptor instead.
func (*AccountUpdate) ProtoMessage ¶
func (*AccountUpdate) ProtoMessage()
func (*AccountUpdate) ProtoReflect ¶ added in v2.470.4
func (x *AccountUpdate) ProtoReflect() protoreflect.Message
func (*AccountUpdate) Reset ¶
func (x *AccountUpdate) Reset()
func (*AccountUpdate) String ¶
func (x *AccountUpdate) String() string
type AccountUpdate_Reply ¶
type AccountUpdate_Reply struct {
// contains filtered or unexported fields
}
func (*AccountUpdate_Reply) Descriptor
deprecated
func (*AccountUpdate_Reply) Descriptor() ([]byte, []int)
Deprecated: Use AccountUpdate_Reply.ProtoReflect.Descriptor instead.
func (*AccountUpdate_Reply) ProtoMessage ¶
func (*AccountUpdate_Reply) ProtoMessage()
func (*AccountUpdate_Reply) ProtoReflect ¶ added in v2.470.4
func (x *AccountUpdate_Reply) ProtoReflect() protoreflect.Message
func (*AccountUpdate_Reply) Reset ¶
func (x *AccountUpdate_Reply) Reset()
func (*AccountUpdate_Reply) String ¶
func (x *AccountUpdate_Reply) String() string
type AccountUpdate_Request ¶
type AccountUpdate_Request struct { DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
func (*AccountUpdate_Request) Descriptor
deprecated
func (*AccountUpdate_Request) Descriptor() ([]byte, []int)
Deprecated: Use AccountUpdate_Request.ProtoReflect.Descriptor instead.
func (*AccountUpdate_Request) GetDisplayName ¶
func (x *AccountUpdate_Request) GetDisplayName() string
func (*AccountUpdate_Request) ProtoMessage ¶
func (*AccountUpdate_Request) ProtoMessage()
func (*AccountUpdate_Request) ProtoReflect ¶ added in v2.470.4
func (x *AccountUpdate_Request) ProtoReflect() protoreflect.Message
func (*AccountUpdate_Request) Reset ¶
func (x *AccountUpdate_Request) Reset()
func (*AccountUpdate_Request) String ¶
func (x *AccountUpdate_Request) String() string
type AccountVerifiedCredential ¶ added in v2.448.0
type AccountVerifiedCredential struct { AccountPk string `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty"` Identifier string `protobuf:"bytes,2,opt,name=identifier,proto3" json:"identifier,omitempty"` RegistrationDate int64 `protobuf:"varint,3,opt,name=registration_date,json=registrationDate,proto3" json:"registration_date,omitempty"` ExpirationDate int64 `protobuf:"varint,4,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"` Issuer string `protobuf:"bytes,5,opt,name=issuer,proto3" json:"issuer,omitempty"` // contains filtered or unexported fields }
func (*AccountVerifiedCredential) Descriptor
deprecated
added in
v2.448.0
func (*AccountVerifiedCredential) Descriptor() ([]byte, []int)
Deprecated: Use AccountVerifiedCredential.ProtoReflect.Descriptor instead.
func (*AccountVerifiedCredential) GetAccountPk ¶ added in v2.470.4
func (x *AccountVerifiedCredential) GetAccountPk() string
func (*AccountVerifiedCredential) GetExpirationDate ¶ added in v2.448.0
func (x *AccountVerifiedCredential) GetExpirationDate() int64
func (*AccountVerifiedCredential) GetIdentifier ¶ added in v2.448.0
func (x *AccountVerifiedCredential) GetIdentifier() string
func (*AccountVerifiedCredential) GetIssuer ¶ added in v2.448.0
func (x *AccountVerifiedCredential) GetIssuer() string
func (*AccountVerifiedCredential) GetRegistrationDate ¶ added in v2.448.0
func (x *AccountVerifiedCredential) GetRegistrationDate() int64
func (*AccountVerifiedCredential) ProtoMessage ¶ added in v2.448.0
func (*AccountVerifiedCredential) ProtoMessage()
func (*AccountVerifiedCredential) ProtoReflect ¶ added in v2.470.4
func (x *AccountVerifiedCredential) ProtoReflect() protoreflect.Message
func (*AccountVerifiedCredential) Reset ¶ added in v2.448.0
func (x *AccountVerifiedCredential) Reset()
func (*AccountVerifiedCredential) String ¶ added in v2.448.0
func (x *AccountVerifiedCredential) String() string
type AppMessage ¶
type AppMessage struct { Type AppMessage_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.messenger.v1.AppMessage_Type" json:"type,omitempty"` Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` SentDate int64 `protobuf:"varint,3,opt,name=sent_date,json=sentDate,proto3" json:"sent_date,omitempty"` TargetCid string `protobuf:"bytes,5,opt,name=target_cid,json=targetCid,proto3" json:"target_cid,omitempty"` // contains filtered or unexported fields }
AppMessage is the app layer format
func UnmarshalAppMessage ¶
func UnmarshalAppMessage(payload []byte) (proto.Message, *AppMessage, error)
func (*AppMessage) Descriptor
deprecated
func (*AppMessage) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage.ProtoReflect.Descriptor instead.
func (*AppMessage) GetPayload ¶
func (x *AppMessage) GetPayload() []byte
func (*AppMessage) GetSentDate ¶
func (x *AppMessage) GetSentDate() int64
func (*AppMessage) GetTargetCid ¶ added in v2.470.4
func (x *AppMessage) GetTargetCid() string
func (*AppMessage) GetType ¶
func (x *AppMessage) GetType() AppMessage_Type
func (*AppMessage) ProtoMessage ¶
func (*AppMessage) ProtoMessage()
func (*AppMessage) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage) ProtoReflect() protoreflect.Message
func (*AppMessage) Reset ¶
func (x *AppMessage) Reset()
func (*AppMessage) String ¶
func (x *AppMessage) String() string
func (*AppMessage) TextRepresentation ¶ added in v2.267.0
func (am *AppMessage) TextRepresentation() (string, error)
func (*AppMessage) UnmarshalPayload ¶
func (am *AppMessage) UnmarshalPayload() (proto.Message, error)
UnmarshalPayload tries to parse an AppMessage payload in the corresponding type. Since this function returns a proto.Message interface, you still need to cast the returned value, but this function allows you to make it safely.
type AppMessage_AccountDirectoryServiceRegistered ¶ added in v2.452.0
type AppMessage_AccountDirectoryServiceRegistered struct { Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` IdentifierProofIssuer string `` /* 126-byte string literal not displayed */ RegistrationDate int64 `protobuf:"varint,3,opt,name=registration_date,json=registrationDate,proto3" json:"registration_date,omitempty"` ExpirationDate int64 `protobuf:"varint,4,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"` ServerAddr string `protobuf:"bytes,5,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"` DirectoryRecordToken string `protobuf:"bytes,6,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"` DirectoryRecordUnregisterToken string `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AppMessage_AccountDirectoryServiceRegistered) Descriptor
deprecated
added in
v2.452.0
func (*AppMessage_AccountDirectoryServiceRegistered) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_AccountDirectoryServiceRegistered.ProtoReflect.Descriptor instead.
func (*AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordToken ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordToken() string
func (*AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordUnregisterToken ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordUnregisterToken() string
func (*AppMessage_AccountDirectoryServiceRegistered) GetExpirationDate ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceRegistered) GetExpirationDate() int64
func (*AppMessage_AccountDirectoryServiceRegistered) GetIdentifier ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceRegistered) GetIdentifier() string
func (*AppMessage_AccountDirectoryServiceRegistered) GetIdentifierProofIssuer ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceRegistered) GetIdentifierProofIssuer() string
func (*AppMessage_AccountDirectoryServiceRegistered) GetRegistrationDate ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceRegistered) GetRegistrationDate() int64
func (*AppMessage_AccountDirectoryServiceRegistered) GetServerAddr ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceRegistered) GetServerAddr() string
func (*AppMessage_AccountDirectoryServiceRegistered) ProtoMessage ¶ added in v2.452.0
func (*AppMessage_AccountDirectoryServiceRegistered) ProtoMessage()
func (*AppMessage_AccountDirectoryServiceRegistered) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_AccountDirectoryServiceRegistered) ProtoReflect() protoreflect.Message
func (*AppMessage_AccountDirectoryServiceRegistered) Reset ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceRegistered) Reset()
func (*AppMessage_AccountDirectoryServiceRegistered) String ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceRegistered) String() string
type AppMessage_AccountDirectoryServiceUnregistered ¶ added in v2.452.0
type AppMessage_AccountDirectoryServiceUnregistered struct { Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` IdentifierProofIssuer string `` /* 126-byte string literal not displayed */ RemovalDate int64 `protobuf:"varint,3,opt,name=removal_date,json=removalDate,proto3" json:"removal_date,omitempty"` ServerAddr string `protobuf:"bytes,4,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"` DirectoryRecordToken string `protobuf:"bytes,5,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"` // contains filtered or unexported fields }
func (*AppMessage_AccountDirectoryServiceUnregistered) Descriptor
deprecated
added in
v2.452.0
func (*AppMessage_AccountDirectoryServiceUnregistered) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_AccountDirectoryServiceUnregistered.ProtoReflect.Descriptor instead.
func (*AppMessage_AccountDirectoryServiceUnregistered) GetDirectoryRecordToken ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceUnregistered) GetDirectoryRecordToken() string
func (*AppMessage_AccountDirectoryServiceUnregistered) GetIdentifier ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceUnregistered) GetIdentifier() string
func (*AppMessage_AccountDirectoryServiceUnregistered) GetIdentifierProofIssuer ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceUnregistered) GetIdentifierProofIssuer() string
func (*AppMessage_AccountDirectoryServiceUnregistered) GetRemovalDate ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceUnregistered) GetRemovalDate() int64
func (*AppMessage_AccountDirectoryServiceUnregistered) GetServerAddr ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceUnregistered) GetServerAddr() string
func (*AppMessage_AccountDirectoryServiceUnregistered) ProtoMessage ¶ added in v2.452.0
func (*AppMessage_AccountDirectoryServiceUnregistered) ProtoMessage()
func (*AppMessage_AccountDirectoryServiceUnregistered) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_AccountDirectoryServiceUnregistered) ProtoReflect() protoreflect.Message
func (*AppMessage_AccountDirectoryServiceUnregistered) Reset ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceUnregistered) Reset()
func (*AppMessage_AccountDirectoryServiceUnregistered) String ¶ added in v2.452.0
func (x *AppMessage_AccountDirectoryServiceUnregistered) String() string
type AppMessage_Acknowledge ¶
type AppMessage_Acknowledge struct {
// contains filtered or unexported fields
}
func (*AppMessage_Acknowledge) Descriptor
deprecated
func (*AppMessage_Acknowledge) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_Acknowledge.ProtoReflect.Descriptor instead.
func (*AppMessage_Acknowledge) ProtoMessage ¶
func (*AppMessage_Acknowledge) ProtoMessage()
func (*AppMessage_Acknowledge) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_Acknowledge) ProtoReflect() protoreflect.Message
func (*AppMessage_Acknowledge) Reset ¶
func (x *AppMessage_Acknowledge) Reset()
func (*AppMessage_Acknowledge) String ¶
func (x *AppMessage_Acknowledge) String() string
type AppMessage_GroupInvitation ¶
type AppMessage_GroupInvitation struct { Link string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"` // TODO: optimize message size // contains filtered or unexported fields }
func (*AppMessage_GroupInvitation) Descriptor
deprecated
func (*AppMessage_GroupInvitation) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_GroupInvitation.ProtoReflect.Descriptor instead.
func (*AppMessage_GroupInvitation) GetLink ¶
func (x *AppMessage_GroupInvitation) GetLink() string
func (*AppMessage_GroupInvitation) ProtoMessage ¶
func (*AppMessage_GroupInvitation) ProtoMessage()
func (*AppMessage_GroupInvitation) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_GroupInvitation) ProtoReflect() protoreflect.Message
func (*AppMessage_GroupInvitation) Reset ¶
func (x *AppMessage_GroupInvitation) Reset()
func (*AppMessage_GroupInvitation) String ¶
func (x *AppMessage_GroupInvitation) String() string
type AppMessage_PushSetDeviceToken ¶ added in v2.470.0
type AppMessage_PushSetDeviceToken struct { DeviceToken *pushtypes.PushServiceReceiver `protobuf:"bytes,1,opt,name=device_token,json=deviceToken,proto3" json:"device_token,omitempty"` // contains filtered or unexported fields }
func (*AppMessage_PushSetDeviceToken) Descriptor
deprecated
added in
v2.470.0
func (*AppMessage_PushSetDeviceToken) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_PushSetDeviceToken.ProtoReflect.Descriptor instead.
func (*AppMessage_PushSetDeviceToken) GetDeviceToken ¶ added in v2.470.0
func (x *AppMessage_PushSetDeviceToken) GetDeviceToken() *pushtypes.PushServiceReceiver
func (*AppMessage_PushSetDeviceToken) ProtoMessage ¶ added in v2.470.0
func (*AppMessage_PushSetDeviceToken) ProtoMessage()
func (*AppMessage_PushSetDeviceToken) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_PushSetDeviceToken) ProtoReflect() protoreflect.Message
func (*AppMessage_PushSetDeviceToken) Reset ¶ added in v2.470.0
func (x *AppMessage_PushSetDeviceToken) Reset()
func (*AppMessage_PushSetDeviceToken) String ¶ added in v2.470.0
func (x *AppMessage_PushSetDeviceToken) String() string
type AppMessage_PushSetMemberToken ¶ added in v2.470.0
type AppMessage_PushSetMemberToken struct { MemberToken *PushMemberTokenUpdate `protobuf:"bytes,1,opt,name=member_token,json=memberToken,proto3" json:"member_token,omitempty"` // contains filtered or unexported fields }
func (*AppMessage_PushSetMemberToken) Descriptor
deprecated
added in
v2.470.0
func (*AppMessage_PushSetMemberToken) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_PushSetMemberToken.ProtoReflect.Descriptor instead.
func (*AppMessage_PushSetMemberToken) GetMemberToken ¶ added in v2.470.0
func (x *AppMessage_PushSetMemberToken) GetMemberToken() *PushMemberTokenUpdate
func (*AppMessage_PushSetMemberToken) ProtoMessage ¶ added in v2.470.0
func (*AppMessage_PushSetMemberToken) ProtoMessage()
func (*AppMessage_PushSetMemberToken) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_PushSetMemberToken) ProtoReflect() protoreflect.Message
func (*AppMessage_PushSetMemberToken) Reset ¶ added in v2.470.0
func (x *AppMessage_PushSetMemberToken) Reset()
func (*AppMessage_PushSetMemberToken) String ¶ added in v2.470.0
func (x *AppMessage_PushSetMemberToken) String() string
type AppMessage_PushSetServer ¶ added in v2.470.0
type AppMessage_PushSetServer struct { Server *PushServer `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` // contains filtered or unexported fields }
func (*AppMessage_PushSetServer) Descriptor
deprecated
added in
v2.470.0
func (*AppMessage_PushSetServer) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_PushSetServer.ProtoReflect.Descriptor instead.
func (*AppMessage_PushSetServer) GetServer ¶ added in v2.470.0
func (x *AppMessage_PushSetServer) GetServer() *PushServer
func (*AppMessage_PushSetServer) ProtoMessage ¶ added in v2.470.0
func (*AppMessage_PushSetServer) ProtoMessage()
func (*AppMessage_PushSetServer) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_PushSetServer) ProtoReflect() protoreflect.Message
func (*AppMessage_PushSetServer) Reset ¶ added in v2.470.0
func (x *AppMessage_PushSetServer) Reset()
func (*AppMessage_PushSetServer) String ¶ added in v2.470.0
func (x *AppMessage_PushSetServer) String() string
type AppMessage_ServiceAddToken ¶ added in v2.470.0
type AppMessage_ServiceAddToken struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` SupportedServices []*ServiceTokenSupportedService `protobuf:"bytes,2,rep,name=supported_services,json=supportedServices,proto3" json:"supported_services,omitempty"` AuthenticationUrl string `protobuf:"bytes,3,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"` Expiration int64 `protobuf:"varint,4,opt,name=expiration,proto3" json:"expiration,omitempty"` // contains filtered or unexported fields }
func (*AppMessage_ServiceAddToken) Descriptor
deprecated
added in
v2.470.0
func (*AppMessage_ServiceAddToken) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_ServiceAddToken.ProtoReflect.Descriptor instead.
func (*AppMessage_ServiceAddToken) GetAuthenticationUrl ¶ added in v2.470.4
func (x *AppMessage_ServiceAddToken) GetAuthenticationUrl() string
func (*AppMessage_ServiceAddToken) GetExpiration ¶ added in v2.470.0
func (x *AppMessage_ServiceAddToken) GetExpiration() int64
func (*AppMessage_ServiceAddToken) GetSupportedServices ¶ added in v2.470.0
func (x *AppMessage_ServiceAddToken) GetSupportedServices() []*ServiceTokenSupportedService
func (*AppMessage_ServiceAddToken) GetToken ¶ added in v2.470.0
func (x *AppMessage_ServiceAddToken) GetToken() string
func (*AppMessage_ServiceAddToken) ProtoMessage ¶ added in v2.470.0
func (*AppMessage_ServiceAddToken) ProtoMessage()
func (*AppMessage_ServiceAddToken) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_ServiceAddToken) ProtoReflect() protoreflect.Message
func (*AppMessage_ServiceAddToken) Reset ¶ added in v2.470.0
func (x *AppMessage_ServiceAddToken) Reset()
func (*AppMessage_ServiceAddToken) String ¶ added in v2.470.0
func (x *AppMessage_ServiceAddToken) String() string
func (*AppMessage_ServiceAddToken) TokenID ¶ added in v2.470.0
func (m *AppMessage_ServiceAddToken) TokenID() string
type AppMessage_ServiceRemoveToken ¶ added in v2.470.0
type AppMessage_ServiceRemoveToken struct { Tokenid string `protobuf:"bytes,2,opt,name=tokenid,proto3" json:"tokenid,omitempty"` // contains filtered or unexported fields }
func (*AppMessage_ServiceRemoveToken) Descriptor
deprecated
added in
v2.470.0
func (*AppMessage_ServiceRemoveToken) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_ServiceRemoveToken.ProtoReflect.Descriptor instead.
func (*AppMessage_ServiceRemoveToken) GetTokenid ¶ added in v2.470.4
func (x *AppMessage_ServiceRemoveToken) GetTokenid() string
func (*AppMessage_ServiceRemoveToken) ProtoMessage ¶ added in v2.470.0
func (*AppMessage_ServiceRemoveToken) ProtoMessage()
func (*AppMessage_ServiceRemoveToken) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_ServiceRemoveToken) ProtoReflect() protoreflect.Message
func (*AppMessage_ServiceRemoveToken) Reset ¶ added in v2.470.0
func (x *AppMessage_ServiceRemoveToken) Reset()
func (*AppMessage_ServiceRemoveToken) String ¶ added in v2.470.0
func (x *AppMessage_ServiceRemoveToken) String() string
type AppMessage_SetGroupInfo ¶
type AppMessage_SetGroupInfo struct { DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
func (*AppMessage_SetGroupInfo) Descriptor
deprecated
func (*AppMessage_SetGroupInfo) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_SetGroupInfo.ProtoReflect.Descriptor instead.
func (*AppMessage_SetGroupInfo) GetDisplayName ¶
func (x *AppMessage_SetGroupInfo) GetDisplayName() string
func (*AppMessage_SetGroupInfo) ProtoMessage ¶
func (*AppMessage_SetGroupInfo) ProtoMessage()
func (*AppMessage_SetGroupInfo) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_SetGroupInfo) ProtoReflect() protoreflect.Message
func (*AppMessage_SetGroupInfo) Reset ¶
func (x *AppMessage_SetGroupInfo) Reset()
func (*AppMessage_SetGroupInfo) String ¶
func (x *AppMessage_SetGroupInfo) String() string
type AppMessage_SetUserInfo ¶
type AppMessage_SetUserInfo struct { DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
func (*AppMessage_SetUserInfo) Descriptor
deprecated
func (*AppMessage_SetUserInfo) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_SetUserInfo.ProtoReflect.Descriptor instead.
func (*AppMessage_SetUserInfo) GetDisplayName ¶
func (x *AppMessage_SetUserInfo) GetDisplayName() string
func (*AppMessage_SetUserInfo) ProtoMessage ¶
func (*AppMessage_SetUserInfo) ProtoMessage()
func (*AppMessage_SetUserInfo) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_SetUserInfo) ProtoReflect() protoreflect.Message
func (*AppMessage_SetUserInfo) Reset ¶
func (x *AppMessage_SetUserInfo) Reset()
func (*AppMessage_SetUserInfo) String ¶
func (x *AppMessage_SetUserInfo) String() string
type AppMessage_Type ¶
type AppMessage_Type int32
const ( AppMessage_Undefined AppMessage_Type = 0 AppMessage_TypeUserMessage AppMessage_Type = 1 AppMessage_TypeGroupInvitation AppMessage_Type = 3 AppMessage_TypeSetGroupInfo AppMessage_Type = 4 AppMessage_TypeSetUserInfo AppMessage_Type = 5 AppMessage_TypeAcknowledge AppMessage_Type = 6 AppMessage_TypeAccountDirectoryServiceRegistered AppMessage_Type = 8 AppMessage_TypeAccountDirectoryServiceUnregistered AppMessage_Type = 9 AppMessage_TypeServiceAddToken AppMessage_Type = 10 AppMessage_TypeServiceRemoveToken AppMessage_Type = 11 AppMessage_TypePushSetDeviceToken AppMessage_Type = 12 AppMessage_TypePushSetServer AppMessage_Type = 13 AppMessage_TypePushSetMemberToken AppMessage_Type = 14 )
func (AppMessage_Type) Descriptor ¶ added in v2.470.4
func (AppMessage_Type) Descriptor() protoreflect.EnumDescriptor
func (AppMessage_Type) Enum ¶ added in v2.470.4
func (x AppMessage_Type) Enum() *AppMessage_Type
func (AppMessage_Type) EnumDescriptor
deprecated
func (AppMessage_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use AppMessage_Type.Descriptor instead.
func (*AppMessage_Type) MarshalJSON ¶
func (x *AppMessage_Type) MarshalJSON() ([]byte, error)
func (AppMessage_Type) MarshalPayload ¶
func (AppMessage_Type) Number ¶ added in v2.470.4
func (x AppMessage_Type) Number() protoreflect.EnumNumber
func (AppMessage_Type) String ¶
func (x AppMessage_Type) String() string
func (AppMessage_Type) Type ¶ added in v2.470.4
func (AppMessage_Type) Type() protoreflect.EnumType
func (*AppMessage_Type) UnmarshalJSON ¶
func (x *AppMessage_Type) UnmarshalJSON(bytes []byte) error
type AppMessage_UserMessage ¶
type AppMessage_UserMessage struct { Body string `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` // contains filtered or unexported fields }
func (*AppMessage_UserMessage) Descriptor
deprecated
func (*AppMessage_UserMessage) Descriptor() ([]byte, []int)
Deprecated: Use AppMessage_UserMessage.ProtoReflect.Descriptor instead.
func (*AppMessage_UserMessage) GetBody ¶
func (x *AppMessage_UserMessage) GetBody() string
func (*AppMessage_UserMessage) ProtoMessage ¶
func (*AppMessage_UserMessage) ProtoMessage()
func (*AppMessage_UserMessage) ProtoReflect ¶ added in v2.470.4
func (x *AppMessage_UserMessage) ProtoReflect() protoreflect.Message
func (*AppMessage_UserMessage) Reset ¶
func (x *AppMessage_UserMessage) Reset()
func (*AppMessage_UserMessage) String ¶
func (x *AppMessage_UserMessage) String() string
func (*AppMessage_UserMessage) TextRepresentation ¶ added in v2.267.0
func (m *AppMessage_UserMessage) TextRepresentation() (string, error)
type AuthExchangeResponse ¶ added in v2.470.0
type AuthExchangeResponse struct { AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` Scope string `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"` Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` ErrorDescription string `protobuf:"bytes,4,opt,name=error_description,json=errorDescription,proto3" json:"error_description,omitempty"` Services map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AuthExchangeResponse) Descriptor
deprecated
added in
v2.470.0
func (*AuthExchangeResponse) Descriptor() ([]byte, []int)
Deprecated: Use AuthExchangeResponse.ProtoReflect.Descriptor instead.
func (*AuthExchangeResponse) GetAccessToken ¶ added in v2.470.0
func (x *AuthExchangeResponse) GetAccessToken() string
func (*AuthExchangeResponse) GetError ¶ added in v2.470.0
func (x *AuthExchangeResponse) GetError() string
func (*AuthExchangeResponse) GetErrorDescription ¶ added in v2.470.0
func (x *AuthExchangeResponse) GetErrorDescription() string
func (*AuthExchangeResponse) GetScope ¶ added in v2.470.0
func (x *AuthExchangeResponse) GetScope() string
func (*AuthExchangeResponse) GetServices ¶ added in v2.470.0
func (x *AuthExchangeResponse) GetServices() map[string]string
func (*AuthExchangeResponse) ProtoMessage ¶ added in v2.470.0
func (*AuthExchangeResponse) ProtoMessage()
func (*AuthExchangeResponse) ProtoReflect ¶ added in v2.470.4
func (x *AuthExchangeResponse) ProtoReflect() protoreflect.Message
func (*AuthExchangeResponse) Reset ¶ added in v2.470.0
func (x *AuthExchangeResponse) Reset()
func (*AuthExchangeResponse) String ¶ added in v2.470.0
func (x *AuthExchangeResponse) String() string
type AuthServiceCompleteFlow ¶ added in v2.470.0
type AuthServiceCompleteFlow struct {
// contains filtered or unexported fields
}
func (*AuthServiceCompleteFlow) Descriptor
deprecated
added in
v2.470.0
func (*AuthServiceCompleteFlow) Descriptor() ([]byte, []int)
Deprecated: Use AuthServiceCompleteFlow.ProtoReflect.Descriptor instead.
func (*AuthServiceCompleteFlow) ProtoMessage ¶ added in v2.470.0
func (*AuthServiceCompleteFlow) ProtoMessage()
func (*AuthServiceCompleteFlow) ProtoReflect ¶ added in v2.470.4
func (x *AuthServiceCompleteFlow) ProtoReflect() protoreflect.Message
func (*AuthServiceCompleteFlow) Reset ¶ added in v2.470.0
func (x *AuthServiceCompleteFlow) Reset()
func (*AuthServiceCompleteFlow) String ¶ added in v2.470.0
func (x *AuthServiceCompleteFlow) String() string
type AuthServiceCompleteFlow_Reply ¶ added in v2.470.0
type AuthServiceCompleteFlow_Reply struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*AuthServiceCompleteFlow_Reply) Descriptor
deprecated
added in
v2.470.0
func (*AuthServiceCompleteFlow_Reply) Descriptor() ([]byte, []int)
Deprecated: Use AuthServiceCompleteFlow_Reply.ProtoReflect.Descriptor instead.
func (*AuthServiceCompleteFlow_Reply) GetTokenId ¶ added in v2.470.4
func (x *AuthServiceCompleteFlow_Reply) GetTokenId() string
func (*AuthServiceCompleteFlow_Reply) ProtoMessage ¶ added in v2.470.0
func (*AuthServiceCompleteFlow_Reply) ProtoMessage()
func (*AuthServiceCompleteFlow_Reply) ProtoReflect ¶ added in v2.470.4
func (x *AuthServiceCompleteFlow_Reply) ProtoReflect() protoreflect.Message
func (*AuthServiceCompleteFlow_Reply) Reset ¶ added in v2.470.0
func (x *AuthServiceCompleteFlow_Reply) Reset()
func (*AuthServiceCompleteFlow_Reply) String ¶ added in v2.470.0
func (x *AuthServiceCompleteFlow_Reply) String() string
type AuthServiceCompleteFlow_Request ¶ added in v2.470.0
type AuthServiceCompleteFlow_Request struct { CallbackUrl string `protobuf:"bytes,1,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"` // contains filtered or unexported fields }
func (*AuthServiceCompleteFlow_Request) Descriptor
deprecated
added in
v2.470.0
func (*AuthServiceCompleteFlow_Request) Descriptor() ([]byte, []int)
Deprecated: Use AuthServiceCompleteFlow_Request.ProtoReflect.Descriptor instead.
func (*AuthServiceCompleteFlow_Request) GetCallbackUrl ¶ added in v2.470.4
func (x *AuthServiceCompleteFlow_Request) GetCallbackUrl() string
func (*AuthServiceCompleteFlow_Request) ProtoMessage ¶ added in v2.470.0
func (*AuthServiceCompleteFlow_Request) ProtoMessage()
func (*AuthServiceCompleteFlow_Request) ProtoReflect ¶ added in v2.470.4
func (x *AuthServiceCompleteFlow_Request) ProtoReflect() protoreflect.Message
func (*AuthServiceCompleteFlow_Request) Reset ¶ added in v2.470.0
func (x *AuthServiceCompleteFlow_Request) Reset()
func (*AuthServiceCompleteFlow_Request) String ¶ added in v2.470.0
func (x *AuthServiceCompleteFlow_Request) String() string
type AuthServiceInitFlow ¶ added in v2.470.0
type AuthServiceInitFlow struct {
// contains filtered or unexported fields
}
func (*AuthServiceInitFlow) Descriptor
deprecated
added in
v2.470.0
func (*AuthServiceInitFlow) Descriptor() ([]byte, []int)
Deprecated: Use AuthServiceInitFlow.ProtoReflect.Descriptor instead.
func (*AuthServiceInitFlow) ProtoMessage ¶ added in v2.470.0
func (*AuthServiceInitFlow) ProtoMessage()
func (*AuthServiceInitFlow) ProtoReflect ¶ added in v2.470.4
func (x *AuthServiceInitFlow) ProtoReflect() protoreflect.Message
func (*AuthServiceInitFlow) Reset ¶ added in v2.470.0
func (x *AuthServiceInitFlow) Reset()
func (*AuthServiceInitFlow) String ¶ added in v2.470.0
func (x *AuthServiceInitFlow) String() string
type AuthServiceInitFlow_Reply ¶ added in v2.470.0
type AuthServiceInitFlow_Reply struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` SecureUrl bool `protobuf:"varint,2,opt,name=secure_url,json=secureUrl,proto3" json:"secure_url,omitempty"` // contains filtered or unexported fields }
func (*AuthServiceInitFlow_Reply) Descriptor
deprecated
added in
v2.470.0
func (*AuthServiceInitFlow_Reply) Descriptor() ([]byte, []int)
Deprecated: Use AuthServiceInitFlow_Reply.ProtoReflect.Descriptor instead.
func (*AuthServiceInitFlow_Reply) GetSecureUrl ¶ added in v2.470.4
func (x *AuthServiceInitFlow_Reply) GetSecureUrl() bool
func (*AuthServiceInitFlow_Reply) GetUrl ¶ added in v2.470.4
func (x *AuthServiceInitFlow_Reply) GetUrl() string
func (*AuthServiceInitFlow_Reply) ProtoMessage ¶ added in v2.470.0
func (*AuthServiceInitFlow_Reply) ProtoMessage()
func (*AuthServiceInitFlow_Reply) ProtoReflect ¶ added in v2.470.4
func (x *AuthServiceInitFlow_Reply) ProtoReflect() protoreflect.Message
func (*AuthServiceInitFlow_Reply) Reset ¶ added in v2.470.0
func (x *AuthServiceInitFlow_Reply) Reset()
func (*AuthServiceInitFlow_Reply) String ¶ added in v2.470.0
func (x *AuthServiceInitFlow_Reply) String() string
type AuthServiceInitFlow_Request ¶ added in v2.470.0
type AuthServiceInitFlow_Request struct { AuthUrl string `protobuf:"bytes,1,opt,name=auth_url,json=authUrl,proto3" json:"auth_url,omitempty"` Services []string `protobuf:"bytes,3,rep,name=services,proto3" json:"services,omitempty"` // contains filtered or unexported fields }
func (*AuthServiceInitFlow_Request) Descriptor
deprecated
added in
v2.470.0
func (*AuthServiceInitFlow_Request) Descriptor() ([]byte, []int)
Deprecated: Use AuthServiceInitFlow_Request.ProtoReflect.Descriptor instead.
func (*AuthServiceInitFlow_Request) GetAuthUrl ¶ added in v2.470.4
func (x *AuthServiceInitFlow_Request) GetAuthUrl() string
func (*AuthServiceInitFlow_Request) GetServices ¶ added in v2.470.0
func (x *AuthServiceInitFlow_Request) GetServices() []string
func (*AuthServiceInitFlow_Request) ProtoMessage ¶ added in v2.470.0
func (*AuthServiceInitFlow_Request) ProtoMessage()
func (*AuthServiceInitFlow_Request) ProtoReflect ¶ added in v2.470.4
func (x *AuthServiceInitFlow_Request) ProtoReflect() protoreflect.Message
func (*AuthServiceInitFlow_Request) Reset ¶ added in v2.470.0
func (x *AuthServiceInitFlow_Request) Reset()
func (*AuthServiceInitFlow_Request) String ¶ added in v2.470.0
func (x *AuthServiceInitFlow_Request) String() string
type BannerQuote ¶
type BannerQuote struct {
// contains filtered or unexported fields
}
func (*BannerQuote) Descriptor
deprecated
func (*BannerQuote) Descriptor() ([]byte, []int)
Deprecated: Use BannerQuote.ProtoReflect.Descriptor instead.
func (*BannerQuote) ProtoMessage ¶
func (*BannerQuote) ProtoMessage()
func (*BannerQuote) ProtoReflect ¶ added in v2.470.4
func (x *BannerQuote) ProtoReflect() protoreflect.Message
func (*BannerQuote) Reset ¶
func (x *BannerQuote) Reset()
func (*BannerQuote) String ¶
func (x *BannerQuote) String() string
type BannerQuote_Reply ¶
type BannerQuote_Reply struct { Quote string `protobuf:"bytes,1,opt,name=quote,proto3" json:"quote,omitempty"` Author string `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"` // contains filtered or unexported fields }
func (*BannerQuote_Reply) Descriptor
deprecated
func (*BannerQuote_Reply) Descriptor() ([]byte, []int)
Deprecated: Use BannerQuote_Reply.ProtoReflect.Descriptor instead.
func (*BannerQuote_Reply) GetAuthor ¶
func (x *BannerQuote_Reply) GetAuthor() string
func (*BannerQuote_Reply) GetQuote ¶
func (x *BannerQuote_Reply) GetQuote() string
func (*BannerQuote_Reply) ProtoMessage ¶
func (*BannerQuote_Reply) ProtoMessage()
func (*BannerQuote_Reply) ProtoReflect ¶ added in v2.470.4
func (x *BannerQuote_Reply) ProtoReflect() protoreflect.Message
func (*BannerQuote_Reply) Reset ¶
func (x *BannerQuote_Reply) Reset()
func (*BannerQuote_Reply) String ¶
func (x *BannerQuote_Reply) String() string
type BannerQuote_Request ¶
type BannerQuote_Request struct { Random bool `protobuf:"varint,1,opt,name=random,proto3" json:"random,omitempty"` // contains filtered or unexported fields }
func (*BannerQuote_Request) Descriptor
deprecated
func (*BannerQuote_Request) Descriptor() ([]byte, []int)
Deprecated: Use BannerQuote_Request.ProtoReflect.Descriptor instead.
func (*BannerQuote_Request) GetRandom ¶
func (x *BannerQuote_Request) GetRandom() bool
func (*BannerQuote_Request) ProtoMessage ¶
func (*BannerQuote_Request) ProtoMessage()
func (*BannerQuote_Request) ProtoReflect ¶ added in v2.470.4
func (x *BannerQuote_Request) ProtoReflect() protoreflect.Message
func (*BannerQuote_Request) Reset ¶
func (x *BannerQuote_Request) Reset()
func (*BannerQuote_Request) String ¶
func (x *BannerQuote_Request) String() string
type BertyGroup ¶
type BertyGroup struct { Group *protocoltypes.Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
func (*BertyGroup) Descriptor
deprecated
func (*BertyGroup) Descriptor() ([]byte, []int)
Deprecated: Use BertyGroup.ProtoReflect.Descriptor instead.
func (*BertyGroup) GetBertyLink ¶
func (group *BertyGroup) GetBertyLink() *BertyLink
func (*BertyGroup) GetDisplayName ¶
func (x *BertyGroup) GetDisplayName() string
func (*BertyGroup) GetGroup ¶
func (x *BertyGroup) GetGroup() *protocoltypes.Group
func (*BertyGroup) ProtoMessage ¶
func (*BertyGroup) ProtoMessage()
func (*BertyGroup) ProtoReflect ¶ added in v2.470.4
func (x *BertyGroup) ProtoReflect() protoreflect.Message
func (*BertyGroup) Reset ¶
func (x *BertyGroup) Reset()
func (*BertyGroup) String ¶
func (x *BertyGroup) String() string
type BertyID ¶
type BertyID struct { PublicRendezvousSeed []byte `protobuf:"bytes,1,opt,name=public_rendezvous_seed,json=publicRendezvousSeed,proto3" json:"public_rendezvous_seed,omitempty"` AccountPk []byte `protobuf:"bytes,2,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty"` DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
func (*BertyID) Descriptor
deprecated
func (*BertyID) GetAccountPk ¶ added in v2.470.4
func (*BertyID) GetBertyLink ¶
func (*BertyID) GetDisplayName ¶
func (*BertyID) GetPublicRendezvousSeed ¶
func (*BertyID) ProtoMessage ¶
func (*BertyID) ProtoMessage()
func (*BertyID) ProtoReflect ¶ added in v2.470.4
func (x *BertyID) ProtoReflect() protoreflect.Message
type BertyLink ¶
type BertyLink struct { Kind BertyLink_Kind `protobuf:"varint,1,opt,name=kind,proto3,enum=berty.messenger.v1.BertyLink_Kind" json:"kind,omitempty"` BertyId *BertyID `protobuf:"bytes,2,opt,name=berty_id,json=bertyId,proto3" json:"berty_id,omitempty"` BertyGroup *BertyGroup `protobuf:"bytes,3,opt,name=berty_group,json=bertyGroup,proto3" json:"berty_group,omitempty"` BertyMessageRef *BertyLink_BertyMessageRef `protobuf:"bytes,5,opt,name=berty_message_ref,json=bertyMessageRef,proto3" json:"berty_message_ref,omitempty"` Encrypted *BertyLink_Encrypted `protobuf:"bytes,4,opt,name=encrypted,proto3" json:"encrypted,omitempty"` // contains filtered or unexported fields }
func (*BertyLink) Descriptor
deprecated
func (*BertyLink) GetBertyGroup ¶
func (x *BertyLink) GetBertyGroup() *BertyGroup
func (*BertyLink) GetBertyId ¶ added in v2.470.4
func (*BertyLink) GetBertyMessageRef ¶ added in v2.305.0
func (x *BertyLink) GetBertyMessageRef() *BertyLink_BertyMessageRef
func (*BertyLink) GetEncrypted ¶ added in v2.231.0
func (x *BertyLink) GetEncrypted() *BertyLink_Encrypted
func (*BertyLink) GetKind ¶
func (x *BertyLink) GetKind() BertyLink_Kind
func (*BertyLink) ProtoMessage ¶
func (*BertyLink) ProtoMessage()
func (*BertyLink) ProtoReflect ¶ added in v2.470.4
func (x *BertyLink) ProtoReflect() protoreflect.Message
type BertyLink_BertyMessageRef ¶ added in v2.305.0
type BertyLink_BertyMessageRef struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` GroupPk string `protobuf:"bytes,2,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"` MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"` // contains filtered or unexported fields }
func (*BertyLink_BertyMessageRef) Descriptor
deprecated
added in
v2.305.0
func (*BertyLink_BertyMessageRef) Descriptor() ([]byte, []int)
Deprecated: Use BertyLink_BertyMessageRef.ProtoReflect.Descriptor instead.
func (*BertyLink_BertyMessageRef) GetAccountId ¶ added in v2.470.4
func (x *BertyLink_BertyMessageRef) GetAccountId() string
func (*BertyLink_BertyMessageRef) GetGroupPk ¶ added in v2.470.4
func (x *BertyLink_BertyMessageRef) GetGroupPk() string
func (*BertyLink_BertyMessageRef) GetMessageId ¶ added in v2.470.4
func (x *BertyLink_BertyMessageRef) GetMessageId() string
func (*BertyLink_BertyMessageRef) ProtoMessage ¶ added in v2.305.0
func (*BertyLink_BertyMessageRef) ProtoMessage()
func (*BertyLink_BertyMessageRef) ProtoReflect ¶ added in v2.470.4
func (x *BertyLink_BertyMessageRef) ProtoReflect() protoreflect.Message
func (*BertyLink_BertyMessageRef) Reset ¶ added in v2.305.0
func (x *BertyLink_BertyMessageRef) Reset()
func (*BertyLink_BertyMessageRef) String ¶ added in v2.305.0
func (x *BertyLink_BertyMessageRef) String() string
type BertyLink_Encrypted ¶ added in v2.231.0
type BertyLink_Encrypted struct { // kind is a clear representation of the unencrypted link type. Kind BertyLink_Kind `protobuf:"varint,1,opt,name=kind,proto3,enum=berty.messenger.v1.BertyLink_Kind" json:"kind,omitempty"` // nonce is a clear field used by scrypt as "salt" to derive the passphrase and // also used by cipher.NewCTR as "iv" to initialize a stream cipher. Nonce []byte `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"` // display_name is an optional clear representation of the display name. DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // checksum is an optional field used to check if the decryption was successful. // the length is customizable (SHAKE256). a longer checksum means less conflicts. // having more conflicts may be bad in term of UX, but make it easier for an attacker // to run an offline bruteforce. Checksum []byte `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"` ContactPublicRendezvousSeed []byte `` /* 147-byte string literal not displayed */ ContactAccountPk []byte `protobuf:"bytes,11,opt,name=contact_account_pk,json=contactAccountPk,proto3" json:"contact_account_pk,omitempty"` GroupPublicKey []byte `protobuf:"bytes,20,opt,name=group_public_key,json=groupPublicKey,proto3" json:"group_public_key,omitempty"` GroupSecret []byte `protobuf:"bytes,21,opt,name=group_secret,json=groupSecret,proto3" json:"group_secret,omitempty"` GroupSecretSig []byte `protobuf:"bytes,22,opt,name=group_secret_sig,json=groupSecretSig,proto3" json:"group_secret_sig,omitempty"` GroupType protocoltypes.GroupType `protobuf:"varint,23,opt,name=group_type,json=groupType,proto3,enum=weshnet.protocol.v1.GroupType" json:"group_type,omitempty"` // clear GroupSignPub []byte `protobuf:"bytes,24,opt,name=group_sign_pub,json=groupSignPub,proto3" json:"group_sign_pub,omitempty"` GroupLinkKeySig []byte `protobuf:"bytes,25,opt,name=group_link_key_sig,json=groupLinkKeySig,proto3" json:"group_link_key_sig,omitempty"` // contains filtered or unexported fields }
Encrypted is a clear structure containing clear and encrypted fields.
We prefer to use a clear struct with encrypted fields instead of a simple encrypted struct, to improves chances of having a valid structure even with an invalid passphase. This will force an attacker to have more resources to test more false-positive guesses.
func (*BertyLink_Encrypted) Descriptor
deprecated
added in
v2.231.0
func (*BertyLink_Encrypted) Descriptor() ([]byte, []int)
Deprecated: Use BertyLink_Encrypted.ProtoReflect.Descriptor instead.
func (*BertyLink_Encrypted) GetChecksum ¶ added in v2.232.3
func (x *BertyLink_Encrypted) GetChecksum() []byte
func (*BertyLink_Encrypted) GetContactAccountPk ¶ added in v2.470.4
func (x *BertyLink_Encrypted) GetContactAccountPk() []byte
func (*BertyLink_Encrypted) GetContactPublicRendezvousSeed ¶ added in v2.231.0
func (x *BertyLink_Encrypted) GetContactPublicRendezvousSeed() []byte
func (*BertyLink_Encrypted) GetDisplayName ¶ added in v2.231.0
func (x *BertyLink_Encrypted) GetDisplayName() string
func (*BertyLink_Encrypted) GetGroupLinkKeySig ¶ added in v2.318.0
func (x *BertyLink_Encrypted) GetGroupLinkKeySig() []byte
func (*BertyLink_Encrypted) GetGroupPublicKey ¶ added in v2.231.0
func (x *BertyLink_Encrypted) GetGroupPublicKey() []byte
func (*BertyLink_Encrypted) GetGroupSecret ¶ added in v2.231.0
func (x *BertyLink_Encrypted) GetGroupSecret() []byte
func (*BertyLink_Encrypted) GetGroupSecretSig ¶ added in v2.231.0
func (x *BertyLink_Encrypted) GetGroupSecretSig() []byte
func (*BertyLink_Encrypted) GetGroupSignPub ¶ added in v2.231.0
func (x *BertyLink_Encrypted) GetGroupSignPub() []byte
func (*BertyLink_Encrypted) GetGroupType ¶ added in v2.231.0
func (x *BertyLink_Encrypted) GetGroupType() protocoltypes.GroupType
func (*BertyLink_Encrypted) GetKind ¶ added in v2.231.0
func (x *BertyLink_Encrypted) GetKind() BertyLink_Kind
func (*BertyLink_Encrypted) GetNonce ¶ added in v2.231.0
func (x *BertyLink_Encrypted) GetNonce() []byte
func (*BertyLink_Encrypted) ProtoMessage ¶ added in v2.231.0
func (*BertyLink_Encrypted) ProtoMessage()
func (*BertyLink_Encrypted) ProtoReflect ¶ added in v2.470.4
func (x *BertyLink_Encrypted) ProtoReflect() protoreflect.Message
func (*BertyLink_Encrypted) Reset ¶ added in v2.231.0
func (x *BertyLink_Encrypted) Reset()
func (*BertyLink_Encrypted) String ¶ added in v2.231.0
func (x *BertyLink_Encrypted) String() string
type BertyLink_Kind ¶
type BertyLink_Kind int32
const ( BertyLink_UnknownKind BertyLink_Kind = 0 BertyLink_ContactInviteV1Kind BertyLink_Kind = 1 BertyLink_GroupV1Kind BertyLink_Kind = 2 BertyLink_EncryptedV1Kind BertyLink_Kind = 3 BertyLink_MessageV1Kind BertyLink_Kind = 4 )
func (BertyLink_Kind) Descriptor ¶ added in v2.470.4
func (BertyLink_Kind) Descriptor() protoreflect.EnumDescriptor
func (BertyLink_Kind) Enum ¶ added in v2.470.4
func (x BertyLink_Kind) Enum() *BertyLink_Kind
func (BertyLink_Kind) EnumDescriptor
deprecated
func (BertyLink_Kind) EnumDescriptor() ([]byte, []int)
Deprecated: Use BertyLink_Kind.Descriptor instead.
func (BertyLink_Kind) Number ¶ added in v2.470.4
func (x BertyLink_Kind) Number() protoreflect.EnumNumber
func (BertyLink_Kind) String ¶
func (x BertyLink_Kind) String() string
func (BertyLink_Kind) Type ¶ added in v2.470.4
func (BertyLink_Kind) Type() protoreflect.EnumType
type Contact ¶
type Contact struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"` ConversationPublicKey string `` /* 144-byte string literal not displayed */ Conversation *Conversation `protobuf:"bytes,3,opt,name=conversation,proto3" json:"conversation,omitempty"` State Contact_State `protobuf:"varint,4,opt,name=state,proto3,enum=berty.messenger.v1.Contact_State" json:"state,omitempty"` DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` CreatedDate int64 `protobuf:"varint,7,opt,name=created_date,json=createdDate,proto3" json:"created_date,omitempty"` // specific to outgoing requests SentDate int64 `protobuf:"varint,8,opt,name=sent_date,json=sentDate,proto3" json:"sent_date,omitempty"` Devices []*Device `protobuf:"bytes,6,rep,name=devices,proto3" json:"devices,omitempty" gorm:"foreignKey:MemberPublicKey;references:PublicKey"` InfoDate int64 `protobuf:"varint,10,opt,name=info_date,json=infoDate,proto3" json:"info_date,omitempty"` // contains filtered or unexported fields }
func (*Contact) Descriptor
deprecated
func (*Contact) GetConversation ¶
func (x *Contact) GetConversation() *Conversation
func (*Contact) GetConversationPublicKey ¶
func (*Contact) GetCreatedDate ¶
func (*Contact) GetDevices ¶
func (*Contact) GetDisplayName ¶
func (*Contact) GetInfoDate ¶
func (*Contact) GetPublicKey ¶
func (*Contact) GetSentDate ¶
func (*Contact) GetState ¶
func (x *Contact) GetState() Contact_State
func (*Contact) MarshalJSON ¶
func (*Contact) ProtoMessage ¶
func (*Contact) ProtoMessage()
func (*Contact) ProtoReflect ¶ added in v2.470.4
func (x *Contact) ProtoReflect() protoreflect.Message
type ContactAccept ¶
type ContactAccept struct {
// contains filtered or unexported fields
}
func (*ContactAccept) Descriptor
deprecated
func (*ContactAccept) Descriptor() ([]byte, []int)
Deprecated: Use ContactAccept.ProtoReflect.Descriptor instead.
func (*ContactAccept) ProtoMessage ¶
func (*ContactAccept) ProtoMessage()
func (*ContactAccept) ProtoReflect ¶ added in v2.470.4
func (x *ContactAccept) ProtoReflect() protoreflect.Message
func (*ContactAccept) Reset ¶
func (x *ContactAccept) Reset()
func (*ContactAccept) String ¶
func (x *ContactAccept) String() string
type ContactAccept_Reply ¶
type ContactAccept_Reply struct {
// contains filtered or unexported fields
}
func (*ContactAccept_Reply) Descriptor
deprecated
func (*ContactAccept_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ContactAccept_Reply.ProtoReflect.Descriptor instead.
func (*ContactAccept_Reply) ProtoMessage ¶
func (*ContactAccept_Reply) ProtoMessage()
func (*ContactAccept_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ContactAccept_Reply) ProtoReflect() protoreflect.Message
func (*ContactAccept_Reply) Reset ¶
func (x *ContactAccept_Reply) Reset()
func (*ContactAccept_Reply) String ¶
func (x *ContactAccept_Reply) String() string
type ContactAccept_Request ¶
type ContactAccept_Request struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*ContactAccept_Request) Descriptor
deprecated
func (*ContactAccept_Request) Descriptor() ([]byte, []int)
Deprecated: Use ContactAccept_Request.ProtoReflect.Descriptor instead.
func (*ContactAccept_Request) GetPublicKey ¶
func (x *ContactAccept_Request) GetPublicKey() string
func (*ContactAccept_Request) ProtoMessage ¶
func (*ContactAccept_Request) ProtoMessage()
func (*ContactAccept_Request) ProtoReflect ¶ added in v2.470.4
func (x *ContactAccept_Request) ProtoReflect() protoreflect.Message
func (*ContactAccept_Request) Reset ¶
func (x *ContactAccept_Request) Reset()
func (*ContactAccept_Request) String ¶
func (x *ContactAccept_Request) String() string
type ContactMetadata ¶
type ContactMetadata struct { DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // contains filtered or unexported fields }
func (*ContactMetadata) Descriptor
deprecated
func (*ContactMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ContactMetadata.ProtoReflect.Descriptor instead.
func (*ContactMetadata) GetDisplayName ¶
func (x *ContactMetadata) GetDisplayName() string
func (*ContactMetadata) ProtoMessage ¶
func (*ContactMetadata) ProtoMessage()
func (*ContactMetadata) ProtoReflect ¶ added in v2.470.4
func (x *ContactMetadata) ProtoReflect() protoreflect.Message
func (*ContactMetadata) Reset ¶
func (x *ContactMetadata) Reset()
func (*ContactMetadata) String ¶
func (x *ContactMetadata) String() string
type ContactRequest ¶
type ContactRequest struct {
// contains filtered or unexported fields
}
func (*ContactRequest) Descriptor
deprecated
func (*ContactRequest) Descriptor() ([]byte, []int)
Deprecated: Use ContactRequest.ProtoReflect.Descriptor instead.
func (*ContactRequest) ProtoMessage ¶
func (*ContactRequest) ProtoMessage()
func (*ContactRequest) ProtoReflect ¶ added in v2.470.4
func (x *ContactRequest) ProtoReflect() protoreflect.Message
func (*ContactRequest) Reset ¶
func (x *ContactRequest) Reset()
func (*ContactRequest) String ¶
func (x *ContactRequest) String() string
type ContactRequest_Reply ¶
type ContactRequest_Reply struct {
// contains filtered or unexported fields
}
func (*ContactRequest_Reply) Descriptor
deprecated
func (*ContactRequest_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ContactRequest_Reply.ProtoReflect.Descriptor instead.
func (*ContactRequest_Reply) ProtoMessage ¶
func (*ContactRequest_Reply) ProtoMessage()
func (*ContactRequest_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ContactRequest_Reply) ProtoReflect() protoreflect.Message
func (*ContactRequest_Reply) Reset ¶
func (x *ContactRequest_Reply) Reset()
func (*ContactRequest_Reply) String ¶
func (x *ContactRequest_Reply) String() string
type ContactRequest_Request ¶
type ContactRequest_Request struct { Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` // optional passphase to decrypt the link Passphrase []byte `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"` // contains filtered or unexported fields }
func (*ContactRequest_Request) Descriptor
deprecated
func (*ContactRequest_Request) Descriptor() ([]byte, []int)
Deprecated: Use ContactRequest_Request.ProtoReflect.Descriptor instead.
func (*ContactRequest_Request) GetLink ¶
func (x *ContactRequest_Request) GetLink() string
func (*ContactRequest_Request) GetPassphrase ¶ added in v2.231.0
func (x *ContactRequest_Request) GetPassphrase() []byte
func (*ContactRequest_Request) ProtoMessage ¶
func (*ContactRequest_Request) ProtoMessage()
func (*ContactRequest_Request) ProtoReflect ¶ added in v2.470.4
func (x *ContactRequest_Request) ProtoReflect() protoreflect.Message
func (*ContactRequest_Request) Reset ¶
func (x *ContactRequest_Request) Reset()
func (*ContactRequest_Request) String ¶
func (x *ContactRequest_Request) String() string
type Contact_State ¶
type Contact_State int32
const ( Contact_Undefined Contact_State = 0 Contact_IncomingRequest Contact_State = 1 Contact_OutgoingRequestEnqueued Contact_State = 2 Contact_OutgoingRequestSent Contact_State = 3 Contact_Accepted Contact_State = 4 )
func (Contact_State) Descriptor ¶ added in v2.470.4
func (Contact_State) Descriptor() protoreflect.EnumDescriptor
func (Contact_State) Enum ¶ added in v2.470.4
func (x Contact_State) Enum() *Contact_State
func (Contact_State) EnumDescriptor
deprecated
func (Contact_State) EnumDescriptor() ([]byte, []int)
Deprecated: Use Contact_State.Descriptor instead.
func (Contact_State) Number ¶ added in v2.470.4
func (x Contact_State) Number() protoreflect.EnumNumber
func (Contact_State) String ¶
func (x Contact_State) String() string
func (Contact_State) Type ¶ added in v2.470.4
func (Contact_State) Type() protoreflect.EnumType
type Conversation ¶
type Conversation struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"` Type Conversation_Type `protobuf:"varint,2,opt,name=type,proto3,enum=berty.messenger.v1.Conversation_Type" json:"type,omitempty"` IsOpen bool `protobuf:"varint,3,opt,name=is_open,json=isOpen,proto3" json:"is_open,omitempty"` DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Link string `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"` UnreadCount int32 `protobuf:"varint,6,opt,name=unread_count,json=unreadCount,proto3" json:"unread_count,omitempty"` // last_update is used to sort conversations, it should be updated for each "visible" event LastUpdate int64 `protobuf:"varint,7,opt,name=last_update,json=lastUpdate,proto3" json:"last_update,omitempty"` // specific to ContactType conversations ContactPublicKey string `protobuf:"bytes,8,opt,name=contact_public_key,json=contactPublicKey,proto3" json:"contact_public_key,omitempty"` // specific to ContactType conversations Contact *Contact `protobuf:"bytes,9,opt,name=contact,proto3" json:"contact,omitempty"` // specific to MultiMemberType conversations Members []*Member `protobuf:"bytes,10,rep,name=members,proto3" json:"members,omitempty"` AccountMemberPublicKey string `` /* 132-byte string literal not displayed */ LocalDevicePublicKey string `` /* 126-byte string literal not displayed */ CreatedDate int64 `protobuf:"varint,13,opt,name=created_date,json=createdDate,proto3" json:"created_date,omitempty"` ReplicationInfo []*ConversationReplicationInfo `` /* 147-byte string literal not displayed */ // info_date is used when SetGroupInfo is called InfoDate int64 `protobuf:"varint,18,opt,name=info_date,json=infoDate,proto3" json:"info_date,omitempty"` LocalMemberPublicKey string `` /* 126-byte string literal not displayed */ MutedUntil int64 `protobuf:"varint,20,opt,name=muted_until,json=mutedUntil,proto3" json:"muted_until,omitempty"` PushMemberTokens []*PushMemberToken `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Conversation) Descriptor
deprecated
func (*Conversation) Descriptor() ([]byte, []int)
Deprecated: Use Conversation.ProtoReflect.Descriptor instead.
func (*Conversation) GetAccountMemberPublicKey ¶
func (x *Conversation) GetAccountMemberPublicKey() string
func (*Conversation) GetContact ¶
func (x *Conversation) GetContact() *Contact
func (*Conversation) GetContactPublicKey ¶
func (x *Conversation) GetContactPublicKey() string
func (*Conversation) GetCreatedDate ¶
func (x *Conversation) GetCreatedDate() int64
func (*Conversation) GetDisplayName ¶
func (x *Conversation) GetDisplayName() string
func (*Conversation) GetInfoDate ¶ added in v2.280.0
func (x *Conversation) GetInfoDate() int64
func (*Conversation) GetIsOpen ¶
func (x *Conversation) GetIsOpen() bool
func (*Conversation) GetLastUpdate ¶
func (x *Conversation) GetLastUpdate() int64
func (*Conversation) GetLink ¶
func (x *Conversation) GetLink() string
func (*Conversation) GetLocalDevicePublicKey ¶
func (x *Conversation) GetLocalDevicePublicKey() string
func (*Conversation) GetLocalMemberPublicKey ¶ added in v2.344.0
func (x *Conversation) GetLocalMemberPublicKey() string
func (*Conversation) GetMembers ¶
func (x *Conversation) GetMembers() []*Member
func (*Conversation) GetMutedUntil ¶ added in v2.381.0
func (x *Conversation) GetMutedUntil() int64
func (*Conversation) GetPublicKey ¶
func (x *Conversation) GetPublicKey() string
func (*Conversation) GetPushLocalDeviceSharedTokens ¶ added in v2.470.0
func (x *Conversation) GetPushLocalDeviceSharedTokens() []*PushLocalDeviceSharedToken
func (*Conversation) GetPushMemberTokens ¶ added in v2.470.0
func (x *Conversation) GetPushMemberTokens() []*PushMemberToken
func (*Conversation) GetReplicationInfo ¶
func (x *Conversation) GetReplicationInfo() []*ConversationReplicationInfo
func (*Conversation) GetType ¶
func (x *Conversation) GetType() Conversation_Type
func (*Conversation) GetUnreadCount ¶
func (x *Conversation) GetUnreadCount() int32
func (*Conversation) ProtoMessage ¶
func (*Conversation) ProtoMessage()
func (*Conversation) ProtoReflect ¶ added in v2.470.4
func (x *Conversation) ProtoReflect() protoreflect.Message
func (*Conversation) Reset ¶
func (x *Conversation) Reset()
func (*Conversation) String ¶
func (x *Conversation) String() string
type ConversationClose ¶
type ConversationClose struct {
// contains filtered or unexported fields
}
func (*ConversationClose) Descriptor
deprecated
func (*ConversationClose) Descriptor() ([]byte, []int)
Deprecated: Use ConversationClose.ProtoReflect.Descriptor instead.
func (*ConversationClose) ProtoMessage ¶
func (*ConversationClose) ProtoMessage()
func (*ConversationClose) ProtoReflect ¶ added in v2.470.4
func (x *ConversationClose) ProtoReflect() protoreflect.Message
func (*ConversationClose) Reset ¶
func (x *ConversationClose) Reset()
func (*ConversationClose) String ¶
func (x *ConversationClose) String() string
type ConversationClose_Reply ¶
type ConversationClose_Reply struct {
// contains filtered or unexported fields
}
func (*ConversationClose_Reply) Descriptor
deprecated
func (*ConversationClose_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ConversationClose_Reply.ProtoReflect.Descriptor instead.
func (*ConversationClose_Reply) ProtoMessage ¶
func (*ConversationClose_Reply) ProtoMessage()
func (*ConversationClose_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ConversationClose_Reply) ProtoReflect() protoreflect.Message
func (*ConversationClose_Reply) Reset ¶
func (x *ConversationClose_Reply) Reset()
func (*ConversationClose_Reply) String ¶
func (x *ConversationClose_Reply) String() string
type ConversationClose_Request ¶
type ConversationClose_Request struct { GroupPk string `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"` // contains filtered or unexported fields }
func (*ConversationClose_Request) Descriptor
deprecated
func (*ConversationClose_Request) Descriptor() ([]byte, []int)
Deprecated: Use ConversationClose_Request.ProtoReflect.Descriptor instead.
func (*ConversationClose_Request) GetGroupPk ¶ added in v2.470.4
func (x *ConversationClose_Request) GetGroupPk() string
func (*ConversationClose_Request) ProtoMessage ¶
func (*ConversationClose_Request) ProtoMessage()
func (*ConversationClose_Request) ProtoReflect ¶ added in v2.470.4
func (x *ConversationClose_Request) ProtoReflect() protoreflect.Message
func (*ConversationClose_Request) Reset ¶
func (x *ConversationClose_Request) Reset()
func (*ConversationClose_Request) String ¶
func (x *ConversationClose_Request) String() string
type ConversationCreate ¶
type ConversationCreate struct {
// contains filtered or unexported fields
}
func (*ConversationCreate) Descriptor
deprecated
func (*ConversationCreate) Descriptor() ([]byte, []int)
Deprecated: Use ConversationCreate.ProtoReflect.Descriptor instead.
func (*ConversationCreate) ProtoMessage ¶
func (*ConversationCreate) ProtoMessage()
func (*ConversationCreate) ProtoReflect ¶ added in v2.470.4
func (x *ConversationCreate) ProtoReflect() protoreflect.Message
func (*ConversationCreate) Reset ¶
func (x *ConversationCreate) Reset()
func (*ConversationCreate) String ¶
func (x *ConversationCreate) String() string
type ConversationCreate_Reply ¶
type ConversationCreate_Reply struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*ConversationCreate_Reply) Descriptor
deprecated
func (*ConversationCreate_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ConversationCreate_Reply.ProtoReflect.Descriptor instead.
func (*ConversationCreate_Reply) GetPublicKey ¶
func (x *ConversationCreate_Reply) GetPublicKey() string
func (*ConversationCreate_Reply) ProtoMessage ¶
func (*ConversationCreate_Reply) ProtoMessage()
func (*ConversationCreate_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ConversationCreate_Reply) ProtoReflect() protoreflect.Message
func (*ConversationCreate_Reply) Reset ¶
func (x *ConversationCreate_Reply) Reset()
func (*ConversationCreate_Reply) String ¶
func (x *ConversationCreate_Reply) String() string
type ConversationCreate_Request ¶
type ConversationCreate_Request struct { DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` ContactsToInvite []string `protobuf:"bytes,2,rep,name=contacts_to_invite,json=contactsToInvite,proto3" json:"contacts_to_invite,omitempty"` // public keys // contains filtered or unexported fields }
func (*ConversationCreate_Request) Descriptor
deprecated
func (*ConversationCreate_Request) Descriptor() ([]byte, []int)
Deprecated: Use ConversationCreate_Request.ProtoReflect.Descriptor instead.
func (*ConversationCreate_Request) GetContactsToInvite ¶
func (x *ConversationCreate_Request) GetContactsToInvite() []string
func (*ConversationCreate_Request) GetDisplayName ¶
func (x *ConversationCreate_Request) GetDisplayName() string
func (*ConversationCreate_Request) ProtoMessage ¶
func (*ConversationCreate_Request) ProtoMessage()
func (*ConversationCreate_Request) ProtoReflect ¶ added in v2.470.4
func (x *ConversationCreate_Request) ProtoReflect() protoreflect.Message
func (*ConversationCreate_Request) Reset ¶
func (x *ConversationCreate_Request) Reset()
func (*ConversationCreate_Request) String ¶
func (x *ConversationCreate_Request) String() string
type ConversationJoin ¶
type ConversationJoin struct {
// contains filtered or unexported fields
}
func (*ConversationJoin) Descriptor
deprecated
func (*ConversationJoin) Descriptor() ([]byte, []int)
Deprecated: Use ConversationJoin.ProtoReflect.Descriptor instead.
func (*ConversationJoin) ProtoMessage ¶
func (*ConversationJoin) ProtoMessage()
func (*ConversationJoin) ProtoReflect ¶ added in v2.470.4
func (x *ConversationJoin) ProtoReflect() protoreflect.Message
func (*ConversationJoin) Reset ¶
func (x *ConversationJoin) Reset()
func (*ConversationJoin) String ¶
func (x *ConversationJoin) String() string
type ConversationJoin_Reply ¶
type ConversationJoin_Reply struct {
// contains filtered or unexported fields
}
func (*ConversationJoin_Reply) Descriptor
deprecated
func (*ConversationJoin_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ConversationJoin_Reply.ProtoReflect.Descriptor instead.
func (*ConversationJoin_Reply) ProtoMessage ¶
func (*ConversationJoin_Reply) ProtoMessage()
func (*ConversationJoin_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ConversationJoin_Reply) ProtoReflect() protoreflect.Message
func (*ConversationJoin_Reply) Reset ¶
func (x *ConversationJoin_Reply) Reset()
func (*ConversationJoin_Reply) String ¶
func (x *ConversationJoin_Reply) String() string
type ConversationJoin_Request ¶
type ConversationJoin_Request struct { Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` // optional passphase to decrypt the link Passphrase []byte `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"` // contains filtered or unexported fields }
func (*ConversationJoin_Request) Descriptor
deprecated
func (*ConversationJoin_Request) Descriptor() ([]byte, []int)
Deprecated: Use ConversationJoin_Request.ProtoReflect.Descriptor instead.
func (*ConversationJoin_Request) GetLink ¶
func (x *ConversationJoin_Request) GetLink() string
func (*ConversationJoin_Request) GetPassphrase ¶ added in v2.231.0
func (x *ConversationJoin_Request) GetPassphrase() []byte
func (*ConversationJoin_Request) ProtoMessage ¶
func (*ConversationJoin_Request) ProtoMessage()
func (*ConversationJoin_Request) ProtoReflect ¶ added in v2.470.4
func (x *ConversationJoin_Request) ProtoReflect() protoreflect.Message
func (*ConversationJoin_Request) Reset ¶
func (x *ConversationJoin_Request) Reset()
func (*ConversationJoin_Request) String ¶
func (x *ConversationJoin_Request) String() string
type ConversationLoad ¶ added in v2.261.0
type ConversationLoad struct {
// contains filtered or unexported fields
}
func (*ConversationLoad) Descriptor
deprecated
added in
v2.261.0
func (*ConversationLoad) Descriptor() ([]byte, []int)
Deprecated: Use ConversationLoad.ProtoReflect.Descriptor instead.
func (*ConversationLoad) ProtoMessage ¶ added in v2.261.0
func (*ConversationLoad) ProtoMessage()
func (*ConversationLoad) ProtoReflect ¶ added in v2.470.4
func (x *ConversationLoad) ProtoReflect() protoreflect.Message
func (*ConversationLoad) Reset ¶ added in v2.261.0
func (x *ConversationLoad) Reset()
func (*ConversationLoad) String ¶ added in v2.261.0
func (x *ConversationLoad) String() string
type ConversationLoad_Reply ¶ added in v2.261.0
type ConversationLoad_Reply struct {
// contains filtered or unexported fields
}
func (*ConversationLoad_Reply) Descriptor
deprecated
added in
v2.261.0
func (*ConversationLoad_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ConversationLoad_Reply.ProtoReflect.Descriptor instead.
func (*ConversationLoad_Reply) ProtoMessage ¶ added in v2.261.0
func (*ConversationLoad_Reply) ProtoMessage()
func (*ConversationLoad_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ConversationLoad_Reply) ProtoReflect() protoreflect.Message
func (*ConversationLoad_Reply) Reset ¶ added in v2.261.0
func (x *ConversationLoad_Reply) Reset()
func (*ConversationLoad_Reply) String ¶ added in v2.261.0
func (x *ConversationLoad_Reply) String() string
type ConversationLoad_Request ¶ added in v2.261.0
type ConversationLoad_Request struct { Options *PaginatedInteractionsOptions `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
func (*ConversationLoad_Request) Descriptor
deprecated
added in
v2.261.0
func (*ConversationLoad_Request) Descriptor() ([]byte, []int)
Deprecated: Use ConversationLoad_Request.ProtoReflect.Descriptor instead.
func (*ConversationLoad_Request) GetOptions ¶ added in v2.261.0
func (x *ConversationLoad_Request) GetOptions() *PaginatedInteractionsOptions
func (*ConversationLoad_Request) ProtoMessage ¶ added in v2.261.0
func (*ConversationLoad_Request) ProtoMessage()
func (*ConversationLoad_Request) ProtoReflect ¶ added in v2.470.4
func (x *ConversationLoad_Request) ProtoReflect() protoreflect.Message
func (*ConversationLoad_Request) Reset ¶ added in v2.261.0
func (x *ConversationLoad_Request) Reset()
func (*ConversationLoad_Request) String ¶ added in v2.261.0
func (x *ConversationLoad_Request) String() string
type ConversationMute ¶ added in v2.381.0
type ConversationMute struct {
// contains filtered or unexported fields
}
func (*ConversationMute) Descriptor
deprecated
added in
v2.381.0
func (*ConversationMute) Descriptor() ([]byte, []int)
Deprecated: Use ConversationMute.ProtoReflect.Descriptor instead.
func (*ConversationMute) ProtoMessage ¶ added in v2.381.0
func (*ConversationMute) ProtoMessage()
func (*ConversationMute) ProtoReflect ¶ added in v2.470.4
func (x *ConversationMute) ProtoReflect() protoreflect.Message
func (*ConversationMute) Reset ¶ added in v2.381.0
func (x *ConversationMute) Reset()
func (*ConversationMute) String ¶ added in v2.381.0
func (x *ConversationMute) String() string
type ConversationMute_Reply ¶ added in v2.381.0
type ConversationMute_Reply struct {
// contains filtered or unexported fields
}
func (*ConversationMute_Reply) Descriptor
deprecated
added in
v2.381.0
func (*ConversationMute_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ConversationMute_Reply.ProtoReflect.Descriptor instead.
func (*ConversationMute_Reply) ProtoMessage ¶ added in v2.381.0
func (*ConversationMute_Reply) ProtoMessage()
func (*ConversationMute_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ConversationMute_Reply) ProtoReflect() protoreflect.Message
func (*ConversationMute_Reply) Reset ¶ added in v2.381.0
func (x *ConversationMute_Reply) Reset()
func (*ConversationMute_Reply) String ¶ added in v2.381.0
func (x *ConversationMute_Reply) String() string
type ConversationMute_Request ¶ added in v2.381.0
type ConversationMute_Request struct { GroupPk string `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"` MutedUntil int64 `protobuf:"varint,2,opt,name=muted_until,json=mutedUntil,proto3" json:"muted_until,omitempty"` Unmute bool `protobuf:"varint,3,opt,name=unmute,proto3" json:"unmute,omitempty"` MuteForever bool `protobuf:"varint,4,opt,name=mute_forever,json=muteForever,proto3" json:"mute_forever,omitempty"` // contains filtered or unexported fields }
func (*ConversationMute_Request) Descriptor
deprecated
added in
v2.381.0
func (*ConversationMute_Request) Descriptor() ([]byte, []int)
Deprecated: Use ConversationMute_Request.ProtoReflect.Descriptor instead.
func (*ConversationMute_Request) GetGroupPk ¶ added in v2.470.4
func (x *ConversationMute_Request) GetGroupPk() string
func (*ConversationMute_Request) GetMuteForever ¶ added in v2.381.0
func (x *ConversationMute_Request) GetMuteForever() bool
func (*ConversationMute_Request) GetMutedUntil ¶ added in v2.381.0
func (x *ConversationMute_Request) GetMutedUntil() int64
func (*ConversationMute_Request) GetUnmute ¶ added in v2.381.0
func (x *ConversationMute_Request) GetUnmute() bool
func (*ConversationMute_Request) ProtoMessage ¶ added in v2.381.0
func (*ConversationMute_Request) ProtoMessage()
func (*ConversationMute_Request) ProtoReflect ¶ added in v2.470.4
func (x *ConversationMute_Request) ProtoReflect() protoreflect.Message
func (*ConversationMute_Request) Reset ¶ added in v2.381.0
func (x *ConversationMute_Request) Reset()
func (*ConversationMute_Request) String ¶ added in v2.381.0
func (x *ConversationMute_Request) String() string
type ConversationOpen ¶
type ConversationOpen struct {
// contains filtered or unexported fields
}
func (*ConversationOpen) Descriptor
deprecated
func (*ConversationOpen) Descriptor() ([]byte, []int)
Deprecated: Use ConversationOpen.ProtoReflect.Descriptor instead.
func (*ConversationOpen) ProtoMessage ¶
func (*ConversationOpen) ProtoMessage()
func (*ConversationOpen) ProtoReflect ¶ added in v2.470.4
func (x *ConversationOpen) ProtoReflect() protoreflect.Message
func (*ConversationOpen) Reset ¶
func (x *ConversationOpen) Reset()
func (*ConversationOpen) String ¶
func (x *ConversationOpen) String() string
type ConversationOpen_Reply ¶
type ConversationOpen_Reply struct {
// contains filtered or unexported fields
}
func (*ConversationOpen_Reply) Descriptor
deprecated
func (*ConversationOpen_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ConversationOpen_Reply.ProtoReflect.Descriptor instead.
func (*ConversationOpen_Reply) ProtoMessage ¶
func (*ConversationOpen_Reply) ProtoMessage()
func (*ConversationOpen_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ConversationOpen_Reply) ProtoReflect() protoreflect.Message
func (*ConversationOpen_Reply) Reset ¶
func (x *ConversationOpen_Reply) Reset()
func (*ConversationOpen_Reply) String ¶
func (x *ConversationOpen_Reply) String() string
type ConversationOpen_Request ¶
type ConversationOpen_Request struct { GroupPk string `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"` // contains filtered or unexported fields }
func (*ConversationOpen_Request) Descriptor
deprecated
func (*ConversationOpen_Request) Descriptor() ([]byte, []int)
Deprecated: Use ConversationOpen_Request.ProtoReflect.Descriptor instead.
func (*ConversationOpen_Request) GetGroupPk ¶ added in v2.470.4
func (x *ConversationOpen_Request) GetGroupPk() string
func (*ConversationOpen_Request) ProtoMessage ¶
func (*ConversationOpen_Request) ProtoMessage()
func (*ConversationOpen_Request) ProtoReflect ¶ added in v2.470.4
func (x *ConversationOpen_Request) ProtoReflect() protoreflect.Message
func (*ConversationOpen_Request) Reset ¶
func (x *ConversationOpen_Request) Reset()
func (*ConversationOpen_Request) String ¶
func (x *ConversationOpen_Request) String() string
type ConversationReplicationInfo ¶
type ConversationReplicationInfo struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty" gorm:"primaryKey;column:cid"` ConversationPublicKey string `` /* 126-byte string literal not displayed */ MemberPublicKey string `protobuf:"bytes,3,opt,name=member_public_key,json=memberPublicKey,proto3" json:"member_public_key,omitempty"` AuthenticationUrl string `protobuf:"bytes,4,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"` ReplicationServer string `protobuf:"bytes,5,opt,name=replication_server,json=replicationServer,proto3" json:"replication_server,omitempty"` // contains filtered or unexported fields }
func (*ConversationReplicationInfo) Descriptor
deprecated
func (*ConversationReplicationInfo) Descriptor() ([]byte, []int)
Deprecated: Use ConversationReplicationInfo.ProtoReflect.Descriptor instead.
func (*ConversationReplicationInfo) GetAuthenticationUrl ¶ added in v2.470.4
func (x *ConversationReplicationInfo) GetAuthenticationUrl() string
func (*ConversationReplicationInfo) GetCid ¶ added in v2.470.4
func (x *ConversationReplicationInfo) GetCid() string
func (*ConversationReplicationInfo) GetConversationPublicKey ¶
func (x *ConversationReplicationInfo) GetConversationPublicKey() string
func (*ConversationReplicationInfo) GetMemberPublicKey ¶
func (x *ConversationReplicationInfo) GetMemberPublicKey() string
func (*ConversationReplicationInfo) GetReplicationServer ¶
func (x *ConversationReplicationInfo) GetReplicationServer() string
func (*ConversationReplicationInfo) ProtoMessage ¶
func (*ConversationReplicationInfo) ProtoMessage()
func (*ConversationReplicationInfo) ProtoReflect ¶ added in v2.470.4
func (x *ConversationReplicationInfo) ProtoReflect() protoreflect.Message
func (*ConversationReplicationInfo) Reset ¶
func (x *ConversationReplicationInfo) Reset()
func (*ConversationReplicationInfo) String ¶
func (x *ConversationReplicationInfo) String() string
type ConversationStream ¶
type ConversationStream struct {
// contains filtered or unexported fields
}
func (*ConversationStream) Descriptor
deprecated
func (*ConversationStream) Descriptor() ([]byte, []int)
Deprecated: Use ConversationStream.ProtoReflect.Descriptor instead.
func (*ConversationStream) ProtoMessage ¶
func (*ConversationStream) ProtoMessage()
func (*ConversationStream) ProtoReflect ¶ added in v2.470.4
func (x *ConversationStream) ProtoReflect() protoreflect.Message
func (*ConversationStream) Reset ¶
func (x *ConversationStream) Reset()
func (*ConversationStream) String ¶
func (x *ConversationStream) String() string
type ConversationStream_Reply ¶
type ConversationStream_Reply struct { Conversation *Conversation `protobuf:"bytes,1,opt,name=conversation,proto3" json:"conversation,omitempty"` // contains filtered or unexported fields }
func (*ConversationStream_Reply) Descriptor
deprecated
func (*ConversationStream_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ConversationStream_Reply.ProtoReflect.Descriptor instead.
func (*ConversationStream_Reply) GetConversation ¶
func (x *ConversationStream_Reply) GetConversation() *Conversation
func (*ConversationStream_Reply) ProtoMessage ¶
func (*ConversationStream_Reply) ProtoMessage()
func (*ConversationStream_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ConversationStream_Reply) ProtoReflect() protoreflect.Message
func (*ConversationStream_Reply) Reset ¶
func (x *ConversationStream_Reply) Reset()
func (*ConversationStream_Reply) String ¶
func (x *ConversationStream_Reply) String() string
type ConversationStream_Request ¶
type ConversationStream_Request struct { Count uint64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Page uint64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` // contains filtered or unexported fields }
func (*ConversationStream_Request) Descriptor
deprecated
func (*ConversationStream_Request) Descriptor() ([]byte, []int)
Deprecated: Use ConversationStream_Request.ProtoReflect.Descriptor instead.
func (*ConversationStream_Request) GetCount ¶
func (x *ConversationStream_Request) GetCount() uint64
func (*ConversationStream_Request) GetPage ¶
func (x *ConversationStream_Request) GetPage() uint64
func (*ConversationStream_Request) ProtoMessage ¶
func (*ConversationStream_Request) ProtoMessage()
func (*ConversationStream_Request) ProtoReflect ¶ added in v2.470.4
func (x *ConversationStream_Request) ProtoReflect() protoreflect.Message
func (*ConversationStream_Request) Reset ¶
func (x *ConversationStream_Request) Reset()
func (*ConversationStream_Request) String ¶
func (x *ConversationStream_Request) String() string
type Conversation_Type ¶
type Conversation_Type int32
const ( Conversation_Undefined Conversation_Type = 0 Conversation_AccountType Conversation_Type = 1 Conversation_ContactType Conversation_Type = 2 Conversation_MultiMemberType Conversation_Type = 3 )
func (Conversation_Type) Descriptor ¶ added in v2.470.4
func (Conversation_Type) Descriptor() protoreflect.EnumDescriptor
func (Conversation_Type) Enum ¶ added in v2.470.4
func (x Conversation_Type) Enum() *Conversation_Type
func (Conversation_Type) EnumDescriptor
deprecated
func (Conversation_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Conversation_Type.Descriptor instead.
func (Conversation_Type) Number ¶ added in v2.470.4
func (x Conversation_Type) Number() protoreflect.EnumNumber
func (Conversation_Type) String ¶
func (x Conversation_Type) String() string
func (Conversation_Type) Type ¶ added in v2.470.4
func (Conversation_Type) Type() protoreflect.EnumType
type DebugAuthServiceSetToken ¶ added in v2.470.0
type DebugAuthServiceSetToken struct {
// contains filtered or unexported fields
}
func (*DebugAuthServiceSetToken) Descriptor
deprecated
added in
v2.470.0
func (*DebugAuthServiceSetToken) Descriptor() ([]byte, []int)
Deprecated: Use DebugAuthServiceSetToken.ProtoReflect.Descriptor instead.
func (*DebugAuthServiceSetToken) ProtoMessage ¶ added in v2.470.0
func (*DebugAuthServiceSetToken) ProtoMessage()
func (*DebugAuthServiceSetToken) ProtoReflect ¶ added in v2.470.4
func (x *DebugAuthServiceSetToken) ProtoReflect() protoreflect.Message
func (*DebugAuthServiceSetToken) Reset ¶ added in v2.470.0
func (x *DebugAuthServiceSetToken) Reset()
func (*DebugAuthServiceSetToken) String ¶ added in v2.470.0
func (x *DebugAuthServiceSetToken) String() string
type DebugAuthServiceSetToken_Reply ¶ added in v2.470.0
type DebugAuthServiceSetToken_Reply struct {
// contains filtered or unexported fields
}
func (*DebugAuthServiceSetToken_Reply) Descriptor
deprecated
added in
v2.470.0
func (*DebugAuthServiceSetToken_Reply) Descriptor() ([]byte, []int)
Deprecated: Use DebugAuthServiceSetToken_Reply.ProtoReflect.Descriptor instead.
func (*DebugAuthServiceSetToken_Reply) ProtoMessage ¶ added in v2.470.0
func (*DebugAuthServiceSetToken_Reply) ProtoMessage()
func (*DebugAuthServiceSetToken_Reply) ProtoReflect ¶ added in v2.470.4
func (x *DebugAuthServiceSetToken_Reply) ProtoReflect() protoreflect.Message
func (*DebugAuthServiceSetToken_Reply) Reset ¶ added in v2.470.0
func (x *DebugAuthServiceSetToken_Reply) Reset()
func (*DebugAuthServiceSetToken_Reply) String ¶ added in v2.470.0
func (x *DebugAuthServiceSetToken_Reply) String() string
type DebugAuthServiceSetToken_Request ¶ added in v2.470.0
type DebugAuthServiceSetToken_Request struct { Token *AuthExchangeResponse `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` AuthenticationUrl string `protobuf:"bytes,2,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"` // contains filtered or unexported fields }
func (*DebugAuthServiceSetToken_Request) Descriptor
deprecated
added in
v2.470.0
func (*DebugAuthServiceSetToken_Request) Descriptor() ([]byte, []int)
Deprecated: Use DebugAuthServiceSetToken_Request.ProtoReflect.Descriptor instead.
func (*DebugAuthServiceSetToken_Request) GetAuthenticationUrl ¶ added in v2.470.4
func (x *DebugAuthServiceSetToken_Request) GetAuthenticationUrl() string
func (*DebugAuthServiceSetToken_Request) GetToken ¶ added in v2.470.0
func (x *DebugAuthServiceSetToken_Request) GetToken() *AuthExchangeResponse
func (*DebugAuthServiceSetToken_Request) ProtoMessage ¶ added in v2.470.0
func (*DebugAuthServiceSetToken_Request) ProtoMessage()
func (*DebugAuthServiceSetToken_Request) ProtoReflect ¶ added in v2.470.4
func (x *DebugAuthServiceSetToken_Request) ProtoReflect() protoreflect.Message
func (*DebugAuthServiceSetToken_Request) Reset ¶ added in v2.470.0
func (x *DebugAuthServiceSetToken_Request) Reset()
func (*DebugAuthServiceSetToken_Request) String ¶ added in v2.470.0
func (x *DebugAuthServiceSetToken_Request) String() string
type DevShareInstanceBertyID ¶
type DevShareInstanceBertyID struct {
// contains filtered or unexported fields
}
func (*DevShareInstanceBertyID) Descriptor
deprecated
func (*DevShareInstanceBertyID) Descriptor() ([]byte, []int)
Deprecated: Use DevShareInstanceBertyID.ProtoReflect.Descriptor instead.
func (*DevShareInstanceBertyID) ProtoMessage ¶
func (*DevShareInstanceBertyID) ProtoMessage()
func (*DevShareInstanceBertyID) ProtoReflect ¶ added in v2.470.4
func (x *DevShareInstanceBertyID) ProtoReflect() protoreflect.Message
func (*DevShareInstanceBertyID) Reset ¶
func (x *DevShareInstanceBertyID) Reset()
func (*DevShareInstanceBertyID) String ¶
func (x *DevShareInstanceBertyID) String() string
type DevShareInstanceBertyID_Reply ¶
type DevShareInstanceBertyID_Reply struct {
// contains filtered or unexported fields
}
func (*DevShareInstanceBertyID_Reply) Descriptor
deprecated
func (*DevShareInstanceBertyID_Reply) Descriptor() ([]byte, []int)
Deprecated: Use DevShareInstanceBertyID_Reply.ProtoReflect.Descriptor instead.
func (*DevShareInstanceBertyID_Reply) ProtoMessage ¶
func (*DevShareInstanceBertyID_Reply) ProtoMessage()
func (*DevShareInstanceBertyID_Reply) ProtoReflect ¶ added in v2.470.4
func (x *DevShareInstanceBertyID_Reply) ProtoReflect() protoreflect.Message
func (*DevShareInstanceBertyID_Reply) Reset ¶
func (x *DevShareInstanceBertyID_Reply) Reset()
func (*DevShareInstanceBertyID_Reply) String ¶
func (x *DevShareInstanceBertyID_Reply) String() string
type DevShareInstanceBertyID_Request ¶
type DevShareInstanceBertyID_Request struct { // reset will regenerate a new link // contains filtered or unexported fields }
func (*DevShareInstanceBertyID_Request) Descriptor
deprecated
func (*DevShareInstanceBertyID_Request) Descriptor() ([]byte, []int)
Deprecated: Use DevShareInstanceBertyID_Request.ProtoReflect.Descriptor instead.
func (*DevShareInstanceBertyID_Request) GetDisplayName ¶
func (x *DevShareInstanceBertyID_Request) GetDisplayName() string
func (*DevShareInstanceBertyID_Request) GetReset_ ¶
func (x *DevShareInstanceBertyID_Request) GetReset_() bool
func (*DevShareInstanceBertyID_Request) ProtoMessage ¶
func (*DevShareInstanceBertyID_Request) ProtoMessage()
func (*DevShareInstanceBertyID_Request) ProtoReflect ¶ added in v2.470.4
func (x *DevShareInstanceBertyID_Request) ProtoReflect() protoreflect.Message
func (*DevShareInstanceBertyID_Request) Reset ¶
func (x *DevShareInstanceBertyID_Request) Reset()
func (*DevShareInstanceBertyID_Request) String ¶
func (x *DevShareInstanceBertyID_Request) String() string
type DevStreamLogs ¶ added in v2.268.0
type DevStreamLogs struct {
// contains filtered or unexported fields
}
func (*DevStreamLogs) Descriptor
deprecated
added in
v2.268.0
func (*DevStreamLogs) Descriptor() ([]byte, []int)
Deprecated: Use DevStreamLogs.ProtoReflect.Descriptor instead.
func (*DevStreamLogs) ProtoMessage ¶ added in v2.268.0
func (*DevStreamLogs) ProtoMessage()
func (*DevStreamLogs) ProtoReflect ¶ added in v2.470.4
func (x *DevStreamLogs) ProtoReflect() protoreflect.Message
func (*DevStreamLogs) Reset ¶ added in v2.268.0
func (x *DevStreamLogs) Reset()
func (*DevStreamLogs) String ¶ added in v2.268.0
func (x *DevStreamLogs) String() string
type DevStreamLogs_Reply ¶ added in v2.268.0
type DevStreamLogs_Reply struct { Line string `protobuf:"bytes,1,opt,name=line,proto3" json:"line,omitempty"` // contains filtered or unexported fields }
func (*DevStreamLogs_Reply) Descriptor
deprecated
added in
v2.268.0
func (*DevStreamLogs_Reply) Descriptor() ([]byte, []int)
Deprecated: Use DevStreamLogs_Reply.ProtoReflect.Descriptor instead.
func (*DevStreamLogs_Reply) GetLine ¶ added in v2.268.0
func (x *DevStreamLogs_Reply) GetLine() string
func (*DevStreamLogs_Reply) ProtoMessage ¶ added in v2.268.0
func (*DevStreamLogs_Reply) ProtoMessage()
func (*DevStreamLogs_Reply) ProtoReflect ¶ added in v2.470.4
func (x *DevStreamLogs_Reply) ProtoReflect() protoreflect.Message
func (*DevStreamLogs_Reply) Reset ¶ added in v2.268.0
func (x *DevStreamLogs_Reply) Reset()
func (*DevStreamLogs_Reply) String ¶ added in v2.268.0
func (x *DevStreamLogs_Reply) String() string
type DevStreamLogs_Request ¶ added in v2.268.0
type DevStreamLogs_Request struct {
// contains filtered or unexported fields
}
func (*DevStreamLogs_Request) Descriptor
deprecated
added in
v2.268.0
func (*DevStreamLogs_Request) Descriptor() ([]byte, []int)
Deprecated: Use DevStreamLogs_Request.ProtoReflect.Descriptor instead.
func (*DevStreamLogs_Request) ProtoMessage ¶ added in v2.268.0
func (*DevStreamLogs_Request) ProtoMessage()
func (*DevStreamLogs_Request) ProtoReflect ¶ added in v2.470.4
func (x *DevStreamLogs_Request) ProtoReflect() protoreflect.Message
func (*DevStreamLogs_Request) Reset ¶ added in v2.268.0
func (x *DevStreamLogs_Request) Reset()
func (*DevStreamLogs_Request) String ¶ added in v2.268.0
func (x *DevStreamLogs_Request) String() string
type Device ¶
type Device struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"` MemberPublicKey string `protobuf:"bytes,2,opt,name=member_public_key,json=memberPublicKey,proto3" json:"member_public_key,omitempty" gorm:"index"` // contains filtered or unexported fields }
func (*Device) Descriptor
deprecated
func (*Device) GetMemberPublicKey ¶
func (*Device) GetPublicKey ¶
func (*Device) ProtoMessage ¶
func (*Device) ProtoMessage()
func (*Device) ProtoReflect ¶ added in v2.470.4
func (x *Device) ProtoReflect() protoreflect.Message
type DirectoryServiceQuery ¶ added in v2.452.0
type DirectoryServiceQuery struct {
// contains filtered or unexported fields
}
func (*DirectoryServiceQuery) Descriptor
deprecated
added in
v2.452.0
func (*DirectoryServiceQuery) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryServiceQuery.ProtoReflect.Descriptor instead.
func (*DirectoryServiceQuery) ProtoMessage ¶ added in v2.452.0
func (*DirectoryServiceQuery) ProtoMessage()
func (*DirectoryServiceQuery) ProtoReflect ¶ added in v2.470.4
func (x *DirectoryServiceQuery) ProtoReflect() protoreflect.Message
func (*DirectoryServiceQuery) Reset ¶ added in v2.452.0
func (x *DirectoryServiceQuery) Reset()
func (*DirectoryServiceQuery) String ¶ added in v2.452.0
func (x *DirectoryServiceQuery) String() string
type DirectoryServiceQuery_Reply ¶ added in v2.452.0
type DirectoryServiceQuery_Reply struct { DirectoryIdentifier string `protobuf:"bytes,1,opt,name=directory_identifier,json=directoryIdentifier,proto3" json:"directory_identifier,omitempty"` ExpiresAt int64 `protobuf:"varint,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` AccountUri string `protobuf:"bytes,3,opt,name=account_uri,json=accountUri,proto3" json:"account_uri,omitempty"` VerifiedCredential []byte `protobuf:"bytes,4,opt,name=verified_credential,json=verifiedCredential,proto3" json:"verified_credential,omitempty"` // contains filtered or unexported fields }
func (*DirectoryServiceQuery_Reply) Descriptor
deprecated
added in
v2.452.0
func (*DirectoryServiceQuery_Reply) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryServiceQuery_Reply.ProtoReflect.Descriptor instead.
func (*DirectoryServiceQuery_Reply) GetAccountUri ¶ added in v2.470.4
func (x *DirectoryServiceQuery_Reply) GetAccountUri() string
func (*DirectoryServiceQuery_Reply) GetDirectoryIdentifier ¶ added in v2.452.0
func (x *DirectoryServiceQuery_Reply) GetDirectoryIdentifier() string
func (*DirectoryServiceQuery_Reply) GetExpiresAt ¶ added in v2.452.0
func (x *DirectoryServiceQuery_Reply) GetExpiresAt() int64
func (*DirectoryServiceQuery_Reply) GetVerifiedCredential ¶ added in v2.452.0
func (x *DirectoryServiceQuery_Reply) GetVerifiedCredential() []byte
func (*DirectoryServiceQuery_Reply) ProtoMessage ¶ added in v2.452.0
func (*DirectoryServiceQuery_Reply) ProtoMessage()
func (*DirectoryServiceQuery_Reply) ProtoReflect ¶ added in v2.470.4
func (x *DirectoryServiceQuery_Reply) ProtoReflect() protoreflect.Message
func (*DirectoryServiceQuery_Reply) Reset ¶ added in v2.452.0
func (x *DirectoryServiceQuery_Reply) Reset()
func (*DirectoryServiceQuery_Reply) String ¶ added in v2.452.0
func (x *DirectoryServiceQuery_Reply) String() string
type DirectoryServiceQuery_Request ¶ added in v2.452.0
type DirectoryServiceQuery_Request struct { ServerAddr string `protobuf:"bytes,1,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"` Identifiers []string `protobuf:"bytes,2,rep,name=identifiers,proto3" json:"identifiers,omitempty"` // contains filtered or unexported fields }
func (*DirectoryServiceQuery_Request) Descriptor
deprecated
added in
v2.452.0
func (*DirectoryServiceQuery_Request) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryServiceQuery_Request.ProtoReflect.Descriptor instead.
func (*DirectoryServiceQuery_Request) GetIdentifiers ¶ added in v2.452.0
func (x *DirectoryServiceQuery_Request) GetIdentifiers() []string
func (*DirectoryServiceQuery_Request) GetServerAddr ¶ added in v2.452.0
func (x *DirectoryServiceQuery_Request) GetServerAddr() string
func (*DirectoryServiceQuery_Request) ProtoMessage ¶ added in v2.452.0
func (*DirectoryServiceQuery_Request) ProtoMessage()
func (*DirectoryServiceQuery_Request) ProtoReflect ¶ added in v2.470.4
func (x *DirectoryServiceQuery_Request) ProtoReflect() protoreflect.Message
func (*DirectoryServiceQuery_Request) Reset ¶ added in v2.452.0
func (x *DirectoryServiceQuery_Request) Reset()
func (*DirectoryServiceQuery_Request) String ¶ added in v2.452.0
func (x *DirectoryServiceQuery_Request) String() string
type DirectoryServiceRegister ¶ added in v2.452.0
type DirectoryServiceRegister struct {
// contains filtered or unexported fields
}
func (*DirectoryServiceRegister) Descriptor
deprecated
added in
v2.452.0
func (*DirectoryServiceRegister) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryServiceRegister.ProtoReflect.Descriptor instead.
func (*DirectoryServiceRegister) ProtoMessage ¶ added in v2.452.0
func (*DirectoryServiceRegister) ProtoMessage()
func (*DirectoryServiceRegister) ProtoReflect ¶ added in v2.470.4
func (x *DirectoryServiceRegister) ProtoReflect() protoreflect.Message
func (*DirectoryServiceRegister) Reset ¶ added in v2.452.0
func (x *DirectoryServiceRegister) Reset()
func (*DirectoryServiceRegister) String ¶ added in v2.452.0
func (x *DirectoryServiceRegister) String() string
type DirectoryServiceRegister_Reply ¶ added in v2.452.0
type DirectoryServiceRegister_Reply struct { DirectoryRecordToken string `protobuf:"bytes,1,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"` // contains filtered or unexported fields }
func (*DirectoryServiceRegister_Reply) Descriptor
deprecated
added in
v2.452.0
func (*DirectoryServiceRegister_Reply) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryServiceRegister_Reply.ProtoReflect.Descriptor instead.
func (*DirectoryServiceRegister_Reply) GetDirectoryRecordToken ¶ added in v2.452.0
func (x *DirectoryServiceRegister_Reply) GetDirectoryRecordToken() string
func (*DirectoryServiceRegister_Reply) ProtoMessage ¶ added in v2.452.0
func (*DirectoryServiceRegister_Reply) ProtoMessage()
func (*DirectoryServiceRegister_Reply) ProtoReflect ¶ added in v2.470.4
func (x *DirectoryServiceRegister_Reply) ProtoReflect() protoreflect.Message
func (*DirectoryServiceRegister_Reply) Reset ¶ added in v2.452.0
func (x *DirectoryServiceRegister_Reply) Reset()
func (*DirectoryServiceRegister_Reply) String ¶ added in v2.452.0
func (x *DirectoryServiceRegister_Reply) String() string
type DirectoryServiceRegister_Request ¶ added in v2.452.0
type DirectoryServiceRegister_Request struct { Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` ProofIssuer string `protobuf:"bytes,2,opt,name=proof_issuer,json=proofIssuer,proto3" json:"proof_issuer,omitempty"` ServerAddr string `protobuf:"bytes,3,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"` ExpirationDate int64 `protobuf:"varint,4,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"` // contains filtered or unexported fields }
func (*DirectoryServiceRegister_Request) Descriptor
deprecated
added in
v2.452.0
func (*DirectoryServiceRegister_Request) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryServiceRegister_Request.ProtoReflect.Descriptor instead.
func (*DirectoryServiceRegister_Request) GetExpirationDate ¶ added in v2.452.0
func (x *DirectoryServiceRegister_Request) GetExpirationDate() int64
func (*DirectoryServiceRegister_Request) GetIdentifier ¶ added in v2.452.0
func (x *DirectoryServiceRegister_Request) GetIdentifier() string
func (*DirectoryServiceRegister_Request) GetProofIssuer ¶ added in v2.452.0
func (x *DirectoryServiceRegister_Request) GetProofIssuer() string
func (*DirectoryServiceRegister_Request) GetServerAddr ¶ added in v2.452.0
func (x *DirectoryServiceRegister_Request) GetServerAddr() string
func (*DirectoryServiceRegister_Request) ProtoMessage ¶ added in v2.452.0
func (*DirectoryServiceRegister_Request) ProtoMessage()
func (*DirectoryServiceRegister_Request) ProtoReflect ¶ added in v2.470.4
func (x *DirectoryServiceRegister_Request) ProtoReflect() protoreflect.Message
func (*DirectoryServiceRegister_Request) Reset ¶ added in v2.452.0
func (x *DirectoryServiceRegister_Request) Reset()
func (*DirectoryServiceRegister_Request) String ¶ added in v2.452.0
func (x *DirectoryServiceRegister_Request) String() string
type DirectoryServiceUnregister ¶ added in v2.452.0
type DirectoryServiceUnregister struct {
// contains filtered or unexported fields
}
func (*DirectoryServiceUnregister) Descriptor
deprecated
added in
v2.452.0
func (*DirectoryServiceUnregister) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryServiceUnregister.ProtoReflect.Descriptor instead.
func (*DirectoryServiceUnregister) ProtoMessage ¶ added in v2.452.0
func (*DirectoryServiceUnregister) ProtoMessage()
func (*DirectoryServiceUnregister) ProtoReflect ¶ added in v2.470.4
func (x *DirectoryServiceUnregister) ProtoReflect() protoreflect.Message
func (*DirectoryServiceUnregister) Reset ¶ added in v2.452.0
func (x *DirectoryServiceUnregister) Reset()
func (*DirectoryServiceUnregister) String ¶ added in v2.452.0
func (x *DirectoryServiceUnregister) String() string
type DirectoryServiceUnregister_Reply ¶ added in v2.452.0
type DirectoryServiceUnregister_Reply struct {
// contains filtered or unexported fields
}
func (*DirectoryServiceUnregister_Reply) Descriptor
deprecated
added in
v2.452.0
func (*DirectoryServiceUnregister_Reply) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryServiceUnregister_Reply.ProtoReflect.Descriptor instead.
func (*DirectoryServiceUnregister_Reply) ProtoMessage ¶ added in v2.452.0
func (*DirectoryServiceUnregister_Reply) ProtoMessage()
func (*DirectoryServiceUnregister_Reply) ProtoReflect ¶ added in v2.470.4
func (x *DirectoryServiceUnregister_Reply) ProtoReflect() protoreflect.Message
func (*DirectoryServiceUnregister_Reply) Reset ¶ added in v2.452.0
func (x *DirectoryServiceUnregister_Reply) Reset()
func (*DirectoryServiceUnregister_Reply) String ¶ added in v2.452.0
func (x *DirectoryServiceUnregister_Reply) String() string
type DirectoryServiceUnregister_Request ¶ added in v2.452.0
type DirectoryServiceUnregister_Request struct { ServerAddr string `protobuf:"bytes,1,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"` DirectoryRecordToken string `protobuf:"bytes,2,opt,name=directory_record_token,json=directoryRecordToken,proto3" json:"directory_record_token,omitempty"` // contains filtered or unexported fields }
func (*DirectoryServiceUnregister_Request) Descriptor
deprecated
added in
v2.452.0
func (*DirectoryServiceUnregister_Request) Descriptor() ([]byte, []int)
Deprecated: Use DirectoryServiceUnregister_Request.ProtoReflect.Descriptor instead.
func (*DirectoryServiceUnregister_Request) GetDirectoryRecordToken ¶ added in v2.452.0
func (x *DirectoryServiceUnregister_Request) GetDirectoryRecordToken() string
func (*DirectoryServiceUnregister_Request) GetServerAddr ¶ added in v2.452.0
func (x *DirectoryServiceUnregister_Request) GetServerAddr() string
func (*DirectoryServiceUnregister_Request) ProtoMessage ¶ added in v2.452.0
func (*DirectoryServiceUnregister_Request) ProtoMessage()
func (*DirectoryServiceUnregister_Request) ProtoReflect ¶ added in v2.470.4
func (x *DirectoryServiceUnregister_Request) ProtoReflect() protoreflect.Message
func (*DirectoryServiceUnregister_Request) Reset ¶ added in v2.452.0
func (x *DirectoryServiceUnregister_Request) Reset()
func (*DirectoryServiceUnregister_Request) String ¶ added in v2.452.0
func (x *DirectoryServiceUnregister_Request) String() string
type EchoDuplexTest ¶ added in v2.242.0
type EchoDuplexTest struct {
// contains filtered or unexported fields
}
func (*EchoDuplexTest) Descriptor
deprecated
added in
v2.242.0
func (*EchoDuplexTest) Descriptor() ([]byte, []int)
Deprecated: Use EchoDuplexTest.ProtoReflect.Descriptor instead.
func (*EchoDuplexTest) ProtoMessage ¶ added in v2.242.0
func (*EchoDuplexTest) ProtoMessage()
func (*EchoDuplexTest) ProtoReflect ¶ added in v2.470.4
func (x *EchoDuplexTest) ProtoReflect() protoreflect.Message
func (*EchoDuplexTest) Reset ¶ added in v2.242.0
func (x *EchoDuplexTest) Reset()
func (*EchoDuplexTest) String ¶ added in v2.242.0
func (x *EchoDuplexTest) String() string
type EchoDuplexTest_Reply ¶ added in v2.242.0
type EchoDuplexTest_Reply struct { Echo string `protobuf:"bytes,1,opt,name=echo,proto3" json:"echo,omitempty"` // contains filtered or unexported fields }
func (*EchoDuplexTest_Reply) Descriptor
deprecated
added in
v2.242.0
func (*EchoDuplexTest_Reply) Descriptor() ([]byte, []int)
Deprecated: Use EchoDuplexTest_Reply.ProtoReflect.Descriptor instead.
func (*EchoDuplexTest_Reply) GetEcho ¶ added in v2.242.0
func (x *EchoDuplexTest_Reply) GetEcho() string
func (*EchoDuplexTest_Reply) ProtoMessage ¶ added in v2.242.0
func (*EchoDuplexTest_Reply) ProtoMessage()
func (*EchoDuplexTest_Reply) ProtoReflect ¶ added in v2.470.4
func (x *EchoDuplexTest_Reply) ProtoReflect() protoreflect.Message
func (*EchoDuplexTest_Reply) Reset ¶ added in v2.242.0
func (x *EchoDuplexTest_Reply) Reset()
func (*EchoDuplexTest_Reply) String ¶ added in v2.242.0
func (x *EchoDuplexTest_Reply) String() string
type EchoDuplexTest_Request ¶ added in v2.242.0
type EchoDuplexTest_Request struct { Echo string `protobuf:"bytes,2,opt,name=echo,proto3" json:"echo,omitempty"` TriggerError bool `protobuf:"varint,3,opt,name=trigger_error,json=triggerError,proto3" json:"trigger_error,omitempty"` // contains filtered or unexported fields }
func (*EchoDuplexTest_Request) Descriptor
deprecated
added in
v2.242.0
func (*EchoDuplexTest_Request) Descriptor() ([]byte, []int)
Deprecated: Use EchoDuplexTest_Request.ProtoReflect.Descriptor instead.
func (*EchoDuplexTest_Request) GetEcho ¶ added in v2.242.0
func (x *EchoDuplexTest_Request) GetEcho() string
func (*EchoDuplexTest_Request) GetTriggerError ¶ added in v2.242.0
func (x *EchoDuplexTest_Request) GetTriggerError() bool
func (*EchoDuplexTest_Request) ProtoMessage ¶ added in v2.242.0
func (*EchoDuplexTest_Request) ProtoMessage()
func (*EchoDuplexTest_Request) ProtoReflect ¶ added in v2.470.4
func (x *EchoDuplexTest_Request) ProtoReflect() protoreflect.Message
func (*EchoDuplexTest_Request) Reset ¶ added in v2.242.0
func (x *EchoDuplexTest_Request) Reset()
func (*EchoDuplexTest_Request) String ¶ added in v2.242.0
func (x *EchoDuplexTest_Request) String() string
type EchoTest ¶
type EchoTest struct {
// contains filtered or unexported fields
}
func (*EchoTest) Descriptor
deprecated
func (*EchoTest) ProtoMessage ¶
func (*EchoTest) ProtoMessage()
func (*EchoTest) ProtoReflect ¶ added in v2.470.4
func (x *EchoTest) ProtoReflect() protoreflect.Message
type EchoTest_Reply ¶
type EchoTest_Reply struct { Echo string `protobuf:"bytes,1,opt,name=echo,proto3" json:"echo,omitempty"` // contains filtered or unexported fields }
func (*EchoTest_Reply) Descriptor
deprecated
func (*EchoTest_Reply) Descriptor() ([]byte, []int)
Deprecated: Use EchoTest_Reply.ProtoReflect.Descriptor instead.
func (*EchoTest_Reply) GetEcho ¶
func (x *EchoTest_Reply) GetEcho() string
func (*EchoTest_Reply) ProtoMessage ¶
func (*EchoTest_Reply) ProtoMessage()
func (*EchoTest_Reply) ProtoReflect ¶ added in v2.470.4
func (x *EchoTest_Reply) ProtoReflect() protoreflect.Message
func (*EchoTest_Reply) Reset ¶
func (x *EchoTest_Reply) Reset()
func (*EchoTest_Reply) String ¶
func (x *EchoTest_Reply) String() string
type EchoTest_Request ¶
type EchoTest_Request struct { Delay uint64 `protobuf:"varint,1,opt,name=delay,proto3" json:"delay,omitempty"` // in ms Echo string `protobuf:"bytes,2,opt,name=echo,proto3" json:"echo,omitempty"` TriggerError bool `protobuf:"varint,3,opt,name=trigger_error,json=triggerError,proto3" json:"trigger_error,omitempty"` // contains filtered or unexported fields }
func (*EchoTest_Request) Descriptor
deprecated
func (*EchoTest_Request) Descriptor() ([]byte, []int)
Deprecated: Use EchoTest_Request.ProtoReflect.Descriptor instead.
func (*EchoTest_Request) GetDelay ¶
func (x *EchoTest_Request) GetDelay() uint64
func (*EchoTest_Request) GetEcho ¶
func (x *EchoTest_Request) GetEcho() string
func (*EchoTest_Request) GetTriggerError ¶ added in v2.242.0
func (x *EchoTest_Request) GetTriggerError() bool
func (*EchoTest_Request) ProtoMessage ¶
func (*EchoTest_Request) ProtoMessage()
func (*EchoTest_Request) ProtoReflect ¶ added in v2.470.4
func (x *EchoTest_Request) ProtoReflect() protoreflect.Message
func (*EchoTest_Request) Reset ¶
func (x *EchoTest_Request) Reset()
func (*EchoTest_Request) String ¶
func (x *EchoTest_Request) String() string
type EventHandlerPostActions ¶ added in v2.308.0
type EventHandlerPostActions interface { ConversationJoined(conversation *Conversation) error ContactConversationJoined(contact *Contact) error InteractionReceived(i *Interaction) error PushServerOrTokenRegistered(account *Account) error }
func NewPostActionsServiceNoop ¶ added in v2.308.0
func NewPostActionsServiceNoop() EventHandlerPostActions
type EventStream ¶
type EventStream struct {
// contains filtered or unexported fields
}
func (*EventStream) Descriptor
deprecated
func (*EventStream) Descriptor() ([]byte, []int)
Deprecated: Use EventStream.ProtoReflect.Descriptor instead.
func (*EventStream) ProtoMessage ¶
func (*EventStream) ProtoMessage()
func (*EventStream) ProtoReflect ¶ added in v2.470.4
func (x *EventStream) ProtoReflect() protoreflect.Message
func (*EventStream) Reset ¶
func (x *EventStream) Reset()
func (*EventStream) String ¶
func (x *EventStream) String() string
type EventStream_Reply ¶
type EventStream_Reply struct { Event *StreamEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"` // contains filtered or unexported fields }
func (*EventStream_Reply) Descriptor
deprecated
func (*EventStream_Reply) Descriptor() ([]byte, []int)
Deprecated: Use EventStream_Reply.ProtoReflect.Descriptor instead.
func (*EventStream_Reply) GetEvent ¶
func (x *EventStream_Reply) GetEvent() *StreamEvent
func (*EventStream_Reply) ProtoMessage ¶
func (*EventStream_Reply) ProtoMessage()
func (*EventStream_Reply) ProtoReflect ¶ added in v2.470.4
func (x *EventStream_Reply) ProtoReflect() protoreflect.Message
func (*EventStream_Reply) Reset ¶
func (x *EventStream_Reply) Reset()
func (*EventStream_Reply) String ¶
func (x *EventStream_Reply) String() string
type EventStream_Request ¶
type EventStream_Request struct { ShallowAmount int32 `protobuf:"varint,1,opt,name=shallow_amount,json=shallowAmount,proto3" json:"shallow_amount,omitempty"` // contains filtered or unexported fields }
func (*EventStream_Request) Descriptor
deprecated
func (*EventStream_Request) Descriptor() ([]byte, []int)
Deprecated: Use EventStream_Request.ProtoReflect.Descriptor instead.
func (*EventStream_Request) GetShallowAmount ¶ added in v2.261.0
func (x *EventStream_Request) GetShallowAmount() int32
func (*EventStream_Request) ProtoMessage ¶
func (*EventStream_Request) ProtoMessage()
func (*EventStream_Request) ProtoReflect ¶ added in v2.470.4
func (x *EventStream_Request) ProtoReflect() protoreflect.Message
func (*EventStream_Request) Reset ¶
func (x *EventStream_Request) Reset()
func (*EventStream_Request) String ¶
func (x *EventStream_Request) String() string
type IndexableAppMessage ¶ added in v2.267.0
type InstanceExportData ¶
type InstanceExportData struct {
// contains filtered or unexported fields
}
func (*InstanceExportData) Descriptor
deprecated
func (*InstanceExportData) Descriptor() ([]byte, []int)
Deprecated: Use InstanceExportData.ProtoReflect.Descriptor instead.
func (*InstanceExportData) ProtoMessage ¶
func (*InstanceExportData) ProtoMessage()
func (*InstanceExportData) ProtoReflect ¶ added in v2.470.4
func (x *InstanceExportData) ProtoReflect() protoreflect.Message
func (*InstanceExportData) Reset ¶
func (x *InstanceExportData) Reset()
func (*InstanceExportData) String ¶
func (x *InstanceExportData) String() string
type InstanceExportData_Reply ¶
type InstanceExportData_Reply struct { ExportedData []byte `protobuf:"bytes,1,opt,name=exported_data,json=exportedData,proto3" json:"exported_data,omitempty"` // contains filtered or unexported fields }
func (*InstanceExportData_Reply) Descriptor
deprecated
func (*InstanceExportData_Reply) Descriptor() ([]byte, []int)
Deprecated: Use InstanceExportData_Reply.ProtoReflect.Descriptor instead.
func (*InstanceExportData_Reply) GetExportedData ¶
func (x *InstanceExportData_Reply) GetExportedData() []byte
func (*InstanceExportData_Reply) ProtoMessage ¶
func (*InstanceExportData_Reply) ProtoMessage()
func (*InstanceExportData_Reply) ProtoReflect ¶ added in v2.470.4
func (x *InstanceExportData_Reply) ProtoReflect() protoreflect.Message
func (*InstanceExportData_Reply) Reset ¶
func (x *InstanceExportData_Reply) Reset()
func (*InstanceExportData_Reply) String ¶
func (x *InstanceExportData_Reply) String() string
type InstanceExportData_Request ¶
type InstanceExportData_Request struct {
// contains filtered or unexported fields
}
func (*InstanceExportData_Request) Descriptor
deprecated
func (*InstanceExportData_Request) Descriptor() ([]byte, []int)
Deprecated: Use InstanceExportData_Request.ProtoReflect.Descriptor instead.
func (*InstanceExportData_Request) ProtoMessage ¶
func (*InstanceExportData_Request) ProtoMessage()
func (*InstanceExportData_Request) ProtoReflect ¶ added in v2.470.4
func (x *InstanceExportData_Request) ProtoReflect() protoreflect.Message
func (*InstanceExportData_Request) Reset ¶
func (x *InstanceExportData_Request) Reset()
func (*InstanceExportData_Request) String ¶
func (x *InstanceExportData_Request) String() string
type InstanceShareableBertyID ¶
type InstanceShareableBertyID struct {
// contains filtered or unexported fields
}
func (*InstanceShareableBertyID) Descriptor
deprecated
func (*InstanceShareableBertyID) Descriptor() ([]byte, []int)
Deprecated: Use InstanceShareableBertyID.ProtoReflect.Descriptor instead.
func (*InstanceShareableBertyID) ProtoMessage ¶
func (*InstanceShareableBertyID) ProtoMessage()
func (*InstanceShareableBertyID) ProtoReflect ¶ added in v2.470.4
func (x *InstanceShareableBertyID) ProtoReflect() protoreflect.Message
func (*InstanceShareableBertyID) Reset ¶
func (x *InstanceShareableBertyID) Reset()
func (*InstanceShareableBertyID) String ¶
func (x *InstanceShareableBertyID) String() string
type InstanceShareableBertyID_Reply ¶
type InstanceShareableBertyID_Reply struct { // contains filtered or unexported fields }
func (*InstanceShareableBertyID_Reply) Descriptor
deprecated
func (*InstanceShareableBertyID_Reply) Descriptor() ([]byte, []int)
Deprecated: Use InstanceShareableBertyID_Reply.ProtoReflect.Descriptor instead.
func (*InstanceShareableBertyID_Reply) GetInternalUrl ¶ added in v2.470.4
func (x *InstanceShareableBertyID_Reply) GetInternalUrl() string
func (*InstanceShareableBertyID_Reply) GetLink ¶
func (x *InstanceShareableBertyID_Reply) GetLink() *BertyLink
func (*InstanceShareableBertyID_Reply) GetWebUrl ¶ added in v2.470.4
func (x *InstanceShareableBertyID_Reply) GetWebUrl() string
func (*InstanceShareableBertyID_Reply) ProtoMessage ¶
func (*InstanceShareableBertyID_Reply) ProtoMessage()
func (*InstanceShareableBertyID_Reply) ProtoReflect ¶ added in v2.470.4
func (x *InstanceShareableBertyID_Reply) ProtoReflect() protoreflect.Message
func (*InstanceShareableBertyID_Reply) Reset ¶
func (x *InstanceShareableBertyID_Reply) Reset()
func (*InstanceShareableBertyID_Reply) String ¶
func (x *InstanceShareableBertyID_Reply) String() string
type InstanceShareableBertyID_Request ¶
type InstanceShareableBertyID_Request struct { // reset will regenerate a new link Passphrase []byte `protobuf:"bytes,3,opt,name=passphrase,proto3" json:"passphrase,omitempty"` // contains filtered or unexported fields }
func (*InstanceShareableBertyID_Request) Descriptor
deprecated
func (*InstanceShareableBertyID_Request) Descriptor() ([]byte, []int)
Deprecated: Use InstanceShareableBertyID_Request.ProtoReflect.Descriptor instead.
func (*InstanceShareableBertyID_Request) GetDisplayName ¶
func (x *InstanceShareableBertyID_Request) GetDisplayName() string
func (*InstanceShareableBertyID_Request) GetPassphrase ¶ added in v2.231.0
func (x *InstanceShareableBertyID_Request) GetPassphrase() []byte
func (*InstanceShareableBertyID_Request) GetReset_ ¶
func (x *InstanceShareableBertyID_Request) GetReset_() bool
func (*InstanceShareableBertyID_Request) ProtoMessage ¶
func (*InstanceShareableBertyID_Request) ProtoMessage()
func (*InstanceShareableBertyID_Request) ProtoReflect ¶ added in v2.470.4
func (x *InstanceShareableBertyID_Request) ProtoReflect() protoreflect.Message
func (*InstanceShareableBertyID_Request) Reset ¶
func (x *InstanceShareableBertyID_Request) Reset()
func (*InstanceShareableBertyID_Request) String ¶
func (x *InstanceShareableBertyID_Request) String() string
type Interact ¶
type Interact struct {
// contains filtered or unexported fields
}
func (*Interact) Descriptor
deprecated
func (*Interact) ProtoMessage ¶
func (*Interact) ProtoMessage()
func (*Interact) ProtoReflect ¶ added in v2.470.4
func (x *Interact) ProtoReflect() protoreflect.Message
type Interact_Reply ¶
type Interact_Reply struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` // contains filtered or unexported fields }
func (*Interact_Reply) Descriptor
deprecated
func (*Interact_Reply) Descriptor() ([]byte, []int)
Deprecated: Use Interact_Reply.ProtoReflect.Descriptor instead.
func (*Interact_Reply) GetCid ¶ added in v2.470.4
func (x *Interact_Reply) GetCid() string
func (*Interact_Reply) ProtoMessage ¶
func (*Interact_Reply) ProtoMessage()
func (*Interact_Reply) ProtoReflect ¶ added in v2.470.4
func (x *Interact_Reply) ProtoReflect() protoreflect.Message
func (*Interact_Reply) Reset ¶
func (x *Interact_Reply) Reset()
func (*Interact_Reply) String ¶
func (x *Interact_Reply) String() string
type Interact_Request ¶
type Interact_Request struct { Type AppMessage_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.messenger.v1.AppMessage_Type" json:"type,omitempty"` Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` ConversationPublicKey string `` /* 126-byte string literal not displayed */ TargetCid string `protobuf:"bytes,5,opt,name=target_cid,json=targetCid,proto3" json:"target_cid,omitempty"` Metadata bool `protobuf:"varint,6,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*Interact_Request) Descriptor
deprecated
func (*Interact_Request) Descriptor() ([]byte, []int)
Deprecated: Use Interact_Request.ProtoReflect.Descriptor instead.
func (*Interact_Request) GetConversationPublicKey ¶
func (x *Interact_Request) GetConversationPublicKey() string
func (*Interact_Request) GetMetadata ¶ added in v2.339.2
func (x *Interact_Request) GetMetadata() bool
func (*Interact_Request) GetPayload ¶
func (x *Interact_Request) GetPayload() []byte
func (*Interact_Request) GetTargetCid ¶ added in v2.470.4
func (x *Interact_Request) GetTargetCid() string
func (*Interact_Request) GetType ¶
func (x *Interact_Request) GetType() AppMessage_Type
func (*Interact_Request) ProtoMessage ¶
func (*Interact_Request) ProtoMessage()
func (*Interact_Request) ProtoReflect ¶ added in v2.470.4
func (x *Interact_Request) ProtoReflect() protoreflect.Message
func (*Interact_Request) Reset ¶
func (x *Interact_Request) Reset()
func (*Interact_Request) String ¶
func (x *Interact_Request) String() string
type Interaction ¶
type Interaction struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty" gorm:"primaryKey;column:cid"` Type AppMessage_Type `protobuf:"varint,2,opt,name=type,proto3,enum=berty.messenger.v1.AppMessage_Type" json:"type,omitempty" gorm:"index"` MemberPublicKey string `protobuf:"bytes,7,opt,name=member_public_key,json=memberPublicKey,proto3" json:"member_public_key,omitempty"` DevicePublicKey string `protobuf:"bytes,12,opt,name=device_public_key,json=devicePublicKey,proto3" json:"device_public_key,omitempty"` Member *Member `protobuf:"bytes,8,opt,name=member,proto3" json:"member,omitempty" gorm:"foreignKey:PublicKey;references:MemberPublicKey"` ConversationPublicKey string `` /* 139-byte string literal not displayed */ Conversation *Conversation `protobuf:"bytes,4,opt,name=conversation,proto3" json:"conversation,omitempty"` Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` IsMine bool `protobuf:"varint,6,opt,name=is_mine,json=isMine,proto3" json:"is_mine,omitempty"` SentDate int64 `protobuf:"varint,9,opt,name=sent_date,json=sentDate,proto3" json:"sent_date,omitempty" gorm:"index"` Acknowledged bool `protobuf:"varint,10,opt,name=acknowledged,proto3" json:"acknowledged,omitempty"` TargetCid string `protobuf:"bytes,13,opt,name=target_cid,json=targetCid,proto3" json:"target_cid,omitempty" gorm:"index;column:target_cid"` OutOfStoreMessage bool `protobuf:"varint,17,opt,name=out_of_store_message,json=outOfStoreMessage,proto3" json:"out_of_store_message,omitempty"` // contains filtered or unexported fields }
func (*Interaction) Descriptor
deprecated
func (*Interaction) Descriptor() ([]byte, []int)
Deprecated: Use Interaction.ProtoReflect.Descriptor instead.
func (*Interaction) GetAcknowledged ¶
func (x *Interaction) GetAcknowledged() bool
func (*Interaction) GetCid ¶ added in v2.470.4
func (x *Interaction) GetCid() string
func (*Interaction) GetConversation ¶
func (x *Interaction) GetConversation() *Conversation
func (*Interaction) GetConversationPublicKey ¶
func (x *Interaction) GetConversationPublicKey() string
func (*Interaction) GetDevicePublicKey ¶
func (x *Interaction) GetDevicePublicKey() string
func (*Interaction) GetIsMine ¶ added in v2.254.3
func (x *Interaction) GetIsMine() bool
func (*Interaction) GetMember ¶
func (x *Interaction) GetMember() *Member
func (*Interaction) GetMemberPublicKey ¶
func (x *Interaction) GetMemberPublicKey() string
func (*Interaction) GetOutOfStoreMessage ¶ added in v2.305.0
func (x *Interaction) GetOutOfStoreMessage() bool
func (*Interaction) GetPayload ¶
func (x *Interaction) GetPayload() []byte
func (*Interaction) GetSentDate ¶
func (x *Interaction) GetSentDate() int64
func (*Interaction) GetTargetCid ¶ added in v2.470.4
func (x *Interaction) GetTargetCid() string
func (*Interaction) GetType ¶
func (x *Interaction) GetType() AppMessage_Type
func (*Interaction) MarshalJSON ¶
func (interaction *Interaction) MarshalJSON() ([]byte, error)
func (*Interaction) ProtoMessage ¶
func (*Interaction) ProtoMessage()
func (*Interaction) ProtoReflect ¶ added in v2.470.4
func (x *Interaction) ProtoReflect() protoreflect.Message
func (*Interaction) Reset ¶
func (x *Interaction) Reset()
func (*Interaction) String ¶
func (x *Interaction) String() string
func (*Interaction) UnmarshalPayload ¶
func (interaction *Interaction) UnmarshalPayload() (proto.Message, error)
type ListMemberDevices ¶ added in v2.344.0
type ListMemberDevices struct {
// contains filtered or unexported fields
}
func (*ListMemberDevices) Descriptor
deprecated
added in
v2.344.0
func (*ListMemberDevices) Descriptor() ([]byte, []int)
Deprecated: Use ListMemberDevices.ProtoReflect.Descriptor instead.
func (*ListMemberDevices) ProtoMessage ¶ added in v2.344.0
func (*ListMemberDevices) ProtoMessage()
func (*ListMemberDevices) ProtoReflect ¶ added in v2.470.4
func (x *ListMemberDevices) ProtoReflect() protoreflect.Message
func (*ListMemberDevices) Reset ¶ added in v2.344.0
func (x *ListMemberDevices) Reset()
func (*ListMemberDevices) String ¶ added in v2.344.0
func (x *ListMemberDevices) String() string
type ListMemberDevices_Reply ¶ added in v2.344.0
type ListMemberDevices_Reply struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*ListMemberDevices_Reply) Descriptor
deprecated
added in
v2.344.0
func (*ListMemberDevices_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ListMemberDevices_Reply.ProtoReflect.Descriptor instead.
func (*ListMemberDevices_Reply) GetDevice ¶ added in v2.344.0
func (x *ListMemberDevices_Reply) GetDevice() *Device
func (*ListMemberDevices_Reply) ProtoMessage ¶ added in v2.344.0
func (*ListMemberDevices_Reply) ProtoMessage()
func (*ListMemberDevices_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ListMemberDevices_Reply) ProtoReflect() protoreflect.Message
func (*ListMemberDevices_Reply) Reset ¶ added in v2.344.0
func (x *ListMemberDevices_Reply) Reset()
func (*ListMemberDevices_Reply) String ¶ added in v2.344.0
func (x *ListMemberDevices_Reply) String() string
type ListMemberDevices_Request ¶ added in v2.344.0
type ListMemberDevices_Request struct { ConversationPk string `protobuf:"bytes,1,opt,name=conversation_pk,json=conversationPk,proto3" json:"conversation_pk,omitempty"` MemberPk string `protobuf:"bytes,2,opt,name=member_pk,json=memberPk,proto3" json:"member_pk,omitempty"` // contains filtered or unexported fields }
func (*ListMemberDevices_Request) Descriptor
deprecated
added in
v2.344.0
func (*ListMemberDevices_Request) Descriptor() ([]byte, []int)
Deprecated: Use ListMemberDevices_Request.ProtoReflect.Descriptor instead.
func (*ListMemberDevices_Request) GetConversationPk ¶ added in v2.470.4
func (x *ListMemberDevices_Request) GetConversationPk() string
func (*ListMemberDevices_Request) GetMemberPk ¶ added in v2.470.4
func (x *ListMemberDevices_Request) GetMemberPk() string
func (*ListMemberDevices_Request) ProtoMessage ¶ added in v2.344.0
func (*ListMemberDevices_Request) ProtoMessage()
func (*ListMemberDevices_Request) ProtoReflect ¶ added in v2.470.4
func (x *ListMemberDevices_Request) ProtoReflect() protoreflect.Message
func (*ListMemberDevices_Request) Reset ¶ added in v2.344.0
func (x *ListMemberDevices_Request) Reset()
func (*ListMemberDevices_Request) String ¶ added in v2.344.0
func (x *ListMemberDevices_Request) String() string
type LocalConversationState ¶
type LocalConversationState struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` UnreadCount int32 `protobuf:"varint,2,opt,name=unread_count,json=unreadCount,proto3" json:"unread_count,omitempty"` IsOpen bool `protobuf:"varint,3,opt,name=is_open,json=isOpen,proto3" json:"is_open,omitempty"` Type Conversation_Type `protobuf:"varint,4,opt,name=type,proto3,enum=berty.messenger.v1.Conversation_Type" json:"type,omitempty"` // contains filtered or unexported fields }
func (*LocalConversationState) Descriptor
deprecated
func (*LocalConversationState) Descriptor() ([]byte, []int)
Deprecated: Use LocalConversationState.ProtoReflect.Descriptor instead.
func (*LocalConversationState) GetIsOpen ¶
func (x *LocalConversationState) GetIsOpen() bool
func (*LocalConversationState) GetPublicKey ¶
func (x *LocalConversationState) GetPublicKey() string
func (*LocalConversationState) GetType ¶
func (x *LocalConversationState) GetType() Conversation_Type
func (*LocalConversationState) GetUnreadCount ¶
func (x *LocalConversationState) GetUnreadCount() int32
func (*LocalConversationState) ProtoMessage ¶
func (*LocalConversationState) ProtoMessage()
func (*LocalConversationState) ProtoReflect ¶ added in v2.470.4
func (x *LocalConversationState) ProtoReflect() protoreflect.Message
func (*LocalConversationState) Reset ¶
func (x *LocalConversationState) Reset()
func (*LocalConversationState) String ¶
func (x *LocalConversationState) String() string
type LocalDatabaseState ¶
type LocalDatabaseState struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` ReplicateFlag bool `protobuf:"varint,3,opt,name=replicate_flag,json=replicateFlag,proto3" json:"replicate_flag,omitempty"` LocalConversationsState []*LocalConversationState `` /* 132-byte string literal not displayed */ AccountLink string `protobuf:"bytes,5,opt,name=account_link,json=accountLink,proto3" json:"account_link,omitempty"` // contains filtered or unexported fields }
func (*LocalDatabaseState) Descriptor
deprecated
func (*LocalDatabaseState) Descriptor() ([]byte, []int)
Deprecated: Use LocalDatabaseState.ProtoReflect.Descriptor instead.
func (*LocalDatabaseState) GetAccountLink ¶
func (x *LocalDatabaseState) GetAccountLink() string
func (*LocalDatabaseState) GetAutoSharePushTokenFlag ¶ added in v2.305.0
func (x *LocalDatabaseState) GetAutoSharePushTokenFlag() bool
func (*LocalDatabaseState) GetDisplayName ¶
func (x *LocalDatabaseState) GetDisplayName() string
func (*LocalDatabaseState) GetLocalConversationsState ¶
func (x *LocalDatabaseState) GetLocalConversationsState() []*LocalConversationState
func (*LocalDatabaseState) GetPublicKey ¶
func (x *LocalDatabaseState) GetPublicKey() string
func (*LocalDatabaseState) GetReplicateFlag ¶
func (x *LocalDatabaseState) GetReplicateFlag() bool
func (*LocalDatabaseState) ProtoMessage ¶
func (*LocalDatabaseState) ProtoMessage()
func (*LocalDatabaseState) ProtoReflect ¶ added in v2.470.4
func (x *LocalDatabaseState) ProtoReflect() protoreflect.Message
func (*LocalDatabaseState) Reset ¶
func (x *LocalDatabaseState) Reset()
func (*LocalDatabaseState) String ¶
func (x *LocalDatabaseState) String() string
type Member ¶
type Member struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" gorm:"primaryKey"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` ConversationPublicKey string `` /* 144-byte string literal not displayed */ IsMe bool `protobuf:"varint,9,opt,name=is_me,json=isMe,proto3" json:"is_me,omitempty"` IsCreator bool `protobuf:"varint,8,opt,name=is_creator,json=isCreator,proto3" json:"is_creator,omitempty"` InfoDate int64 `protobuf:"varint,7,opt,name=info_date,json=infoDate,proto3" json:"info_date,omitempty"` Conversation *Conversation `protobuf:"bytes,4,opt,name=conversation,proto3" json:"conversation,omitempty"` Devices []*Device `protobuf:"bytes,5,rep,name=devices,proto3" json:"devices,omitempty" gorm:"foreignKey:MemberPublicKey;references:PublicKey"` // contains filtered or unexported fields }
func (*Member) Descriptor
deprecated
func (*Member) GetConversation ¶
func (x *Member) GetConversation() *Conversation
func (*Member) GetConversationPublicKey ¶
func (*Member) GetDevices ¶
func (*Member) GetDisplayName ¶
func (*Member) GetInfoDate ¶
func (*Member) GetIsCreator ¶ added in v2.250.0
func (*Member) GetPublicKey ¶
func (*Member) ProtoMessage ¶
func (*Member) ProtoMessage()
func (*Member) ProtoReflect ¶ added in v2.470.4
func (x *Member) ProtoReflect() protoreflect.Message
type MemberWithDevices ¶ added in v2.470.0
type MemberWithDevices struct { MemberPk string `protobuf:"bytes,1,opt,name=member_pk,json=memberPk,proto3" json:"member_pk,omitempty"` DevicesPks []string `protobuf:"bytes,2,rep,name=devices_pks,json=devicesPks,proto3" json:"devices_pks,omitempty"` // contains filtered or unexported fields }
func (*MemberWithDevices) Descriptor
deprecated
added in
v2.470.0
func (*MemberWithDevices) Descriptor() ([]byte, []int)
Deprecated: Use MemberWithDevices.ProtoReflect.Descriptor instead.
func (*MemberWithDevices) GetDevicesPks ¶ added in v2.470.4
func (x *MemberWithDevices) GetDevicesPks() []string
func (*MemberWithDevices) GetMemberPk ¶ added in v2.470.4
func (x *MemberWithDevices) GetMemberPk() string
func (*MemberWithDevices) ProtoMessage ¶ added in v2.470.0
func (*MemberWithDevices) ProtoMessage()
func (*MemberWithDevices) ProtoReflect ¶ added in v2.470.4
func (x *MemberWithDevices) ProtoReflect() protoreflect.Message
func (*MemberWithDevices) Reset ¶ added in v2.470.0
func (x *MemberWithDevices) Reset()
func (*MemberWithDevices) String ¶ added in v2.470.0
func (x *MemberWithDevices) String() string
type MessageSearch ¶ added in v2.267.0
type MessageSearch struct {
// contains filtered or unexported fields
}
func (*MessageSearch) Descriptor
deprecated
added in
v2.267.0
func (*MessageSearch) Descriptor() ([]byte, []int)
Deprecated: Use MessageSearch.ProtoReflect.Descriptor instead.
func (*MessageSearch) ProtoMessage ¶ added in v2.267.0
func (*MessageSearch) ProtoMessage()
func (*MessageSearch) ProtoReflect ¶ added in v2.470.4
func (x *MessageSearch) ProtoReflect() protoreflect.Message
func (*MessageSearch) Reset ¶ added in v2.267.0
func (x *MessageSearch) Reset()
func (*MessageSearch) String ¶ added in v2.267.0
func (x *MessageSearch) String() string
type MessageSearch_Reply ¶ added in v2.267.0
type MessageSearch_Reply struct { Results []*Interaction `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*MessageSearch_Reply) Descriptor
deprecated
added in
v2.267.0
func (*MessageSearch_Reply) Descriptor() ([]byte, []int)
Deprecated: Use MessageSearch_Reply.ProtoReflect.Descriptor instead.
func (*MessageSearch_Reply) GetResults ¶ added in v2.267.0
func (x *MessageSearch_Reply) GetResults() []*Interaction
func (*MessageSearch_Reply) ProtoMessage ¶ added in v2.267.0
func (*MessageSearch_Reply) ProtoMessage()
func (*MessageSearch_Reply) ProtoReflect ¶ added in v2.470.4
func (x *MessageSearch_Reply) ProtoReflect() protoreflect.Message
func (*MessageSearch_Reply) Reset ¶ added in v2.267.0
func (x *MessageSearch_Reply) Reset()
func (*MessageSearch_Reply) String ¶ added in v2.267.0
func (x *MessageSearch_Reply) String() string
type MessageSearch_Request ¶ added in v2.267.0
type MessageSearch_Request struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` BeforeDate int64 `protobuf:"varint,2,opt,name=before_date,json=beforeDate,proto3" json:"before_date,omitempty"` AfterDate int64 `protobuf:"varint,3,opt,name=after_date,json=afterDate,proto3" json:"after_date,omitempty"` Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"` RefCid string `protobuf:"bytes,5,opt,name=ref_cid,json=refCid,proto3" json:"ref_cid,omitempty"` OldestToNewest bool `protobuf:"varint,6,opt,name=oldest_to_newest,json=oldestToNewest,proto3" json:"oldest_to_newest,omitempty"` // contains filtered or unexported fields }
func (*MessageSearch_Request) Descriptor
deprecated
added in
v2.267.0
func (*MessageSearch_Request) Descriptor() ([]byte, []int)
Deprecated: Use MessageSearch_Request.ProtoReflect.Descriptor instead.
func (*MessageSearch_Request) GetAfterDate ¶ added in v2.267.0
func (x *MessageSearch_Request) GetAfterDate() int64
func (*MessageSearch_Request) GetBeforeDate ¶ added in v2.267.0
func (x *MessageSearch_Request) GetBeforeDate() int64
func (*MessageSearch_Request) GetLimit ¶ added in v2.267.0
func (x *MessageSearch_Request) GetLimit() int32
func (*MessageSearch_Request) GetOldestToNewest ¶ added in v2.267.0
func (x *MessageSearch_Request) GetOldestToNewest() bool
func (*MessageSearch_Request) GetQuery ¶ added in v2.267.0
func (x *MessageSearch_Request) GetQuery() string
func (*MessageSearch_Request) GetRefCid ¶ added in v2.470.4
func (x *MessageSearch_Request) GetRefCid() string
func (*MessageSearch_Request) ProtoMessage ¶ added in v2.267.0
func (*MessageSearch_Request) ProtoMessage()
func (*MessageSearch_Request) ProtoReflect ¶ added in v2.470.4
func (x *MessageSearch_Request) ProtoReflect() protoreflect.Message
func (*MessageSearch_Request) Reset ¶ added in v2.267.0
func (x *MessageSearch_Request) Reset()
func (*MessageSearch_Request) String ¶ added in v2.267.0
func (x *MessageSearch_Request) String() string
type MessengerServiceClient ¶
type MessengerServiceClient interface { context.Context, in *InstanceShareableBertyID_Request, opts ...grpc.CallOption) (*InstanceShareableBertyID_Reply, error) ShareableBertyGroup(ctx context.Context, in *ShareableBertyGroup_Request, opts ...grpc.CallOption) (*ShareableBertyGroup_Reply, error) // TODO: remove for public. DevShareInstanceBertyID(ctx context.Context, in *DevShareInstanceBertyID_Request, opts ...grpc.CallOption) (*DevShareInstanceBertyID_Reply, error) // DevStreamLogs streams logs from the ring-buffer. DevStreamLogs(ctx context.Context, in *DevStreamLogs_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[DevStreamLogs_Reply], error) // ParseDeepLink parses a link in the form of berty://xxx or https://berty.tech/id# and returns a structure // that can be used to display information. // This action is read-only. ParseDeepLink(ctx context.Context, in *ParseDeepLink_Request, opts ...grpc.CallOption) (*ParseDeepLink_Reply, error) // SendContactRequest takes the payload received from ParseDeepLink and send a contact request using the weshnet.protocol. SendContactRequest(ctx context.Context, in *SendContactRequest_Request, opts ...grpc.CallOption) (*SendContactRequest_Reply, error) // SystemInfo returns runtime information. SystemInfo(ctx context.Context, in *SystemInfo_Request, opts ...grpc.CallOption) (*SystemInfo_Reply, error) // Use to test stream. EchoTest(ctx context.Context, in *EchoTest_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[EchoTest_Reply], error) // Use to test duplex stream. EchoDuplexTest(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[EchoDuplexTest_Request, EchoDuplexTest_Reply], error) ConversationStream(ctx context.Context, in *ConversationStream_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ConversationStream_Reply], error) EventStream(ctx context.Context, in *EventStream_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[EventStream_Reply], error) ConversationCreate(ctx context.Context, in *ConversationCreate_Request, opts ...grpc.CallOption) (*ConversationCreate_Reply, error) ConversationJoin(ctx context.Context, in *ConversationJoin_Request, opts ...grpc.CallOption) (*ConversationJoin_Reply, error) AccountGet(ctx context.Context, in *AccountGet_Request, opts ...grpc.CallOption) (*AccountGet_Reply, error) AccountUpdate(ctx context.Context, in *AccountUpdate_Request, opts ...grpc.CallOption) (*AccountUpdate_Reply, error) AccountPushConfigure(ctx context.Context, in *AccountPushConfigure_Request, opts ...grpc.CallOption) (*AccountPushConfigure_Reply, error) ContactRequest(ctx context.Context, in *ContactRequest_Request, opts ...grpc.CallOption) (*ContactRequest_Reply, error) ContactAccept(ctx context.Context, in *ContactAccept_Request, opts ...grpc.CallOption) (*ContactAccept_Reply, error) Interact(ctx context.Context, in *Interact_Request, opts ...grpc.CallOption) (*Interact_Reply, error) ConversationOpen(ctx context.Context, in *ConversationOpen_Request, opts ...grpc.CallOption) (*ConversationOpen_Reply, error) ConversationClose(ctx context.Context, in *ConversationClose_Request, opts ...grpc.CallOption) (*ConversationClose_Reply, error) ConversationLoad(ctx context.Context, in *ConversationLoad_Request, opts ...grpc.CallOption) (*ConversationLoad_Reply, error) ConversationMute(ctx context.Context, in *ConversationMute_Request, opts ...grpc.CallOption) (*ConversationMute_Reply, error) // ReplicationServiceRegisterGroup Asks a replication service to distribute a group contents ReplicationServiceRegisterGroup(ctx context.Context, in *ReplicationServiceRegisterGroup_Request, opts ...grpc.CallOption) (*ReplicationServiceRegisterGroup_Reply, error) // ReplicationSetAutoEnable Sets whether new groups should be replicated automatically or not ReplicationSetAutoEnable(ctx context.Context, in *ReplicationSetAutoEnable_Request, opts ...grpc.CallOption) (*ReplicationSetAutoEnable_Reply, error) // BannerQuote returns the quote of the day. BannerQuote(ctx context.Context, in *BannerQuote_Request, opts ...grpc.CallOption) (*BannerQuote_Reply, error) // InstanceExportData exports instance data InstanceExportData(ctx context.Context, in *InstanceExportData_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[InstanceExportData_Reply], error) // MessageSearch MessageSearch(ctx context.Context, in *MessageSearch_Request, opts ...grpc.CallOption) (*MessageSearch_Reply, error) // ListMemberDevices Lists devices for a member ListMemberDevices(ctx context.Context, in *ListMemberDevices_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ListMemberDevices_Reply], error) // TyberHostSearch TyberHostSearch(ctx context.Context, in *TyberHostSearch_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[TyberHostSearch_Reply], error) // TyberHostAttach TyberHostAttach(ctx context.Context, in *TyberHostAttach_Request, opts ...grpc.CallOption) (*TyberHostAttach_Reply, error) // DebugAuthServiceSetToken sets the service token directly without using the PKCE OAuth 2 token issuer DebugAuthServiceSetToken(ctx context.Context, in *DebugAuthServiceSetToken_Request, opts ...grpc.CallOption) (*DebugAuthServiceSetToken_Reply, error) // ServicesTokenList Retrieves the list of service server tokens ServicesTokenList(ctx context.Context, in *ServicesTokenList_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ServicesTokenList_Reply], error) // AuthServiceInitFlow Initialize an authentication flow AuthServiceInitFlow(ctx context.Context, in *AuthServiceInitFlow_Request, opts ...grpc.CallOption) (*AuthServiceInitFlow_Reply, error) // AuthServiceCompleteFlow Completes an authentication flow AuthServiceCompleteFlow(ctx context.Context, in *AuthServiceCompleteFlow_Request, opts ...grpc.CallOption) (*AuthServiceCompleteFlow_Reply, error) PushSetAutoShare(ctx context.Context, in *PushSetAutoShare_Request, opts ...grpc.CallOption) (*PushSetAutoShare_Reply, error) PushShareTokenForConversation(ctx context.Context, in *PushShareTokenForConversation_Request, opts ...grpc.CallOption) (*PushShareTokenForConversation_Reply, error) PushTokenSharedForConversation(ctx context.Context, in *PushTokenSharedForConversation_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[PushTokenSharedForConversation_Reply], error) // PushReceive handles a push payload, decrypts it if possible, adds it to the local store PushReceive(ctx context.Context, in *PushReceive_Request, opts ...grpc.CallOption) (*PushReceive_Reply, error) // PushSend sends a push payload to a specified list of group members PushSend(ctx context.Context, in *PushSend_Request, opts ...grpc.CallOption) (*PushSend_Reply, error) // PushSetDeviceToken registers a push token for the current device PushSetDeviceToken(ctx context.Context, in *PushSetDeviceToken_Request, opts ...grpc.CallOption) (*PushSetDeviceToken_Reply, error) // PushSetServer registers a push server for the current device PushSetServer(ctx context.Context, in *PushSetServer_Request, opts ...grpc.CallOption) (*PushSetServer_Reply, error) // DirectoryServiceRegister registers a verified credential on a directory service DirectoryServiceRegister(ctx context.Context, in *DirectoryServiceRegister_Request, opts ...grpc.CallOption) (*DirectoryServiceRegister_Reply, error) // DirectoryServiceUnregister requests a directory service to remove a verified credential DirectoryServiceUnregister(ctx context.Context, in *DirectoryServiceUnregister_Request, opts ...grpc.CallOption) (*DirectoryServiceUnregister_Reply, error) // DirectoryServiceQuery queries a directory service for given identifiers DirectoryServiceQuery(ctx context.Context, in *DirectoryServiceQuery_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[DirectoryServiceQuery_Reply], error) }InstanceShareableBertyID(ctx
MessengerServiceClient is the client API for MessengerService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
MessengerService is the top-level API that uses the weshnet.protocol to implement the Berty Messenger specific logic. Today, most of the Berty Messenger logic is implemented directly in the application (see the /js folder of this repo).
func NewMessengerServiceClient ¶
func NewMessengerServiceClient(cc grpc.ClientConnInterface) MessengerServiceClient
type MessengerServiceServer ¶
type MessengerServiceServer interface { context.Context, *InstanceShareableBertyID_Request) (*InstanceShareableBertyID_Reply, error) ShareableBertyGroup(context.Context, *ShareableBertyGroup_Request) (*ShareableBertyGroup_Reply, error) // TODO: remove for public. DevShareInstanceBertyID(context.Context, *DevShareInstanceBertyID_Request) (*DevShareInstanceBertyID_Reply, error) // DevStreamLogs streams logs from the ring-buffer. DevStreamLogs(*DevStreamLogs_Request, grpc.ServerStreamingServer[DevStreamLogs_Reply]) error // ParseDeepLink parses a link in the form of berty://xxx or https://berty.tech/id# and returns a structure // that can be used to display information. // This action is read-only. ParseDeepLink(context.Context, *ParseDeepLink_Request) (*ParseDeepLink_Reply, error) // SendContactRequest takes the payload received from ParseDeepLink and send a contact request using the weshnet.protocol. SendContactRequest(context.Context, *SendContactRequest_Request) (*SendContactRequest_Reply, error) // SystemInfo returns runtime information. SystemInfo(context.Context, *SystemInfo_Request) (*SystemInfo_Reply, error) // Use to test stream. EchoTest(*EchoTest_Request, grpc.ServerStreamingServer[EchoTest_Reply]) error // Use to test duplex stream. EchoDuplexTest(grpc.BidiStreamingServer[EchoDuplexTest_Request, EchoDuplexTest_Reply]) error ConversationStream(*ConversationStream_Request, grpc.ServerStreamingServer[ConversationStream_Reply]) error EventStream(*EventStream_Request, grpc.ServerStreamingServer[EventStream_Reply]) error ConversationCreate(context.Context, *ConversationCreate_Request) (*ConversationCreate_Reply, error) ConversationJoin(context.Context, *ConversationJoin_Request) (*ConversationJoin_Reply, error) AccountGet(context.Context, *AccountGet_Request) (*AccountGet_Reply, error) AccountUpdate(context.Context, *AccountUpdate_Request) (*AccountUpdate_Reply, error) AccountPushConfigure(context.Context, *AccountPushConfigure_Request) (*AccountPushConfigure_Reply, error) ContactRequest(context.Context, *ContactRequest_Request) (*ContactRequest_Reply, error) ContactAccept(context.Context, *ContactAccept_Request) (*ContactAccept_Reply, error) Interact(context.Context, *Interact_Request) (*Interact_Reply, error) ConversationOpen(context.Context, *ConversationOpen_Request) (*ConversationOpen_Reply, error) ConversationClose(context.Context, *ConversationClose_Request) (*ConversationClose_Reply, error) ConversationLoad(context.Context, *ConversationLoad_Request) (*ConversationLoad_Reply, error) ConversationMute(context.Context, *ConversationMute_Request) (*ConversationMute_Reply, error) // ReplicationServiceRegisterGroup Asks a replication service to distribute a group contents ReplicationServiceRegisterGroup(context.Context, *ReplicationServiceRegisterGroup_Request) (*ReplicationServiceRegisterGroup_Reply, error) // ReplicationSetAutoEnable Sets whether new groups should be replicated automatically or not ReplicationSetAutoEnable(context.Context, *ReplicationSetAutoEnable_Request) (*ReplicationSetAutoEnable_Reply, error) // BannerQuote returns the quote of the day. BannerQuote(context.Context, *BannerQuote_Request) (*BannerQuote_Reply, error) // InstanceExportData exports instance data InstanceExportData(*InstanceExportData_Request, grpc.ServerStreamingServer[InstanceExportData_Reply]) error // MessageSearch MessageSearch(context.Context, *MessageSearch_Request) (*MessageSearch_Reply, error) // ListMemberDevices Lists devices for a member ListMemberDevices(*ListMemberDevices_Request, grpc.ServerStreamingServer[ListMemberDevices_Reply]) error // TyberHostSearch TyberHostSearch(*TyberHostSearch_Request, grpc.ServerStreamingServer[TyberHostSearch_Reply]) error // TyberHostAttach TyberHostAttach(context.Context, *TyberHostAttach_Request) (*TyberHostAttach_Reply, error) // DebugAuthServiceSetToken sets the service token directly without using the PKCE OAuth 2 token issuer DebugAuthServiceSetToken(context.Context, *DebugAuthServiceSetToken_Request) (*DebugAuthServiceSetToken_Reply, error) // ServicesTokenList Retrieves the list of service server tokens ServicesTokenList(*ServicesTokenList_Request, grpc.ServerStreamingServer[ServicesTokenList_Reply]) error // AuthServiceInitFlow Initialize an authentication flow AuthServiceInitFlow(context.Context, *AuthServiceInitFlow_Request) (*AuthServiceInitFlow_Reply, error) // AuthServiceCompleteFlow Completes an authentication flow AuthServiceCompleteFlow(context.Context, *AuthServiceCompleteFlow_Request) (*AuthServiceCompleteFlow_Reply, error) PushSetAutoShare(context.Context, *PushSetAutoShare_Request) (*PushSetAutoShare_Reply, error) PushShareTokenForConversation(context.Context, *PushShareTokenForConversation_Request) (*PushShareTokenForConversation_Reply, error) PushTokenSharedForConversation(*PushTokenSharedForConversation_Request, grpc.ServerStreamingServer[PushTokenSharedForConversation_Reply]) error // PushReceive handles a push payload, decrypts it if possible, adds it to the local store PushReceive(context.Context, *PushReceive_Request) (*PushReceive_Reply, error) // PushSend sends a push payload to a specified list of group members PushSend(context.Context, *PushSend_Request) (*PushSend_Reply, error) // PushSetDeviceToken registers a push token for the current device PushSetDeviceToken(context.Context, *PushSetDeviceToken_Request) (*PushSetDeviceToken_Reply, error) // PushSetServer registers a push server for the current device PushSetServer(context.Context, *PushSetServer_Request) (*PushSetServer_Reply, error) // DirectoryServiceRegister registers a verified credential on a directory service DirectoryServiceRegister(context.Context, *DirectoryServiceRegister_Request) (*DirectoryServiceRegister_Reply, error) // DirectoryServiceUnregister requests a directory service to remove a verified credential DirectoryServiceUnregister(context.Context, *DirectoryServiceUnregister_Request) (*DirectoryServiceUnregister_Reply, error) // DirectoryServiceQuery queries a directory service for given identifiers DirectoryServiceQuery(*DirectoryServiceQuery_Request, grpc.ServerStreamingServer[DirectoryServiceQuery_Reply]) error // contains filtered or unexported methods }InstanceShareableBertyID(
MessengerServiceServer is the server API for MessengerService service. All implementations must embed UnimplementedMessengerServiceServer for forward compatibility.
MessengerService is the top-level API that uses the weshnet.protocol to implement the Berty Messenger specific logic. Today, most of the Berty Messenger logic is implemented directly in the application (see the /js folder of this repo).
type MessengerService_ConversationStreamClient ¶
type MessengerService_ConversationStreamClient = grpc.ServerStreamingClient[ConversationStream_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_ConversationStreamServer ¶
type MessengerService_ConversationStreamServer = grpc.ServerStreamingServer[ConversationStream_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_DevStreamLogsClient ¶ added in v2.268.0
type MessengerService_DevStreamLogsClient = grpc.ServerStreamingClient[DevStreamLogs_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_DevStreamLogsServer ¶ added in v2.268.0
type MessengerService_DevStreamLogsServer = grpc.ServerStreamingServer[DevStreamLogs_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_DirectoryServiceQueryClient ¶ added in v2.452.0
type MessengerService_DirectoryServiceQueryClient = grpc.ServerStreamingClient[DirectoryServiceQuery_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_DirectoryServiceQueryServer ¶ added in v2.452.0
type MessengerService_DirectoryServiceQueryServer = grpc.ServerStreamingServer[DirectoryServiceQuery_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_EchoDuplexTestClient ¶ added in v2.242.0
type MessengerService_EchoDuplexTestClient = grpc.BidiStreamingClient[EchoDuplexTest_Request, EchoDuplexTest_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_EchoDuplexTestServer ¶ added in v2.242.0
type MessengerService_EchoDuplexTestServer = grpc.BidiStreamingServer[EchoDuplexTest_Request, EchoDuplexTest_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_EchoTestClient ¶
type MessengerService_EchoTestClient = grpc.ServerStreamingClient[EchoTest_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_EchoTestServer ¶
type MessengerService_EchoTestServer = grpc.ServerStreamingServer[EchoTest_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_EventStreamClient ¶
type MessengerService_EventStreamClient = grpc.ServerStreamingClient[EventStream_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_EventStreamServer ¶
type MessengerService_EventStreamServer = grpc.ServerStreamingServer[EventStream_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_InstanceExportDataClient ¶
type MessengerService_InstanceExportDataClient = grpc.ServerStreamingClient[InstanceExportData_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_InstanceExportDataServer ¶
type MessengerService_InstanceExportDataServer = grpc.ServerStreamingServer[InstanceExportData_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_ListMemberDevicesClient ¶ added in v2.344.0
type MessengerService_ListMemberDevicesClient = grpc.ServerStreamingClient[ListMemberDevices_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_ListMemberDevicesServer ¶ added in v2.344.0
type MessengerService_ListMemberDevicesServer = grpc.ServerStreamingServer[ListMemberDevices_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_PushTokenSharedForConversationClient ¶ added in v2.344.0
type MessengerService_PushTokenSharedForConversationClient = grpc.ServerStreamingClient[PushTokenSharedForConversation_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_PushTokenSharedForConversationServer ¶ added in v2.344.0
type MessengerService_PushTokenSharedForConversationServer = grpc.ServerStreamingServer[PushTokenSharedForConversation_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_ServicesTokenListClient ¶
type MessengerService_ServicesTokenListClient = grpc.ServerStreamingClient[ServicesTokenList_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_ServicesTokenListServer ¶
type MessengerService_ServicesTokenListServer = grpc.ServerStreamingServer[ServicesTokenList_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_TyberHostSearchClient ¶ added in v2.297.0
type MessengerService_TyberHostSearchClient = grpc.ServerStreamingClient[TyberHostSearch_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MessengerService_TyberHostSearchServer ¶ added in v2.297.0
type MessengerService_TyberHostSearchServer = grpc.ServerStreamingServer[TyberHostSearch_Reply]
This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.
type MetadataEvent ¶ added in v2.305.0
type MetadataEvent struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty" gorm:"primaryKey;column:cid"` ConversationPublicKey string `` /* 139-byte string literal not displayed */ MetadataEventType protocoltypes.EventType `` /* 150-byte string literal not displayed */ Payload []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*MetadataEvent) Descriptor
deprecated
added in
v2.305.0
func (*MetadataEvent) Descriptor() ([]byte, []int)
Deprecated: Use MetadataEvent.ProtoReflect.Descriptor instead.
func (*MetadataEvent) GetCid ¶ added in v2.470.4
func (x *MetadataEvent) GetCid() string
func (*MetadataEvent) GetConversationPublicKey ¶ added in v2.305.0
func (x *MetadataEvent) GetConversationPublicKey() string
func (*MetadataEvent) GetMetadataEventType ¶ added in v2.305.0
func (x *MetadataEvent) GetMetadataEventType() protocoltypes.EventType
func (*MetadataEvent) GetPayload ¶ added in v2.305.0
func (x *MetadataEvent) GetPayload() []byte
func (*MetadataEvent) ProtoMessage ¶ added in v2.305.0
func (*MetadataEvent) ProtoMessage()
func (*MetadataEvent) ProtoReflect ¶ added in v2.470.4
func (x *MetadataEvent) ProtoReflect() protoreflect.Message
func (*MetadataEvent) Reset ¶ added in v2.305.0
func (x *MetadataEvent) Reset()
func (*MetadataEvent) String ¶ added in v2.305.0
func (x *MetadataEvent) String() string
type PaginatedInteractionsOptions ¶ added in v2.261.0
type PaginatedInteractionsOptions struct { // amount Number of entries to be returned. Default is 5. Amount int32 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"` // ref_cid Reference CID for used for pagination defaulting to oldest/newest depending on sorting. When specified this CID won't be included in the results. RefCid string `protobuf:"bytes,2,opt,name=ref_cid,json=refCid,proto3" json:"ref_cid,omitempty"` // conversation_pk Filter by conversation, otherwise X latest message of each conversation are returned ConversationPk string `protobuf:"bytes,3,opt,name=conversation_pk,json=conversationPk,proto3" json:"conversation_pk,omitempty"` // oldest_to_newest Default sort of results is latest to oldest message OldestToNewest bool `protobuf:"varint,4,opt,name=oldest_to_newest,json=oldestToNewest,proto3" json:"oldest_to_newest,omitempty"` // no_bulk should interactions be via atomic update in the stream NoBulk bool `protobuf:"varint,6,opt,name=no_bulk,json=noBulk,proto3" json:"no_bulk,omitempty"` // contains filtered or unexported fields }
func (*PaginatedInteractionsOptions) Descriptor
deprecated
added in
v2.261.0
func (*PaginatedInteractionsOptions) Descriptor() ([]byte, []int)
Deprecated: Use PaginatedInteractionsOptions.ProtoReflect.Descriptor instead.
func (*PaginatedInteractionsOptions) GetAmount ¶ added in v2.261.0
func (x *PaginatedInteractionsOptions) GetAmount() int32
func (*PaginatedInteractionsOptions) GetConversationPk ¶ added in v2.470.4
func (x *PaginatedInteractionsOptions) GetConversationPk() string
func (*PaginatedInteractionsOptions) GetNoBulk ¶ added in v2.261.0
func (x *PaginatedInteractionsOptions) GetNoBulk() bool
func (*PaginatedInteractionsOptions) GetOldestToNewest ¶ added in v2.261.0
func (x *PaginatedInteractionsOptions) GetOldestToNewest() bool
func (*PaginatedInteractionsOptions) GetRefCid ¶ added in v2.470.4
func (x *PaginatedInteractionsOptions) GetRefCid() string
func (*PaginatedInteractionsOptions) ProtoMessage ¶ added in v2.261.0
func (*PaginatedInteractionsOptions) ProtoMessage()
func (*PaginatedInteractionsOptions) ProtoReflect ¶ added in v2.470.4
func (x *PaginatedInteractionsOptions) ProtoReflect() protoreflect.Message
func (*PaginatedInteractionsOptions) Reset ¶ added in v2.261.0
func (x *PaginatedInteractionsOptions) Reset()
func (*PaginatedInteractionsOptions) String ¶ added in v2.261.0
func (x *PaginatedInteractionsOptions) String() string
type ParseDeepLink ¶
type ParseDeepLink struct {
// contains filtered or unexported fields
}
func (*ParseDeepLink) Descriptor
deprecated
func (*ParseDeepLink) Descriptor() ([]byte, []int)
Deprecated: Use ParseDeepLink.ProtoReflect.Descriptor instead.
func (*ParseDeepLink) ProtoMessage ¶
func (*ParseDeepLink) ProtoMessage()
func (*ParseDeepLink) ProtoReflect ¶ added in v2.470.4
func (x *ParseDeepLink) ProtoReflect() protoreflect.Message
func (*ParseDeepLink) Reset ¶
func (x *ParseDeepLink) Reset()
func (*ParseDeepLink) String ¶
func (x *ParseDeepLink) String() string
type ParseDeepLink_Reply ¶
type ParseDeepLink_Reply struct { Link *BertyLink `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` // contains filtered or unexported fields }
func (*ParseDeepLink_Reply) Descriptor
deprecated
func (*ParseDeepLink_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ParseDeepLink_Reply.ProtoReflect.Descriptor instead.
func (*ParseDeepLink_Reply) GetLink ¶
func (x *ParseDeepLink_Reply) GetLink() *BertyLink
func (*ParseDeepLink_Reply) ProtoMessage ¶
func (*ParseDeepLink_Reply) ProtoMessage()
func (*ParseDeepLink_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ParseDeepLink_Reply) ProtoReflect() protoreflect.Message
func (*ParseDeepLink_Reply) Reset ¶
func (x *ParseDeepLink_Reply) Reset()
func (*ParseDeepLink_Reply) String ¶
func (x *ParseDeepLink_Reply) String() string
type ParseDeepLink_Request ¶
type ParseDeepLink_Request struct { Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` // optional passphase to decrypt the link Passphrase []byte `protobuf:"bytes,2,opt,name=passphrase,proto3" json:"passphrase,omitempty"` // contains filtered or unexported fields }
func (*ParseDeepLink_Request) Descriptor
deprecated
func (*ParseDeepLink_Request) Descriptor() ([]byte, []int)
Deprecated: Use ParseDeepLink_Request.ProtoReflect.Descriptor instead.
func (*ParseDeepLink_Request) GetLink ¶
func (x *ParseDeepLink_Request) GetLink() string
func (*ParseDeepLink_Request) GetPassphrase ¶ added in v2.231.0
func (x *ParseDeepLink_Request) GetPassphrase() []byte
func (*ParseDeepLink_Request) ProtoMessage ¶
func (*ParseDeepLink_Request) ProtoMessage()
func (*ParseDeepLink_Request) ProtoReflect ¶ added in v2.470.4
func (x *ParseDeepLink_Request) ProtoReflect() protoreflect.Message
func (*ParseDeepLink_Request) Reset ¶
func (x *ParseDeepLink_Request) Reset()
func (*ParseDeepLink_Request) String ¶
func (x *ParseDeepLink_Request) String() string
type PushDeviceToken ¶ added in v2.470.0
type PushDeviceToken struct { // account_pk is the account public key that owns the device token AccountPk string `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty" gorm:"primaryKey"` // token_type is the type of the token used, it allows us to act as a proxy to the appropriate push server TokenType pushtypes.PushServiceTokenType `` /* 129-byte string literal not displayed */ // bundle_id is the app identifier BundleId string `protobuf:"bytes,3,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` // token is the device identifier used Token []byte `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"` // public_key is the public key which will be used to encrypt the payload PublicKey []byte `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*PushDeviceToken) Descriptor
deprecated
added in
v2.470.0
func (*PushDeviceToken) Descriptor() ([]byte, []int)
Deprecated: Use PushDeviceToken.ProtoReflect.Descriptor instead.
func (*PushDeviceToken) GetAccountPk ¶ added in v2.470.4
func (x *PushDeviceToken) GetAccountPk() string
func (*PushDeviceToken) GetBundleId ¶ added in v2.470.4
func (x *PushDeviceToken) GetBundleId() string
func (*PushDeviceToken) GetPublicKey ¶ added in v2.470.0
func (x *PushDeviceToken) GetPublicKey() []byte
func (*PushDeviceToken) GetToken ¶ added in v2.470.0
func (x *PushDeviceToken) GetToken() []byte
func (*PushDeviceToken) GetTokenType ¶ added in v2.470.0
func (x *PushDeviceToken) GetTokenType() pushtypes.PushServiceTokenType
func (*PushDeviceToken) ProtoMessage ¶ added in v2.470.0
func (*PushDeviceToken) ProtoMessage()
func (*PushDeviceToken) ProtoReflect ¶ added in v2.470.4
func (x *PushDeviceToken) ProtoReflect() protoreflect.Message
func (*PushDeviceToken) Reset ¶ added in v2.470.0
func (x *PushDeviceToken) Reset()
func (*PushDeviceToken) String ¶ added in v2.470.0
func (x *PushDeviceToken) String() string
type PushLocalDeviceSharedToken ¶ added in v2.470.0
type PushLocalDeviceSharedToken struct { string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }ConversationPublicKey
func (*PushLocalDeviceSharedToken) Descriptor
deprecated
added in
v2.470.0
func (*PushLocalDeviceSharedToken) Descriptor() ([]byte, []int)
Deprecated: Use PushLocalDeviceSharedToken.ProtoReflect.Descriptor instead.
func (*PushLocalDeviceSharedToken) GetConversationPublicKey ¶ added in v2.470.0
func (x *PushLocalDeviceSharedToken) GetConversationPublicKey() string
func (*PushLocalDeviceSharedToken) GetTokenId ¶ added in v2.470.4
func (x *PushLocalDeviceSharedToken) GetTokenId() string
func (*PushLocalDeviceSharedToken) ProtoMessage ¶ added in v2.470.0
func (*PushLocalDeviceSharedToken) ProtoMessage()
func (*PushLocalDeviceSharedToken) ProtoReflect ¶ added in v2.470.4
func (x *PushLocalDeviceSharedToken) ProtoReflect() protoreflect.Message
func (*PushLocalDeviceSharedToken) Reset ¶ added in v2.470.0
func (x *PushLocalDeviceSharedToken) Reset()
func (*PushLocalDeviceSharedToken) String ¶ added in v2.470.0
func (x *PushLocalDeviceSharedToken) String() string
type PushMemberToken ¶ added in v2.470.0
type PushMemberToken struct { // token_id is the id of the token TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty" gorm:"primaryKey"` // group_pk is the public key of the group for whom the token is for ConversationPublicKey string `` /* 126-byte string literal not displayed */ // device_pk is the public key of the device sending the message DevicePk string `protobuf:"bytes,3,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"` // server_addr is the push server address ServerAddr string `protobuf:"bytes,4,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"` // server_key is the push server public key ServerKey []byte `protobuf:"bytes,5,opt,name=server_key,json=serverKey,proto3" json:"server_key,omitempty"` // token is the sealed token of the device Token []byte `protobuf:"bytes,6,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*PushMemberToken) Descriptor
deprecated
added in
v2.470.0
func (*PushMemberToken) Descriptor() ([]byte, []int)
Deprecated: Use PushMemberToken.ProtoReflect.Descriptor instead.
func (*PushMemberToken) GetConversationPublicKey ¶ added in v2.470.0
func (x *PushMemberToken) GetConversationPublicKey() string
func (*PushMemberToken) GetDevicePk ¶ added in v2.470.4
func (x *PushMemberToken) GetDevicePk() string
func (*PushMemberToken) GetServerAddr ¶ added in v2.470.0
func (x *PushMemberToken) GetServerAddr() string
func (*PushMemberToken) GetServerKey ¶ added in v2.470.0
func (x *PushMemberToken) GetServerKey() []byte
func (*PushMemberToken) GetToken ¶ added in v2.470.0
func (x *PushMemberToken) GetToken() []byte
func (*PushMemberToken) GetTokenId ¶ added in v2.470.4
func (x *PushMemberToken) GetTokenId() string
func (*PushMemberToken) ProtoMessage ¶ added in v2.470.0
func (*PushMemberToken) ProtoMessage()
func (*PushMemberToken) ProtoReflect ¶ added in v2.470.4
func (x *PushMemberToken) ProtoReflect() protoreflect.Message
func (*PushMemberToken) Reset ¶ added in v2.470.0
func (x *PushMemberToken) Reset()
func (*PushMemberToken) String ¶ added in v2.470.0
func (x *PushMemberToken) String() string
type PushMemberTokenUpdate ¶ added in v2.470.0
type PushMemberTokenUpdate struct { // device_pk is the public key of the device sending the message DevicePk string `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"` // server is the push server to use Server *PushServer `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"` // token is the sealed token of the device Token []byte `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*PushMemberTokenUpdate) Descriptor
deprecated
added in
v2.470.0
func (*PushMemberTokenUpdate) Descriptor() ([]byte, []int)
Deprecated: Use PushMemberTokenUpdate.ProtoReflect.Descriptor instead.
func (*PushMemberTokenUpdate) GetDevicePk ¶ added in v2.470.4
func (x *PushMemberTokenUpdate) GetDevicePk() string
func (*PushMemberTokenUpdate) GetServer ¶ added in v2.470.0
func (x *PushMemberTokenUpdate) GetServer() *PushServer
func (*PushMemberTokenUpdate) GetToken ¶ added in v2.470.0
func (x *PushMemberTokenUpdate) GetToken() []byte
func (*PushMemberTokenUpdate) ProtoMessage ¶ added in v2.470.0
func (*PushMemberTokenUpdate) ProtoMessage()
func (*PushMemberTokenUpdate) ProtoReflect ¶ added in v2.470.4
func (x *PushMemberTokenUpdate) ProtoReflect() protoreflect.Message
func (*PushMemberTokenUpdate) Reset ¶ added in v2.470.0
func (x *PushMemberTokenUpdate) Reset()
func (*PushMemberTokenUpdate) String ¶ added in v2.470.0
func (x *PushMemberTokenUpdate) String() string
type PushReceive ¶ added in v2.305.0
type PushReceive struct {
// contains filtered or unexported fields
}
func (*PushReceive) Descriptor
deprecated
added in
v2.305.0
func (*PushReceive) Descriptor() ([]byte, []int)
Deprecated: Use PushReceive.ProtoReflect.Descriptor instead.
func (*PushReceive) ProtoMessage ¶ added in v2.305.0
func (*PushReceive) ProtoMessage()
func (*PushReceive) ProtoReflect ¶ added in v2.470.4
func (x *PushReceive) ProtoReflect() protoreflect.Message
func (*PushReceive) Reset ¶ added in v2.305.0
func (x *PushReceive) Reset()
func (*PushReceive) String ¶ added in v2.305.0
func (x *PushReceive) String() string
type PushReceive_Reply ¶ added in v2.305.0
type PushReceive_Reply struct { Data *PushReceivedData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*PushReceive_Reply) Descriptor
deprecated
added in
v2.305.0
func (*PushReceive_Reply) Descriptor() ([]byte, []int)
Deprecated: Use PushReceive_Reply.ProtoReflect.Descriptor instead.
func (*PushReceive_Reply) GetData ¶ added in v2.308.0
func (x *PushReceive_Reply) GetData() *PushReceivedData
func (*PushReceive_Reply) ProtoMessage ¶ added in v2.305.0
func (*PushReceive_Reply) ProtoMessage()
func (*PushReceive_Reply) ProtoReflect ¶ added in v2.470.4
func (x *PushReceive_Reply) ProtoReflect() protoreflect.Message
func (*PushReceive_Reply) Reset ¶ added in v2.305.0
func (x *PushReceive_Reply) Reset()
func (*PushReceive_Reply) String ¶ added in v2.305.0
func (x *PushReceive_Reply) String() string
type PushReceive_Request ¶ added in v2.305.0
type PushReceive_Request struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*PushReceive_Request) Descriptor
deprecated
added in
v2.305.0
func (*PushReceive_Request) Descriptor() ([]byte, []int)
Deprecated: Use PushReceive_Request.ProtoReflect.Descriptor instead.
func (*PushReceive_Request) GetPayload ¶ added in v2.305.0
func (x *PushReceive_Request) GetPayload() []byte
func (*PushReceive_Request) ProtoMessage ¶ added in v2.305.0
func (*PushReceive_Request) ProtoMessage()
func (*PushReceive_Request) ProtoReflect ¶ added in v2.470.4
func (x *PushReceive_Request) ProtoReflect() protoreflect.Message
func (*PushReceive_Request) Reset ¶ added in v2.305.0
func (x *PushReceive_Request) Reset()
func (*PushReceive_Request) String ¶ added in v2.305.0
func (x *PushReceive_Request) String() string
type PushReceivedData ¶ added in v2.308.0
type PushReceivedData struct { ProtocolData *protocoltypes.OutOfStoreReceive_Reply `protobuf:"bytes,1,opt,name=protocol_data,json=protocolData,proto3" json:"protocol_data,omitempty"` Interaction *Interaction `protobuf:"bytes,2,opt,name=interaction,proto3" json:"interaction,omitempty"` AlreadyReceived bool `protobuf:"varint,3,opt,name=already_received,json=alreadyReceived,proto3" json:"already_received,omitempty"` AccountMuted bool `protobuf:"varint,4,opt,name=account_muted,json=accountMuted,proto3" json:"account_muted,omitempty"` ConversationMuted bool `protobuf:"varint,5,opt,name=conversation_muted,json=conversationMuted,proto3" json:"conversation_muted,omitempty"` HidePreview bool `protobuf:"varint,6,opt,name=hide_preview,json=hidePreview,proto3" json:"hide_preview,omitempty"` // contains filtered or unexported fields }
func (*PushReceivedData) Descriptor
deprecated
added in
v2.308.0
func (*PushReceivedData) Descriptor() ([]byte, []int)
Deprecated: Use PushReceivedData.ProtoReflect.Descriptor instead.
func (*PushReceivedData) GetAccountMuted ¶ added in v2.381.0
func (x *PushReceivedData) GetAccountMuted() bool
func (*PushReceivedData) GetAlreadyReceived ¶ added in v2.316.0
func (x *PushReceivedData) GetAlreadyReceived() bool
func (*PushReceivedData) GetConversationMuted ¶ added in v2.381.0
func (x *PushReceivedData) GetConversationMuted() bool
func (*PushReceivedData) GetHidePreview ¶ added in v2.381.0
func (x *PushReceivedData) GetHidePreview() bool
func (*PushReceivedData) GetInteraction ¶ added in v2.308.0
func (x *PushReceivedData) GetInteraction() *Interaction
func (*PushReceivedData) GetProtocolData ¶ added in v2.308.0
func (x *PushReceivedData) GetProtocolData() *protocoltypes.OutOfStoreReceive_Reply
func (*PushReceivedData) ProtoMessage ¶ added in v2.308.0
func (*PushReceivedData) ProtoMessage()
func (*PushReceivedData) ProtoReflect ¶ added in v2.470.4
func (x *PushReceivedData) ProtoReflect() protoreflect.Message
func (*PushReceivedData) Reset ¶ added in v2.308.0
func (x *PushReceivedData) Reset()
func (*PushReceivedData) String ¶ added in v2.308.0
func (x *PushReceivedData) String() string
type PushSend ¶ added in v2.470.0
type PushSend struct {
// contains filtered or unexported fields
}
func (*PushSend) Descriptor
deprecated
added in
v2.470.0
func (*PushSend) ProtoMessage ¶ added in v2.470.0
func (*PushSend) ProtoMessage()
func (*PushSend) ProtoReflect ¶ added in v2.470.4
func (x *PushSend) ProtoReflect() protoreflect.Message
type PushSend_Reply ¶ added in v2.470.0
type PushSend_Reply struct { GroupMembers []*MemberWithDevices `protobuf:"bytes,1,rep,name=group_members,json=groupMembers,proto3" json:"group_members,omitempty"` // contains filtered or unexported fields }
func (*PushSend_Reply) Descriptor
deprecated
added in
v2.470.0
func (*PushSend_Reply) Descriptor() ([]byte, []int)
Deprecated: Use PushSend_Reply.ProtoReflect.Descriptor instead.
func (*PushSend_Reply) GetGroupMembers ¶ added in v2.470.0
func (x *PushSend_Reply) GetGroupMembers() []*MemberWithDevices
func (*PushSend_Reply) ProtoMessage ¶ added in v2.470.0
func (*PushSend_Reply) ProtoMessage()
func (*PushSend_Reply) ProtoReflect ¶ added in v2.470.4
func (x *PushSend_Reply) ProtoReflect() protoreflect.Message
func (*PushSend_Reply) Reset ¶ added in v2.470.0
func (x *PushSend_Reply) Reset()
func (*PushSend_Reply) String ¶ added in v2.470.0
func (x *PushSend_Reply) String() string
type PushSend_Request ¶ added in v2.470.0
type PushSend_Request struct { Cid []byte `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` GroupPk string `protobuf:"bytes,2,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"` GroupMembers []*MemberWithDevices `protobuf:"bytes,3,rep,name=group_members,json=groupMembers,proto3" json:"group_members,omitempty"` // contains filtered or unexported fields }
func (*PushSend_Request) Descriptor
deprecated
added in
v2.470.0
func (*PushSend_Request) Descriptor() ([]byte, []int)
Deprecated: Use PushSend_Request.ProtoReflect.Descriptor instead.
func (*PushSend_Request) GetCid ¶ added in v2.470.4
func (x *PushSend_Request) GetCid() []byte
func (*PushSend_Request) GetGroupMembers ¶ added in v2.470.0
func (x *PushSend_Request) GetGroupMembers() []*MemberWithDevices
func (*PushSend_Request) GetGroupPk ¶ added in v2.470.4
func (x *PushSend_Request) GetGroupPk() string
func (*PushSend_Request) ProtoMessage ¶ added in v2.470.0
func (*PushSend_Request) ProtoMessage()
func (*PushSend_Request) ProtoReflect ¶ added in v2.470.4
func (x *PushSend_Request) ProtoReflect() protoreflect.Message
func (*PushSend_Request) Reset ¶ added in v2.470.0
func (x *PushSend_Request) Reset()
func (*PushSend_Request) String ¶ added in v2.470.0
func (x *PushSend_Request) String() string
type PushServer ¶ added in v2.470.0
type PushServer struct { Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"` Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*PushServer) Descriptor
deprecated
added in
v2.470.0
func (*PushServer) Descriptor() ([]byte, []int)
Deprecated: Use PushServer.ProtoReflect.Descriptor instead.
func (*PushServer) GetAddr ¶ added in v2.470.0
func (x *PushServer) GetAddr() string
func (*PushServer) GetKey ¶ added in v2.470.0
func (x *PushServer) GetKey() []byte
func (*PushServer) ProtoMessage ¶ added in v2.470.0
func (*PushServer) ProtoMessage()
func (*PushServer) ProtoReflect ¶ added in v2.470.4
func (x *PushServer) ProtoReflect() protoreflect.Message
func (*PushServer) Reset ¶ added in v2.470.0
func (x *PushServer) Reset()
func (*PushServer) String ¶ added in v2.470.0
func (x *PushServer) String() string
type PushServerRecord ¶ added in v2.470.0
type PushServerRecord struct { AccountPk string `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty" gorm:"primaryKey"` ServerAddr string `protobuf:"bytes,2,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty" gorm:"primaryKey"` ServerKey []byte `protobuf:"bytes,3,opt,name=server_key,json=serverKey,proto3" json:"server_key,omitempty"` // contains filtered or unexported fields }
func (*PushServerRecord) Descriptor
deprecated
added in
v2.470.0
func (*PushServerRecord) Descriptor() ([]byte, []int)
Deprecated: Use PushServerRecord.ProtoReflect.Descriptor instead.
func (*PushServerRecord) GetAccountPk ¶ added in v2.470.4
func (x *PushServerRecord) GetAccountPk() string
func (*PushServerRecord) GetServerAddr ¶ added in v2.470.0
func (x *PushServerRecord) GetServerAddr() string
func (*PushServerRecord) GetServerKey ¶ added in v2.470.0
func (x *PushServerRecord) GetServerKey() []byte
func (*PushServerRecord) ProtoMessage ¶ added in v2.470.0
func (*PushServerRecord) ProtoMessage()
func (*PushServerRecord) ProtoReflect ¶ added in v2.470.4
func (x *PushServerRecord) ProtoReflect() protoreflect.Message
func (*PushServerRecord) Reset ¶ added in v2.470.0
func (x *PushServerRecord) Reset()
func (*PushServerRecord) String ¶ added in v2.470.0
func (x *PushServerRecord) String() string
type PushSetAutoShare ¶ added in v2.305.0
type PushSetAutoShare struct {
// contains filtered or unexported fields
}
func (*PushSetAutoShare) Descriptor
deprecated
added in
v2.305.0
func (*PushSetAutoShare) Descriptor() ([]byte, []int)
Deprecated: Use PushSetAutoShare.ProtoReflect.Descriptor instead.
func (*PushSetAutoShare) ProtoMessage ¶ added in v2.305.0
func (*PushSetAutoShare) ProtoMessage()
func (*PushSetAutoShare) ProtoReflect ¶ added in v2.470.4
func (x *PushSetAutoShare) ProtoReflect() protoreflect.Message
func (*PushSetAutoShare) Reset ¶ added in v2.305.0
func (x *PushSetAutoShare) Reset()
func (*PushSetAutoShare) String ¶ added in v2.305.0
func (x *PushSetAutoShare) String() string
type PushSetAutoShare_Reply ¶ added in v2.305.0
type PushSetAutoShare_Reply struct {
// contains filtered or unexported fields
}
func (*PushSetAutoShare_Reply) Descriptor
deprecated
added in
v2.305.0
func (*PushSetAutoShare_Reply) Descriptor() ([]byte, []int)
Deprecated: Use PushSetAutoShare_Reply.ProtoReflect.Descriptor instead.
func (*PushSetAutoShare_Reply) ProtoMessage ¶ added in v2.305.0
func (*PushSetAutoShare_Reply) ProtoMessage()
func (*PushSetAutoShare_Reply) ProtoReflect ¶ added in v2.470.4
func (x *PushSetAutoShare_Reply) ProtoReflect() protoreflect.Message
func (*PushSetAutoShare_Reply) Reset ¶ added in v2.305.0
func (x *PushSetAutoShare_Reply) Reset()
func (*PushSetAutoShare_Reply) String ¶ added in v2.305.0
func (x *PushSetAutoShare_Reply) String() string
type PushSetAutoShare_Request ¶ added in v2.305.0
type PushSetAutoShare_Request struct { // contains filtered or unexported fields }
func (*PushSetAutoShare_Request) Descriptor
deprecated
added in
v2.305.0
func (*PushSetAutoShare_Request) Descriptor() ([]byte, []int)
Deprecated: Use PushSetAutoShare_Request.ProtoReflect.Descriptor instead.
func (*PushSetAutoShare_Request) GetEnabled ¶ added in v2.305.0
func (x *PushSetAutoShare_Request) GetEnabled() bool
func (*PushSetAutoShare_Request) ProtoMessage ¶ added in v2.305.0
func (*PushSetAutoShare_Request) ProtoMessage()
func (*PushSetAutoShare_Request) ProtoReflect ¶ added in v2.470.4
func (x *PushSetAutoShare_Request) ProtoReflect() protoreflect.Message
func (*PushSetAutoShare_Request) Reset ¶ added in v2.305.0
func (x *PushSetAutoShare_Request) Reset()
func (*PushSetAutoShare_Request) String ¶ added in v2.305.0
func (x *PushSetAutoShare_Request) String() string
type PushSetDeviceToken ¶ added in v2.470.0
type PushSetDeviceToken struct {
// contains filtered or unexported fields
}
func (*PushSetDeviceToken) Descriptor
deprecated
added in
v2.470.0
func (*PushSetDeviceToken) Descriptor() ([]byte, []int)
Deprecated: Use PushSetDeviceToken.ProtoReflect.Descriptor instead.
func (*PushSetDeviceToken) ProtoMessage ¶ added in v2.470.0
func (*PushSetDeviceToken) ProtoMessage()
func (*PushSetDeviceToken) ProtoReflect ¶ added in v2.470.4
func (x *PushSetDeviceToken) ProtoReflect() protoreflect.Message
func (*PushSetDeviceToken) Reset ¶ added in v2.470.0
func (x *PushSetDeviceToken) Reset()
func (*PushSetDeviceToken) String ¶ added in v2.470.0
func (x *PushSetDeviceToken) String() string
type PushSetDeviceToken_Reply ¶ added in v2.470.0
type PushSetDeviceToken_Reply struct {
// contains filtered or unexported fields
}
func (*PushSetDeviceToken_Reply) Descriptor
deprecated
added in
v2.470.0
func (*PushSetDeviceToken_Reply) Descriptor() ([]byte, []int)
Deprecated: Use PushSetDeviceToken_Reply.ProtoReflect.Descriptor instead.
func (*PushSetDeviceToken_Reply) ProtoMessage ¶ added in v2.470.0
func (*PushSetDeviceToken_Reply) ProtoMessage()
func (*PushSetDeviceToken_Reply) ProtoReflect ¶ added in v2.470.4
func (x *PushSetDeviceToken_Reply) ProtoReflect() protoreflect.Message
func (*PushSetDeviceToken_Reply) Reset ¶ added in v2.470.0
func (x *PushSetDeviceToken_Reply) Reset()
func (*PushSetDeviceToken_Reply) String ¶ added in v2.470.0
func (x *PushSetDeviceToken_Reply) String() string
type PushSetDeviceToken_Request ¶ added in v2.470.0
type PushSetDeviceToken_Request struct { Receiver *pushtypes.PushServiceReceiver `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"` // contains filtered or unexported fields }
func (*PushSetDeviceToken_Request) Descriptor
deprecated
added in
v2.470.0
func (*PushSetDeviceToken_Request) Descriptor() ([]byte, []int)
Deprecated: Use PushSetDeviceToken_Request.ProtoReflect.Descriptor instead.
func (*PushSetDeviceToken_Request) GetReceiver ¶ added in v2.470.0
func (x *PushSetDeviceToken_Request) GetReceiver() *pushtypes.PushServiceReceiver
func (*PushSetDeviceToken_Request) ProtoMessage ¶ added in v2.470.0
func (*PushSetDeviceToken_Request) ProtoMessage()
func (*PushSetDeviceToken_Request) ProtoReflect ¶ added in v2.470.4
func (x *PushSetDeviceToken_Request) ProtoReflect() protoreflect.Message
func (*PushSetDeviceToken_Request) Reset ¶ added in v2.470.0
func (x *PushSetDeviceToken_Request) Reset()
func (*PushSetDeviceToken_Request) String ¶ added in v2.470.0
func (x *PushSetDeviceToken_Request) String() string
type PushSetServer ¶ added in v2.470.0
type PushSetServer struct {
// contains filtered or unexported fields
}
func (*PushSetServer) Descriptor
deprecated
added in
v2.470.0
func (*PushSetServer) Descriptor() ([]byte, []int)
Deprecated: Use PushSetServer.ProtoReflect.Descriptor instead.
func (*PushSetServer) ProtoMessage ¶ added in v2.470.0
func (*PushSetServer) ProtoMessage()
func (*PushSetServer) ProtoReflect ¶ added in v2.470.4
func (x *PushSetServer) ProtoReflect() protoreflect.Message
func (*PushSetServer) Reset ¶ added in v2.470.0
func (x *PushSetServer) Reset()
func (*PushSetServer) String ¶ added in v2.470.0
func (x *PushSetServer) String() string
type PushSetServer_Reply ¶ added in v2.470.0
type PushSetServer_Reply struct {
// contains filtered or unexported fields
}
func (*PushSetServer_Reply) Descriptor
deprecated
added in
v2.470.0
func (*PushSetServer_Reply) Descriptor() ([]byte, []int)
Deprecated: Use PushSetServer_Reply.ProtoReflect.Descriptor instead.
func (*PushSetServer_Reply) ProtoMessage ¶ added in v2.470.0
func (*PushSetServer_Reply) ProtoMessage()
func (*PushSetServer_Reply) ProtoReflect ¶ added in v2.470.4
func (x *PushSetServer_Reply) ProtoReflect() protoreflect.Message
func (*PushSetServer_Reply) Reset ¶ added in v2.470.0
func (x *PushSetServer_Reply) Reset()
func (*PushSetServer_Reply) String ¶ added in v2.470.0
func (x *PushSetServer_Reply) String() string
type PushSetServer_Request ¶ added in v2.470.0
type PushSetServer_Request struct { Server *PushServer `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` // contains filtered or unexported fields }
func (*PushSetServer_Request) Descriptor
deprecated
added in
v2.470.0
func (*PushSetServer_Request) Descriptor() ([]byte, []int)
Deprecated: Use PushSetServer_Request.ProtoReflect.Descriptor instead.
func (*PushSetServer_Request) GetServer ¶ added in v2.470.0
func (x *PushSetServer_Request) GetServer() *PushServer
func (*PushSetServer_Request) ProtoMessage ¶ added in v2.470.0
func (*PushSetServer_Request) ProtoMessage()
func (*PushSetServer_Request) ProtoReflect ¶ added in v2.470.4
func (x *PushSetServer_Request) ProtoReflect() protoreflect.Message
func (*PushSetServer_Request) Reset ¶ added in v2.470.0
func (x *PushSetServer_Request) Reset()
func (*PushSetServer_Request) String ¶ added in v2.470.0
func (x *PushSetServer_Request) String() string
type PushShareToken ¶ added in v2.470.0
type PushShareToken struct {
// contains filtered or unexported fields
}
func (*PushShareToken) Descriptor
deprecated
added in
v2.470.0
func (*PushShareToken) Descriptor() ([]byte, []int)
Deprecated: Use PushShareToken.ProtoReflect.Descriptor instead.
func (*PushShareToken) ProtoMessage ¶ added in v2.470.0
func (*PushShareToken) ProtoMessage()
func (*PushShareToken) ProtoReflect ¶ added in v2.470.4
func (x *PushShareToken) ProtoReflect() protoreflect.Message
func (*PushShareToken) Reset ¶ added in v2.470.0
func (x *PushShareToken) Reset()
func (*PushShareToken) String ¶ added in v2.470.0
func (x *PushShareToken) String() string
type PushShareTokenForConversation ¶ added in v2.344.0
type PushShareTokenForConversation struct {
// contains filtered or unexported fields
}
func (*PushShareTokenForConversation) Descriptor
deprecated
added in
v2.344.0
func (*PushShareTokenForConversation) Descriptor() ([]byte, []int)
Deprecated: Use PushShareTokenForConversation.ProtoReflect.Descriptor instead.
func (*PushShareTokenForConversation) ProtoMessage ¶ added in v2.344.0
func (*PushShareTokenForConversation) ProtoMessage()
func (*PushShareTokenForConversation) ProtoReflect ¶ added in v2.470.4
func (x *PushShareTokenForConversation) ProtoReflect() protoreflect.Message
func (*PushShareTokenForConversation) Reset ¶ added in v2.344.0
func (x *PushShareTokenForConversation) Reset()
func (*PushShareTokenForConversation) String ¶ added in v2.344.0
func (x *PushShareTokenForConversation) String() string
type PushShareTokenForConversation_Reply ¶ added in v2.344.0
type PushShareTokenForConversation_Reply struct {
// contains filtered or unexported fields
}
func (*PushShareTokenForConversation_Reply) Descriptor
deprecated
added in
v2.344.0
func (*PushShareTokenForConversation_Reply) Descriptor() ([]byte, []int)
Deprecated: Use PushShareTokenForConversation_Reply.ProtoReflect.Descriptor instead.
func (*PushShareTokenForConversation_Reply) ProtoMessage ¶ added in v2.344.0
func (*PushShareTokenForConversation_Reply) ProtoMessage()
func (*PushShareTokenForConversation_Reply) ProtoReflect ¶ added in v2.470.4
func (x *PushShareTokenForConversation_Reply) ProtoReflect() protoreflect.Message
func (*PushShareTokenForConversation_Reply) Reset ¶ added in v2.344.0
func (x *PushShareTokenForConversation_Reply) Reset()
func (*PushShareTokenForConversation_Reply) String ¶ added in v2.344.0
func (x *PushShareTokenForConversation_Reply) String() string
type PushShareTokenForConversation_Request ¶ added in v2.344.0
type PushShareTokenForConversation_Request struct { // contains filtered or unexported fields }
func (*PushShareTokenForConversation_Request) Descriptor
deprecated
added in
v2.344.0
func (*PushShareTokenForConversation_Request) Descriptor() ([]byte, []int)
Deprecated: Use PushShareTokenForConversation_Request.ProtoReflect.Descriptor instead.
func (*PushShareTokenForConversation_Request) GetConversationPk ¶ added in v2.470.4
func (x *PushShareTokenForConversation_Request) GetConversationPk() string
func (*PushShareTokenForConversation_Request) ProtoMessage ¶ added in v2.344.0
func (*PushShareTokenForConversation_Request) ProtoMessage()
func (*PushShareTokenForConversation_Request) ProtoReflect ¶ added in v2.470.4
func (x *PushShareTokenForConversation_Request) ProtoReflect() protoreflect.Message
func (*PushShareTokenForConversation_Request) Reset ¶ added in v2.344.0
func (x *PushShareTokenForConversation_Request) Reset()
func (*PushShareTokenForConversation_Request) String ¶ added in v2.344.0
func (x *PushShareTokenForConversation_Request) String() string
type PushShareToken_Reply ¶ added in v2.470.0
type PushShareToken_Reply struct {
// contains filtered or unexported fields
}
func (*PushShareToken_Reply) Descriptor
deprecated
added in
v2.470.0
func (*PushShareToken_Reply) Descriptor() ([]byte, []int)
Deprecated: Use PushShareToken_Reply.ProtoReflect.Descriptor instead.
func (*PushShareToken_Reply) ProtoMessage ¶ added in v2.470.0
func (*PushShareToken_Reply) ProtoMessage()
func (*PushShareToken_Reply) ProtoReflect ¶ added in v2.470.4
func (x *PushShareToken_Reply) ProtoReflect() protoreflect.Message
func (*PushShareToken_Reply) Reset ¶ added in v2.470.0
func (x *PushShareToken_Reply) Reset()
func (*PushShareToken_Reply) String ¶ added in v2.470.0
func (x *PushShareToken_Reply) String() string
type PushShareToken_Request ¶ added in v2.470.0
type PushShareToken_Request struct { // contains filtered or unexported fields }
func (*PushShareToken_Request) Descriptor
deprecated
added in
v2.470.0
func (*PushShareToken_Request) Descriptor() ([]byte, []int)
Deprecated: Use PushShareToken_Request.ProtoReflect.Descriptor instead.
func (*PushShareToken_Request) GetDevicePk ¶ added in v2.470.4
func (x *PushShareToken_Request) GetDevicePk() string
func (*PushShareToken_Request) GetGroupPk ¶ added in v2.470.4
func (x *PushShareToken_Request) GetGroupPk() string
func (*PushShareToken_Request) GetReceiver ¶ added in v2.470.0
func (x *PushShareToken_Request) GetReceiver() *pushtypes.PushServiceReceiver
func (*PushShareToken_Request) GetServer ¶ added in v2.470.0
func (x *PushShareToken_Request) GetServer() *PushServer
func (*PushShareToken_Request) ProtoMessage ¶ added in v2.470.0
func (*PushShareToken_Request) ProtoMessage()
func (*PushShareToken_Request) ProtoReflect ¶ added in v2.470.4
func (x *PushShareToken_Request) ProtoReflect() protoreflect.Message
func (*PushShareToken_Request) Reset ¶ added in v2.470.0
func (x *PushShareToken_Request) Reset()
func (*PushShareToken_Request) String ¶ added in v2.470.0
func (x *PushShareToken_Request) String() string
type PushTokenSharedForConversation ¶ added in v2.344.0
type PushTokenSharedForConversation struct {
// contains filtered or unexported fields
}
func (*PushTokenSharedForConversation) Descriptor
deprecated
added in
v2.344.0
func (*PushTokenSharedForConversation) Descriptor() ([]byte, []int)
Deprecated: Use PushTokenSharedForConversation.ProtoReflect.Descriptor instead.
func (*PushTokenSharedForConversation) ProtoMessage ¶ added in v2.344.0
func (*PushTokenSharedForConversation) ProtoMessage()
func (*PushTokenSharedForConversation) ProtoReflect ¶ added in v2.470.4
func (x *PushTokenSharedForConversation) ProtoReflect() protoreflect.Message
func (*PushTokenSharedForConversation) Reset ¶ added in v2.344.0
func (x *PushTokenSharedForConversation) Reset()
func (*PushTokenSharedForConversation) String ¶ added in v2.344.0
func (x *PushTokenSharedForConversation) String() string
type PushTokenSharedForConversation_Reply ¶ added in v2.344.0
type PushTokenSharedForConversation_Reply struct { // contains filtered or unexported fields }
func (*PushTokenSharedForConversation_Reply) Descriptor
deprecated
added in
v2.344.0
func (*PushTokenSharedForConversation_Reply) Descriptor() ([]byte, []int)
Deprecated: Use PushTokenSharedForConversation_Reply.ProtoReflect.Descriptor instead.
func (*PushTokenSharedForConversation_Reply) GetToken ¶ added in v2.470.0
func (x *PushTokenSharedForConversation_Reply) GetToken() *PushMemberToken
func (*PushTokenSharedForConversation_Reply) ProtoMessage ¶ added in v2.344.0
func (*PushTokenSharedForConversation_Reply) ProtoMessage()
func (*PushTokenSharedForConversation_Reply) ProtoReflect ¶ added in v2.470.4
func (x *PushTokenSharedForConversation_Reply) ProtoReflect() protoreflect.Message
func (*PushTokenSharedForConversation_Reply) Reset ¶ added in v2.344.0
func (x *PushTokenSharedForConversation_Reply) Reset()
func (*PushTokenSharedForConversation_Reply) String ¶ added in v2.344.0
func (x *PushTokenSharedForConversation_Reply) String() string
type PushTokenSharedForConversation_Request ¶ added in v2.344.0
type PushTokenSharedForConversation_Request struct { // contains filtered or unexported fields }
func (*PushTokenSharedForConversation_Request) Descriptor
deprecated
added in
v2.344.0
func (*PushTokenSharedForConversation_Request) Descriptor() ([]byte, []int)
Deprecated: Use PushTokenSharedForConversation_Request.ProtoReflect.Descriptor instead.
func (*PushTokenSharedForConversation_Request) GetConversationPk ¶ added in v2.470.4
func (x *PushTokenSharedForConversation_Request) GetConversationPk() string
func (*PushTokenSharedForConversation_Request) ProtoMessage ¶ added in v2.344.0
func (*PushTokenSharedForConversation_Request) ProtoMessage()
func (*PushTokenSharedForConversation_Request) ProtoReflect ¶ added in v2.470.4
func (x *PushTokenSharedForConversation_Request) ProtoReflect() protoreflect.Message
func (*PushTokenSharedForConversation_Request) Reset ¶ added in v2.344.0
func (x *PushTokenSharedForConversation_Request) Reset()
func (*PushTokenSharedForConversation_Request) String ¶ added in v2.344.0
func (x *PushTokenSharedForConversation_Request) String() string
type ReplicationServiceRegisterGroup ¶
type ReplicationServiceRegisterGroup struct {
// contains filtered or unexported fields
}
func (*ReplicationServiceRegisterGroup) Descriptor
deprecated
func (*ReplicationServiceRegisterGroup) Descriptor() ([]byte, []int)
Deprecated: Use ReplicationServiceRegisterGroup.ProtoReflect.Descriptor instead.
func (*ReplicationServiceRegisterGroup) ProtoMessage ¶
func (*ReplicationServiceRegisterGroup) ProtoMessage()
func (*ReplicationServiceRegisterGroup) ProtoReflect ¶ added in v2.470.4
func (x *ReplicationServiceRegisterGroup) ProtoReflect() protoreflect.Message
func (*ReplicationServiceRegisterGroup) Reset ¶
func (x *ReplicationServiceRegisterGroup) Reset()
func (*ReplicationServiceRegisterGroup) String ¶
func (x *ReplicationServiceRegisterGroup) String() string
type ReplicationServiceRegisterGroup_Reply ¶
type ReplicationServiceRegisterGroup_Reply struct {
// contains filtered or unexported fields
}
func (*ReplicationServiceRegisterGroup_Reply) Descriptor
deprecated
func (*ReplicationServiceRegisterGroup_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ReplicationServiceRegisterGroup_Reply.ProtoReflect.Descriptor instead.
func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage ¶
func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage()
func (*ReplicationServiceRegisterGroup_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ReplicationServiceRegisterGroup_Reply) ProtoReflect() protoreflect.Message
func (*ReplicationServiceRegisterGroup_Reply) Reset ¶
func (x *ReplicationServiceRegisterGroup_Reply) Reset()
func (*ReplicationServiceRegisterGroup_Reply) String ¶
func (x *ReplicationServiceRegisterGroup_Reply) String() string
type ReplicationServiceRegisterGroup_Request ¶
type ReplicationServiceRegisterGroup_Request struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` ConversationPublicKey string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ReplicationServiceRegisterGroup_Request) Descriptor
deprecated
func (*ReplicationServiceRegisterGroup_Request) Descriptor() ([]byte, []int)
Deprecated: Use ReplicationServiceRegisterGroup_Request.ProtoReflect.Descriptor instead.
func (*ReplicationServiceRegisterGroup_Request) GetConversationPublicKey ¶
func (x *ReplicationServiceRegisterGroup_Request) GetConversationPublicKey() string
func (*ReplicationServiceRegisterGroup_Request) GetTokenId ¶ added in v2.470.4
func (x *ReplicationServiceRegisterGroup_Request) GetTokenId() string
func (*ReplicationServiceRegisterGroup_Request) ProtoMessage ¶
func (*ReplicationServiceRegisterGroup_Request) ProtoMessage()
func (*ReplicationServiceRegisterGroup_Request) ProtoReflect ¶ added in v2.470.4
func (x *ReplicationServiceRegisterGroup_Request) ProtoReflect() protoreflect.Message
func (*ReplicationServiceRegisterGroup_Request) Reset ¶
func (x *ReplicationServiceRegisterGroup_Request) Reset()
func (*ReplicationServiceRegisterGroup_Request) String ¶
func (x *ReplicationServiceRegisterGroup_Request) String() string
type ReplicationSetAutoEnable ¶
type ReplicationSetAutoEnable struct {
// contains filtered or unexported fields
}
func (*ReplicationSetAutoEnable) Descriptor
deprecated
func (*ReplicationSetAutoEnable) Descriptor() ([]byte, []int)
Deprecated: Use ReplicationSetAutoEnable.ProtoReflect.Descriptor instead.
func (*ReplicationSetAutoEnable) ProtoMessage ¶
func (*ReplicationSetAutoEnable) ProtoMessage()
func (*ReplicationSetAutoEnable) ProtoReflect ¶ added in v2.470.4
func (x *ReplicationSetAutoEnable) ProtoReflect() protoreflect.Message
func (*ReplicationSetAutoEnable) Reset ¶
func (x *ReplicationSetAutoEnable) Reset()
func (*ReplicationSetAutoEnable) String ¶
func (x *ReplicationSetAutoEnable) String() string
type ReplicationSetAutoEnable_Reply ¶
type ReplicationSetAutoEnable_Reply struct {
// contains filtered or unexported fields
}
func (*ReplicationSetAutoEnable_Reply) Descriptor
deprecated
func (*ReplicationSetAutoEnable_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ReplicationSetAutoEnable_Reply.ProtoReflect.Descriptor instead.
func (*ReplicationSetAutoEnable_Reply) ProtoMessage ¶
func (*ReplicationSetAutoEnable_Reply) ProtoMessage()
func (*ReplicationSetAutoEnable_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ReplicationSetAutoEnable_Reply) ProtoReflect() protoreflect.Message
func (*ReplicationSetAutoEnable_Reply) Reset ¶
func (x *ReplicationSetAutoEnable_Reply) Reset()
func (*ReplicationSetAutoEnable_Reply) String ¶
func (x *ReplicationSetAutoEnable_Reply) String() string
type ReplicationSetAutoEnable_Request ¶
type ReplicationSetAutoEnable_Request struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
func (*ReplicationSetAutoEnable_Request) Descriptor
deprecated
func (*ReplicationSetAutoEnable_Request) Descriptor() ([]byte, []int)
Deprecated: Use ReplicationSetAutoEnable_Request.ProtoReflect.Descriptor instead.
func (*ReplicationSetAutoEnable_Request) GetEnabled ¶
func (x *ReplicationSetAutoEnable_Request) GetEnabled() bool
func (*ReplicationSetAutoEnable_Request) ProtoMessage ¶
func (*ReplicationSetAutoEnable_Request) ProtoMessage()
func (*ReplicationSetAutoEnable_Request) ProtoReflect ¶ added in v2.470.4
func (x *ReplicationSetAutoEnable_Request) ProtoReflect() protoreflect.Message
func (*ReplicationSetAutoEnable_Request) Reset ¶
func (x *ReplicationSetAutoEnable_Request) Reset()
func (*ReplicationSetAutoEnable_Request) String ¶
func (x *ReplicationSetAutoEnable_Request) String() string
type SendContactRequest ¶
type SendContactRequest struct {
// contains filtered or unexported fields
}
func (*SendContactRequest) Descriptor
deprecated
func (*SendContactRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendContactRequest.ProtoReflect.Descriptor instead.
func (*SendContactRequest) ProtoMessage ¶
func (*SendContactRequest) ProtoMessage()
func (*SendContactRequest) ProtoReflect ¶ added in v2.470.4
func (x *SendContactRequest) ProtoReflect() protoreflect.Message
func (*SendContactRequest) Reset ¶
func (x *SendContactRequest) Reset()
func (*SendContactRequest) String ¶
func (x *SendContactRequest) String() string
type SendContactRequest_Reply ¶
type SendContactRequest_Reply struct {
// contains filtered or unexported fields
}
func (*SendContactRequest_Reply) Descriptor
deprecated
func (*SendContactRequest_Reply) Descriptor() ([]byte, []int)
Deprecated: Use SendContactRequest_Reply.ProtoReflect.Descriptor instead.
func (*SendContactRequest_Reply) ProtoMessage ¶
func (*SendContactRequest_Reply) ProtoMessage()
func (*SendContactRequest_Reply) ProtoReflect ¶ added in v2.470.4
func (x *SendContactRequest_Reply) ProtoReflect() protoreflect.Message
func (*SendContactRequest_Reply) Reset ¶
func (x *SendContactRequest_Reply) Reset()
func (*SendContactRequest_Reply) String ¶
func (x *SendContactRequest_Reply) String() string
type SendContactRequest_Request ¶
type SendContactRequest_Request struct { BertyId *BertyID `protobuf:"bytes,1,opt,name=berty_id,json=bertyId,proto3" json:"berty_id,omitempty"` Metadata []byte `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` OwnMetadata []byte `protobuf:"bytes,3,opt,name=own_metadata,json=ownMetadata,proto3" json:"own_metadata,omitempty"` // contains filtered or unexported fields }
func (*SendContactRequest_Request) Descriptor
deprecated
func (*SendContactRequest_Request) Descriptor() ([]byte, []int)
Deprecated: Use SendContactRequest_Request.ProtoReflect.Descriptor instead.
func (*SendContactRequest_Request) GetBertyId ¶ added in v2.470.4
func (x *SendContactRequest_Request) GetBertyId() *BertyID
func (*SendContactRequest_Request) GetMetadata ¶
func (x *SendContactRequest_Request) GetMetadata() []byte
func (*SendContactRequest_Request) GetOwnMetadata ¶
func (x *SendContactRequest_Request) GetOwnMetadata() []byte
func (*SendContactRequest_Request) ProtoMessage ¶
func (*SendContactRequest_Request) ProtoMessage()
func (*SendContactRequest_Request) ProtoReflect ¶ added in v2.470.4
func (x *SendContactRequest_Request) ProtoReflect() protoreflect.Message
func (*SendContactRequest_Request) Reset ¶
func (x *SendContactRequest_Request) Reset()
func (*SendContactRequest_Request) String ¶
func (x *SendContactRequest_Request) String() string
type ServiceToken ¶
type ServiceToken struct { AccountPk string `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty"` TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty" gorm:"primaryKey"` Token string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"` SupportedServices []*ServiceTokenSupportedServiceRecord `` /* 138-byte string literal not displayed */ AuthenticationUrl string `protobuf:"bytes,5,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"` Expiration int64 `protobuf:"varint,6,opt,name=expiration,proto3" json:"expiration,omitempty"` // contains filtered or unexported fields }
func (*ServiceToken) Descriptor
deprecated
func (*ServiceToken) Descriptor() ([]byte, []int)
Deprecated: Use ServiceToken.ProtoReflect.Descriptor instead.
func (*ServiceToken) GetAccountPk ¶ added in v2.470.4
func (x *ServiceToken) GetAccountPk() string
func (*ServiceToken) GetAuthenticationUrl ¶ added in v2.470.4
func (x *ServiceToken) GetAuthenticationUrl() string
func (*ServiceToken) GetExpiration ¶
func (x *ServiceToken) GetExpiration() int64
func (*ServiceToken) GetSupportedServices ¶ added in v2.470.0
func (x *ServiceToken) GetSupportedServices() []*ServiceTokenSupportedServiceRecord
func (*ServiceToken) GetToken ¶ added in v2.470.0
func (x *ServiceToken) GetToken() string
func (*ServiceToken) GetTokenId ¶ added in v2.470.4
func (x *ServiceToken) GetTokenId() string
func (*ServiceToken) ProtoMessage ¶
func (*ServiceToken) ProtoMessage()
func (*ServiceToken) ProtoReflect ¶ added in v2.470.4
func (x *ServiceToken) ProtoReflect() protoreflect.Message
func (*ServiceToken) Reset ¶
func (x *ServiceToken) Reset()
func (*ServiceToken) String ¶
func (x *ServiceToken) String() string
type ServiceTokenSupportedService ¶ added in v2.470.0
type ServiceTokenSupportedService struct { Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty" gorm:"primaryKey"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*ServiceTokenSupportedService) Descriptor
deprecated
added in
v2.470.0
func (*ServiceTokenSupportedService) Descriptor() ([]byte, []int)
Deprecated: Use ServiceTokenSupportedService.ProtoReflect.Descriptor instead.
func (*ServiceTokenSupportedService) GetAddress ¶ added in v2.470.0
func (x *ServiceTokenSupportedService) GetAddress() string
func (*ServiceTokenSupportedService) GetType ¶ added in v2.470.0
func (x *ServiceTokenSupportedService) GetType() string
func (*ServiceTokenSupportedService) ProtoMessage ¶ added in v2.470.0
func (*ServiceTokenSupportedService) ProtoMessage()
func (*ServiceTokenSupportedService) ProtoReflect ¶ added in v2.470.4
func (x *ServiceTokenSupportedService) ProtoReflect() protoreflect.Message
func (*ServiceTokenSupportedService) Reset ¶ added in v2.470.0
func (x *ServiceTokenSupportedService) Reset()
func (*ServiceTokenSupportedService) String ¶ added in v2.470.0
func (x *ServiceTokenSupportedService) String() string
type ServiceTokenSupportedServiceRecord ¶ added in v2.470.0
type ServiceTokenSupportedServiceRecord struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty" gorm:"primaryKey"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty" gorm:"primaryKey"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*ServiceTokenSupportedServiceRecord) Descriptor
deprecated
added in
v2.470.0
func (*ServiceTokenSupportedServiceRecord) Descriptor() ([]byte, []int)
Deprecated: Use ServiceTokenSupportedServiceRecord.ProtoReflect.Descriptor instead.
func (*ServiceTokenSupportedServiceRecord) GetAddress ¶ added in v2.470.0
func (x *ServiceTokenSupportedServiceRecord) GetAddress() string
func (*ServiceTokenSupportedServiceRecord) GetTokenId ¶ added in v2.470.4
func (x *ServiceTokenSupportedServiceRecord) GetTokenId() string
func (*ServiceTokenSupportedServiceRecord) GetType ¶ added in v2.470.0
func (x *ServiceTokenSupportedServiceRecord) GetType() string
func (*ServiceTokenSupportedServiceRecord) ProtoMessage ¶ added in v2.470.0
func (*ServiceTokenSupportedServiceRecord) ProtoMessage()
func (*ServiceTokenSupportedServiceRecord) ProtoReflect ¶ added in v2.470.4
func (x *ServiceTokenSupportedServiceRecord) ProtoReflect() protoreflect.Message
func (*ServiceTokenSupportedServiceRecord) Reset ¶ added in v2.470.0
func (x *ServiceTokenSupportedServiceRecord) Reset()
func (*ServiceTokenSupportedServiceRecord) String ¶ added in v2.470.0
func (x *ServiceTokenSupportedServiceRecord) String() string
type ServicesTokenCode ¶ added in v2.470.0
type ServicesTokenCode struct { Services []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` CodeChallenge string `protobuf:"bytes,2,opt,name=code_challenge,json=codeChallenge,proto3" json:"code_challenge,omitempty"` TokenId string `protobuf:"bytes,3,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*ServicesTokenCode) Descriptor
deprecated
added in
v2.470.0
func (*ServicesTokenCode) Descriptor() ([]byte, []int)
Deprecated: Use ServicesTokenCode.ProtoReflect.Descriptor instead.
func (*ServicesTokenCode) GetCodeChallenge ¶ added in v2.470.0
func (x *ServicesTokenCode) GetCodeChallenge() string
func (*ServicesTokenCode) GetServices ¶ added in v2.470.0
func (x *ServicesTokenCode) GetServices() []string
func (*ServicesTokenCode) GetTokenId ¶ added in v2.470.4
func (x *ServicesTokenCode) GetTokenId() string
func (*ServicesTokenCode) ProtoMessage ¶ added in v2.470.0
func (*ServicesTokenCode) ProtoMessage()
func (*ServicesTokenCode) ProtoReflect ¶ added in v2.470.4
func (x *ServicesTokenCode) ProtoReflect() protoreflect.Message
func (*ServicesTokenCode) Reset ¶ added in v2.470.0
func (x *ServicesTokenCode) Reset()
func (*ServicesTokenCode) String ¶ added in v2.470.0
func (x *ServicesTokenCode) String() string
type ServicesTokenList ¶ added in v2.470.0
type ServicesTokenList struct {
// contains filtered or unexported fields
}
func (*ServicesTokenList) Descriptor
deprecated
added in
v2.470.0
func (*ServicesTokenList) Descriptor() ([]byte, []int)
Deprecated: Use ServicesTokenList.ProtoReflect.Descriptor instead.
func (*ServicesTokenList) ProtoMessage ¶ added in v2.470.0
func (*ServicesTokenList) ProtoMessage()
func (*ServicesTokenList) ProtoReflect ¶ added in v2.470.4
func (x *ServicesTokenList) ProtoReflect() protoreflect.Message
func (*ServicesTokenList) Reset ¶ added in v2.470.0
func (x *ServicesTokenList) Reset()
func (*ServicesTokenList) String ¶ added in v2.470.0
func (x *ServicesTokenList) String() string
type ServicesTokenList_Reply ¶ added in v2.470.0
type ServicesTokenList_Reply struct { Service *ServiceToken `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
func (*ServicesTokenList_Reply) Descriptor
deprecated
added in
v2.470.0
func (*ServicesTokenList_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ServicesTokenList_Reply.ProtoReflect.Descriptor instead.
func (*ServicesTokenList_Reply) GetService ¶ added in v2.470.0
func (x *ServicesTokenList_Reply) GetService() *ServiceToken
func (*ServicesTokenList_Reply) ProtoMessage ¶ added in v2.470.0
func (*ServicesTokenList_Reply) ProtoMessage()
func (*ServicesTokenList_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ServicesTokenList_Reply) ProtoReflect() protoreflect.Message
func (*ServicesTokenList_Reply) Reset ¶ added in v2.470.0
func (x *ServicesTokenList_Reply) Reset()
func (*ServicesTokenList_Reply) String ¶ added in v2.470.0
func (x *ServicesTokenList_Reply) String() string
type ServicesTokenList_Request ¶ added in v2.470.0
type ServicesTokenList_Request struct {
// contains filtered or unexported fields
}
func (*ServicesTokenList_Request) Descriptor
deprecated
added in
v2.470.0
func (*ServicesTokenList_Request) Descriptor() ([]byte, []int)
Deprecated: Use ServicesTokenList_Request.ProtoReflect.Descriptor instead.
func (*ServicesTokenList_Request) ProtoMessage ¶ added in v2.470.0
func (*ServicesTokenList_Request) ProtoMessage()
func (*ServicesTokenList_Request) ProtoReflect ¶ added in v2.470.4
func (x *ServicesTokenList_Request) ProtoReflect() protoreflect.Message
func (*ServicesTokenList_Request) Reset ¶ added in v2.470.0
func (x *ServicesTokenList_Request) Reset()
func (*ServicesTokenList_Request) String ¶ added in v2.470.0
func (x *ServicesTokenList_Request) String() string
type ShareableBertyGroup ¶
type ShareableBertyGroup struct {
// contains filtered or unexported fields
}
func (*ShareableBertyGroup) Descriptor
deprecated
func (*ShareableBertyGroup) Descriptor() ([]byte, []int)
Deprecated: Use ShareableBertyGroup.ProtoReflect.Descriptor instead.
func (*ShareableBertyGroup) ProtoMessage ¶
func (*ShareableBertyGroup) ProtoMessage()
func (*ShareableBertyGroup) ProtoReflect ¶ added in v2.470.4
func (x *ShareableBertyGroup) ProtoReflect() protoreflect.Message
func (*ShareableBertyGroup) Reset ¶
func (x *ShareableBertyGroup) Reset()
func (*ShareableBertyGroup) String ¶
func (x *ShareableBertyGroup) String() string
type ShareableBertyGroup_Reply ¶
type ShareableBertyGroup_Reply struct { // contains filtered or unexported fields }
func (*ShareableBertyGroup_Reply) Descriptor
deprecated
func (*ShareableBertyGroup_Reply) Descriptor() ([]byte, []int)
Deprecated: Use ShareableBertyGroup_Reply.ProtoReflect.Descriptor instead.
func (*ShareableBertyGroup_Reply) GetInternalUrl ¶ added in v2.470.4
func (x *ShareableBertyGroup_Reply) GetInternalUrl() string
func (*ShareableBertyGroup_Reply) GetLink ¶
func (x *ShareableBertyGroup_Reply) GetLink() *BertyLink
func (*ShareableBertyGroup_Reply) GetWebUrl ¶ added in v2.470.4
func (x *ShareableBertyGroup_Reply) GetWebUrl() string
func (*ShareableBertyGroup_Reply) ProtoMessage ¶
func (*ShareableBertyGroup_Reply) ProtoMessage()
func (*ShareableBertyGroup_Reply) ProtoReflect ¶ added in v2.470.4
func (x *ShareableBertyGroup_Reply) ProtoReflect() protoreflect.Message
func (*ShareableBertyGroup_Reply) Reset ¶
func (x *ShareableBertyGroup_Reply) Reset()
func (*ShareableBertyGroup_Reply) String ¶
func (x *ShareableBertyGroup_Reply) String() string
type ShareableBertyGroup_Request ¶
type ShareableBertyGroup_Request struct { // contains filtered or unexported fields }
func (*ShareableBertyGroup_Request) Descriptor
deprecated
func (*ShareableBertyGroup_Request) Descriptor() ([]byte, []int)
Deprecated: Use ShareableBertyGroup_Request.ProtoReflect.Descriptor instead.
func (*ShareableBertyGroup_Request) GetGroupName ¶
func (x *ShareableBertyGroup_Request) GetGroupName() string
func (*ShareableBertyGroup_Request) GetGroupPk ¶ added in v2.470.4
func (x *ShareableBertyGroup_Request) GetGroupPk() []byte
func (*ShareableBertyGroup_Request) ProtoMessage ¶
func (*ShareableBertyGroup_Request) ProtoMessage()
func (*ShareableBertyGroup_Request) ProtoReflect ¶ added in v2.470.4
func (x *ShareableBertyGroup_Request) ProtoReflect() protoreflect.Message
func (*ShareableBertyGroup_Request) Reset ¶
func (x *ShareableBertyGroup_Request) Reset()
func (*ShareableBertyGroup_Request) String ¶
func (x *ShareableBertyGroup_Request) String() string
type StreamEvent ¶
type StreamEvent struct { Type StreamEvent_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.messenger.v1.StreamEvent_Type" json:"type,omitempty"` Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` // specific to "*Updated" events IsNew bool `protobuf:"varint,3,opt,name=is_new,json=isNew,proto3" json:"is_new,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent) Descriptor
deprecated
func (*StreamEvent) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent.ProtoReflect.Descriptor instead.
func (*StreamEvent) GetIsNew ¶
func (x *StreamEvent) GetIsNew() bool
func (*StreamEvent) GetPayload ¶
func (x *StreamEvent) GetPayload() []byte
func (*StreamEvent) GetType ¶
func (x *StreamEvent) GetType() StreamEvent_Type
func (*StreamEvent) MarshalJSON ¶
func (event *StreamEvent) MarshalJSON() ([]byte, error)
func (*StreamEvent) ProtoMessage ¶
func (*StreamEvent) ProtoMessage()
func (*StreamEvent) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent) ProtoReflect() protoreflect.Message
func (*StreamEvent) Reset ¶
func (x *StreamEvent) Reset()
func (*StreamEvent) String ¶
func (x *StreamEvent) String() string
func (*StreamEvent) UnmarshalPayload ¶
func (event *StreamEvent) UnmarshalPayload() (proto.Message, error)
type StreamEvent_AccountUpdated ¶
type StreamEvent_AccountUpdated struct { Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_AccountUpdated) Descriptor
deprecated
func (*StreamEvent_AccountUpdated) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_AccountUpdated.ProtoReflect.Descriptor instead.
func (*StreamEvent_AccountUpdated) GetAccount ¶
func (x *StreamEvent_AccountUpdated) GetAccount() *Account
func (*StreamEvent_AccountUpdated) ProtoMessage ¶
func (*StreamEvent_AccountUpdated) ProtoMessage()
func (*StreamEvent_AccountUpdated) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_AccountUpdated) ProtoReflect() protoreflect.Message
func (*StreamEvent_AccountUpdated) Reset ¶
func (x *StreamEvent_AccountUpdated) Reset()
func (*StreamEvent_AccountUpdated) String ¶
func (x *StreamEvent_AccountUpdated) String() string
type StreamEvent_ContactUpdated ¶
type StreamEvent_ContactUpdated struct { Contact *Contact `protobuf:"bytes,1,opt,name=contact,proto3" json:"contact,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_ContactUpdated) Descriptor
deprecated
func (*StreamEvent_ContactUpdated) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_ContactUpdated.ProtoReflect.Descriptor instead.
func (*StreamEvent_ContactUpdated) GetContact ¶
func (x *StreamEvent_ContactUpdated) GetContact() *Contact
func (*StreamEvent_ContactUpdated) ProtoMessage ¶
func (*StreamEvent_ContactUpdated) ProtoMessage()
func (*StreamEvent_ContactUpdated) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_ContactUpdated) ProtoReflect() protoreflect.Message
func (*StreamEvent_ContactUpdated) Reset ¶
func (x *StreamEvent_ContactUpdated) Reset()
func (*StreamEvent_ContactUpdated) String ¶
func (x *StreamEvent_ContactUpdated) String() string
type StreamEvent_ConversationDeleted ¶
type StreamEvent_ConversationDeleted struct { PublicKey string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_ConversationDeleted) Descriptor
deprecated
func (*StreamEvent_ConversationDeleted) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_ConversationDeleted.ProtoReflect.Descriptor instead.
func (*StreamEvent_ConversationDeleted) GetPublicKey ¶
func (x *StreamEvent_ConversationDeleted) GetPublicKey() string
func (*StreamEvent_ConversationDeleted) ProtoMessage ¶
func (*StreamEvent_ConversationDeleted) ProtoMessage()
func (*StreamEvent_ConversationDeleted) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_ConversationDeleted) ProtoReflect() protoreflect.Message
func (*StreamEvent_ConversationDeleted) Reset ¶
func (x *StreamEvent_ConversationDeleted) Reset()
func (*StreamEvent_ConversationDeleted) String ¶
func (x *StreamEvent_ConversationDeleted) String() string
type StreamEvent_ConversationPartialLoad ¶ added in v2.261.0
type StreamEvent_ConversationPartialLoad struct { ConversationPk string `protobuf:"bytes,1,opt,name=conversation_pk,json=conversationPk,proto3" json:"conversation_pk,omitempty"` Interactions []*Interaction `protobuf:"bytes,2,rep,name=interactions,proto3" json:"interactions,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_ConversationPartialLoad) Descriptor
deprecated
added in
v2.261.0
func (*StreamEvent_ConversationPartialLoad) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_ConversationPartialLoad.ProtoReflect.Descriptor instead.
func (*StreamEvent_ConversationPartialLoad) GetConversationPk ¶ added in v2.470.4
func (x *StreamEvent_ConversationPartialLoad) GetConversationPk() string
func (*StreamEvent_ConversationPartialLoad) GetInteractions ¶ added in v2.261.0
func (x *StreamEvent_ConversationPartialLoad) GetInteractions() []*Interaction
func (*StreamEvent_ConversationPartialLoad) ProtoMessage ¶ added in v2.261.0
func (*StreamEvent_ConversationPartialLoad) ProtoMessage()
func (*StreamEvent_ConversationPartialLoad) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_ConversationPartialLoad) ProtoReflect() protoreflect.Message
func (*StreamEvent_ConversationPartialLoad) Reset ¶ added in v2.261.0
func (x *StreamEvent_ConversationPartialLoad) Reset()
func (*StreamEvent_ConversationPartialLoad) String ¶ added in v2.261.0
func (x *StreamEvent_ConversationPartialLoad) String() string
type StreamEvent_ConversationUpdated ¶
type StreamEvent_ConversationUpdated struct { Conversation *Conversation `protobuf:"bytes,1,opt,name=conversation,proto3" json:"conversation,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_ConversationUpdated) Descriptor
deprecated
func (*StreamEvent_ConversationUpdated) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_ConversationUpdated.ProtoReflect.Descriptor instead.
func (*StreamEvent_ConversationUpdated) GetConversation ¶
func (x *StreamEvent_ConversationUpdated) GetConversation() *Conversation
func (*StreamEvent_ConversationUpdated) ProtoMessage ¶
func (*StreamEvent_ConversationUpdated) ProtoMessage()
func (*StreamEvent_ConversationUpdated) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_ConversationUpdated) ProtoReflect() protoreflect.Message
func (*StreamEvent_ConversationUpdated) Reset ¶
func (x *StreamEvent_ConversationUpdated) Reset()
func (*StreamEvent_ConversationUpdated) String ¶
func (x *StreamEvent_ConversationUpdated) String() string
type StreamEvent_DeviceUpdated ¶
type StreamEvent_DeviceUpdated struct { Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_DeviceUpdated) Descriptor
deprecated
func (*StreamEvent_DeviceUpdated) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_DeviceUpdated.ProtoReflect.Descriptor instead.
func (*StreamEvent_DeviceUpdated) GetDevice ¶
func (x *StreamEvent_DeviceUpdated) GetDevice() *Device
func (*StreamEvent_DeviceUpdated) ProtoMessage ¶
func (*StreamEvent_DeviceUpdated) ProtoMessage()
func (*StreamEvent_DeviceUpdated) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_DeviceUpdated) ProtoReflect() protoreflect.Message
func (*StreamEvent_DeviceUpdated) Reset ¶
func (x *StreamEvent_DeviceUpdated) Reset()
func (*StreamEvent_DeviceUpdated) String ¶
func (x *StreamEvent_DeviceUpdated) String() string
type StreamEvent_InteractionDeleted ¶
type StreamEvent_InteractionDeleted struct { Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"` ConversationPublicKey string `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StreamEvent_InteractionDeleted) Descriptor
deprecated
func (*StreamEvent_InteractionDeleted) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_InteractionDeleted.ProtoReflect.Descriptor instead.
func (*StreamEvent_InteractionDeleted) GetCid ¶ added in v2.470.4
func (x *StreamEvent_InteractionDeleted) GetCid() string
func (*StreamEvent_InteractionDeleted) GetConversationPublicKey ¶ added in v2.338.0
func (x *StreamEvent_InteractionDeleted) GetConversationPublicKey() string
func (*StreamEvent_InteractionDeleted) ProtoMessage ¶
func (*StreamEvent_InteractionDeleted) ProtoMessage()
func (*StreamEvent_InteractionDeleted) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_InteractionDeleted) ProtoReflect() protoreflect.Message
func (*StreamEvent_InteractionDeleted) Reset ¶
func (x *StreamEvent_InteractionDeleted) Reset()
func (*StreamEvent_InteractionDeleted) String ¶
func (x *StreamEvent_InteractionDeleted) String() string
type StreamEvent_InteractionUpdated ¶
type StreamEvent_InteractionUpdated struct { Interaction *Interaction `protobuf:"bytes,1,opt,name=interaction,proto3" json:"interaction,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_InteractionUpdated) Descriptor
deprecated
func (*StreamEvent_InteractionUpdated) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_InteractionUpdated.ProtoReflect.Descriptor instead.
func (*StreamEvent_InteractionUpdated) GetInteraction ¶
func (x *StreamEvent_InteractionUpdated) GetInteraction() *Interaction
func (*StreamEvent_InteractionUpdated) ProtoMessage ¶
func (*StreamEvent_InteractionUpdated) ProtoMessage()
func (*StreamEvent_InteractionUpdated) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_InteractionUpdated) ProtoReflect() protoreflect.Message
func (*StreamEvent_InteractionUpdated) Reset ¶
func (x *StreamEvent_InteractionUpdated) Reset()
func (*StreamEvent_InteractionUpdated) String ¶
func (x *StreamEvent_InteractionUpdated) String() string
type StreamEvent_ListEnded ¶
type StreamEvent_ListEnded struct {
// contains filtered or unexported fields
}
func (*StreamEvent_ListEnded) Descriptor
deprecated
func (*StreamEvent_ListEnded) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_ListEnded.ProtoReflect.Descriptor instead.
func (*StreamEvent_ListEnded) ProtoMessage ¶
func (*StreamEvent_ListEnded) ProtoMessage()
func (*StreamEvent_ListEnded) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_ListEnded) ProtoReflect() protoreflect.Message
func (*StreamEvent_ListEnded) Reset ¶
func (x *StreamEvent_ListEnded) Reset()
func (*StreamEvent_ListEnded) String ¶
func (x *StreamEvent_ListEnded) String() string
type StreamEvent_MemberUpdated ¶
type StreamEvent_MemberUpdated struct { Member *Member `protobuf:"bytes,1,opt,name=member,proto3" json:"member,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_MemberUpdated) Descriptor
deprecated
func (*StreamEvent_MemberUpdated) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_MemberUpdated.ProtoReflect.Descriptor instead.
func (*StreamEvent_MemberUpdated) GetMember ¶
func (x *StreamEvent_MemberUpdated) GetMember() *Member
func (*StreamEvent_MemberUpdated) ProtoMessage ¶
func (*StreamEvent_MemberUpdated) ProtoMessage()
func (*StreamEvent_MemberUpdated) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_MemberUpdated) ProtoReflect() protoreflect.Message
func (*StreamEvent_MemberUpdated) Reset ¶
func (x *StreamEvent_MemberUpdated) Reset()
func (*StreamEvent_MemberUpdated) String ¶
func (x *StreamEvent_MemberUpdated) String() string
type StreamEvent_Notified ¶
type StreamEvent_Notified struct { Type StreamEvent_Notified_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.messenger.v1.StreamEvent_Notified_Type" json:"type,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Body string `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"` Payload []byte `protobuf:"bytes,5,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_Notified) Descriptor
deprecated
func (*StreamEvent_Notified) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_Notified.ProtoReflect.Descriptor instead.
func (*StreamEvent_Notified) GetBody ¶
func (x *StreamEvent_Notified) GetBody() string
func (*StreamEvent_Notified) GetPayload ¶
func (x *StreamEvent_Notified) GetPayload() []byte
func (*StreamEvent_Notified) GetTitle ¶
func (x *StreamEvent_Notified) GetTitle() string
func (*StreamEvent_Notified) GetType ¶
func (x *StreamEvent_Notified) GetType() StreamEvent_Notified_Type
func (*StreamEvent_Notified) ProtoMessage ¶
func (*StreamEvent_Notified) ProtoMessage()
func (*StreamEvent_Notified) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_Notified) ProtoReflect() protoreflect.Message
func (*StreamEvent_Notified) Reset ¶
func (x *StreamEvent_Notified) Reset()
func (*StreamEvent_Notified) String ¶
func (x *StreamEvent_Notified) String() string
func (*StreamEvent_Notified) UnmarshalPayload ¶
func (event *StreamEvent_Notified) UnmarshalPayload() (proto.Message, error)
type StreamEvent_Notified_Basic ¶
type StreamEvent_Notified_Basic struct {
// contains filtered or unexported fields
}
func (*StreamEvent_Notified_Basic) Descriptor
deprecated
func (*StreamEvent_Notified_Basic) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_Notified_Basic.ProtoReflect.Descriptor instead.
func (*StreamEvent_Notified_Basic) ProtoMessage ¶
func (*StreamEvent_Notified_Basic) ProtoMessage()
func (*StreamEvent_Notified_Basic) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_Notified_Basic) ProtoReflect() protoreflect.Message
func (*StreamEvent_Notified_Basic) Reset ¶
func (x *StreamEvent_Notified_Basic) Reset()
func (*StreamEvent_Notified_Basic) String ¶
func (x *StreamEvent_Notified_Basic) String() string
type StreamEvent_Notified_ContactRequestReceived ¶
type StreamEvent_Notified_ContactRequestReceived struct { Contact *Contact `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_Notified_ContactRequestReceived) Descriptor
deprecated
func (*StreamEvent_Notified_ContactRequestReceived) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_Notified_ContactRequestReceived.ProtoReflect.Descriptor instead.
func (*StreamEvent_Notified_ContactRequestReceived) GetContact ¶
func (x *StreamEvent_Notified_ContactRequestReceived) GetContact() *Contact
func (*StreamEvent_Notified_ContactRequestReceived) ProtoMessage ¶
func (*StreamEvent_Notified_ContactRequestReceived) ProtoMessage()
func (*StreamEvent_Notified_ContactRequestReceived) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_Notified_ContactRequestReceived) ProtoReflect() protoreflect.Message
func (*StreamEvent_Notified_ContactRequestReceived) Reset ¶
func (x *StreamEvent_Notified_ContactRequestReceived) Reset()
func (*StreamEvent_Notified_ContactRequestReceived) String ¶
func (x *StreamEvent_Notified_ContactRequestReceived) String() string
type StreamEvent_Notified_ContactRequestSent ¶
type StreamEvent_Notified_ContactRequestSent struct { Contact *Contact `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_Notified_ContactRequestSent) Descriptor
deprecated
func (*StreamEvent_Notified_ContactRequestSent) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_Notified_ContactRequestSent.ProtoReflect.Descriptor instead.
func (*StreamEvent_Notified_ContactRequestSent) GetContact ¶
func (x *StreamEvent_Notified_ContactRequestSent) GetContact() *Contact
func (*StreamEvent_Notified_ContactRequestSent) ProtoMessage ¶
func (*StreamEvent_Notified_ContactRequestSent) ProtoMessage()
func (*StreamEvent_Notified_ContactRequestSent) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_Notified_ContactRequestSent) ProtoReflect() protoreflect.Message
func (*StreamEvent_Notified_ContactRequestSent) Reset ¶
func (x *StreamEvent_Notified_ContactRequestSent) Reset()
func (*StreamEvent_Notified_ContactRequestSent) String ¶
func (x *StreamEvent_Notified_ContactRequestSent) String() string
type StreamEvent_Notified_GroupInvitation ¶ added in v2.341.0
type StreamEvent_Notified_GroupInvitation struct { Conversation *Conversation `protobuf:"bytes,2,opt,name=conversation,proto3" json:"conversation,omitempty"` Contact *Contact `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_Notified_GroupInvitation) Descriptor
deprecated
added in
v2.341.0
func (*StreamEvent_Notified_GroupInvitation) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_Notified_GroupInvitation.ProtoReflect.Descriptor instead.
func (*StreamEvent_Notified_GroupInvitation) GetContact ¶ added in v2.341.0
func (x *StreamEvent_Notified_GroupInvitation) GetContact() *Contact
func (*StreamEvent_Notified_GroupInvitation) GetConversation ¶ added in v2.341.0
func (x *StreamEvent_Notified_GroupInvitation) GetConversation() *Conversation
func (*StreamEvent_Notified_GroupInvitation) ProtoMessage ¶ added in v2.341.0
func (*StreamEvent_Notified_GroupInvitation) ProtoMessage()
func (*StreamEvent_Notified_GroupInvitation) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_Notified_GroupInvitation) ProtoReflect() protoreflect.Message
func (*StreamEvent_Notified_GroupInvitation) Reset ¶ added in v2.341.0
func (x *StreamEvent_Notified_GroupInvitation) Reset()
func (*StreamEvent_Notified_GroupInvitation) String ¶ added in v2.341.0
func (x *StreamEvent_Notified_GroupInvitation) String() string
type StreamEvent_Notified_MessageReceived ¶
type StreamEvent_Notified_MessageReceived struct { Interaction *Interaction `protobuf:"bytes,1,opt,name=interaction,proto3" json:"interaction,omitempty"` Conversation *Conversation `protobuf:"bytes,2,opt,name=conversation,proto3" json:"conversation,omitempty"` Contact *Contact `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_Notified_MessageReceived) Descriptor
deprecated
func (*StreamEvent_Notified_MessageReceived) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_Notified_MessageReceived.ProtoReflect.Descriptor instead.
func (*StreamEvent_Notified_MessageReceived) GetContact ¶
func (x *StreamEvent_Notified_MessageReceived) GetContact() *Contact
func (*StreamEvent_Notified_MessageReceived) GetConversation ¶
func (x *StreamEvent_Notified_MessageReceived) GetConversation() *Conversation
func (*StreamEvent_Notified_MessageReceived) GetInteraction ¶
func (x *StreamEvent_Notified_MessageReceived) GetInteraction() *Interaction
func (*StreamEvent_Notified_MessageReceived) ProtoMessage ¶
func (*StreamEvent_Notified_MessageReceived) ProtoMessage()
func (*StreamEvent_Notified_MessageReceived) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_Notified_MessageReceived) ProtoReflect() protoreflect.Message
func (*StreamEvent_Notified_MessageReceived) Reset ¶
func (x *StreamEvent_Notified_MessageReceived) Reset()
func (*StreamEvent_Notified_MessageReceived) String ¶
func (x *StreamEvent_Notified_MessageReceived) String() string
type StreamEvent_Notified_Type ¶
type StreamEvent_Notified_Type int32
const ( StreamEvent_Notified_Unknown StreamEvent_Notified_Type = 0 StreamEvent_Notified_TypeBasic StreamEvent_Notified_Type = 1 StreamEvent_Notified_TypeMessageReceived StreamEvent_Notified_Type = 2 StreamEvent_Notified_TypeContactRequestSent StreamEvent_Notified_Type = 3 StreamEvent_Notified_TypeContactRequestReceived StreamEvent_Notified_Type = 4 StreamEvent_Notified_TypeGroupInvitation StreamEvent_Notified_Type = 5 )
func (StreamEvent_Notified_Type) Descriptor ¶ added in v2.470.4
func (StreamEvent_Notified_Type) Descriptor() protoreflect.EnumDescriptor
func (StreamEvent_Notified_Type) Enum ¶ added in v2.470.4
func (x StreamEvent_Notified_Type) Enum() *StreamEvent_Notified_Type
func (StreamEvent_Notified_Type) EnumDescriptor
deprecated
func (StreamEvent_Notified_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use StreamEvent_Notified_Type.Descriptor instead.
func (StreamEvent_Notified_Type) Number ¶ added in v2.470.4
func (x StreamEvent_Notified_Type) Number() protoreflect.EnumNumber
func (StreamEvent_Notified_Type) String ¶
func (x StreamEvent_Notified_Type) String() string
func (StreamEvent_Notified_Type) Type ¶ added in v2.470.4
func (StreamEvent_Notified_Type) Type() protoreflect.EnumType
type StreamEvent_PeerStatusConnected ¶ added in v2.415.0
type StreamEvent_PeerStatusConnected struct { PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` Transport StreamEvent_PeerStatusConnected_Transport `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
status events
func (*StreamEvent_PeerStatusConnected) Descriptor
deprecated
added in
v2.415.0
func (*StreamEvent_PeerStatusConnected) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_PeerStatusConnected.ProtoReflect.Descriptor instead.
func (*StreamEvent_PeerStatusConnected) GetPeerId ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusConnected) GetPeerId() string
func (*StreamEvent_PeerStatusConnected) GetTransport ¶ added in v2.415.0
func (x *StreamEvent_PeerStatusConnected) GetTransport() StreamEvent_PeerStatusConnected_Transport
func (*StreamEvent_PeerStatusConnected) ProtoMessage ¶ added in v2.415.0
func (*StreamEvent_PeerStatusConnected) ProtoMessage()
func (*StreamEvent_PeerStatusConnected) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusConnected) ProtoReflect() protoreflect.Message
func (*StreamEvent_PeerStatusConnected) Reset ¶ added in v2.415.0
func (x *StreamEvent_PeerStatusConnected) Reset()
func (*StreamEvent_PeerStatusConnected) String ¶ added in v2.415.0
func (x *StreamEvent_PeerStatusConnected) String() string
type StreamEvent_PeerStatusConnected_Transport ¶ added in v2.415.0
type StreamEvent_PeerStatusConnected_Transport int32
const ( StreamEvent_PeerStatusConnected_Unknown StreamEvent_PeerStatusConnected_Transport = 0 StreamEvent_PeerStatusConnected_LAN StreamEvent_PeerStatusConnected_Transport = 1 StreamEvent_PeerStatusConnected_WAN StreamEvent_PeerStatusConnected_Transport = 2 StreamEvent_PeerStatusConnected_Proximity StreamEvent_PeerStatusConnected_Transport = 3 )
func (StreamEvent_PeerStatusConnected_Transport) Descriptor ¶ added in v2.470.4
func (StreamEvent_PeerStatusConnected_Transport) Descriptor() protoreflect.EnumDescriptor
func (StreamEvent_PeerStatusConnected_Transport) EnumDescriptor
deprecated
added in
v2.415.0
func (StreamEvent_PeerStatusConnected_Transport) EnumDescriptor() ([]byte, []int)
Deprecated: Use StreamEvent_PeerStatusConnected_Transport.Descriptor instead.
func (StreamEvent_PeerStatusConnected_Transport) Number ¶ added in v2.470.4
func (x StreamEvent_PeerStatusConnected_Transport) Number() protoreflect.EnumNumber
func (StreamEvent_PeerStatusConnected_Transport) String ¶ added in v2.415.0
func (x StreamEvent_PeerStatusConnected_Transport) String() string
func (StreamEvent_PeerStatusConnected_Transport) Type ¶ added in v2.470.4
func (StreamEvent_PeerStatusConnected_Transport) Type() protoreflect.EnumType
type StreamEvent_PeerStatusDisconnected ¶ added in v2.415.0
type StreamEvent_PeerStatusDisconnected struct { PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_PeerStatusDisconnected) Descriptor
deprecated
added in
v2.415.0
func (*StreamEvent_PeerStatusDisconnected) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_PeerStatusDisconnected.ProtoReflect.Descriptor instead.
func (*StreamEvent_PeerStatusDisconnected) GetPeerId ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusDisconnected) GetPeerId() string
func (*StreamEvent_PeerStatusDisconnected) ProtoMessage ¶ added in v2.415.0
func (*StreamEvent_PeerStatusDisconnected) ProtoMessage()
func (*StreamEvent_PeerStatusDisconnected) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusDisconnected) ProtoReflect() protoreflect.Message
func (*StreamEvent_PeerStatusDisconnected) Reset ¶ added in v2.415.0
func (x *StreamEvent_PeerStatusDisconnected) Reset()
func (*StreamEvent_PeerStatusDisconnected) String ¶ added in v2.415.0
func (x *StreamEvent_PeerStatusDisconnected) String() string
type StreamEvent_PeerStatusGroupAssociated ¶ added in v2.415.0
type StreamEvent_PeerStatusGroupAssociated struct { PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` DevicePk string `protobuf:"bytes,2,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"` GroupPk string `protobuf:"bytes,3,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_PeerStatusGroupAssociated) Descriptor
deprecated
added in
v2.415.0
func (*StreamEvent_PeerStatusGroupAssociated) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_PeerStatusGroupAssociated.ProtoReflect.Descriptor instead.
func (*StreamEvent_PeerStatusGroupAssociated) GetDevicePk ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusGroupAssociated) GetDevicePk() string
func (*StreamEvent_PeerStatusGroupAssociated) GetGroupPk ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusGroupAssociated) GetGroupPk() string
func (*StreamEvent_PeerStatusGroupAssociated) GetPeerId ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusGroupAssociated) GetPeerId() string
func (*StreamEvent_PeerStatusGroupAssociated) ProtoMessage ¶ added in v2.415.0
func (*StreamEvent_PeerStatusGroupAssociated) ProtoMessage()
func (*StreamEvent_PeerStatusGroupAssociated) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusGroupAssociated) ProtoReflect() protoreflect.Message
func (*StreamEvent_PeerStatusGroupAssociated) Reset ¶ added in v2.415.0
func (x *StreamEvent_PeerStatusGroupAssociated) Reset()
func (*StreamEvent_PeerStatusGroupAssociated) String ¶ added in v2.415.0
func (x *StreamEvent_PeerStatusGroupAssociated) String() string
type StreamEvent_PeerStatusReconnecting ¶ added in v2.415.0
type StreamEvent_PeerStatusReconnecting struct { PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_PeerStatusReconnecting) Descriptor
deprecated
added in
v2.415.0
func (*StreamEvent_PeerStatusReconnecting) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_PeerStatusReconnecting.ProtoReflect.Descriptor instead.
func (*StreamEvent_PeerStatusReconnecting) GetPeerId ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusReconnecting) GetPeerId() string
func (*StreamEvent_PeerStatusReconnecting) ProtoMessage ¶ added in v2.415.0
func (*StreamEvent_PeerStatusReconnecting) ProtoMessage()
func (*StreamEvent_PeerStatusReconnecting) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_PeerStatusReconnecting) ProtoReflect() protoreflect.Message
func (*StreamEvent_PeerStatusReconnecting) Reset ¶ added in v2.415.0
func (x *StreamEvent_PeerStatusReconnecting) Reset()
func (*StreamEvent_PeerStatusReconnecting) String ¶ added in v2.415.0
func (x *StreamEvent_PeerStatusReconnecting) String() string
type StreamEvent_ServiceTokenAdded ¶ added in v2.470.0
type StreamEvent_ServiceTokenAdded struct { Token *ServiceToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*StreamEvent_ServiceTokenAdded) Descriptor
deprecated
added in
v2.470.0
func (*StreamEvent_ServiceTokenAdded) Descriptor() ([]byte, []int)
Deprecated: Use StreamEvent_ServiceTokenAdded.ProtoReflect.Descriptor instead.
func (*StreamEvent_ServiceTokenAdded) GetToken ¶ added in v2.470.0
func (x *StreamEvent_ServiceTokenAdded) GetToken() *ServiceToken
func (*StreamEvent_ServiceTokenAdded) ProtoMessage ¶ added in v2.470.0
func (*StreamEvent_ServiceTokenAdded) ProtoMessage()
func (*StreamEvent_ServiceTokenAdded) ProtoReflect ¶ added in v2.470.4
func (x *StreamEvent_ServiceTokenAdded) ProtoReflect() protoreflect.Message
func (*StreamEvent_ServiceTokenAdded) Reset ¶ added in v2.470.0
func (x *StreamEvent_ServiceTokenAdded) Reset()
func (*StreamEvent_ServiceTokenAdded) String ¶ added in v2.470.0
func (x *StreamEvent_ServiceTokenAdded) String() string
type StreamEvent_Type ¶
type StreamEvent_Type int32
const ( StreamEvent_Undefined StreamEvent_Type = 0 StreamEvent_TypeListEnded StreamEvent_Type = 1 StreamEvent_TypeConversationUpdated StreamEvent_Type = 2 StreamEvent_TypeConversationDeleted StreamEvent_Type = 3 StreamEvent_TypeInteractionUpdated StreamEvent_Type = 4 StreamEvent_TypeInteractionDeleted StreamEvent_Type = 5 StreamEvent_TypeContactUpdated StreamEvent_Type = 6 StreamEvent_TypeAccountUpdated StreamEvent_Type = 7 StreamEvent_TypeMemberUpdated StreamEvent_Type = 8 StreamEvent_TypeDeviceUpdated StreamEvent_Type = 9 StreamEvent_TypeNotified StreamEvent_Type = 10 StreamEvent_TypeConversationPartialLoad StreamEvent_Type = 12 StreamEvent_TypePeerStatusConnected StreamEvent_Type = 13 StreamEvent_TypePeerStatusReconnecting StreamEvent_Type = 14 StreamEvent_TypePeerStatusDisconnected StreamEvent_Type = 15 StreamEvent_TypePeerStatusGroupAssociated StreamEvent_Type = 16 StreamEvent_TypeServiceTokenAdded StreamEvent_Type = 17 )
func (StreamEvent_Type) Descriptor ¶ added in v2.470.4
func (StreamEvent_Type) Descriptor() protoreflect.EnumDescriptor
func (StreamEvent_Type) Enum ¶ added in v2.470.4
func (x StreamEvent_Type) Enum() *StreamEvent_Type
func (StreamEvent_Type) EnumDescriptor
deprecated
func (StreamEvent_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use StreamEvent_Type.Descriptor instead.
func (StreamEvent_Type) Number ¶ added in v2.470.4
func (x StreamEvent_Type) Number() protoreflect.EnumNumber
func (StreamEvent_Type) String ¶
func (x StreamEvent_Type) String() string
func (StreamEvent_Type) Type ¶ added in v2.470.4
func (StreamEvent_Type) Type() protoreflect.EnumType
type SystemInfo ¶
type SystemInfo struct {
// contains filtered or unexported fields
}
func (*SystemInfo) Descriptor
deprecated
func (*SystemInfo) Descriptor() ([]byte, []int)
Deprecated: Use SystemInfo.ProtoReflect.Descriptor instead.
func (*SystemInfo) ProtoMessage ¶
func (*SystemInfo) ProtoMessage()
func (*SystemInfo) ProtoReflect ¶ added in v2.470.4
func (x *SystemInfo) ProtoReflect() protoreflect.Message
func (*SystemInfo) Reset ¶
func (x *SystemInfo) Reset()
func (*SystemInfo) String ¶
func (x *SystemInfo) String() string
type SystemInfo_DB ¶
type SystemInfo_DB struct { Accounts int64 `protobuf:"varint,1,opt,name=accounts,proto3" json:"accounts,omitempty"` Contacts int64 `protobuf:"varint,2,opt,name=contacts,proto3" json:"contacts,omitempty"` Conversations int64 `protobuf:"varint,3,opt,name=conversations,proto3" json:"conversations,omitempty"` Interactions int64 `protobuf:"varint,4,opt,name=interactions,proto3" json:"interactions,omitempty"` Members int64 `protobuf:"varint,5,opt,name=members,proto3" json:"members,omitempty"` Devices int64 `protobuf:"varint,6,opt,name=devices,proto3" json:"devices,omitempty"` ServiceTokenSupportedServiceRecords int64 `` /* 173-byte string literal not displayed */ ServiceTokens int64 `protobuf:"varint,8,opt,name=service_tokens,json=serviceTokens,proto3" json:"service_tokens,omitempty"` ConversationReplicationInfo int64 `` /* 145-byte string literal not displayed */ MetadataEvents int64 `protobuf:"varint,10,opt,name=metadata_events,json=metadataEvents,proto3" json:"metadata_events,omitempty"` PushMemberToken int64 `protobuf:"varint,12,opt,name=push_member_token,json=pushMemberToken,proto3" json:"push_member_token,omitempty"` AccountVerifiedCredentials int64 `` /* 143-byte string literal not displayed */ AccountDirectoryServiceRecord int64 `` /* 154-byte string literal not displayed */ PushDeviceToken int64 `protobuf:"varint,15,opt,name=push_device_token,json=pushDeviceToken,proto3" json:"push_device_token,omitempty"` PushServerRecord int64 `protobuf:"varint,16,opt,name=push_server_record,json=pushServerRecord,proto3" json:"push_server_record,omitempty"` /* 147-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SystemInfo_DB) Descriptor
deprecated
func (*SystemInfo_DB) Descriptor() ([]byte, []int)
Deprecated: Use SystemInfo_DB.ProtoReflect.Descriptor instead.
func (*SystemInfo_DB) GetAccountDirectoryServiceRecord ¶ added in v2.452.0
func (x *SystemInfo_DB) GetAccountDirectoryServiceRecord() int64
func (*SystemInfo_DB) GetAccountVerifiedCredentials ¶ added in v2.448.0
func (x *SystemInfo_DB) GetAccountVerifiedCredentials() int64
func (*SystemInfo_DB) GetAccounts ¶
func (x *SystemInfo_DB) GetAccounts() int64
func (*SystemInfo_DB) GetContacts ¶
func (x *SystemInfo_DB) GetContacts() int64
func (*SystemInfo_DB) GetConversationReplicationInfo ¶
func (x *SystemInfo_DB) GetConversationReplicationInfo() int64
func (*SystemInfo_DB) GetConversations ¶
func (x *SystemInfo_DB) GetConversations() int64
func (*SystemInfo_DB) GetDevices ¶
func (x *SystemInfo_DB) GetDevices() int64
func (*SystemInfo_DB) GetInteractions ¶
func (x *SystemInfo_DB) GetInteractions() int64
func (*SystemInfo_DB) GetMembers ¶
func (x *SystemInfo_DB) GetMembers() int64
func (*SystemInfo_DB) GetMetadataEvents ¶ added in v2.305.0
func (x *SystemInfo_DB) GetMetadataEvents() int64
func (*SystemInfo_DB) GetPushDeviceToken ¶ added in v2.470.0
func (x *SystemInfo_DB) GetPushDeviceToken() int64
func (*SystemInfo_DB) GetPushLocalDeviceSharedToken ¶ added in v2.470.0
func (x *SystemInfo_DB) GetPushLocalDeviceSharedToken() int64
func (*SystemInfo_DB) GetPushMemberToken ¶ added in v2.470.0
func (x *SystemInfo_DB) GetPushMemberToken() int64
func (*SystemInfo_DB) GetPushServerRecord ¶ added in v2.470.0
func (x *SystemInfo_DB) GetPushServerRecord() int64
func (*SystemInfo_DB) GetServiceTokenSupportedServiceRecords ¶ added in v2.470.0
func (x *SystemInfo_DB) GetServiceTokenSupportedServiceRecords() int64
func (*SystemInfo_DB) GetServiceTokens ¶
func (x *SystemInfo_DB) GetServiceTokens() int64
func (*SystemInfo_DB) ProtoMessage ¶
func (*SystemInfo_DB) ProtoMessage()
func (*SystemInfo_DB) ProtoReflect ¶ added in v2.470.4
func (x *SystemInfo_DB) ProtoReflect() protoreflect.Message
func (*SystemInfo_DB) Reset ¶
func (x *SystemInfo_DB) Reset()
func (*SystemInfo_DB) String ¶
func (x *SystemInfo_DB) String() string
type SystemInfo_Messenger ¶
type SystemInfo_Messenger struct { Process *protocoltypes.SystemInfo_Process `protobuf:"bytes,1,opt,name=process,proto3" json:"process,omitempty"` Warns []string `protobuf:"bytes,2,rep,name=warns,proto3" json:"warns,omitempty"` ProtocolInSameProcess bool `` /* 129-byte string literal not displayed */ Db *SystemInfo_DB `protobuf:"bytes,4,opt,name=db,proto3" json:"db,omitempty"` // contains filtered or unexported fields }
func (*SystemInfo_Messenger) Descriptor
deprecated
func (*SystemInfo_Messenger) Descriptor() ([]byte, []int)
Deprecated: Use SystemInfo_Messenger.ProtoReflect.Descriptor instead.
func (*SystemInfo_Messenger) GetDb ¶ added in v2.470.4
func (x *SystemInfo_Messenger) GetDb() *SystemInfo_DB
func (*SystemInfo_Messenger) GetProcess ¶
func (x *SystemInfo_Messenger) GetProcess() *protocoltypes.SystemInfo_Process
func (*SystemInfo_Messenger) GetProtocolInSameProcess ¶
func (x *SystemInfo_Messenger) GetProtocolInSameProcess() bool
func (*SystemInfo_Messenger) GetWarns ¶
func (x *SystemInfo_Messenger) GetWarns() []string
func (*SystemInfo_Messenger) ProtoMessage ¶
func (*SystemInfo_Messenger) ProtoMessage()
func (*SystemInfo_Messenger) ProtoReflect ¶ added in v2.470.4
func (x *SystemInfo_Messenger) ProtoReflect() protoreflect.Message
func (*SystemInfo_Messenger) Reset ¶
func (x *SystemInfo_Messenger) Reset()
func (*SystemInfo_Messenger) String ¶
func (x *SystemInfo_Messenger) String() string
type SystemInfo_Reply ¶
type SystemInfo_Reply struct { Protocol *protocoltypes.SystemInfo_Reply `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"` Messenger *SystemInfo_Messenger `protobuf:"bytes,2,opt,name=messenger,proto3" json:"messenger,omitempty"` // contains filtered or unexported fields }
func (*SystemInfo_Reply) Descriptor
deprecated
func (*SystemInfo_Reply) Descriptor() ([]byte, []int)
Deprecated: Use SystemInfo_Reply.ProtoReflect.Descriptor instead.
func (*SystemInfo_Reply) GetMessenger ¶
func (x *SystemInfo_Reply) GetMessenger() *SystemInfo_Messenger
func (*SystemInfo_Reply) GetProtocol ¶
func (x *SystemInfo_Reply) GetProtocol() *protocoltypes.SystemInfo_Reply
func (*SystemInfo_Reply) ProtoMessage ¶
func (*SystemInfo_Reply) ProtoMessage()
func (*SystemInfo_Reply) ProtoReflect ¶ added in v2.470.4
func (x *SystemInfo_Reply) ProtoReflect() protoreflect.Message
func (*SystemInfo_Reply) Reset ¶
func (x *SystemInfo_Reply) Reset()
func (*SystemInfo_Reply) String ¶
func (x *SystemInfo_Reply) String() string
type SystemInfo_Request ¶
type SystemInfo_Request struct {
// contains filtered or unexported fields
}
func (*SystemInfo_Request) Descriptor
deprecated
func (*SystemInfo_Request) Descriptor() ([]byte, []int)
Deprecated: Use SystemInfo_Request.ProtoReflect.Descriptor instead.
func (*SystemInfo_Request) ProtoMessage ¶
func (*SystemInfo_Request) ProtoMessage()
func (*SystemInfo_Request) ProtoReflect ¶ added in v2.470.4
func (x *SystemInfo_Request) ProtoReflect() protoreflect.Message
func (*SystemInfo_Request) Reset ¶
func (x *SystemInfo_Request) Reset()
func (*SystemInfo_Request) String ¶
func (x *SystemInfo_Request) String() string
type TyberHostAttach ¶ added in v2.297.0
type TyberHostAttach struct {
// contains filtered or unexported fields
}
func (*TyberHostAttach) Descriptor
deprecated
added in
v2.297.0
func (*TyberHostAttach) Descriptor() ([]byte, []int)
Deprecated: Use TyberHostAttach.ProtoReflect.Descriptor instead.
func (*TyberHostAttach) ProtoMessage ¶ added in v2.297.0
func (*TyberHostAttach) ProtoMessage()
func (*TyberHostAttach) ProtoReflect ¶ added in v2.470.4
func (x *TyberHostAttach) ProtoReflect() protoreflect.Message
func (*TyberHostAttach) Reset ¶ added in v2.297.0
func (x *TyberHostAttach) Reset()
func (*TyberHostAttach) String ¶ added in v2.297.0
func (x *TyberHostAttach) String() string
type TyberHostAttach_Reply ¶ added in v2.297.0
type TyberHostAttach_Reply struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // contains filtered or unexported fields }
func (*TyberHostAttach_Reply) Descriptor
deprecated
added in
v2.297.0
func (*TyberHostAttach_Reply) Descriptor() ([]byte, []int)
Deprecated: Use TyberHostAttach_Reply.ProtoReflect.Descriptor instead.
func (*TyberHostAttach_Reply) GetAddress ¶ added in v2.297.0
func (x *TyberHostAttach_Reply) GetAddress() string
func (*TyberHostAttach_Reply) ProtoMessage ¶ added in v2.297.0
func (*TyberHostAttach_Reply) ProtoMessage()
func (*TyberHostAttach_Reply) ProtoReflect ¶ added in v2.470.4
func (x *TyberHostAttach_Reply) ProtoReflect() protoreflect.Message
func (*TyberHostAttach_Reply) Reset ¶ added in v2.297.0
func (x *TyberHostAttach_Reply) Reset()
func (*TyberHostAttach_Reply) String ¶ added in v2.297.0
func (x *TyberHostAttach_Reply) String() string
type TyberHostAttach_Request ¶ added in v2.297.0
type TyberHostAttach_Request struct { Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` // contains filtered or unexported fields }
func (*TyberHostAttach_Request) Descriptor
deprecated
added in
v2.297.0
func (*TyberHostAttach_Request) Descriptor() ([]byte, []int)
Deprecated: Use TyberHostAttach_Request.ProtoReflect.Descriptor instead.
func (*TyberHostAttach_Request) GetAddresses ¶ added in v2.297.0
func (x *TyberHostAttach_Request) GetAddresses() []string
func (*TyberHostAttach_Request) ProtoMessage ¶ added in v2.297.0
func (*TyberHostAttach_Request) ProtoMessage()
func (*TyberHostAttach_Request) ProtoReflect ¶ added in v2.470.4
func (x *TyberHostAttach_Request) ProtoReflect() protoreflect.Message
func (*TyberHostAttach_Request) Reset ¶ added in v2.297.0
func (x *TyberHostAttach_Request) Reset()
func (*TyberHostAttach_Request) String ¶ added in v2.297.0
func (x *TyberHostAttach_Request) String() string
type TyberHostSearch ¶ added in v2.297.0
type TyberHostSearch struct {
// contains filtered or unexported fields
}
func (*TyberHostSearch) Descriptor
deprecated
added in
v2.297.0
func (*TyberHostSearch) Descriptor() ([]byte, []int)
Deprecated: Use TyberHostSearch.ProtoReflect.Descriptor instead.
func (*TyberHostSearch) ProtoMessage ¶ added in v2.297.0
func (*TyberHostSearch) ProtoMessage()
func (*TyberHostSearch) ProtoReflect ¶ added in v2.470.4
func (x *TyberHostSearch) ProtoReflect() protoreflect.Message
func (*TyberHostSearch) Reset ¶ added in v2.297.0
func (x *TyberHostSearch) Reset()
func (*TyberHostSearch) String ¶ added in v2.297.0
func (x *TyberHostSearch) String() string
type TyberHostSearch_Reply ¶ added in v2.297.0
type TyberHostSearch_Reply struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` Ipv4 []string `protobuf:"bytes,2,rep,name=ipv4,proto3" json:"ipv4,omitempty"` Ipv6 []string `protobuf:"bytes,3,rep,name=ipv6,proto3" json:"ipv6,omitempty"` // contains filtered or unexported fields }
func (*TyberHostSearch_Reply) Descriptor
deprecated
added in
v2.297.0
func (*TyberHostSearch_Reply) Descriptor() ([]byte, []int)
Deprecated: Use TyberHostSearch_Reply.ProtoReflect.Descriptor instead.
func (*TyberHostSearch_Reply) GetHostname ¶ added in v2.297.0
func (x *TyberHostSearch_Reply) GetHostname() string
func (*TyberHostSearch_Reply) GetIpv4 ¶ added in v2.470.4
func (x *TyberHostSearch_Reply) GetIpv4() []string
func (*TyberHostSearch_Reply) GetIpv6 ¶ added in v2.470.4
func (x *TyberHostSearch_Reply) GetIpv6() []string
func (*TyberHostSearch_Reply) ProtoMessage ¶ added in v2.297.0
func (*TyberHostSearch_Reply) ProtoMessage()
func (*TyberHostSearch_Reply) ProtoReflect ¶ added in v2.470.4
func (x *TyberHostSearch_Reply) ProtoReflect() protoreflect.Message
func (*TyberHostSearch_Reply) Reset ¶ added in v2.297.0
func (x *TyberHostSearch_Reply) Reset()
func (*TyberHostSearch_Reply) String ¶ added in v2.297.0
func (x *TyberHostSearch_Reply) String() string
type TyberHostSearch_Request ¶ added in v2.297.0
type TyberHostSearch_Request struct {
// contains filtered or unexported fields
}
func (*TyberHostSearch_Request) Descriptor
deprecated
added in
v2.297.0
func (*TyberHostSearch_Request) Descriptor() ([]byte, []int)
Deprecated: Use TyberHostSearch_Request.ProtoReflect.Descriptor instead.
func (*TyberHostSearch_Request) ProtoMessage ¶ added in v2.297.0
func (*TyberHostSearch_Request) ProtoMessage()
func (*TyberHostSearch_Request) ProtoReflect ¶ added in v2.470.4
func (x *TyberHostSearch_Request) ProtoReflect() protoreflect.Message
func (*TyberHostSearch_Request) Reset ¶ added in v2.297.0
func (x *TyberHostSearch_Request) Reset()
func (*TyberHostSearch_Request) String ¶ added in v2.297.0
func (x *TyberHostSearch_Request) String() string
type UnimplementedMessengerServiceServer ¶
type UnimplementedMessengerServiceServer struct{}
UnimplementedMessengerServiceServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedMessengerServiceServer) AccountGet ¶
func (UnimplementedMessengerServiceServer) AccountGet(context.Context, *AccountGet_Request) (*AccountGet_Reply, error)
func (UnimplementedMessengerServiceServer) AccountPushConfigure ¶ added in v2.381.0
func (UnimplementedMessengerServiceServer) AccountPushConfigure(context.Context, *AccountPushConfigure_Request) (*AccountPushConfigure_Reply, error)
func (UnimplementedMessengerServiceServer) AccountUpdate ¶
func (UnimplementedMessengerServiceServer) AccountUpdate(context.Context, *AccountUpdate_Request) (*AccountUpdate_Reply, error)
func (UnimplementedMessengerServiceServer) AuthServiceCompleteFlow ¶ added in v2.470.0
func (UnimplementedMessengerServiceServer) AuthServiceCompleteFlow(context.Context, *AuthServiceCompleteFlow_Request) (*AuthServiceCompleteFlow_Reply, error)
func (UnimplementedMessengerServiceServer) AuthServiceInitFlow ¶ added in v2.470.0
func (UnimplementedMessengerServiceServer) AuthServiceInitFlow(context.Context, *AuthServiceInitFlow_Request) (*AuthServiceInitFlow_Reply, error)
func (UnimplementedMessengerServiceServer) BannerQuote ¶
func (UnimplementedMessengerServiceServer) BannerQuote(context.Context, *BannerQuote_Request) (*BannerQuote_Reply, error)
func (UnimplementedMessengerServiceServer) ContactAccept ¶
func (UnimplementedMessengerServiceServer) ContactAccept(context.Context, *ContactAccept_Request) (*ContactAccept_Reply, error)
func (UnimplementedMessengerServiceServer) ContactRequest ¶
func (UnimplementedMessengerServiceServer) ContactRequest(context.Context, *ContactRequest_Request) (*ContactRequest_Reply, error)
func (UnimplementedMessengerServiceServer) ConversationClose ¶
func (UnimplementedMessengerServiceServer) ConversationClose(context.Context, *ConversationClose_Request) (*ConversationClose_Reply, error)
func (UnimplementedMessengerServiceServer) ConversationCreate ¶
func (UnimplementedMessengerServiceServer) ConversationCreate(context.Context, *ConversationCreate_Request) (*ConversationCreate_Reply, error)
func (UnimplementedMessengerServiceServer) ConversationJoin ¶
func (UnimplementedMessengerServiceServer) ConversationJoin(context.Context, *ConversationJoin_Request) (*ConversationJoin_Reply, error)
func (UnimplementedMessengerServiceServer) ConversationLoad ¶ added in v2.261.0
func (UnimplementedMessengerServiceServer) ConversationLoad(context.Context, *ConversationLoad_Request) (*ConversationLoad_Reply, error)
func (UnimplementedMessengerServiceServer) ConversationMute ¶ added in v2.381.0
func (UnimplementedMessengerServiceServer) ConversationMute(context.Context, *ConversationMute_Request) (*ConversationMute_Reply, error)
func (UnimplementedMessengerServiceServer) ConversationOpen ¶
func (UnimplementedMessengerServiceServer) ConversationOpen(context.Context, *ConversationOpen_Request) (*ConversationOpen_Reply, error)
func (UnimplementedMessengerServiceServer) ConversationStream ¶
func (UnimplementedMessengerServiceServer) ConversationStream(*ConversationStream_Request, grpc.ServerStreamingServer[ConversationStream_Reply]) error
func (UnimplementedMessengerServiceServer) DebugAuthServiceSetToken ¶ added in v2.470.0
func (UnimplementedMessengerServiceServer) DebugAuthServiceSetToken(context.Context, *DebugAuthServiceSetToken_Request) (*DebugAuthServiceSetToken_Reply, error)
func (UnimplementedMessengerServiceServer) DevShareInstanceBertyID ¶
func (UnimplementedMessengerServiceServer) DevShareInstanceBertyID(context.Context, *DevShareInstanceBertyID_Request) (*DevShareInstanceBertyID_Reply, error)
func (UnimplementedMessengerServiceServer) DevStreamLogs ¶ added in v2.268.0
func (UnimplementedMessengerServiceServer) DevStreamLogs(*DevStreamLogs_Request, grpc.ServerStreamingServer[DevStreamLogs_Reply]) error
func (UnimplementedMessengerServiceServer) DirectoryServiceQuery ¶ added in v2.452.0
func (UnimplementedMessengerServiceServer) DirectoryServiceQuery(*DirectoryServiceQuery_Request, grpc.ServerStreamingServer[DirectoryServiceQuery_Reply]) error
func (UnimplementedMessengerServiceServer) DirectoryServiceRegister ¶ added in v2.452.0
func (UnimplementedMessengerServiceServer) DirectoryServiceRegister(context.Context, *DirectoryServiceRegister_Request) (*DirectoryServiceRegister_Reply, error)
func (UnimplementedMessengerServiceServer) DirectoryServiceUnregister ¶ added in v2.452.0
func (UnimplementedMessengerServiceServer) DirectoryServiceUnregister(context.Context, *DirectoryServiceUnregister_Request) (*DirectoryServiceUnregister_Reply, error)
func (UnimplementedMessengerServiceServer) EchoDuplexTest ¶ added in v2.242.0
func (UnimplementedMessengerServiceServer) EchoDuplexTest(grpc.BidiStreamingServer[EchoDuplexTest_Request, EchoDuplexTest_Reply]) error
func (UnimplementedMessengerServiceServer) EchoTest ¶
func (UnimplementedMessengerServiceServer) EchoTest(*EchoTest_Request, grpc.ServerStreamingServer[EchoTest_Reply]) error
func (UnimplementedMessengerServiceServer) EventStream ¶
func (UnimplementedMessengerServiceServer) EventStream(*EventStream_Request, grpc.ServerStreamingServer[EventStream_Reply]) error
func (UnimplementedMessengerServiceServer) InstanceExportData ¶
func (UnimplementedMessengerServiceServer) InstanceExportData(*InstanceExportData_Request, grpc.ServerStreamingServer[InstanceExportData_Reply]) error
func (UnimplementedMessengerServiceServer) InstanceShareableBertyID ¶
func (UnimplementedMessengerServiceServer) InstanceShareableBertyID(context.Context, *InstanceShareableBertyID_Request) (*InstanceShareableBertyID_Reply, error)
func (UnimplementedMessengerServiceServer) Interact ¶
func (UnimplementedMessengerServiceServer) Interact(context.Context, *Interact_Request) (*Interact_Reply, error)
func (UnimplementedMessengerServiceServer) ListMemberDevices ¶ added in v2.344.0
func (UnimplementedMessengerServiceServer) ListMemberDevices(*ListMemberDevices_Request, grpc.ServerStreamingServer[ListMemberDevices_Reply]) error
func (UnimplementedMessengerServiceServer) MessageSearch ¶ added in v2.267.0
func (UnimplementedMessengerServiceServer) MessageSearch(context.Context, *MessageSearch_Request) (*MessageSearch_Reply, error)
func (UnimplementedMessengerServiceServer) ParseDeepLink ¶
func (UnimplementedMessengerServiceServer) ParseDeepLink(context.Context, *ParseDeepLink_Request) (*ParseDeepLink_Reply, error)
func (UnimplementedMessengerServiceServer) PushReceive ¶ added in v2.305.0
func (UnimplementedMessengerServiceServer) PushReceive(context.Context, *PushReceive_Request) (*PushReceive_Reply, error)
func (UnimplementedMessengerServiceServer) PushSend ¶ added in v2.470.0
func (UnimplementedMessengerServiceServer) PushSend(context.Context, *PushSend_Request) (*PushSend_Reply, error)
func (UnimplementedMessengerServiceServer) PushSetAutoShare ¶ added in v2.305.0
func (UnimplementedMessengerServiceServer) PushSetAutoShare(context.Context, *PushSetAutoShare_Request) (*PushSetAutoShare_Reply, error)
func (UnimplementedMessengerServiceServer) PushSetDeviceToken ¶ added in v2.470.0
func (UnimplementedMessengerServiceServer) PushSetDeviceToken(context.Context, *PushSetDeviceToken_Request) (*PushSetDeviceToken_Reply, error)
func (UnimplementedMessengerServiceServer) PushSetServer ¶ added in v2.470.0
func (UnimplementedMessengerServiceServer) PushSetServer(context.Context, *PushSetServer_Request) (*PushSetServer_Reply, error)
func (UnimplementedMessengerServiceServer) PushShareTokenForConversation ¶ added in v2.344.0
func (UnimplementedMessengerServiceServer) PushShareTokenForConversation(context.Context, *PushShareTokenForConversation_Request) (*PushShareTokenForConversation_Reply, error)
func (UnimplementedMessengerServiceServer) PushTokenSharedForConversation ¶ added in v2.344.0
func (UnimplementedMessengerServiceServer) PushTokenSharedForConversation(*PushTokenSharedForConversation_Request, grpc.ServerStreamingServer[PushTokenSharedForConversation_Reply]) error
func (UnimplementedMessengerServiceServer) ReplicationServiceRegisterGroup ¶
func (UnimplementedMessengerServiceServer) ReplicationServiceRegisterGroup(context.Context, *ReplicationServiceRegisterGroup_Request) (*ReplicationServiceRegisterGroup_Reply, error)
func (UnimplementedMessengerServiceServer) ReplicationSetAutoEnable ¶
func (UnimplementedMessengerServiceServer) ReplicationSetAutoEnable(context.Context, *ReplicationSetAutoEnable_Request) (*ReplicationSetAutoEnable_Reply, error)
func (UnimplementedMessengerServiceServer) SendContactRequest ¶
func (UnimplementedMessengerServiceServer) SendContactRequest(context.Context, *SendContactRequest_Request) (*SendContactRequest_Reply, error)
func (UnimplementedMessengerServiceServer) ServicesTokenList ¶
func (UnimplementedMessengerServiceServer) ServicesTokenList(*ServicesTokenList_Request, grpc.ServerStreamingServer[ServicesTokenList_Reply]) error
func (UnimplementedMessengerServiceServer) ShareableBertyGroup ¶
func (UnimplementedMessengerServiceServer) ShareableBertyGroup(context.Context, *ShareableBertyGroup_Request) (*ShareableBertyGroup_Reply, error)
func (UnimplementedMessengerServiceServer) SystemInfo ¶
func (UnimplementedMessengerServiceServer) SystemInfo(context.Context, *SystemInfo_Request) (*SystemInfo_Reply, error)
func (UnimplementedMessengerServiceServer) TyberHostAttach ¶ added in v2.297.0
func (UnimplementedMessengerServiceServer) TyberHostAttach(context.Context, *TyberHostAttach_Request) (*TyberHostAttach_Reply, error)
func (UnimplementedMessengerServiceServer) TyberHostSearch ¶ added in v2.297.0
func (UnimplementedMessengerServiceServer) TyberHostSearch(*TyberHostSearch_Request, grpc.ServerStreamingServer[TyberHostSearch_Reply]) error
type UnsafeMessengerServiceServer ¶ added in v2.455.0
type UnsafeMessengerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeMessengerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MessengerServiceServer will result in compilation errors.