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)
- func (m *Account) GetAutoSharePushTokenFlag() bool
- func (m *Account) GetDevicePushServer() []byte
- func (m *Account) GetDevicePushToken() []byte
- func (m *Account) GetDirectoryServiceRecords() []*AccountDirectoryServiceRecord
- func (m *Account) GetDisplayName() string
- func (m *Account) GetHideInAppNotifications() bool
- func (m *Account) GetHidePushPreviews() bool
- func (m *Account) GetLink() string
- func (m *Account) GetMutedUntil() int64
- func (m *Account) GetPublicKey() string
- func (m *Account) GetReplicateNewGroupsAutomatically() bool
- func (m *Account) GetServiceTokens() []*ServiceToken
- func (m *Account) GetVerifiedCredentials() []*AccountVerifiedCredential
- func (*Account) ProtoMessage()
- func (m *Account) Reset()
- func (m *Account) String() string
- func (m *Account) XXX_DiscardUnknown()
- func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Account) XXX_Merge(src proto.Message)
- func (m *Account) XXX_Size() int
- func (m *Account) XXX_Unmarshal(b []byte) error
- type AccountDirectoryServiceRecord
- func (*AccountDirectoryServiceRecord) Descriptor() ([]byte, []int)
- func (m *AccountDirectoryServiceRecord) GetAccountPK() string
- func (m *AccountDirectoryServiceRecord) GetDirectoryRecordToken() string
- func (m *AccountDirectoryServiceRecord) GetDirectoryRecordUnregisterToken() string
- func (m *AccountDirectoryServiceRecord) GetExpirationDate() int64
- func (m *AccountDirectoryServiceRecord) GetIdentifier() string
- func (m *AccountDirectoryServiceRecord) GetIdentifierProofIssuer() string
- func (m *AccountDirectoryServiceRecord) GetRegistrationDate() int64
- func (m *AccountDirectoryServiceRecord) GetRevoked() bool
- func (m *AccountDirectoryServiceRecord) GetServerAddr() string
- func (*AccountDirectoryServiceRecord) ProtoMessage()
- func (m *AccountDirectoryServiceRecord) Reset()
- func (m *AccountDirectoryServiceRecord) String() string
- func (m *AccountDirectoryServiceRecord) XXX_DiscardUnknown()
- func (m *AccountDirectoryServiceRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountDirectoryServiceRecord) XXX_Merge(src proto.Message)
- func (m *AccountDirectoryServiceRecord) XXX_Size() int
- func (m *AccountDirectoryServiceRecord) XXX_Unmarshal(b []byte) error
- type AccountGet
- func (*AccountGet) Descriptor() ([]byte, []int)
- func (*AccountGet) ProtoMessage()
- func (m *AccountGet) Reset()
- func (m *AccountGet) String() string
- func (m *AccountGet) XXX_DiscardUnknown()
- func (m *AccountGet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountGet) XXX_Merge(src proto.Message)
- func (m *AccountGet) XXX_Size() int
- func (m *AccountGet) XXX_Unmarshal(b []byte) error
- type AccountGet_Reply
- func (*AccountGet_Reply) Descriptor() ([]byte, []int)
- func (m *AccountGet_Reply) GetAccount() *Account
- func (*AccountGet_Reply) ProtoMessage()
- func (m *AccountGet_Reply) Reset()
- func (m *AccountGet_Reply) String() string
- func (m *AccountGet_Reply) XXX_DiscardUnknown()
- func (m *AccountGet_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountGet_Reply) XXX_Merge(src proto.Message)
- func (m *AccountGet_Reply) XXX_Size() int
- func (m *AccountGet_Reply) XXX_Unmarshal(b []byte) error
- type AccountGet_Request
- func (*AccountGet_Request) Descriptor() ([]byte, []int)
- func (*AccountGet_Request) ProtoMessage()
- func (m *AccountGet_Request) Reset()
- func (m *AccountGet_Request) String() string
- func (m *AccountGet_Request) XXX_DiscardUnknown()
- func (m *AccountGet_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountGet_Request) XXX_Merge(src proto.Message)
- func (m *AccountGet_Request) XXX_Size() int
- func (m *AccountGet_Request) XXX_Unmarshal(b []byte) error
- type AccountPushConfigure
- func (*AccountPushConfigure) Descriptor() ([]byte, []int)
- func (*AccountPushConfigure) ProtoMessage()
- func (m *AccountPushConfigure) Reset()
- func (m *AccountPushConfigure) String() string
- func (m *AccountPushConfigure) XXX_DiscardUnknown()
- func (m *AccountPushConfigure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountPushConfigure) XXX_Merge(src proto.Message)
- func (m *AccountPushConfigure) XXX_Size() int
- func (m *AccountPushConfigure) XXX_Unmarshal(b []byte) error
- type AccountPushConfigure_Reply
- func (*AccountPushConfigure_Reply) Descriptor() ([]byte, []int)
- func (*AccountPushConfigure_Reply) ProtoMessage()
- func (m *AccountPushConfigure_Reply) Reset()
- func (m *AccountPushConfigure_Reply) String() string
- func (m *AccountPushConfigure_Reply) XXX_DiscardUnknown()
- func (m *AccountPushConfigure_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountPushConfigure_Reply) XXX_Merge(src proto.Message)
- func (m *AccountPushConfigure_Reply) XXX_Size() int
- func (m *AccountPushConfigure_Reply) XXX_Unmarshal(b []byte) error
- type AccountPushConfigure_Request
- func (*AccountPushConfigure_Request) Descriptor() ([]byte, []int)
- func (m *AccountPushConfigure_Request) GetHideInAppNotifications() bool
- func (m *AccountPushConfigure_Request) GetHidePushPreviews() bool
- func (m *AccountPushConfigure_Request) GetMuteForever() bool
- func (m *AccountPushConfigure_Request) GetMutedUntil() int64
- func (m *AccountPushConfigure_Request) GetShowInAppNotifications() bool
- func (m *AccountPushConfigure_Request) GetShowPushPreviews() bool
- func (m *AccountPushConfigure_Request) GetUnmute() bool
- func (*AccountPushConfigure_Request) ProtoMessage()
- func (m *AccountPushConfigure_Request) Reset()
- func (m *AccountPushConfigure_Request) String() string
- func (m *AccountPushConfigure_Request) XXX_DiscardUnknown()
- func (m *AccountPushConfigure_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountPushConfigure_Request) XXX_Merge(src proto.Message)
- func (m *AccountPushConfigure_Request) XXX_Size() int
- func (m *AccountPushConfigure_Request) XXX_Unmarshal(b []byte) error
- type AccountUpdate
- func (*AccountUpdate) Descriptor() ([]byte, []int)
- func (*AccountUpdate) ProtoMessage()
- func (m *AccountUpdate) Reset()
- func (m *AccountUpdate) String() string
- func (m *AccountUpdate) XXX_DiscardUnknown()
- func (m *AccountUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountUpdate) XXX_Merge(src proto.Message)
- func (m *AccountUpdate) XXX_Size() int
- func (m *AccountUpdate) XXX_Unmarshal(b []byte) error
- type AccountUpdate_Reply
- func (*AccountUpdate_Reply) Descriptor() ([]byte, []int)
- func (*AccountUpdate_Reply) ProtoMessage()
- func (m *AccountUpdate_Reply) Reset()
- func (m *AccountUpdate_Reply) String() string
- func (m *AccountUpdate_Reply) XXX_DiscardUnknown()
- func (m *AccountUpdate_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountUpdate_Reply) XXX_Merge(src proto.Message)
- func (m *AccountUpdate_Reply) XXX_Size() int
- func (m *AccountUpdate_Reply) XXX_Unmarshal(b []byte) error
- type AccountUpdate_Request
- func (*AccountUpdate_Request) Descriptor() ([]byte, []int)
- func (m *AccountUpdate_Request) GetDisplayName() string
- func (*AccountUpdate_Request) ProtoMessage()
- func (m *AccountUpdate_Request) Reset()
- func (m *AccountUpdate_Request) String() string
- func (m *AccountUpdate_Request) XXX_DiscardUnknown()
- func (m *AccountUpdate_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountUpdate_Request) XXX_Merge(src proto.Message)
- func (m *AccountUpdate_Request) XXX_Size() int
- func (m *AccountUpdate_Request) XXX_Unmarshal(b []byte) error
- type AccountVerifiedCredential
- func (*AccountVerifiedCredential) Descriptor() ([]byte, []int)
- func (m *AccountVerifiedCredential) GetAccountPK() string
- func (m *AccountVerifiedCredential) GetExpirationDate() int64
- func (m *AccountVerifiedCredential) GetIdentifier() string
- func (m *AccountVerifiedCredential) GetIssuer() string
- func (m *AccountVerifiedCredential) GetRegistrationDate() int64
- func (*AccountVerifiedCredential) ProtoMessage()
- func (m *AccountVerifiedCredential) Reset()
- func (m *AccountVerifiedCredential) String() string
- func (m *AccountVerifiedCredential) XXX_DiscardUnknown()
- func (m *AccountVerifiedCredential) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountVerifiedCredential) XXX_Merge(src proto.Message)
- func (m *AccountVerifiedCredential) XXX_Size() int
- func (m *AccountVerifiedCredential) XXX_Unmarshal(b []byte) error
- type AppMessage
- func (*AppMessage) Descriptor() ([]byte, []int)
- func (m *AppMessage) GetPayload() []byte
- func (m *AppMessage) GetSentDate() int64
- func (m *AppMessage) GetTargetCID() string
- func (m *AppMessage) GetType() AppMessage_Type
- func (*AppMessage) ProtoMessage()
- func (m *AppMessage) Reset()
- func (m *AppMessage) String() string
- func (am *AppMessage) TextRepresentation() (string, error)
- func (am AppMessage) UnmarshalPayload() (proto.Message, error)
- func (m *AppMessage) XXX_DiscardUnknown()
- func (m *AppMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage) XXX_Merge(src proto.Message)
- func (m *AppMessage) XXX_Size() int
- func (m *AppMessage) XXX_Unmarshal(b []byte) error
- type AppMessage_AccountDirectoryServiceRegistered
- func (*AppMessage_AccountDirectoryServiceRegistered) Descriptor() ([]byte, []int)
- func (m *AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordToken() string
- func (m *AppMessage_AccountDirectoryServiceRegistered) GetDirectoryRecordUnregisterToken() string
- func (m *AppMessage_AccountDirectoryServiceRegistered) GetExpirationDate() int64
- func (m *AppMessage_AccountDirectoryServiceRegistered) GetIdentifier() string
- func (m *AppMessage_AccountDirectoryServiceRegistered) GetIdentifierProofIssuer() string
- func (m *AppMessage_AccountDirectoryServiceRegistered) GetRegistrationDate() int64
- func (m *AppMessage_AccountDirectoryServiceRegistered) GetServerAddr() string
- func (*AppMessage_AccountDirectoryServiceRegistered) ProtoMessage()
- func (m *AppMessage_AccountDirectoryServiceRegistered) Reset()
- func (m *AppMessage_AccountDirectoryServiceRegistered) String() string
- func (m *AppMessage_AccountDirectoryServiceRegistered) XXX_DiscardUnknown()
- func (m *AppMessage_AccountDirectoryServiceRegistered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_AccountDirectoryServiceRegistered) XXX_Merge(src proto.Message)
- func (m *AppMessage_AccountDirectoryServiceRegistered) XXX_Size() int
- func (m *AppMessage_AccountDirectoryServiceRegistered) XXX_Unmarshal(b []byte) error
- type AppMessage_AccountDirectoryServiceUnregistered
- func (*AppMessage_AccountDirectoryServiceUnregistered) Descriptor() ([]byte, []int)
- func (m *AppMessage_AccountDirectoryServiceUnregistered) GetDirectoryRecordToken() string
- func (m *AppMessage_AccountDirectoryServiceUnregistered) GetIdentifier() string
- func (m *AppMessage_AccountDirectoryServiceUnregistered) GetIdentifierProofIssuer() string
- func (m *AppMessage_AccountDirectoryServiceUnregistered) GetRemovalDate() int64
- func (m *AppMessage_AccountDirectoryServiceUnregistered) GetServerAddr() string
- func (*AppMessage_AccountDirectoryServiceUnregistered) ProtoMessage()
- func (m *AppMessage_AccountDirectoryServiceUnregistered) Reset()
- func (m *AppMessage_AccountDirectoryServiceUnregistered) String() string
- func (m *AppMessage_AccountDirectoryServiceUnregistered) XXX_DiscardUnknown()
- func (m *AppMessage_AccountDirectoryServiceUnregistered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_AccountDirectoryServiceUnregistered) XXX_Merge(src proto.Message)
- func (m *AppMessage_AccountDirectoryServiceUnregistered) XXX_Size() int
- func (m *AppMessage_AccountDirectoryServiceUnregistered) XXX_Unmarshal(b []byte) error
- type AppMessage_Acknowledge
- func (*AppMessage_Acknowledge) Descriptor() ([]byte, []int)
- func (*AppMessage_Acknowledge) ProtoMessage()
- func (m *AppMessage_Acknowledge) Reset()
- func (m *AppMessage_Acknowledge) String() string
- func (m *AppMessage_Acknowledge) XXX_DiscardUnknown()
- func (m *AppMessage_Acknowledge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_Acknowledge) XXX_Merge(src proto.Message)
- func (m *AppMessage_Acknowledge) XXX_Size() int
- func (m *AppMessage_Acknowledge) XXX_Unmarshal(b []byte) error
- type AppMessage_GroupInvitation
- func (*AppMessage_GroupInvitation) Descriptor() ([]byte, []int)
- func (m *AppMessage_GroupInvitation) GetLink() string
- func (*AppMessage_GroupInvitation) ProtoMessage()
- func (m *AppMessage_GroupInvitation) Reset()
- func (m *AppMessage_GroupInvitation) String() string
- func (m *AppMessage_GroupInvitation) XXX_DiscardUnknown()
- func (m *AppMessage_GroupInvitation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_GroupInvitation) XXX_Merge(src proto.Message)
- func (m *AppMessage_GroupInvitation) XXX_Size() int
- func (m *AppMessage_GroupInvitation) XXX_Unmarshal(b []byte) error
- type AppMessage_SetGroupInfo
- func (*AppMessage_SetGroupInfo) Descriptor() ([]byte, []int)
- func (m *AppMessage_SetGroupInfo) GetDisplayName() string
- func (*AppMessage_SetGroupInfo) ProtoMessage()
- func (m *AppMessage_SetGroupInfo) Reset()
- func (m *AppMessage_SetGroupInfo) String() string
- func (m *AppMessage_SetGroupInfo) XXX_DiscardUnknown()
- func (m *AppMessage_SetGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_SetGroupInfo) XXX_Merge(src proto.Message)
- func (m *AppMessage_SetGroupInfo) XXX_Size() int
- func (m *AppMessage_SetGroupInfo) XXX_Unmarshal(b []byte) error
- type AppMessage_SetUserInfo
- func (*AppMessage_SetUserInfo) Descriptor() ([]byte, []int)
- func (m *AppMessage_SetUserInfo) GetDisplayName() string
- func (*AppMessage_SetUserInfo) ProtoMessage()
- func (m *AppMessage_SetUserInfo) Reset()
- func (m *AppMessage_SetUserInfo) String() string
- func (m *AppMessage_SetUserInfo) XXX_DiscardUnknown()
- func (m *AppMessage_SetUserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_SetUserInfo) XXX_Merge(src proto.Message)
- func (m *AppMessage_SetUserInfo) XXX_Size() int
- func (m *AppMessage_SetUserInfo) XXX_Unmarshal(b []byte) error
- type AppMessage_Type
- func (AppMessage_Type) EnumDescriptor() ([]byte, []int)
- 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) String() string
- func (x *AppMessage_Type) UnmarshalJSON(bytes []byte) error
- type AppMessage_UserMessage
- func (*AppMessage_UserMessage) Descriptor() ([]byte, []int)
- func (m *AppMessage_UserMessage) GetBody() string
- func (*AppMessage_UserMessage) ProtoMessage()
- func (m *AppMessage_UserMessage) Reset()
- func (m *AppMessage_UserMessage) String() string
- func (m *AppMessage_UserMessage) TextRepresentation() (string, error)
- func (m *AppMessage_UserMessage) XXX_DiscardUnknown()
- func (m *AppMessage_UserMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_UserMessage) XXX_Merge(src proto.Message)
- func (m *AppMessage_UserMessage) XXX_Size() int
- func (m *AppMessage_UserMessage) XXX_Unmarshal(b []byte) error
- type BannerQuote
- func (*BannerQuote) Descriptor() ([]byte, []int)
- func (*BannerQuote) ProtoMessage()
- func (m *BannerQuote) Reset()
- func (m *BannerQuote) String() string
- func (m *BannerQuote) XXX_DiscardUnknown()
- func (m *BannerQuote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BannerQuote) XXX_Merge(src proto.Message)
- func (m *BannerQuote) XXX_Size() int
- func (m *BannerQuote) XXX_Unmarshal(b []byte) error
- type BannerQuote_Reply
- func (*BannerQuote_Reply) Descriptor() ([]byte, []int)
- func (m *BannerQuote_Reply) GetAuthor() string
- func (m *BannerQuote_Reply) GetQuote() string
- func (*BannerQuote_Reply) ProtoMessage()
- func (m *BannerQuote_Reply) Reset()
- func (m *BannerQuote_Reply) String() string
- func (m *BannerQuote_Reply) XXX_DiscardUnknown()
- func (m *BannerQuote_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BannerQuote_Reply) XXX_Merge(src proto.Message)
- func (m *BannerQuote_Reply) XXX_Size() int
- func (m *BannerQuote_Reply) XXX_Unmarshal(b []byte) error
- type BannerQuote_Request
- func (*BannerQuote_Request) Descriptor() ([]byte, []int)
- func (m *BannerQuote_Request) GetRandom() bool
- func (*BannerQuote_Request) ProtoMessage()
- func (m *BannerQuote_Request) Reset()
- func (m *BannerQuote_Request) String() string
- func (m *BannerQuote_Request) XXX_DiscardUnknown()
- func (m *BannerQuote_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BannerQuote_Request) XXX_Merge(src proto.Message)
- func (m *BannerQuote_Request) XXX_Size() int
- func (m *BannerQuote_Request) XXX_Unmarshal(b []byte) error
- type BertyGroup
- func (*BertyGroup) Descriptor() ([]byte, []int)
- func (group *BertyGroup) GetBertyLink() *BertyLink
- func (m *BertyGroup) GetDisplayName() string
- func (m *BertyGroup) GetGroup() *protocoltypes.Group
- func (*BertyGroup) ProtoMessage()
- func (m *BertyGroup) Reset()
- func (m *BertyGroup) String() string
- func (m *BertyGroup) XXX_DiscardUnknown()
- func (m *BertyGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BertyGroup) XXX_Merge(src proto.Message)
- func (m *BertyGroup) XXX_Size() int
- func (m *BertyGroup) XXX_Unmarshal(b []byte) error
- type BertyID
- func (*BertyID) Descriptor() ([]byte, []int)
- func (m *BertyID) GetAccountPK() []byte
- func (id *BertyID) GetBertyLink() *BertyLink
- func (m *BertyID) GetDisplayName() string
- func (m *BertyID) GetPublicRendezvousSeed() []byte
- func (*BertyID) ProtoMessage()
- func (m *BertyID) Reset()
- func (m *BertyID) String() string
- func (m *BertyID) XXX_DiscardUnknown()
- func (m *BertyID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BertyID) XXX_Merge(src proto.Message)
- func (m *BertyID) XXX_Size() int
- func (m *BertyID) XXX_Unmarshal(b []byte) error
- type BertyLink
- func (*BertyLink) Descriptor() ([]byte, []int)
- func (m *BertyLink) GetBertyGroup() *BertyGroup
- func (m *BertyLink) GetBertyID() *BertyID
- func (m *BertyLink) GetBertyMessageRef() *BertyLink_BertyMessageRef
- func (m *BertyLink) GetEncrypted() *BertyLink_Encrypted
- func (m *BertyLink) GetKind() BertyLink_Kind
- func (link *BertyLink) IsContact() bool
- func (link *BertyLink) IsGroup() bool
- func (link *BertyLink) IsValid() error
- func (*BertyLink) ProtoMessage()
- func (m *BertyLink) Reset()
- func (m *BertyLink) String() string
- func (m *BertyLink) XXX_DiscardUnknown()
- func (m *BertyLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BertyLink) XXX_Merge(src proto.Message)
- func (m *BertyLink) XXX_Size() int
- func (m *BertyLink) XXX_Unmarshal(b []byte) error
- type BertyLink_BertyMessageRef
- func (*BertyLink_BertyMessageRef) Descriptor() ([]byte, []int)
- func (m *BertyLink_BertyMessageRef) GetAccountID() string
- func (m *BertyLink_BertyMessageRef) GetGroupPK() string
- func (m *BertyLink_BertyMessageRef) GetMessageID() string
- func (*BertyLink_BertyMessageRef) ProtoMessage()
- func (m *BertyLink_BertyMessageRef) Reset()
- func (m *BertyLink_BertyMessageRef) String() string
- func (m *BertyLink_BertyMessageRef) XXX_DiscardUnknown()
- func (m *BertyLink_BertyMessageRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BertyLink_BertyMessageRef) XXX_Merge(src proto.Message)
- func (m *BertyLink_BertyMessageRef) XXX_Size() int
- func (m *BertyLink_BertyMessageRef) XXX_Unmarshal(b []byte) error
- type BertyLink_Encrypted
- func (*BertyLink_Encrypted) Descriptor() ([]byte, []int)
- func (m *BertyLink_Encrypted) GetChecksum() []byte
- func (m *BertyLink_Encrypted) GetContactAccountPK() []byte
- func (m *BertyLink_Encrypted) GetContactPublicRendezvousSeed() []byte
- func (m *BertyLink_Encrypted) GetDisplayName() string
- func (m *BertyLink_Encrypted) GetGroupLinkKeySig() []byte
- func (m *BertyLink_Encrypted) GetGroupPublicKey() []byte
- func (m *BertyLink_Encrypted) GetGroupSecret() []byte
- func (m *BertyLink_Encrypted) GetGroupSecretSig() []byte
- func (m *BertyLink_Encrypted) GetGroupSignPub() []byte
- func (m *BertyLink_Encrypted) GetGroupType() protocoltypes.GroupType
- func (m *BertyLink_Encrypted) GetKind() BertyLink_Kind
- func (m *BertyLink_Encrypted) GetNonce() []byte
- func (*BertyLink_Encrypted) ProtoMessage()
- func (m *BertyLink_Encrypted) Reset()
- func (m *BertyLink_Encrypted) String() string
- func (m *BertyLink_Encrypted) XXX_DiscardUnknown()
- func (m *BertyLink_Encrypted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BertyLink_Encrypted) XXX_Merge(src proto.Message)
- func (m *BertyLink_Encrypted) XXX_Size() int
- func (m *BertyLink_Encrypted) XXX_Unmarshal(b []byte) error
- type BertyLink_Kind
- type Contact
- func (*Contact) Descriptor() ([]byte, []int)
- func (m *Contact) GetConversation() *Conversation
- func (m *Contact) GetConversationPublicKey() string
- func (m *Contact) GetCreatedDate() int64
- func (m *Contact) GetDevices() []*Device
- func (m *Contact) GetDisplayName() string
- func (m *Contact) GetInfoDate() int64
- func (m *Contact) GetPublicKey() string
- func (m *Contact) GetSentDate() int64
- func (m *Contact) GetState() Contact_State
- func (contact *Contact) MarshalJSON() ([]byte, error)
- func (*Contact) ProtoMessage()
- func (m *Contact) Reset()
- func (m *Contact) String() string
- func (m *Contact) XXX_DiscardUnknown()
- func (m *Contact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Contact) XXX_Merge(src proto.Message)
- func (m *Contact) XXX_Size() int
- func (m *Contact) XXX_Unmarshal(b []byte) error
- type ContactAccept
- func (*ContactAccept) Descriptor() ([]byte, []int)
- func (*ContactAccept) ProtoMessage()
- func (m *ContactAccept) Reset()
- func (m *ContactAccept) String() string
- func (m *ContactAccept) XXX_DiscardUnknown()
- func (m *ContactAccept) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContactAccept) XXX_Merge(src proto.Message)
- func (m *ContactAccept) XXX_Size() int
- func (m *ContactAccept) XXX_Unmarshal(b []byte) error
- type ContactAccept_Reply
- func (*ContactAccept_Reply) Descriptor() ([]byte, []int)
- func (*ContactAccept_Reply) ProtoMessage()
- func (m *ContactAccept_Reply) Reset()
- func (m *ContactAccept_Reply) String() string
- func (m *ContactAccept_Reply) XXX_DiscardUnknown()
- func (m *ContactAccept_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContactAccept_Reply) XXX_Merge(src proto.Message)
- func (m *ContactAccept_Reply) XXX_Size() int
- func (m *ContactAccept_Reply) XXX_Unmarshal(b []byte) error
- type ContactAccept_Request
- func (*ContactAccept_Request) Descriptor() ([]byte, []int)
- func (m *ContactAccept_Request) GetPublicKey() string
- func (*ContactAccept_Request) ProtoMessage()
- func (m *ContactAccept_Request) Reset()
- func (m *ContactAccept_Request) String() string
- func (m *ContactAccept_Request) XXX_DiscardUnknown()
- func (m *ContactAccept_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContactAccept_Request) XXX_Merge(src proto.Message)
- func (m *ContactAccept_Request) XXX_Size() int
- func (m *ContactAccept_Request) XXX_Unmarshal(b []byte) error
- type ContactMetadata
- func (*ContactMetadata) Descriptor() ([]byte, []int)
- func (m *ContactMetadata) GetDisplayName() string
- func (*ContactMetadata) ProtoMessage()
- func (m *ContactMetadata) Reset()
- func (m *ContactMetadata) String() string
- func (m *ContactMetadata) XXX_DiscardUnknown()
- func (m *ContactMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContactMetadata) XXX_Merge(src proto.Message)
- func (m *ContactMetadata) XXX_Size() int
- func (m *ContactMetadata) XXX_Unmarshal(b []byte) error
- type ContactRequest
- func (*ContactRequest) Descriptor() ([]byte, []int)
- func (*ContactRequest) ProtoMessage()
- func (m *ContactRequest) Reset()
- func (m *ContactRequest) String() string
- func (m *ContactRequest) XXX_DiscardUnknown()
- func (m *ContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContactRequest) XXX_Merge(src proto.Message)
- func (m *ContactRequest) XXX_Size() int
- func (m *ContactRequest) XXX_Unmarshal(b []byte) error
- type ContactRequest_Reply
- func (*ContactRequest_Reply) Descriptor() ([]byte, []int)
- func (*ContactRequest_Reply) ProtoMessage()
- func (m *ContactRequest_Reply) Reset()
- func (m *ContactRequest_Reply) String() string
- func (m *ContactRequest_Reply) XXX_DiscardUnknown()
- func (m *ContactRequest_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContactRequest_Reply) XXX_Merge(src proto.Message)
- func (m *ContactRequest_Reply) XXX_Size() int
- func (m *ContactRequest_Reply) XXX_Unmarshal(b []byte) error
- type ContactRequest_Request
- func (*ContactRequest_Request) Descriptor() ([]byte, []int)
- func (m *ContactRequest_Request) GetLink() string
- func (m *ContactRequest_Request) GetPassphrase() []byte
- func (*ContactRequest_Request) ProtoMessage()
- func (m *ContactRequest_Request) Reset()
- func (m *ContactRequest_Request) String() string
- func (m *ContactRequest_Request) XXX_DiscardUnknown()
- func (m *ContactRequest_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContactRequest_Request) XXX_Merge(src proto.Message)
- func (m *ContactRequest_Request) XXX_Size() int
- func (m *ContactRequest_Request) XXX_Unmarshal(b []byte) error
- type Contact_State
- type Conversation
- func (*Conversation) Descriptor() ([]byte, []int)
- func (m *Conversation) GetAccountMemberPublicKey() string
- func (m *Conversation) GetContact() *Contact
- func (m *Conversation) GetContactPublicKey() string
- func (m *Conversation) GetCreatedDate() int64
- func (m *Conversation) GetDisplayName() string
- func (m *Conversation) GetInfoDate() int64
- func (m *Conversation) GetIsOpen() bool
- func (m *Conversation) GetLastUpdate() int64
- func (m *Conversation) GetLink() string
- func (m *Conversation) GetLocalDevicePublicKey() string
- func (m *Conversation) GetLocalMemberPublicKey() string
- func (m *Conversation) GetMembers() []*Member
- func (m *Conversation) GetMutedUntil() int64
- func (m *Conversation) GetPublicKey() string
- func (m *Conversation) GetReplicationInfo() []*ConversationReplicationInfo
- func (m *Conversation) GetSharedPushTokenIdentifier() string
- func (m *Conversation) GetType() Conversation_Type
- func (m *Conversation) GetUnreadCount() int32
- func (*Conversation) ProtoMessage()
- func (m *Conversation) Reset()
- func (m *Conversation) String() string
- func (m *Conversation) XXX_DiscardUnknown()
- func (m *Conversation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Conversation) XXX_Merge(src proto.Message)
- func (m *Conversation) XXX_Size() int
- func (m *Conversation) XXX_Unmarshal(b []byte) error
- type ConversationClose
- func (*ConversationClose) Descriptor() ([]byte, []int)
- func (*ConversationClose) ProtoMessage()
- func (m *ConversationClose) Reset()
- func (m *ConversationClose) String() string
- func (m *ConversationClose) XXX_DiscardUnknown()
- func (m *ConversationClose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationClose) XXX_Merge(src proto.Message)
- func (m *ConversationClose) XXX_Size() int
- func (m *ConversationClose) XXX_Unmarshal(b []byte) error
- type ConversationClose_Reply
- func (*ConversationClose_Reply) Descriptor() ([]byte, []int)
- func (*ConversationClose_Reply) ProtoMessage()
- func (m *ConversationClose_Reply) Reset()
- func (m *ConversationClose_Reply) String() string
- func (m *ConversationClose_Reply) XXX_DiscardUnknown()
- func (m *ConversationClose_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationClose_Reply) XXX_Merge(src proto.Message)
- func (m *ConversationClose_Reply) XXX_Size() int
- func (m *ConversationClose_Reply) XXX_Unmarshal(b []byte) error
- type ConversationClose_Request
- func (*ConversationClose_Request) Descriptor() ([]byte, []int)
- func (m *ConversationClose_Request) GetGroupPK() string
- func (*ConversationClose_Request) ProtoMessage()
- func (m *ConversationClose_Request) Reset()
- func (m *ConversationClose_Request) String() string
- func (m *ConversationClose_Request) XXX_DiscardUnknown()
- func (m *ConversationClose_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationClose_Request) XXX_Merge(src proto.Message)
- func (m *ConversationClose_Request) XXX_Size() int
- func (m *ConversationClose_Request) XXX_Unmarshal(b []byte) error
- type ConversationCreate
- func (*ConversationCreate) Descriptor() ([]byte, []int)
- func (*ConversationCreate) ProtoMessage()
- func (m *ConversationCreate) Reset()
- func (m *ConversationCreate) String() string
- func (m *ConversationCreate) XXX_DiscardUnknown()
- func (m *ConversationCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationCreate) XXX_Merge(src proto.Message)
- func (m *ConversationCreate) XXX_Size() int
- func (m *ConversationCreate) XXX_Unmarshal(b []byte) error
- type ConversationCreate_Reply
- func (*ConversationCreate_Reply) Descriptor() ([]byte, []int)
- func (m *ConversationCreate_Reply) GetPublicKey() string
- func (*ConversationCreate_Reply) ProtoMessage()
- func (m *ConversationCreate_Reply) Reset()
- func (m *ConversationCreate_Reply) String() string
- func (m *ConversationCreate_Reply) XXX_DiscardUnknown()
- func (m *ConversationCreate_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationCreate_Reply) XXX_Merge(src proto.Message)
- func (m *ConversationCreate_Reply) XXX_Size() int
- func (m *ConversationCreate_Reply) XXX_Unmarshal(b []byte) error
- type ConversationCreate_Request
- func (*ConversationCreate_Request) Descriptor() ([]byte, []int)
- func (m *ConversationCreate_Request) GetContactsToInvite() []string
- func (m *ConversationCreate_Request) GetDisplayName() string
- func (*ConversationCreate_Request) ProtoMessage()
- func (m *ConversationCreate_Request) Reset()
- func (m *ConversationCreate_Request) String() string
- func (m *ConversationCreate_Request) XXX_DiscardUnknown()
- func (m *ConversationCreate_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationCreate_Request) XXX_Merge(src proto.Message)
- func (m *ConversationCreate_Request) XXX_Size() int
- func (m *ConversationCreate_Request) XXX_Unmarshal(b []byte) error
- type ConversationJoin
- func (*ConversationJoin) Descriptor() ([]byte, []int)
- func (*ConversationJoin) ProtoMessage()
- func (m *ConversationJoin) Reset()
- func (m *ConversationJoin) String() string
- func (m *ConversationJoin) XXX_DiscardUnknown()
- func (m *ConversationJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationJoin) XXX_Merge(src proto.Message)
- func (m *ConversationJoin) XXX_Size() int
- func (m *ConversationJoin) XXX_Unmarshal(b []byte) error
- type ConversationJoin_Reply
- func (*ConversationJoin_Reply) Descriptor() ([]byte, []int)
- func (*ConversationJoin_Reply) ProtoMessage()
- func (m *ConversationJoin_Reply) Reset()
- func (m *ConversationJoin_Reply) String() string
- func (m *ConversationJoin_Reply) XXX_DiscardUnknown()
- func (m *ConversationJoin_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationJoin_Reply) XXX_Merge(src proto.Message)
- func (m *ConversationJoin_Reply) XXX_Size() int
- func (m *ConversationJoin_Reply) XXX_Unmarshal(b []byte) error
- type ConversationJoin_Request
- func (*ConversationJoin_Request) Descriptor() ([]byte, []int)
- func (m *ConversationJoin_Request) GetLink() string
- func (m *ConversationJoin_Request) GetPassphrase() []byte
- func (*ConversationJoin_Request) ProtoMessage()
- func (m *ConversationJoin_Request) Reset()
- func (m *ConversationJoin_Request) String() string
- func (m *ConversationJoin_Request) XXX_DiscardUnknown()
- func (m *ConversationJoin_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationJoin_Request) XXX_Merge(src proto.Message)
- func (m *ConversationJoin_Request) XXX_Size() int
- func (m *ConversationJoin_Request) XXX_Unmarshal(b []byte) error
- type ConversationLoad
- func (*ConversationLoad) Descriptor() ([]byte, []int)
- func (*ConversationLoad) ProtoMessage()
- func (m *ConversationLoad) Reset()
- func (m *ConversationLoad) String() string
- func (m *ConversationLoad) XXX_DiscardUnknown()
- func (m *ConversationLoad) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationLoad) XXX_Merge(src proto.Message)
- func (m *ConversationLoad) XXX_Size() int
- func (m *ConversationLoad) XXX_Unmarshal(b []byte) error
- type ConversationLoad_Reply
- func (*ConversationLoad_Reply) Descriptor() ([]byte, []int)
- func (*ConversationLoad_Reply) ProtoMessage()
- func (m *ConversationLoad_Reply) Reset()
- func (m *ConversationLoad_Reply) String() string
- func (m *ConversationLoad_Reply) XXX_DiscardUnknown()
- func (m *ConversationLoad_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationLoad_Reply) XXX_Merge(src proto.Message)
- func (m *ConversationLoad_Reply) XXX_Size() int
- func (m *ConversationLoad_Reply) XXX_Unmarshal(b []byte) error
- type ConversationLoad_Request
- func (*ConversationLoad_Request) Descriptor() ([]byte, []int)
- func (m *ConversationLoad_Request) GetOptions() *PaginatedInteractionsOptions
- func (*ConversationLoad_Request) ProtoMessage()
- func (m *ConversationLoad_Request) Reset()
- func (m *ConversationLoad_Request) String() string
- func (m *ConversationLoad_Request) XXX_DiscardUnknown()
- func (m *ConversationLoad_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationLoad_Request) XXX_Merge(src proto.Message)
- func (m *ConversationLoad_Request) XXX_Size() int
- func (m *ConversationLoad_Request) XXX_Unmarshal(b []byte) error
- type ConversationMute
- func (*ConversationMute) Descriptor() ([]byte, []int)
- func (*ConversationMute) ProtoMessage()
- func (m *ConversationMute) Reset()
- func (m *ConversationMute) String() string
- func (m *ConversationMute) XXX_DiscardUnknown()
- func (m *ConversationMute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationMute) XXX_Merge(src proto.Message)
- func (m *ConversationMute) XXX_Size() int
- func (m *ConversationMute) XXX_Unmarshal(b []byte) error
- type ConversationMute_Reply
- func (*ConversationMute_Reply) Descriptor() ([]byte, []int)
- func (*ConversationMute_Reply) ProtoMessage()
- func (m *ConversationMute_Reply) Reset()
- func (m *ConversationMute_Reply) String() string
- func (m *ConversationMute_Reply) XXX_DiscardUnknown()
- func (m *ConversationMute_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationMute_Reply) XXX_Merge(src proto.Message)
- func (m *ConversationMute_Reply) XXX_Size() int
- func (m *ConversationMute_Reply) XXX_Unmarshal(b []byte) error
- type ConversationMute_Request
- func (*ConversationMute_Request) Descriptor() ([]byte, []int)
- func (m *ConversationMute_Request) GetGroupPK() string
- func (m *ConversationMute_Request) GetMuteForever() bool
- func (m *ConversationMute_Request) GetMutedUntil() int64
- func (m *ConversationMute_Request) GetUnmute() bool
- func (*ConversationMute_Request) ProtoMessage()
- func (m *ConversationMute_Request) Reset()
- func (m *ConversationMute_Request) String() string
- func (m *ConversationMute_Request) XXX_DiscardUnknown()
- func (m *ConversationMute_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationMute_Request) XXX_Merge(src proto.Message)
- func (m *ConversationMute_Request) XXX_Size() int
- func (m *ConversationMute_Request) XXX_Unmarshal(b []byte) error
- type ConversationOpen
- func (*ConversationOpen) Descriptor() ([]byte, []int)
- func (*ConversationOpen) ProtoMessage()
- func (m *ConversationOpen) Reset()
- func (m *ConversationOpen) String() string
- func (m *ConversationOpen) XXX_DiscardUnknown()
- func (m *ConversationOpen) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationOpen) XXX_Merge(src proto.Message)
- func (m *ConversationOpen) XXX_Size() int
- func (m *ConversationOpen) XXX_Unmarshal(b []byte) error
- type ConversationOpen_Reply
- func (*ConversationOpen_Reply) Descriptor() ([]byte, []int)
- func (*ConversationOpen_Reply) ProtoMessage()
- func (m *ConversationOpen_Reply) Reset()
- func (m *ConversationOpen_Reply) String() string
- func (m *ConversationOpen_Reply) XXX_DiscardUnknown()
- func (m *ConversationOpen_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationOpen_Reply) XXX_Merge(src proto.Message)
- func (m *ConversationOpen_Reply) XXX_Size() int
- func (m *ConversationOpen_Reply) XXX_Unmarshal(b []byte) error
- type ConversationOpen_Request
- func (*ConversationOpen_Request) Descriptor() ([]byte, []int)
- func (m *ConversationOpen_Request) GetGroupPK() string
- func (*ConversationOpen_Request) ProtoMessage()
- func (m *ConversationOpen_Request) Reset()
- func (m *ConversationOpen_Request) String() string
- func (m *ConversationOpen_Request) XXX_DiscardUnknown()
- func (m *ConversationOpen_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationOpen_Request) XXX_Merge(src proto.Message)
- func (m *ConversationOpen_Request) XXX_Size() int
- func (m *ConversationOpen_Request) XXX_Unmarshal(b []byte) error
- type ConversationReplicationInfo
- func (*ConversationReplicationInfo) Descriptor() ([]byte, []int)
- func (m *ConversationReplicationInfo) GetAuthenticationURL() string
- func (m *ConversationReplicationInfo) GetCID() string
- func (m *ConversationReplicationInfo) GetConversationPublicKey() string
- func (m *ConversationReplicationInfo) GetMemberPublicKey() string
- func (m *ConversationReplicationInfo) GetReplicationServer() string
- func (*ConversationReplicationInfo) ProtoMessage()
- func (m *ConversationReplicationInfo) Reset()
- func (m *ConversationReplicationInfo) String() string
- func (m *ConversationReplicationInfo) XXX_DiscardUnknown()
- func (m *ConversationReplicationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationReplicationInfo) XXX_Merge(src proto.Message)
- func (m *ConversationReplicationInfo) XXX_Size() int
- func (m *ConversationReplicationInfo) XXX_Unmarshal(b []byte) error
- type ConversationStream
- func (*ConversationStream) Descriptor() ([]byte, []int)
- func (*ConversationStream) ProtoMessage()
- func (m *ConversationStream) Reset()
- func (m *ConversationStream) String() string
- func (m *ConversationStream) XXX_DiscardUnknown()
- func (m *ConversationStream) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationStream) XXX_Merge(src proto.Message)
- func (m *ConversationStream) XXX_Size() int
- func (m *ConversationStream) XXX_Unmarshal(b []byte) error
- type ConversationStream_Reply
- func (*ConversationStream_Reply) Descriptor() ([]byte, []int)
- func (m *ConversationStream_Reply) GetConversation() *Conversation
- func (*ConversationStream_Reply) ProtoMessage()
- func (m *ConversationStream_Reply) Reset()
- func (m *ConversationStream_Reply) String() string
- func (m *ConversationStream_Reply) XXX_DiscardUnknown()
- func (m *ConversationStream_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationStream_Reply) XXX_Merge(src proto.Message)
- func (m *ConversationStream_Reply) XXX_Size() int
- func (m *ConversationStream_Reply) XXX_Unmarshal(b []byte) error
- type ConversationStream_Request
- func (*ConversationStream_Request) Descriptor() ([]byte, []int)
- func (m *ConversationStream_Request) GetCount() uint64
- func (m *ConversationStream_Request) GetPage() uint64
- func (*ConversationStream_Request) ProtoMessage()
- func (m *ConversationStream_Request) Reset()
- func (m *ConversationStream_Request) String() string
- func (m *ConversationStream_Request) XXX_DiscardUnknown()
- func (m *ConversationStream_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConversationStream_Request) XXX_Merge(src proto.Message)
- func (m *ConversationStream_Request) XXX_Size() int
- func (m *ConversationStream_Request) XXX_Unmarshal(b []byte) error
- type Conversation_Type
- type DevShareInstanceBertyID
- func (*DevShareInstanceBertyID) Descriptor() ([]byte, []int)
- func (*DevShareInstanceBertyID) ProtoMessage()
- func (m *DevShareInstanceBertyID) Reset()
- func (m *DevShareInstanceBertyID) String() string
- func (m *DevShareInstanceBertyID) XXX_DiscardUnknown()
- func (m *DevShareInstanceBertyID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DevShareInstanceBertyID) XXX_Merge(src proto.Message)
- func (m *DevShareInstanceBertyID) XXX_Size() int
- func (m *DevShareInstanceBertyID) XXX_Unmarshal(b []byte) error
- type DevShareInstanceBertyID_Reply
- func (*DevShareInstanceBertyID_Reply) Descriptor() ([]byte, []int)
- func (*DevShareInstanceBertyID_Reply) ProtoMessage()
- func (m *DevShareInstanceBertyID_Reply) Reset()
- func (m *DevShareInstanceBertyID_Reply) String() string
- func (m *DevShareInstanceBertyID_Reply) XXX_DiscardUnknown()
- func (m *DevShareInstanceBertyID_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DevShareInstanceBertyID_Reply) XXX_Merge(src proto.Message)
- func (m *DevShareInstanceBertyID_Reply) XXX_Size() int
- func (m *DevShareInstanceBertyID_Reply) XXX_Unmarshal(b []byte) error
- type DevShareInstanceBertyID_Request
- func (*DevShareInstanceBertyID_Request) Descriptor() ([]byte, []int)
- func (m *DevShareInstanceBertyID_Request) GetDisplayName() string
- func (m *DevShareInstanceBertyID_Request) GetReset_() bool
- func (*DevShareInstanceBertyID_Request) ProtoMessage()
- func (m *DevShareInstanceBertyID_Request) Reset()
- func (m *DevShareInstanceBertyID_Request) String() string
- func (m *DevShareInstanceBertyID_Request) XXX_DiscardUnknown()
- func (m *DevShareInstanceBertyID_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DevShareInstanceBertyID_Request) XXX_Merge(src proto.Message)
- func (m *DevShareInstanceBertyID_Request) XXX_Size() int
- func (m *DevShareInstanceBertyID_Request) XXX_Unmarshal(b []byte) error
- type DevStreamLogs
- func (*DevStreamLogs) Descriptor() ([]byte, []int)
- func (*DevStreamLogs) ProtoMessage()
- func (m *DevStreamLogs) Reset()
- func (m *DevStreamLogs) String() string
- func (m *DevStreamLogs) XXX_DiscardUnknown()
- func (m *DevStreamLogs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DevStreamLogs) XXX_Merge(src proto.Message)
- func (m *DevStreamLogs) XXX_Size() int
- func (m *DevStreamLogs) XXX_Unmarshal(b []byte) error
- type DevStreamLogs_Reply
- func (*DevStreamLogs_Reply) Descriptor() ([]byte, []int)
- func (m *DevStreamLogs_Reply) GetLine() string
- func (*DevStreamLogs_Reply) ProtoMessage()
- func (m *DevStreamLogs_Reply) Reset()
- func (m *DevStreamLogs_Reply) String() string
- func (m *DevStreamLogs_Reply) XXX_DiscardUnknown()
- func (m *DevStreamLogs_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DevStreamLogs_Reply) XXX_Merge(src proto.Message)
- func (m *DevStreamLogs_Reply) XXX_Size() int
- func (m *DevStreamLogs_Reply) XXX_Unmarshal(b []byte) error
- type DevStreamLogs_Request
- func (*DevStreamLogs_Request) Descriptor() ([]byte, []int)
- func (*DevStreamLogs_Request) ProtoMessage()
- func (m *DevStreamLogs_Request) Reset()
- func (m *DevStreamLogs_Request) String() string
- func (m *DevStreamLogs_Request) XXX_DiscardUnknown()
- func (m *DevStreamLogs_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DevStreamLogs_Request) XXX_Merge(src proto.Message)
- func (m *DevStreamLogs_Request) XXX_Size() int
- func (m *DevStreamLogs_Request) XXX_Unmarshal(b []byte) error
- type Device
- func (*Device) Descriptor() ([]byte, []int)
- func (m *Device) GetMemberPublicKey() string
- func (m *Device) GetPublicKey() string
- func (*Device) ProtoMessage()
- func (m *Device) Reset()
- func (m *Device) String() string
- func (m *Device) XXX_DiscardUnknown()
- func (m *Device) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Device) XXX_Merge(src proto.Message)
- func (m *Device) XXX_Size() int
- func (m *Device) XXX_Unmarshal(b []byte) error
- type DirectoryServiceQuery
- func (*DirectoryServiceQuery) Descriptor() ([]byte, []int)
- func (*DirectoryServiceQuery) ProtoMessage()
- func (m *DirectoryServiceQuery) Reset()
- func (m *DirectoryServiceQuery) String() string
- func (m *DirectoryServiceQuery) XXX_DiscardUnknown()
- func (m *DirectoryServiceQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DirectoryServiceQuery) XXX_Merge(src proto.Message)
- func (m *DirectoryServiceQuery) XXX_Size() int
- func (m *DirectoryServiceQuery) XXX_Unmarshal(b []byte) error
- type DirectoryServiceQuery_Reply
- func (*DirectoryServiceQuery_Reply) Descriptor() ([]byte, []int)
- func (m *DirectoryServiceQuery_Reply) GetAccountURI() string
- func (m *DirectoryServiceQuery_Reply) GetDirectoryIdentifier() string
- func (m *DirectoryServiceQuery_Reply) GetExpiresAt() int64
- func (m *DirectoryServiceQuery_Reply) GetVerifiedCredential() []byte
- func (*DirectoryServiceQuery_Reply) ProtoMessage()
- func (m *DirectoryServiceQuery_Reply) Reset()
- func (m *DirectoryServiceQuery_Reply) String() string
- func (m *DirectoryServiceQuery_Reply) XXX_DiscardUnknown()
- func (m *DirectoryServiceQuery_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DirectoryServiceQuery_Reply) XXX_Merge(src proto.Message)
- func (m *DirectoryServiceQuery_Reply) XXX_Size() int
- func (m *DirectoryServiceQuery_Reply) XXX_Unmarshal(b []byte) error
- type DirectoryServiceQuery_Request
- func (*DirectoryServiceQuery_Request) Descriptor() ([]byte, []int)
- func (m *DirectoryServiceQuery_Request) GetIdentifiers() []string
- func (m *DirectoryServiceQuery_Request) GetServerAddr() string
- func (*DirectoryServiceQuery_Request) ProtoMessage()
- func (m *DirectoryServiceQuery_Request) Reset()
- func (m *DirectoryServiceQuery_Request) String() string
- func (m *DirectoryServiceQuery_Request) XXX_DiscardUnknown()
- func (m *DirectoryServiceQuery_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DirectoryServiceQuery_Request) XXX_Merge(src proto.Message)
- func (m *DirectoryServiceQuery_Request) XXX_Size() int
- func (m *DirectoryServiceQuery_Request) XXX_Unmarshal(b []byte) error
- type DirectoryServiceRegister
- func (*DirectoryServiceRegister) Descriptor() ([]byte, []int)
- func (*DirectoryServiceRegister) ProtoMessage()
- func (m *DirectoryServiceRegister) Reset()
- func (m *DirectoryServiceRegister) String() string
- func (m *DirectoryServiceRegister) XXX_DiscardUnknown()
- func (m *DirectoryServiceRegister) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DirectoryServiceRegister) XXX_Merge(src proto.Message)
- func (m *DirectoryServiceRegister) XXX_Size() int
- func (m *DirectoryServiceRegister) XXX_Unmarshal(b []byte) error
- type DirectoryServiceRegister_Reply
- func (*DirectoryServiceRegister_Reply) Descriptor() ([]byte, []int)
- func (m *DirectoryServiceRegister_Reply) GetDirectoryRecordToken() string
- func (*DirectoryServiceRegister_Reply) ProtoMessage()
- func (m *DirectoryServiceRegister_Reply) Reset()
- func (m *DirectoryServiceRegister_Reply) String() string
- func (m *DirectoryServiceRegister_Reply) XXX_DiscardUnknown()
- func (m *DirectoryServiceRegister_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DirectoryServiceRegister_Reply) XXX_Merge(src proto.Message)
- func (m *DirectoryServiceRegister_Reply) XXX_Size() int
- func (m *DirectoryServiceRegister_Reply) XXX_Unmarshal(b []byte) error
- type DirectoryServiceRegister_Request
- func (*DirectoryServiceRegister_Request) Descriptor() ([]byte, []int)
- func (m *DirectoryServiceRegister_Request) GetExpirationDate() int64
- func (m *DirectoryServiceRegister_Request) GetIdentifier() string
- func (m *DirectoryServiceRegister_Request) GetProofIssuer() string
- func (m *DirectoryServiceRegister_Request) GetServerAddr() string
- func (*DirectoryServiceRegister_Request) ProtoMessage()
- func (m *DirectoryServiceRegister_Request) Reset()
- func (m *DirectoryServiceRegister_Request) String() string
- func (m *DirectoryServiceRegister_Request) XXX_DiscardUnknown()
- func (m *DirectoryServiceRegister_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DirectoryServiceRegister_Request) XXX_Merge(src proto.Message)
- func (m *DirectoryServiceRegister_Request) XXX_Size() int
- func (m *DirectoryServiceRegister_Request) XXX_Unmarshal(b []byte) error
- type DirectoryServiceUnregister
- func (*DirectoryServiceUnregister) Descriptor() ([]byte, []int)
- func (*DirectoryServiceUnregister) ProtoMessage()
- func (m *DirectoryServiceUnregister) Reset()
- func (m *DirectoryServiceUnregister) String() string
- func (m *DirectoryServiceUnregister) XXX_DiscardUnknown()
- func (m *DirectoryServiceUnregister) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DirectoryServiceUnregister) XXX_Merge(src proto.Message)
- func (m *DirectoryServiceUnregister) XXX_Size() int
- func (m *DirectoryServiceUnregister) XXX_Unmarshal(b []byte) error
- type DirectoryServiceUnregister_Reply
- func (*DirectoryServiceUnregister_Reply) Descriptor() ([]byte, []int)
- func (*DirectoryServiceUnregister_Reply) ProtoMessage()
- func (m *DirectoryServiceUnregister_Reply) Reset()
- func (m *DirectoryServiceUnregister_Reply) String() string
- func (m *DirectoryServiceUnregister_Reply) XXX_DiscardUnknown()
- func (m *DirectoryServiceUnregister_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DirectoryServiceUnregister_Reply) XXX_Merge(src proto.Message)
- func (m *DirectoryServiceUnregister_Reply) XXX_Size() int
- func (m *DirectoryServiceUnregister_Reply) XXX_Unmarshal(b []byte) error
- type DirectoryServiceUnregister_Request
- func (*DirectoryServiceUnregister_Request) Descriptor() ([]byte, []int)
- func (m *DirectoryServiceUnregister_Request) GetDirectoryRecordToken() string
- func (m *DirectoryServiceUnregister_Request) GetServerAddr() string
- func (*DirectoryServiceUnregister_Request) ProtoMessage()
- func (m *DirectoryServiceUnregister_Request) Reset()
- func (m *DirectoryServiceUnregister_Request) String() string
- func (m *DirectoryServiceUnregister_Request) XXX_DiscardUnknown()
- func (m *DirectoryServiceUnregister_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DirectoryServiceUnregister_Request) XXX_Merge(src proto.Message)
- func (m *DirectoryServiceUnregister_Request) XXX_Size() int
- func (m *DirectoryServiceUnregister_Request) XXX_Unmarshal(b []byte) error
- type EchoDuplexTest
- func (*EchoDuplexTest) Descriptor() ([]byte, []int)
- func (*EchoDuplexTest) ProtoMessage()
- func (m *EchoDuplexTest) Reset()
- func (m *EchoDuplexTest) String() string
- func (m *EchoDuplexTest) XXX_DiscardUnknown()
- func (m *EchoDuplexTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EchoDuplexTest) XXX_Merge(src proto.Message)
- func (m *EchoDuplexTest) XXX_Size() int
- func (m *EchoDuplexTest) XXX_Unmarshal(b []byte) error
- type EchoDuplexTest_Reply
- func (*EchoDuplexTest_Reply) Descriptor() ([]byte, []int)
- func (m *EchoDuplexTest_Reply) GetEcho() string
- func (*EchoDuplexTest_Reply) ProtoMessage()
- func (m *EchoDuplexTest_Reply) Reset()
- func (m *EchoDuplexTest_Reply) String() string
- func (m *EchoDuplexTest_Reply) XXX_DiscardUnknown()
- func (m *EchoDuplexTest_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EchoDuplexTest_Reply) XXX_Merge(src proto.Message)
- func (m *EchoDuplexTest_Reply) XXX_Size() int
- func (m *EchoDuplexTest_Reply) XXX_Unmarshal(b []byte) error
- type EchoDuplexTest_Request
- func (*EchoDuplexTest_Request) Descriptor() ([]byte, []int)
- func (m *EchoDuplexTest_Request) GetEcho() string
- func (m *EchoDuplexTest_Request) GetTriggerError() bool
- func (*EchoDuplexTest_Request) ProtoMessage()
- func (m *EchoDuplexTest_Request) Reset()
- func (m *EchoDuplexTest_Request) String() string
- func (m *EchoDuplexTest_Request) XXX_DiscardUnknown()
- func (m *EchoDuplexTest_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EchoDuplexTest_Request) XXX_Merge(src proto.Message)
- func (m *EchoDuplexTest_Request) XXX_Size() int
- func (m *EchoDuplexTest_Request) XXX_Unmarshal(b []byte) error
- type EchoTest
- func (*EchoTest) Descriptor() ([]byte, []int)
- func (*EchoTest) ProtoMessage()
- func (m *EchoTest) Reset()
- func (m *EchoTest) String() string
- func (m *EchoTest) XXX_DiscardUnknown()
- func (m *EchoTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EchoTest) XXX_Merge(src proto.Message)
- func (m *EchoTest) XXX_Size() int
- func (m *EchoTest) XXX_Unmarshal(b []byte) error
- type EchoTest_Reply
- func (*EchoTest_Reply) Descriptor() ([]byte, []int)
- func (m *EchoTest_Reply) GetEcho() string
- func (*EchoTest_Reply) ProtoMessage()
- func (m *EchoTest_Reply) Reset()
- func (m *EchoTest_Reply) String() string
- func (m *EchoTest_Reply) XXX_DiscardUnknown()
- func (m *EchoTest_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EchoTest_Reply) XXX_Merge(src proto.Message)
- func (m *EchoTest_Reply) XXX_Size() int
- func (m *EchoTest_Reply) XXX_Unmarshal(b []byte) error
- type EchoTest_Request
- func (*EchoTest_Request) Descriptor() ([]byte, []int)
- func (m *EchoTest_Request) GetDelay() uint64
- func (m *EchoTest_Request) GetEcho() string
- func (m *EchoTest_Request) GetTriggerError() bool
- func (*EchoTest_Request) ProtoMessage()
- func (m *EchoTest_Request) Reset()
- func (m *EchoTest_Request) String() string
- func (m *EchoTest_Request) XXX_DiscardUnknown()
- func (m *EchoTest_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EchoTest_Request) XXX_Merge(src proto.Message)
- func (m *EchoTest_Request) XXX_Size() int
- func (m *EchoTest_Request) XXX_Unmarshal(b []byte) error
- type EventHandlerPostActions
- type EventStream
- func (*EventStream) Descriptor() ([]byte, []int)
- func (*EventStream) ProtoMessage()
- func (m *EventStream) Reset()
- func (m *EventStream) String() string
- func (m *EventStream) XXX_DiscardUnknown()
- func (m *EventStream) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventStream) XXX_Merge(src proto.Message)
- func (m *EventStream) XXX_Size() int
- func (m *EventStream) XXX_Unmarshal(b []byte) error
- type EventStream_Reply
- func (*EventStream_Reply) Descriptor() ([]byte, []int)
- func (m *EventStream_Reply) GetEvent() *StreamEvent
- func (*EventStream_Reply) ProtoMessage()
- func (m *EventStream_Reply) Reset()
- func (m *EventStream_Reply) String() string
- func (m *EventStream_Reply) XXX_DiscardUnknown()
- func (m *EventStream_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventStream_Reply) XXX_Merge(src proto.Message)
- func (m *EventStream_Reply) XXX_Size() int
- func (m *EventStream_Reply) XXX_Unmarshal(b []byte) error
- type EventStream_Request
- func (*EventStream_Request) Descriptor() ([]byte, []int)
- func (m *EventStream_Request) GetShallowAmount() int32
- func (*EventStream_Request) ProtoMessage()
- func (m *EventStream_Request) Reset()
- func (m *EventStream_Request) String() string
- func (m *EventStream_Request) XXX_DiscardUnknown()
- func (m *EventStream_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventStream_Request) XXX_Merge(src proto.Message)
- func (m *EventStream_Request) XXX_Size() int
- func (m *EventStream_Request) XXX_Unmarshal(b []byte) error
- type IndexableAppMessage
- type InstanceExportData
- func (*InstanceExportData) Descriptor() ([]byte, []int)
- func (*InstanceExportData) ProtoMessage()
- func (m *InstanceExportData) Reset()
- func (m *InstanceExportData) String() string
- func (m *InstanceExportData) XXX_DiscardUnknown()
- func (m *InstanceExportData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InstanceExportData) XXX_Merge(src proto.Message)
- func (m *InstanceExportData) XXX_Size() int
- func (m *InstanceExportData) XXX_Unmarshal(b []byte) error
- type InstanceExportData_Reply
- func (*InstanceExportData_Reply) Descriptor() ([]byte, []int)
- func (m *InstanceExportData_Reply) GetExportedData() []byte
- func (*InstanceExportData_Reply) ProtoMessage()
- func (m *InstanceExportData_Reply) Reset()
- func (m *InstanceExportData_Reply) String() string
- func (m *InstanceExportData_Reply) XXX_DiscardUnknown()
- func (m *InstanceExportData_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InstanceExportData_Reply) XXX_Merge(src proto.Message)
- func (m *InstanceExportData_Reply) XXX_Size() int
- func (m *InstanceExportData_Reply) XXX_Unmarshal(b []byte) error
- type InstanceExportData_Request
- func (*InstanceExportData_Request) Descriptor() ([]byte, []int)
- func (*InstanceExportData_Request) ProtoMessage()
- func (m *InstanceExportData_Request) Reset()
- func (m *InstanceExportData_Request) String() string
- func (m *InstanceExportData_Request) XXX_DiscardUnknown()
- func (m *InstanceExportData_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InstanceExportData_Request) XXX_Merge(src proto.Message)
- func (m *InstanceExportData_Request) XXX_Size() int
- func (m *InstanceExportData_Request) XXX_Unmarshal(b []byte) error
- type InstanceShareableBertyID
- func (*InstanceShareableBertyID) Descriptor() ([]byte, []int)
- func (*InstanceShareableBertyID) ProtoMessage()
- func (m *InstanceShareableBertyID) Reset()
- func (m *InstanceShareableBertyID) String() string
- func (m *InstanceShareableBertyID) XXX_DiscardUnknown()
- func (m *InstanceShareableBertyID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InstanceShareableBertyID) XXX_Merge(src proto.Message)
- func (m *InstanceShareableBertyID) XXX_Size() int
- func (m *InstanceShareableBertyID) XXX_Unmarshal(b []byte) error
- type InstanceShareableBertyID_Reply
- func (*InstanceShareableBertyID_Reply) Descriptor() ([]byte, []int)
- func (m *InstanceShareableBertyID_Reply) GetInternalURL() string
- func (m *InstanceShareableBertyID_Reply) GetLink() *BertyLink
- func (m *InstanceShareableBertyID_Reply) GetWebURL() string
- func (*InstanceShareableBertyID_Reply) ProtoMessage()
- func (m *InstanceShareableBertyID_Reply) Reset()
- func (m *InstanceShareableBertyID_Reply) String() string
- func (m *InstanceShareableBertyID_Reply) XXX_DiscardUnknown()
- func (m *InstanceShareableBertyID_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InstanceShareableBertyID_Reply) XXX_Merge(src proto.Message)
- func (m *InstanceShareableBertyID_Reply) XXX_Size() int
- func (m *InstanceShareableBertyID_Reply) XXX_Unmarshal(b []byte) error
- type InstanceShareableBertyID_Request
- func (*InstanceShareableBertyID_Request) Descriptor() ([]byte, []int)
- func (m *InstanceShareableBertyID_Request) GetDisplayName() string
- func (m *InstanceShareableBertyID_Request) GetPassphrase() []byte
- func (m *InstanceShareableBertyID_Request) GetReset_() bool
- func (*InstanceShareableBertyID_Request) ProtoMessage()
- func (m *InstanceShareableBertyID_Request) Reset()
- func (m *InstanceShareableBertyID_Request) String() string
- func (m *InstanceShareableBertyID_Request) XXX_DiscardUnknown()
- func (m *InstanceShareableBertyID_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InstanceShareableBertyID_Request) XXX_Merge(src proto.Message)
- func (m *InstanceShareableBertyID_Request) XXX_Size() int
- func (m *InstanceShareableBertyID_Request) XXX_Unmarshal(b []byte) error
- type Interact
- func (*Interact) Descriptor() ([]byte, []int)
- func (*Interact) ProtoMessage()
- func (m *Interact) Reset()
- func (m *Interact) String() string
- func (m *Interact) XXX_DiscardUnknown()
- func (m *Interact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Interact) XXX_Merge(src proto.Message)
- func (m *Interact) XXX_Size() int
- func (m *Interact) XXX_Unmarshal(b []byte) error
- type Interact_Reply
- func (*Interact_Reply) Descriptor() ([]byte, []int)
- func (m *Interact_Reply) GetCID() string
- func (*Interact_Reply) ProtoMessage()
- func (m *Interact_Reply) Reset()
- func (m *Interact_Reply) String() string
- func (m *Interact_Reply) XXX_DiscardUnknown()
- func (m *Interact_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Interact_Reply) XXX_Merge(src proto.Message)
- func (m *Interact_Reply) XXX_Size() int
- func (m *Interact_Reply) XXX_Unmarshal(b []byte) error
- type Interact_Request
- func (*Interact_Request) Descriptor() ([]byte, []int)
- func (m *Interact_Request) GetConversationPublicKey() string
- func (m *Interact_Request) GetMetadata() bool
- func (m *Interact_Request) GetPayload() []byte
- func (m *Interact_Request) GetTargetCID() string
- func (m *Interact_Request) GetType() AppMessage_Type
- func (*Interact_Request) ProtoMessage()
- func (m *Interact_Request) Reset()
- func (m *Interact_Request) String() string
- func (m *Interact_Request) XXX_DiscardUnknown()
- func (m *Interact_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Interact_Request) XXX_Merge(src proto.Message)
- func (m *Interact_Request) XXX_Size() int
- func (m *Interact_Request) XXX_Unmarshal(b []byte) error
- type Interaction
- func (*Interaction) Descriptor() ([]byte, []int)
- func (m *Interaction) GetAcknowledged() bool
- func (m *Interaction) GetCID() string
- func (m *Interaction) GetConversation() *Conversation
- func (m *Interaction) GetConversationPublicKey() string
- func (m *Interaction) GetDevicePublicKey() string
- func (m *Interaction) GetIsMine() bool
- func (m *Interaction) GetMember() *Member
- func (m *Interaction) GetMemberPublicKey() string
- func (m *Interaction) GetOutOfStoreMessage() bool
- func (m *Interaction) GetPayload() []byte
- func (m *Interaction) GetSentDate() int64
- func (m *Interaction) GetTargetCID() string
- func (m *Interaction) GetType() AppMessage_Type
- func (interaction *Interaction) MarshalJSON() ([]byte, error)
- func (*Interaction) ProtoMessage()
- func (m *Interaction) Reset()
- func (m *Interaction) String() string
- func (interaction *Interaction) UnmarshalPayload() (proto.Message, error)
- func (m *Interaction) XXX_DiscardUnknown()
- func (m *Interaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Interaction) XXX_Merge(src proto.Message)
- func (m *Interaction) XXX_Size() int
- func (m *Interaction) XXX_Unmarshal(b []byte) error
- type ListMemberDevices
- func (*ListMemberDevices) Descriptor() ([]byte, []int)
- func (*ListMemberDevices) ProtoMessage()
- func (m *ListMemberDevices) Reset()
- func (m *ListMemberDevices) String() string
- func (m *ListMemberDevices) XXX_DiscardUnknown()
- func (m *ListMemberDevices) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListMemberDevices) XXX_Merge(src proto.Message)
- func (m *ListMemberDevices) XXX_Size() int
- func (m *ListMemberDevices) XXX_Unmarshal(b []byte) error
- type ListMemberDevices_Reply
- func (*ListMemberDevices_Reply) Descriptor() ([]byte, []int)
- func (m *ListMemberDevices_Reply) GetDevice() *Device
- func (*ListMemberDevices_Reply) ProtoMessage()
- func (m *ListMemberDevices_Reply) Reset()
- func (m *ListMemberDevices_Reply) String() string
- func (m *ListMemberDevices_Reply) XXX_DiscardUnknown()
- func (m *ListMemberDevices_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListMemberDevices_Reply) XXX_Merge(src proto.Message)
- func (m *ListMemberDevices_Reply) XXX_Size() int
- func (m *ListMemberDevices_Reply) XXX_Unmarshal(b []byte) error
- type ListMemberDevices_Request
- func (*ListMemberDevices_Request) Descriptor() ([]byte, []int)
- func (m *ListMemberDevices_Request) GetConversationPK() string
- func (m *ListMemberDevices_Request) GetMemberPK() string
- func (*ListMemberDevices_Request) ProtoMessage()
- func (m *ListMemberDevices_Request) Reset()
- func (m *ListMemberDevices_Request) String() string
- func (m *ListMemberDevices_Request) XXX_DiscardUnknown()
- func (m *ListMemberDevices_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListMemberDevices_Request) XXX_Merge(src proto.Message)
- func (m *ListMemberDevices_Request) XXX_Size() int
- func (m *ListMemberDevices_Request) XXX_Unmarshal(b []byte) error
- type LocalConversationState
- func (*LocalConversationState) Descriptor() ([]byte, []int)
- func (m *LocalConversationState) GetIsOpen() bool
- func (m *LocalConversationState) GetPublicKey() string
- func (m *LocalConversationState) GetType() Conversation_Type
- func (m *LocalConversationState) GetUnreadCount() int32
- func (*LocalConversationState) ProtoMessage()
- func (m *LocalConversationState) Reset()
- func (m *LocalConversationState) String() string
- func (m *LocalConversationState) XXX_DiscardUnknown()
- func (m *LocalConversationState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LocalConversationState) XXX_Merge(src proto.Message)
- func (m *LocalConversationState) XXX_Size() int
- func (m *LocalConversationState) XXX_Unmarshal(b []byte) error
- type LocalDatabaseState
- func (*LocalDatabaseState) Descriptor() ([]byte, []int)
- func (m *LocalDatabaseState) GetAccountLink() string
- func (m *LocalDatabaseState) GetAutoSharePushTokenFlag() bool
- func (m *LocalDatabaseState) GetDisplayName() string
- func (m *LocalDatabaseState) GetLocalConversationsState() []*LocalConversationState
- func (m *LocalDatabaseState) GetPublicKey() string
- func (m *LocalDatabaseState) GetReplicateFlag() bool
- func (*LocalDatabaseState) ProtoMessage()
- func (m *LocalDatabaseState) Reset()
- func (m *LocalDatabaseState) String() string
- func (m *LocalDatabaseState) XXX_DiscardUnknown()
- func (m *LocalDatabaseState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LocalDatabaseState) XXX_Merge(src proto.Message)
- func (m *LocalDatabaseState) XXX_Size() int
- func (m *LocalDatabaseState) XXX_Unmarshal(b []byte) error
- type Member
- func (*Member) Descriptor() ([]byte, []int)
- func (m *Member) GetConversation() *Conversation
- func (m *Member) GetConversationPublicKey() string
- func (m *Member) GetDevices() []*Device
- func (m *Member) GetDisplayName() string
- func (m *Member) GetInfoDate() int64
- func (m *Member) GetIsCreator() bool
- func (m *Member) GetIsMe() bool
- func (m *Member) GetPublicKey() string
- func (*Member) ProtoMessage()
- func (m *Member) Reset()
- func (m *Member) String() string
- func (m *Member) XXX_DiscardUnknown()
- func (m *Member) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Member) XXX_Merge(src proto.Message)
- func (m *Member) XXX_Size() int
- func (m *Member) XXX_Unmarshal(b []byte) error
- type MessageSearch
- func (*MessageSearch) Descriptor() ([]byte, []int)
- func (*MessageSearch) ProtoMessage()
- func (m *MessageSearch) Reset()
- func (m *MessageSearch) String() string
- func (m *MessageSearch) XXX_DiscardUnknown()
- func (m *MessageSearch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MessageSearch) XXX_Merge(src proto.Message)
- func (m *MessageSearch) XXX_Size() int
- func (m *MessageSearch) XXX_Unmarshal(b []byte) error
- type MessageSearch_Reply
- func (*MessageSearch_Reply) Descriptor() ([]byte, []int)
- func (m *MessageSearch_Reply) GetResults() []*Interaction
- func (*MessageSearch_Reply) ProtoMessage()
- func (m *MessageSearch_Reply) Reset()
- func (m *MessageSearch_Reply) String() string
- func (m *MessageSearch_Reply) XXX_DiscardUnknown()
- func (m *MessageSearch_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MessageSearch_Reply) XXX_Merge(src proto.Message)
- func (m *MessageSearch_Reply) XXX_Size() int
- func (m *MessageSearch_Reply) XXX_Unmarshal(b []byte) error
- type MessageSearch_Request
- func (*MessageSearch_Request) Descriptor() ([]byte, []int)
- func (m *MessageSearch_Request) GetAfterDate() int64
- func (m *MessageSearch_Request) GetBeforeDate() int64
- func (m *MessageSearch_Request) GetLimit() int32
- func (m *MessageSearch_Request) GetOldestToNewest() bool
- func (m *MessageSearch_Request) GetQuery() string
- func (m *MessageSearch_Request) GetRefCID() string
- func (*MessageSearch_Request) ProtoMessage()
- func (m *MessageSearch_Request) Reset()
- func (m *MessageSearch_Request) String() string
- func (m *MessageSearch_Request) XXX_DiscardUnknown()
- func (m *MessageSearch_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MessageSearch_Request) XXX_Merge(src proto.Message)
- func (m *MessageSearch_Request) XXX_Size() int
- func (m *MessageSearch_Request) XXX_Unmarshal(b []byte) error
- 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)
- func (m *MetadataEvent) GetCID() string
- func (m *MetadataEvent) GetConversationPublicKey() string
- func (m *MetadataEvent) GetMetadataEventType() protocoltypes.EventType
- func (m *MetadataEvent) GetPayload() []byte
- func (*MetadataEvent) ProtoMessage()
- func (m *MetadataEvent) Reset()
- func (m *MetadataEvent) String() string
- func (m *MetadataEvent) XXX_DiscardUnknown()
- func (m *MetadataEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MetadataEvent) XXX_Merge(src proto.Message)
- func (m *MetadataEvent) XXX_Size() int
- func (m *MetadataEvent) XXX_Unmarshal(b []byte) error
- type PaginatedInteractionsOptions
- func (*PaginatedInteractionsOptions) Descriptor() ([]byte, []int)
- func (m *PaginatedInteractionsOptions) GetAmount() int32
- func (m *PaginatedInteractionsOptions) GetConversationPK() string
- func (m *PaginatedInteractionsOptions) GetNoBulk() bool
- func (m *PaginatedInteractionsOptions) GetOldestToNewest() bool
- func (m *PaginatedInteractionsOptions) GetRefCID() string
- func (*PaginatedInteractionsOptions) ProtoMessage()
- func (m *PaginatedInteractionsOptions) Reset()
- func (m *PaginatedInteractionsOptions) String() string
- func (m *PaginatedInteractionsOptions) XXX_DiscardUnknown()
- func (m *PaginatedInteractionsOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PaginatedInteractionsOptions) XXX_Merge(src proto.Message)
- func (m *PaginatedInteractionsOptions) XXX_Size() int
- func (m *PaginatedInteractionsOptions) XXX_Unmarshal(b []byte) error
- type ParseDeepLink
- func (*ParseDeepLink) Descriptor() ([]byte, []int)
- func (*ParseDeepLink) ProtoMessage()
- func (m *ParseDeepLink) Reset()
- func (m *ParseDeepLink) String() string
- func (m *ParseDeepLink) XXX_DiscardUnknown()
- func (m *ParseDeepLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ParseDeepLink) XXX_Merge(src proto.Message)
- func (m *ParseDeepLink) XXX_Size() int
- func (m *ParseDeepLink) XXX_Unmarshal(b []byte) error
- type ParseDeepLink_Reply
- func (*ParseDeepLink_Reply) Descriptor() ([]byte, []int)
- func (m *ParseDeepLink_Reply) GetLink() *BertyLink
- func (*ParseDeepLink_Reply) ProtoMessage()
- func (m *ParseDeepLink_Reply) Reset()
- func (m *ParseDeepLink_Reply) String() string
- func (m *ParseDeepLink_Reply) XXX_DiscardUnknown()
- func (m *ParseDeepLink_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ParseDeepLink_Reply) XXX_Merge(src proto.Message)
- func (m *ParseDeepLink_Reply) XXX_Size() int
- func (m *ParseDeepLink_Reply) XXX_Unmarshal(b []byte) error
- type ParseDeepLink_Request
- func (*ParseDeepLink_Request) Descriptor() ([]byte, []int)
- func (m *ParseDeepLink_Request) GetLink() string
- func (m *ParseDeepLink_Request) GetPassphrase() []byte
- func (*ParseDeepLink_Request) ProtoMessage()
- func (m *ParseDeepLink_Request) Reset()
- func (m *ParseDeepLink_Request) String() string
- func (m *ParseDeepLink_Request) XXX_DiscardUnknown()
- func (m *ParseDeepLink_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ParseDeepLink_Request) XXX_Merge(src proto.Message)
- func (m *ParseDeepLink_Request) XXX_Size() int
- func (m *ParseDeepLink_Request) XXX_Unmarshal(b []byte) error
- type PushReceive
- func (*PushReceive) Descriptor() ([]byte, []int)
- func (*PushReceive) ProtoMessage()
- func (m *PushReceive) Reset()
- func (m *PushReceive) String() string
- func (m *PushReceive) XXX_DiscardUnknown()
- func (m *PushReceive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushReceive) XXX_Merge(src proto.Message)
- func (m *PushReceive) XXX_Size() int
- func (m *PushReceive) XXX_Unmarshal(b []byte) error
- type PushReceive_Reply
- func (*PushReceive_Reply) Descriptor() ([]byte, []int)
- func (m *PushReceive_Reply) GetData() *PushReceivedData
- func (*PushReceive_Reply) ProtoMessage()
- func (m *PushReceive_Reply) Reset()
- func (m *PushReceive_Reply) String() string
- func (m *PushReceive_Reply) XXX_DiscardUnknown()
- func (m *PushReceive_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushReceive_Reply) XXX_Merge(src proto.Message)
- func (m *PushReceive_Reply) XXX_Size() int
- func (m *PushReceive_Reply) XXX_Unmarshal(b []byte) error
- type PushReceive_Request
- func (*PushReceive_Request) Descriptor() ([]byte, []int)
- func (m *PushReceive_Request) GetPayload() []byte
- func (*PushReceive_Request) ProtoMessage()
- func (m *PushReceive_Request) Reset()
- func (m *PushReceive_Request) String() string
- func (m *PushReceive_Request) XXX_DiscardUnknown()
- func (m *PushReceive_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushReceive_Request) XXX_Merge(src proto.Message)
- func (m *PushReceive_Request) XXX_Size() int
- func (m *PushReceive_Request) XXX_Unmarshal(b []byte) error
- type PushReceivedData
- func (*PushReceivedData) Descriptor() ([]byte, []int)
- func (m *PushReceivedData) GetAccountMuted() bool
- func (m *PushReceivedData) GetAlreadyReceived() bool
- func (m *PushReceivedData) GetConversationMuted() bool
- func (m *PushReceivedData) GetHidePreview() bool
- func (m *PushReceivedData) GetInteraction() *Interaction
- func (m *PushReceivedData) GetProtocolData() []byte
- func (*PushReceivedData) ProtoMessage()
- func (m *PushReceivedData) Reset()
- func (m *PushReceivedData) String() string
- func (m *PushReceivedData) XXX_DiscardUnknown()
- func (m *PushReceivedData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushReceivedData) XXX_Merge(src proto.Message)
- func (m *PushReceivedData) XXX_Size() int
- func (m *PushReceivedData) XXX_Unmarshal(b []byte) error
- type PushSetAutoShare
- func (*PushSetAutoShare) Descriptor() ([]byte, []int)
- func (*PushSetAutoShare) ProtoMessage()
- func (m *PushSetAutoShare) Reset()
- func (m *PushSetAutoShare) String() string
- func (m *PushSetAutoShare) XXX_DiscardUnknown()
- func (m *PushSetAutoShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushSetAutoShare) XXX_Merge(src proto.Message)
- func (m *PushSetAutoShare) XXX_Size() int
- func (m *PushSetAutoShare) XXX_Unmarshal(b []byte) error
- type PushSetAutoShare_Reply
- func (*PushSetAutoShare_Reply) Descriptor() ([]byte, []int)
- func (*PushSetAutoShare_Reply) ProtoMessage()
- func (m *PushSetAutoShare_Reply) Reset()
- func (m *PushSetAutoShare_Reply) String() string
- func (m *PushSetAutoShare_Reply) XXX_DiscardUnknown()
- func (m *PushSetAutoShare_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushSetAutoShare_Reply) XXX_Merge(src proto.Message)
- func (m *PushSetAutoShare_Reply) XXX_Size() int
- func (m *PushSetAutoShare_Reply) XXX_Unmarshal(b []byte) error
- type PushSetAutoShare_Request
- func (*PushSetAutoShare_Request) Descriptor() ([]byte, []int)
- func (m *PushSetAutoShare_Request) GetEnabled() bool
- func (*PushSetAutoShare_Request) ProtoMessage()
- func (m *PushSetAutoShare_Request) Reset()
- func (m *PushSetAutoShare_Request) String() string
- func (m *PushSetAutoShare_Request) XXX_DiscardUnknown()
- func (m *PushSetAutoShare_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushSetAutoShare_Request) XXX_Merge(src proto.Message)
- func (m *PushSetAutoShare_Request) XXX_Size() int
- func (m *PushSetAutoShare_Request) XXX_Unmarshal(b []byte) error
- type PushShareTokenForConversation
- func (*PushShareTokenForConversation) Descriptor() ([]byte, []int)
- func (*PushShareTokenForConversation) ProtoMessage()
- func (m *PushShareTokenForConversation) Reset()
- func (m *PushShareTokenForConversation) String() string
- func (m *PushShareTokenForConversation) XXX_DiscardUnknown()
- func (m *PushShareTokenForConversation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushShareTokenForConversation) XXX_Merge(src proto.Message)
- func (m *PushShareTokenForConversation) XXX_Size() int
- func (m *PushShareTokenForConversation) XXX_Unmarshal(b []byte) error
- type PushShareTokenForConversation_Reply
- func (*PushShareTokenForConversation_Reply) Descriptor() ([]byte, []int)
- func (*PushShareTokenForConversation_Reply) ProtoMessage()
- func (m *PushShareTokenForConversation_Reply) Reset()
- func (m *PushShareTokenForConversation_Reply) String() string
- func (m *PushShareTokenForConversation_Reply) XXX_DiscardUnknown()
- func (m *PushShareTokenForConversation_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushShareTokenForConversation_Reply) XXX_Merge(src proto.Message)
- func (m *PushShareTokenForConversation_Reply) XXX_Size() int
- func (m *PushShareTokenForConversation_Reply) XXX_Unmarshal(b []byte) error
- type PushShareTokenForConversation_Request
- func (*PushShareTokenForConversation_Request) Descriptor() ([]byte, []int)
- func (m *PushShareTokenForConversation_Request) GetConversationPK() string
- func (*PushShareTokenForConversation_Request) ProtoMessage()
- func (m *PushShareTokenForConversation_Request) Reset()
- func (m *PushShareTokenForConversation_Request) String() string
- func (m *PushShareTokenForConversation_Request) XXX_DiscardUnknown()
- func (m *PushShareTokenForConversation_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushShareTokenForConversation_Request) XXX_Merge(src proto.Message)
- func (m *PushShareTokenForConversation_Request) XXX_Size() int
- func (m *PushShareTokenForConversation_Request) XXX_Unmarshal(b []byte) error
- type PushTokenSharedForConversation
- func (*PushTokenSharedForConversation) Descriptor() ([]byte, []int)
- func (*PushTokenSharedForConversation) ProtoMessage()
- func (m *PushTokenSharedForConversation) Reset()
- func (m *PushTokenSharedForConversation) String() string
- func (m *PushTokenSharedForConversation) XXX_DiscardUnknown()
- func (m *PushTokenSharedForConversation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushTokenSharedForConversation) XXX_Merge(src proto.Message)
- func (m *PushTokenSharedForConversation) XXX_Size() int
- func (m *PushTokenSharedForConversation) XXX_Unmarshal(b []byte) error
- type PushTokenSharedForConversation_Reply
- func (*PushTokenSharedForConversation_Reply) Descriptor() ([]byte, []int)
- func (m *PushTokenSharedForConversation_Reply) GetPushToken() *SharedPushToken
- func (*PushTokenSharedForConversation_Reply) ProtoMessage()
- func (m *PushTokenSharedForConversation_Reply) Reset()
- func (m *PushTokenSharedForConversation_Reply) String() string
- func (m *PushTokenSharedForConversation_Reply) XXX_DiscardUnknown()
- func (m *PushTokenSharedForConversation_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushTokenSharedForConversation_Reply) XXX_Merge(src proto.Message)
- func (m *PushTokenSharedForConversation_Reply) XXX_Size() int
- func (m *PushTokenSharedForConversation_Reply) XXX_Unmarshal(b []byte) error
- type PushTokenSharedForConversation_Request
- func (*PushTokenSharedForConversation_Request) Descriptor() ([]byte, []int)
- func (m *PushTokenSharedForConversation_Request) GetConversationPK() string
- func (*PushTokenSharedForConversation_Request) ProtoMessage()
- func (m *PushTokenSharedForConversation_Request) Reset()
- func (m *PushTokenSharedForConversation_Request) String() string
- func (m *PushTokenSharedForConversation_Request) XXX_DiscardUnknown()
- func (m *PushTokenSharedForConversation_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PushTokenSharedForConversation_Request) XXX_Merge(src proto.Message)
- func (m *PushTokenSharedForConversation_Request) XXX_Size() int
- func (m *PushTokenSharedForConversation_Request) XXX_Unmarshal(b []byte) error
- type ReplicationServiceRegisterGroup
- func (*ReplicationServiceRegisterGroup) Descriptor() ([]byte, []int)
- func (*ReplicationServiceRegisterGroup) ProtoMessage()
- func (m *ReplicationServiceRegisterGroup) Reset()
- func (m *ReplicationServiceRegisterGroup) String() string
- func (m *ReplicationServiceRegisterGroup) XXX_DiscardUnknown()
- func (m *ReplicationServiceRegisterGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReplicationServiceRegisterGroup) XXX_Merge(src proto.Message)
- func (m *ReplicationServiceRegisterGroup) XXX_Size() int
- func (m *ReplicationServiceRegisterGroup) XXX_Unmarshal(b []byte) error
- type ReplicationServiceRegisterGroup_Reply
- func (*ReplicationServiceRegisterGroup_Reply) Descriptor() ([]byte, []int)
- func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage()
- func (m *ReplicationServiceRegisterGroup_Reply) Reset()
- func (m *ReplicationServiceRegisterGroup_Reply) String() string
- func (m *ReplicationServiceRegisterGroup_Reply) XXX_DiscardUnknown()
- func (m *ReplicationServiceRegisterGroup_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReplicationServiceRegisterGroup_Reply) XXX_Merge(src proto.Message)
- func (m *ReplicationServiceRegisterGroup_Reply) XXX_Size() int
- func (m *ReplicationServiceRegisterGroup_Reply) XXX_Unmarshal(b []byte) error
- type ReplicationServiceRegisterGroup_Request
- func (*ReplicationServiceRegisterGroup_Request) Descriptor() ([]byte, []int)
- func (m *ReplicationServiceRegisterGroup_Request) GetConversationPublicKey() string
- func (m *ReplicationServiceRegisterGroup_Request) GetTokenID() string
- func (*ReplicationServiceRegisterGroup_Request) ProtoMessage()
- func (m *ReplicationServiceRegisterGroup_Request) Reset()
- func (m *ReplicationServiceRegisterGroup_Request) String() string
- func (m *ReplicationServiceRegisterGroup_Request) XXX_DiscardUnknown()
- func (m *ReplicationServiceRegisterGroup_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReplicationServiceRegisterGroup_Request) XXX_Merge(src proto.Message)
- func (m *ReplicationServiceRegisterGroup_Request) XXX_Size() int
- func (m *ReplicationServiceRegisterGroup_Request) XXX_Unmarshal(b []byte) error
- type ReplicationSetAutoEnable
- func (*ReplicationSetAutoEnable) Descriptor() ([]byte, []int)
- func (*ReplicationSetAutoEnable) ProtoMessage()
- func (m *ReplicationSetAutoEnable) Reset()
- func (m *ReplicationSetAutoEnable) String() string
- func (m *ReplicationSetAutoEnable) XXX_DiscardUnknown()
- func (m *ReplicationSetAutoEnable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReplicationSetAutoEnable) XXX_Merge(src proto.Message)
- func (m *ReplicationSetAutoEnable) XXX_Size() int
- func (m *ReplicationSetAutoEnable) XXX_Unmarshal(b []byte) error
- type ReplicationSetAutoEnable_Reply
- func (*ReplicationSetAutoEnable_Reply) Descriptor() ([]byte, []int)
- func (*ReplicationSetAutoEnable_Reply) ProtoMessage()
- func (m *ReplicationSetAutoEnable_Reply) Reset()
- func (m *ReplicationSetAutoEnable_Reply) String() string
- func (m *ReplicationSetAutoEnable_Reply) XXX_DiscardUnknown()
- func (m *ReplicationSetAutoEnable_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReplicationSetAutoEnable_Reply) XXX_Merge(src proto.Message)
- func (m *ReplicationSetAutoEnable_Reply) XXX_Size() int
- func (m *ReplicationSetAutoEnable_Reply) XXX_Unmarshal(b []byte) error
- type ReplicationSetAutoEnable_Request
- func (*ReplicationSetAutoEnable_Request) Descriptor() ([]byte, []int)
- func (m *ReplicationSetAutoEnable_Request) GetEnabled() bool
- func (*ReplicationSetAutoEnable_Request) ProtoMessage()
- func (m *ReplicationSetAutoEnable_Request) Reset()
- func (m *ReplicationSetAutoEnable_Request) String() string
- func (m *ReplicationSetAutoEnable_Request) XXX_DiscardUnknown()
- func (m *ReplicationSetAutoEnable_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReplicationSetAutoEnable_Request) XXX_Merge(src proto.Message)
- func (m *ReplicationSetAutoEnable_Request) XXX_Size() int
- func (m *ReplicationSetAutoEnable_Request) XXX_Unmarshal(b []byte) error
- type SendContactRequest
- func (*SendContactRequest) Descriptor() ([]byte, []int)
- func (*SendContactRequest) ProtoMessage()
- func (m *SendContactRequest) Reset()
- func (m *SendContactRequest) String() string
- func (m *SendContactRequest) XXX_DiscardUnknown()
- func (m *SendContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendContactRequest) XXX_Merge(src proto.Message)
- func (m *SendContactRequest) XXX_Size() int
- func (m *SendContactRequest) XXX_Unmarshal(b []byte) error
- type SendContactRequest_Reply
- func (*SendContactRequest_Reply) Descriptor() ([]byte, []int)
- func (*SendContactRequest_Reply) ProtoMessage()
- func (m *SendContactRequest_Reply) Reset()
- func (m *SendContactRequest_Reply) String() string
- func (m *SendContactRequest_Reply) XXX_DiscardUnknown()
- func (m *SendContactRequest_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendContactRequest_Reply) XXX_Merge(src proto.Message)
- func (m *SendContactRequest_Reply) XXX_Size() int
- func (m *SendContactRequest_Reply) XXX_Unmarshal(b []byte) error
- type SendContactRequest_Request
- func (*SendContactRequest_Request) Descriptor() ([]byte, []int)
- func (m *SendContactRequest_Request) GetBertyID() *BertyID
- func (m *SendContactRequest_Request) GetMetadata() []byte
- func (m *SendContactRequest_Request) GetOwnMetadata() []byte
- func (*SendContactRequest_Request) ProtoMessage()
- func (m *SendContactRequest_Request) Reset()
- func (m *SendContactRequest_Request) String() string
- func (m *SendContactRequest_Request) XXX_DiscardUnknown()
- func (m *SendContactRequest_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendContactRequest_Request) XXX_Merge(src proto.Message)
- func (m *SendContactRequest_Request) XXX_Size() int
- func (m *SendContactRequest_Request) XXX_Unmarshal(b []byte) error
- type ServiceToken
- func (*ServiceToken) Descriptor() ([]byte, []int)
- func (m *ServiceToken) GetAccountPK() string
- func (m *ServiceToken) GetAuthenticationURL() string
- func (m *ServiceToken) GetExpiration() int64
- func (m *ServiceToken) GetServiceType() string
- func (m *ServiceToken) GetTokenID() string
- func (*ServiceToken) ProtoMessage()
- func (m *ServiceToken) Reset()
- func (m *ServiceToken) String() string
- func (m *ServiceToken) XXX_DiscardUnknown()
- func (m *ServiceToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ServiceToken) XXX_Merge(src proto.Message)
- func (m *ServiceToken) XXX_Size() int
- func (m *ServiceToken) XXX_Unmarshal(b []byte) error
- type ShareableBertyGroup
- func (*ShareableBertyGroup) Descriptor() ([]byte, []int)
- func (*ShareableBertyGroup) ProtoMessage()
- func (m *ShareableBertyGroup) Reset()
- func (m *ShareableBertyGroup) String() string
- func (m *ShareableBertyGroup) XXX_DiscardUnknown()
- func (m *ShareableBertyGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ShareableBertyGroup) XXX_Merge(src proto.Message)
- func (m *ShareableBertyGroup) XXX_Size() int
- func (m *ShareableBertyGroup) XXX_Unmarshal(b []byte) error
- type ShareableBertyGroup_Reply
- func (*ShareableBertyGroup_Reply) Descriptor() ([]byte, []int)
- func (m *ShareableBertyGroup_Reply) GetInternalURL() string
- func (m *ShareableBertyGroup_Reply) GetLink() *BertyLink
- func (m *ShareableBertyGroup_Reply) GetWebURL() string
- func (*ShareableBertyGroup_Reply) ProtoMessage()
- func (m *ShareableBertyGroup_Reply) Reset()
- func (m *ShareableBertyGroup_Reply) String() string
- func (m *ShareableBertyGroup_Reply) XXX_DiscardUnknown()
- func (m *ShareableBertyGroup_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ShareableBertyGroup_Reply) XXX_Merge(src proto.Message)
- func (m *ShareableBertyGroup_Reply) XXX_Size() int
- func (m *ShareableBertyGroup_Reply) XXX_Unmarshal(b []byte) error
- type ShareableBertyGroup_Request
- func (*ShareableBertyGroup_Request) Descriptor() ([]byte, []int)
- func (m *ShareableBertyGroup_Request) GetGroupName() string
- func (m *ShareableBertyGroup_Request) GetGroupPK() []byte
- func (*ShareableBertyGroup_Request) ProtoMessage()
- func (m *ShareableBertyGroup_Request) Reset()
- func (m *ShareableBertyGroup_Request) String() string
- func (m *ShareableBertyGroup_Request) XXX_DiscardUnknown()
- func (m *ShareableBertyGroup_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ShareableBertyGroup_Request) XXX_Merge(src proto.Message)
- func (m *ShareableBertyGroup_Request) XXX_Size() int
- func (m *ShareableBertyGroup_Request) XXX_Unmarshal(b []byte) error
- type SharedPushToken
- func (*SharedPushToken) Descriptor() ([]byte, []int)
- func (m *SharedPushToken) GetConversationPublicKey() string
- func (m *SharedPushToken) GetDevicePublicKey() string
- func (m *SharedPushToken) GetMemberPublicKey() string
- func (m *SharedPushToken) GetToken() string
- func (*SharedPushToken) ProtoMessage()
- func (m *SharedPushToken) Reset()
- func (m *SharedPushToken) String() string
- func (m *SharedPushToken) XXX_DiscardUnknown()
- func (m *SharedPushToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SharedPushToken) XXX_Merge(src proto.Message)
- func (m *SharedPushToken) XXX_Size() int
- func (m *SharedPushToken) XXX_Unmarshal(b []byte) error
- type StreamEvent
- func (*StreamEvent) Descriptor() ([]byte, []int)
- func (m *StreamEvent) GetIsNew() bool
- func (m *StreamEvent) GetPayload() []byte
- func (m *StreamEvent) GetType() StreamEvent_Type
- func (event *StreamEvent) MarshalJSON() ([]byte, error)
- func (*StreamEvent) ProtoMessage()
- func (m *StreamEvent) Reset()
- func (m *StreamEvent) String() string
- func (event *StreamEvent) UnmarshalPayload() (proto.Message, error)
- func (m *StreamEvent) XXX_DiscardUnknown()
- func (m *StreamEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent) XXX_Merge(src proto.Message)
- func (m *StreamEvent) XXX_Size() int
- func (m *StreamEvent) XXX_Unmarshal(b []byte) error
- type StreamEvent_AccountUpdated
- func (*StreamEvent_AccountUpdated) Descriptor() ([]byte, []int)
- func (m *StreamEvent_AccountUpdated) GetAccount() *Account
- func (*StreamEvent_AccountUpdated) ProtoMessage()
- func (m *StreamEvent_AccountUpdated) Reset()
- func (m *StreamEvent_AccountUpdated) String() string
- func (m *StreamEvent_AccountUpdated) XXX_DiscardUnknown()
- func (m *StreamEvent_AccountUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_AccountUpdated) XXX_Merge(src proto.Message)
- func (m *StreamEvent_AccountUpdated) XXX_Size() int
- func (m *StreamEvent_AccountUpdated) XXX_Unmarshal(b []byte) error
- type StreamEvent_ContactUpdated
- func (*StreamEvent_ContactUpdated) Descriptor() ([]byte, []int)
- func (m *StreamEvent_ContactUpdated) GetContact() *Contact
- func (*StreamEvent_ContactUpdated) ProtoMessage()
- func (m *StreamEvent_ContactUpdated) Reset()
- func (m *StreamEvent_ContactUpdated) String() string
- func (m *StreamEvent_ContactUpdated) XXX_DiscardUnknown()
- func (m *StreamEvent_ContactUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_ContactUpdated) XXX_Merge(src proto.Message)
- func (m *StreamEvent_ContactUpdated) XXX_Size() int
- func (m *StreamEvent_ContactUpdated) XXX_Unmarshal(b []byte) error
- type StreamEvent_ConversationDeleted
- func (*StreamEvent_ConversationDeleted) Descriptor() ([]byte, []int)
- func (m *StreamEvent_ConversationDeleted) GetPublicKey() string
- func (*StreamEvent_ConversationDeleted) ProtoMessage()
- func (m *StreamEvent_ConversationDeleted) Reset()
- func (m *StreamEvent_ConversationDeleted) String() string
- func (m *StreamEvent_ConversationDeleted) XXX_DiscardUnknown()
- func (m *StreamEvent_ConversationDeleted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_ConversationDeleted) XXX_Merge(src proto.Message)
- func (m *StreamEvent_ConversationDeleted) XXX_Size() int
- func (m *StreamEvent_ConversationDeleted) XXX_Unmarshal(b []byte) error
- type StreamEvent_ConversationPartialLoad
- func (*StreamEvent_ConversationPartialLoad) Descriptor() ([]byte, []int)
- func (m *StreamEvent_ConversationPartialLoad) GetConversationPK() string
- func (m *StreamEvent_ConversationPartialLoad) GetInteractions() []*Interaction
- func (*StreamEvent_ConversationPartialLoad) ProtoMessage()
- func (m *StreamEvent_ConversationPartialLoad) Reset()
- func (m *StreamEvent_ConversationPartialLoad) String() string
- func (m *StreamEvent_ConversationPartialLoad) XXX_DiscardUnknown()
- func (m *StreamEvent_ConversationPartialLoad) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_ConversationPartialLoad) XXX_Merge(src proto.Message)
- func (m *StreamEvent_ConversationPartialLoad) XXX_Size() int
- func (m *StreamEvent_ConversationPartialLoad) XXX_Unmarshal(b []byte) error
- type StreamEvent_ConversationUpdated
- func (*StreamEvent_ConversationUpdated) Descriptor() ([]byte, []int)
- func (m *StreamEvent_ConversationUpdated) GetConversation() *Conversation
- func (*StreamEvent_ConversationUpdated) ProtoMessage()
- func (m *StreamEvent_ConversationUpdated) Reset()
- func (m *StreamEvent_ConversationUpdated) String() string
- func (m *StreamEvent_ConversationUpdated) XXX_DiscardUnknown()
- func (m *StreamEvent_ConversationUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_ConversationUpdated) XXX_Merge(src proto.Message)
- func (m *StreamEvent_ConversationUpdated) XXX_Size() int
- func (m *StreamEvent_ConversationUpdated) XXX_Unmarshal(b []byte) error
- type StreamEvent_DeviceUpdated
- func (*StreamEvent_DeviceUpdated) Descriptor() ([]byte, []int)
- func (m *StreamEvent_DeviceUpdated) GetDevice() *Device
- func (*StreamEvent_DeviceUpdated) ProtoMessage()
- func (m *StreamEvent_DeviceUpdated) Reset()
- func (m *StreamEvent_DeviceUpdated) String() string
- func (m *StreamEvent_DeviceUpdated) XXX_DiscardUnknown()
- func (m *StreamEvent_DeviceUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_DeviceUpdated) XXX_Merge(src proto.Message)
- func (m *StreamEvent_DeviceUpdated) XXX_Size() int
- func (m *StreamEvent_DeviceUpdated) XXX_Unmarshal(b []byte) error
- type StreamEvent_InteractionDeleted
- func (*StreamEvent_InteractionDeleted) Descriptor() ([]byte, []int)
- func (m *StreamEvent_InteractionDeleted) GetCID() string
- func (m *StreamEvent_InteractionDeleted) GetConversationPublicKey() string
- func (*StreamEvent_InteractionDeleted) ProtoMessage()
- func (m *StreamEvent_InteractionDeleted) Reset()
- func (m *StreamEvent_InteractionDeleted) String() string
- func (m *StreamEvent_InteractionDeleted) XXX_DiscardUnknown()
- func (m *StreamEvent_InteractionDeleted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_InteractionDeleted) XXX_Merge(src proto.Message)
- func (m *StreamEvent_InteractionDeleted) XXX_Size() int
- func (m *StreamEvent_InteractionDeleted) XXX_Unmarshal(b []byte) error
- type StreamEvent_InteractionUpdated
- func (*StreamEvent_InteractionUpdated) Descriptor() ([]byte, []int)
- func (m *StreamEvent_InteractionUpdated) GetInteraction() *Interaction
- func (*StreamEvent_InteractionUpdated) ProtoMessage()
- func (m *StreamEvent_InteractionUpdated) Reset()
- func (m *StreamEvent_InteractionUpdated) String() string
- func (m *StreamEvent_InteractionUpdated) XXX_DiscardUnknown()
- func (m *StreamEvent_InteractionUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_InteractionUpdated) XXX_Merge(src proto.Message)
- func (m *StreamEvent_InteractionUpdated) XXX_Size() int
- func (m *StreamEvent_InteractionUpdated) XXX_Unmarshal(b []byte) error
- type StreamEvent_ListEnded
- func (*StreamEvent_ListEnded) Descriptor() ([]byte, []int)
- func (*StreamEvent_ListEnded) ProtoMessage()
- func (m *StreamEvent_ListEnded) Reset()
- func (m *StreamEvent_ListEnded) String() string
- func (m *StreamEvent_ListEnded) XXX_DiscardUnknown()
- func (m *StreamEvent_ListEnded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_ListEnded) XXX_Merge(src proto.Message)
- func (m *StreamEvent_ListEnded) XXX_Size() int
- func (m *StreamEvent_ListEnded) XXX_Unmarshal(b []byte) error
- type StreamEvent_MemberUpdated
- func (*StreamEvent_MemberUpdated) Descriptor() ([]byte, []int)
- func (m *StreamEvent_MemberUpdated) GetMember() *Member
- func (*StreamEvent_MemberUpdated) ProtoMessage()
- func (m *StreamEvent_MemberUpdated) Reset()
- func (m *StreamEvent_MemberUpdated) String() string
- func (m *StreamEvent_MemberUpdated) XXX_DiscardUnknown()
- func (m *StreamEvent_MemberUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_MemberUpdated) XXX_Merge(src proto.Message)
- func (m *StreamEvent_MemberUpdated) XXX_Size() int
- func (m *StreamEvent_MemberUpdated) XXX_Unmarshal(b []byte) error
- type StreamEvent_Notified
- func (*StreamEvent_Notified) Descriptor() ([]byte, []int)
- func (m *StreamEvent_Notified) GetBody() string
- func (m *StreamEvent_Notified) GetPayload() []byte
- func (m *StreamEvent_Notified) GetTitle() string
- func (m *StreamEvent_Notified) GetType() StreamEvent_Notified_Type
- func (*StreamEvent_Notified) ProtoMessage()
- func (m *StreamEvent_Notified) Reset()
- func (m *StreamEvent_Notified) String() string
- func (event *StreamEvent_Notified) UnmarshalPayload() (proto.Message, error)
- func (m *StreamEvent_Notified) XXX_DiscardUnknown()
- func (m *StreamEvent_Notified) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_Notified) XXX_Merge(src proto.Message)
- func (m *StreamEvent_Notified) XXX_Size() int
- func (m *StreamEvent_Notified) XXX_Unmarshal(b []byte) error
- type StreamEvent_Notified_Basic
- func (*StreamEvent_Notified_Basic) Descriptor() ([]byte, []int)
- func (*StreamEvent_Notified_Basic) ProtoMessage()
- func (m *StreamEvent_Notified_Basic) Reset()
- func (m *StreamEvent_Notified_Basic) String() string
- func (m *StreamEvent_Notified_Basic) XXX_DiscardUnknown()
- func (m *StreamEvent_Notified_Basic) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_Notified_Basic) XXX_Merge(src proto.Message)
- func (m *StreamEvent_Notified_Basic) XXX_Size() int
- func (m *StreamEvent_Notified_Basic) XXX_Unmarshal(b []byte) error
- type StreamEvent_Notified_ContactRequestReceived
- func (*StreamEvent_Notified_ContactRequestReceived) Descriptor() ([]byte, []int)
- func (m *StreamEvent_Notified_ContactRequestReceived) GetContact() *Contact
- func (*StreamEvent_Notified_ContactRequestReceived) ProtoMessage()
- func (m *StreamEvent_Notified_ContactRequestReceived) Reset()
- func (m *StreamEvent_Notified_ContactRequestReceived) String() string
- func (m *StreamEvent_Notified_ContactRequestReceived) XXX_DiscardUnknown()
- func (m *StreamEvent_Notified_ContactRequestReceived) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_Notified_ContactRequestReceived) XXX_Merge(src proto.Message)
- func (m *StreamEvent_Notified_ContactRequestReceived) XXX_Size() int
- func (m *StreamEvent_Notified_ContactRequestReceived) XXX_Unmarshal(b []byte) error
- type StreamEvent_Notified_ContactRequestSent
- func (*StreamEvent_Notified_ContactRequestSent) Descriptor() ([]byte, []int)
- func (m *StreamEvent_Notified_ContactRequestSent) GetContact() *Contact
- func (*StreamEvent_Notified_ContactRequestSent) ProtoMessage()
- func (m *StreamEvent_Notified_ContactRequestSent) Reset()
- func (m *StreamEvent_Notified_ContactRequestSent) String() string
- func (m *StreamEvent_Notified_ContactRequestSent) XXX_DiscardUnknown()
- func (m *StreamEvent_Notified_ContactRequestSent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_Notified_ContactRequestSent) XXX_Merge(src proto.Message)
- func (m *StreamEvent_Notified_ContactRequestSent) XXX_Size() int
- func (m *StreamEvent_Notified_ContactRequestSent) XXX_Unmarshal(b []byte) error
- type StreamEvent_Notified_GroupInvitation
- func (*StreamEvent_Notified_GroupInvitation) Descriptor() ([]byte, []int)
- func (m *StreamEvent_Notified_GroupInvitation) GetContact() *Contact
- func (m *StreamEvent_Notified_GroupInvitation) GetConversation() *Conversation
- func (*StreamEvent_Notified_GroupInvitation) ProtoMessage()
- func (m *StreamEvent_Notified_GroupInvitation) Reset()
- func (m *StreamEvent_Notified_GroupInvitation) String() string
- func (m *StreamEvent_Notified_GroupInvitation) XXX_DiscardUnknown()
- func (m *StreamEvent_Notified_GroupInvitation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_Notified_GroupInvitation) XXX_Merge(src proto.Message)
- func (m *StreamEvent_Notified_GroupInvitation) XXX_Size() int
- func (m *StreamEvent_Notified_GroupInvitation) XXX_Unmarshal(b []byte) error
- type StreamEvent_Notified_MessageReceived
- func (*StreamEvent_Notified_MessageReceived) Descriptor() ([]byte, []int)
- func (m *StreamEvent_Notified_MessageReceived) GetContact() *Contact
- func (m *StreamEvent_Notified_MessageReceived) GetConversation() *Conversation
- func (m *StreamEvent_Notified_MessageReceived) GetInteraction() *Interaction
- func (*StreamEvent_Notified_MessageReceived) ProtoMessage()
- func (m *StreamEvent_Notified_MessageReceived) Reset()
- func (m *StreamEvent_Notified_MessageReceived) String() string
- func (m *StreamEvent_Notified_MessageReceived) XXX_DiscardUnknown()
- func (m *StreamEvent_Notified_MessageReceived) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_Notified_MessageReceived) XXX_Merge(src proto.Message)
- func (m *StreamEvent_Notified_MessageReceived) XXX_Size() int
- func (m *StreamEvent_Notified_MessageReceived) XXX_Unmarshal(b []byte) error
- type StreamEvent_Notified_Type
- type StreamEvent_PeerStatusConnected
- func (*StreamEvent_PeerStatusConnected) Descriptor() ([]byte, []int)
- func (m *StreamEvent_PeerStatusConnected) GetPeerID() string
- func (m *StreamEvent_PeerStatusConnected) GetTransport() StreamEvent_PeerStatusConnected_Transport
- func (*StreamEvent_PeerStatusConnected) ProtoMessage()
- func (m *StreamEvent_PeerStatusConnected) Reset()
- func (m *StreamEvent_PeerStatusConnected) String() string
- func (m *StreamEvent_PeerStatusConnected) XXX_DiscardUnknown()
- func (m *StreamEvent_PeerStatusConnected) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_PeerStatusConnected) XXX_Merge(src proto.Message)
- func (m *StreamEvent_PeerStatusConnected) XXX_Size() int
- func (m *StreamEvent_PeerStatusConnected) XXX_Unmarshal(b []byte) error
- type StreamEvent_PeerStatusConnected_Transport
- type StreamEvent_PeerStatusDisconnected
- func (*StreamEvent_PeerStatusDisconnected) Descriptor() ([]byte, []int)
- func (m *StreamEvent_PeerStatusDisconnected) GetPeerID() string
- func (*StreamEvent_PeerStatusDisconnected) ProtoMessage()
- func (m *StreamEvent_PeerStatusDisconnected) Reset()
- func (m *StreamEvent_PeerStatusDisconnected) String() string
- func (m *StreamEvent_PeerStatusDisconnected) XXX_DiscardUnknown()
- func (m *StreamEvent_PeerStatusDisconnected) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_PeerStatusDisconnected) XXX_Merge(src proto.Message)
- func (m *StreamEvent_PeerStatusDisconnected) XXX_Size() int
- func (m *StreamEvent_PeerStatusDisconnected) XXX_Unmarshal(b []byte) error
- type StreamEvent_PeerStatusGroupAssociated
- func (*StreamEvent_PeerStatusGroupAssociated) Descriptor() ([]byte, []int)
- func (m *StreamEvent_PeerStatusGroupAssociated) GetDevicePK() string
- func (m *StreamEvent_PeerStatusGroupAssociated) GetGroupPK() string
- func (m *StreamEvent_PeerStatusGroupAssociated) GetPeerID() string
- func (*StreamEvent_PeerStatusGroupAssociated) ProtoMessage()
- func (m *StreamEvent_PeerStatusGroupAssociated) Reset()
- func (m *StreamEvent_PeerStatusGroupAssociated) String() string
- func (m *StreamEvent_PeerStatusGroupAssociated) XXX_DiscardUnknown()
- func (m *StreamEvent_PeerStatusGroupAssociated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_PeerStatusGroupAssociated) XXX_Merge(src proto.Message)
- func (m *StreamEvent_PeerStatusGroupAssociated) XXX_Size() int
- func (m *StreamEvent_PeerStatusGroupAssociated) XXX_Unmarshal(b []byte) error
- type StreamEvent_PeerStatusReconnecting
- func (*StreamEvent_PeerStatusReconnecting) Descriptor() ([]byte, []int)
- func (m *StreamEvent_PeerStatusReconnecting) GetPeerID() string
- func (*StreamEvent_PeerStatusReconnecting) ProtoMessage()
- func (m *StreamEvent_PeerStatusReconnecting) Reset()
- func (m *StreamEvent_PeerStatusReconnecting) String() string
- func (m *StreamEvent_PeerStatusReconnecting) XXX_DiscardUnknown()
- func (m *StreamEvent_PeerStatusReconnecting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_PeerStatusReconnecting) XXX_Merge(src proto.Message)
- func (m *StreamEvent_PeerStatusReconnecting) XXX_Size() int
- func (m *StreamEvent_PeerStatusReconnecting) XXX_Unmarshal(b []byte) error
- type StreamEvent_Type
- type SystemInfo
- func (*SystemInfo) Descriptor() ([]byte, []int)
- func (*SystemInfo) ProtoMessage()
- func (m *SystemInfo) Reset()
- func (m *SystemInfo) String() string
- func (m *SystemInfo) XXX_DiscardUnknown()
- func (m *SystemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SystemInfo) XXX_Merge(src proto.Message)
- func (m *SystemInfo) XXX_Size() int
- func (m *SystemInfo) XXX_Unmarshal(b []byte) error
- type SystemInfo_DB
- func (*SystemInfo_DB) Descriptor() ([]byte, []int)
- func (m *SystemInfo_DB) GetAccountDirectoryServiceRecord() int64
- func (m *SystemInfo_DB) GetAccountVerifiedCredentials() int64
- func (m *SystemInfo_DB) GetAccounts() int64
- func (m *SystemInfo_DB) GetContacts() int64
- func (m *SystemInfo_DB) GetConversationReplicationInfo() int64
- func (m *SystemInfo_DB) GetConversations() int64
- func (m *SystemInfo_DB) GetDevices() int64
- func (m *SystemInfo_DB) GetInteractions() int64
- func (m *SystemInfo_DB) GetMembers() int64
- func (m *SystemInfo_DB) GetMetadataEvents() int64
- func (m *SystemInfo_DB) GetServiceTokens() int64
- func (m *SystemInfo_DB) GetSharedPushTokens() int64
- func (*SystemInfo_DB) ProtoMessage()
- func (m *SystemInfo_DB) Reset()
- func (m *SystemInfo_DB) String() string
- func (m *SystemInfo_DB) XXX_DiscardUnknown()
- func (m *SystemInfo_DB) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SystemInfo_DB) XXX_Merge(src proto.Message)
- func (m *SystemInfo_DB) XXX_Size() int
- func (m *SystemInfo_DB) XXX_Unmarshal(b []byte) error
- type SystemInfo_Messenger
- func (*SystemInfo_Messenger) Descriptor() ([]byte, []int)
- func (m *SystemInfo_Messenger) GetDB() *SystemInfo_DB
- func (m *SystemInfo_Messenger) GetProcess() *protocoltypes.SystemInfo_Process
- func (m *SystemInfo_Messenger) GetProtocolInSameProcess() bool
- func (m *SystemInfo_Messenger) GetWarns() []string
- func (*SystemInfo_Messenger) ProtoMessage()
- func (m *SystemInfo_Messenger) Reset()
- func (m *SystemInfo_Messenger) String() string
- func (m *SystemInfo_Messenger) XXX_DiscardUnknown()
- func (m *SystemInfo_Messenger) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SystemInfo_Messenger) XXX_Merge(src proto.Message)
- func (m *SystemInfo_Messenger) XXX_Size() int
- func (m *SystemInfo_Messenger) XXX_Unmarshal(b []byte) error
- type SystemInfo_Reply
- func (*SystemInfo_Reply) Descriptor() ([]byte, []int)
- func (m *SystemInfo_Reply) GetMessenger() *SystemInfo_Messenger
- func (m *SystemInfo_Reply) GetProtocol() *protocoltypes.SystemInfo_Reply
- func (*SystemInfo_Reply) ProtoMessage()
- func (m *SystemInfo_Reply) Reset()
- func (m *SystemInfo_Reply) String() string
- func (m *SystemInfo_Reply) XXX_DiscardUnknown()
- func (m *SystemInfo_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SystemInfo_Reply) XXX_Merge(src proto.Message)
- func (m *SystemInfo_Reply) XXX_Size() int
- func (m *SystemInfo_Reply) XXX_Unmarshal(b []byte) error
- type SystemInfo_Request
- func (*SystemInfo_Request) Descriptor() ([]byte, []int)
- func (*SystemInfo_Request) ProtoMessage()
- func (m *SystemInfo_Request) Reset()
- func (m *SystemInfo_Request) String() string
- func (m *SystemInfo_Request) XXX_DiscardUnknown()
- func (m *SystemInfo_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SystemInfo_Request) XXX_Merge(src proto.Message)
- func (m *SystemInfo_Request) XXX_Size() int
- func (m *SystemInfo_Request) XXX_Unmarshal(b []byte) error
- type TyberHostAttach
- func (*TyberHostAttach) Descriptor() ([]byte, []int)
- func (*TyberHostAttach) ProtoMessage()
- func (m *TyberHostAttach) Reset()
- func (m *TyberHostAttach) String() string
- func (m *TyberHostAttach) XXX_DiscardUnknown()
- func (m *TyberHostAttach) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TyberHostAttach) XXX_Merge(src proto.Message)
- func (m *TyberHostAttach) XXX_Size() int
- func (m *TyberHostAttach) XXX_Unmarshal(b []byte) error
- type TyberHostAttach_Reply
- func (*TyberHostAttach_Reply) Descriptor() ([]byte, []int)
- func (m *TyberHostAttach_Reply) GetAddress() string
- func (*TyberHostAttach_Reply) ProtoMessage()
- func (m *TyberHostAttach_Reply) Reset()
- func (m *TyberHostAttach_Reply) String() string
- func (m *TyberHostAttach_Reply) XXX_DiscardUnknown()
- func (m *TyberHostAttach_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TyberHostAttach_Reply) XXX_Merge(src proto.Message)
- func (m *TyberHostAttach_Reply) XXX_Size() int
- func (m *TyberHostAttach_Reply) XXX_Unmarshal(b []byte) error
- type TyberHostAttach_Request
- func (*TyberHostAttach_Request) Descriptor() ([]byte, []int)
- func (m *TyberHostAttach_Request) GetAddresses() []string
- func (*TyberHostAttach_Request) ProtoMessage()
- func (m *TyberHostAttach_Request) Reset()
- func (m *TyberHostAttach_Request) String() string
- func (m *TyberHostAttach_Request) XXX_DiscardUnknown()
- func (m *TyberHostAttach_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TyberHostAttach_Request) XXX_Merge(src proto.Message)
- func (m *TyberHostAttach_Request) XXX_Size() int
- func (m *TyberHostAttach_Request) XXX_Unmarshal(b []byte) error
- type TyberHostSearch
- func (*TyberHostSearch) Descriptor() ([]byte, []int)
- func (*TyberHostSearch) ProtoMessage()
- func (m *TyberHostSearch) Reset()
- func (m *TyberHostSearch) String() string
- func (m *TyberHostSearch) XXX_DiscardUnknown()
- func (m *TyberHostSearch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TyberHostSearch) XXX_Merge(src proto.Message)
- func (m *TyberHostSearch) XXX_Size() int
- func (m *TyberHostSearch) XXX_Unmarshal(b []byte) error
- type TyberHostSearch_Reply
- func (*TyberHostSearch_Reply) Descriptor() ([]byte, []int)
- func (m *TyberHostSearch_Reply) GetHostname() string
- func (m *TyberHostSearch_Reply) GetIPv4() []string
- func (m *TyberHostSearch_Reply) GetIPv6() []string
- func (*TyberHostSearch_Reply) ProtoMessage()
- func (m *TyberHostSearch_Reply) Reset()
- func (m *TyberHostSearch_Reply) String() string
- func (m *TyberHostSearch_Reply) XXX_DiscardUnknown()
- func (m *TyberHostSearch_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TyberHostSearch_Reply) XXX_Merge(src proto.Message)
- func (m *TyberHostSearch_Reply) XXX_Size() int
- func (m *TyberHostSearch_Reply) XXX_Unmarshal(b []byte) error
- type TyberHostSearch_Request
- func (*TyberHostSearch_Request) Descriptor() ([]byte, []int)
- func (*TyberHostSearch_Request) ProtoMessage()
- func (m *TyberHostSearch_Request) Reset()
- func (m *TyberHostSearch_Request) String() string
- func (m *TyberHostSearch_Request) XXX_DiscardUnknown()
- func (m *TyberHostSearch_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TyberHostSearch_Request) XXX_Merge(src proto.Message)
- func (m *TyberHostSearch_Request) XXX_Size() int
- func (m *TyberHostSearch_Request) XXX_Unmarshal(b []byte) error
- 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) 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, MessengerService_ConversationStreamServer) error
- func (UnimplementedMessengerServiceServer) DevShareInstanceBertyID(context.Context, *DevShareInstanceBertyID_Request) (*DevShareInstanceBertyID_Reply, error)
- func (UnimplementedMessengerServiceServer) DevStreamLogs(*DevStreamLogs_Request, MessengerService_DevStreamLogsServer) error
- func (UnimplementedMessengerServiceServer) DirectoryServiceQuery(*DirectoryServiceQuery_Request, MessengerService_DirectoryServiceQueryServer) error
- func (UnimplementedMessengerServiceServer) DirectoryServiceRegister(context.Context, *DirectoryServiceRegister_Request) (*DirectoryServiceRegister_Reply, error)
- func (UnimplementedMessengerServiceServer) DirectoryServiceUnregister(context.Context, *DirectoryServiceUnregister_Request) (*DirectoryServiceUnregister_Reply, error)
- func (UnimplementedMessengerServiceServer) EchoDuplexTest(MessengerService_EchoDuplexTestServer) error
- func (UnimplementedMessengerServiceServer) EchoTest(*EchoTest_Request, MessengerService_EchoTestServer) error
- func (UnimplementedMessengerServiceServer) EventStream(*EventStream_Request, MessengerService_EventStreamServer) error
- func (UnimplementedMessengerServiceServer) InstanceExportData(*InstanceExportData_Request, MessengerService_InstanceExportDataServer) 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, MessengerService_ListMemberDevicesServer) 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) PushSetAutoShare(context.Context, *PushSetAutoShare_Request) (*PushSetAutoShare_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(*protocoltypes.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, MessengerService_TyberHostSearchServer) 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_ServicesTokenList_FullMethodName = "/berty.messenger.v1.MessengerService/ServicesTokenList" 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_PushReceive_FullMethodName = "/berty.messenger.v1.MessengerService/PushReceive" 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 AppMessage_Type_name = map[int32]string{
0: "Undefined",
1: "TypeUserMessage",
3: "TypeGroupInvitation",
4: "TypeSetGroupInfo",
5: "TypeSetUserInfo",
6: "TypeAcknowledge",
8: "TypeAccountDirectoryServiceRegistered",
9: "TypeAccountDirectoryServiceUnregistered",
}
var AppMessage_Type_value = map[string]int32{
"Undefined": 0,
"TypeUserMessage": 1,
"TypeGroupInvitation": 3,
"TypeSetGroupInfo": 4,
"TypeSetUserInfo": 5,
"TypeAcknowledge": 6,
"TypeAccountDirectoryServiceRegistered": 8,
"TypeAccountDirectoryServiceUnregistered": 9,
}
var BertyLink_Kind_name = map[int32]string{
0: "UnknownKind",
1: "ContactInviteV1Kind",
2: "GroupV1Kind",
3: "EncryptedV1Kind",
4: "MessageV1Kind",
}
var BertyLink_Kind_value = map[string]int32{
"UnknownKind": 0,
"ContactInviteV1Kind": 1,
"GroupV1Kind": 2,
"EncryptedV1Kind": 3,
"MessageV1Kind": 4,
}
var Contact_State_name = map[int32]string{
0: "Undefined",
1: "IncomingRequest",
2: "OutgoingRequestEnqueued",
3: "OutgoingRequestSent",
4: "Accepted",
}
var Contact_State_value = map[string]int32{
"Undefined": 0,
"IncomingRequest": 1,
"OutgoingRequestEnqueued": 2,
"OutgoingRequestSent": 3,
"Accepted": 4,
}
var Conversation_Type_name = map[int32]string{
0: "Undefined",
1: "AccountType",
2: "ContactType",
3: "MultiMemberType",
}
var Conversation_Type_value = map[string]int32{
"Undefined": 0,
"AccountType": 1,
"ContactType": 2,
"MultiMemberType": 3,
}
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: "PushSetAutoShare", Handler: _MessengerService_PushSetAutoShare_Handler, }, { MethodName: "PushShareTokenForConversation", Handler: _MessengerService_PushShareTokenForConversation_Handler, }, { MethodName: "PushReceive", Handler: _MessengerService_PushReceive_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: "ServicesTokenList", Handler: _MessengerService_ServicesTokenList_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: "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)
var StreamEvent_Notified_Type_name = map[int32]string{
0: "Unknown",
1: "TypeBasic",
2: "TypeMessageReceived",
3: "TypeContactRequestSent",
4: "TypeContactRequestReceived",
5: "TypeGroupInvitation",
}
var StreamEvent_Notified_Type_value = map[string]int32{
"Unknown": 0,
"TypeBasic": 1,
"TypeMessageReceived": 2,
"TypeContactRequestSent": 3,
"TypeContactRequestReceived": 4,
"TypeGroupInvitation": 5,
}
var StreamEvent_PeerStatusConnected_Transport_name = map[int32]string{
0: "Unknown",
1: "LAN",
2: "WAN",
3: "Proximity",
}
var StreamEvent_PeerStatusConnected_Transport_value = map[string]int32{
"Unknown": 0,
"LAN": 1,
"WAN": 2,
"Proximity": 3,
}
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",
}
var 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,
}
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 */ DevicePushToken []byte `protobuf:"bytes,9,opt,name=device_push_token,json=devicePushToken,proto3" json:"device_push_token,omitempty"` DevicePushServer []byte `protobuf:"bytes,10,opt,name=device_push_server,json=devicePushServer,proto3" json:"device_push_server,omitempty"` 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 */ }
func (*Account) Descriptor ¶
func (*Account) GetAutoSharePushTokenFlag ¶ added in v2.305.0
func (*Account) GetDevicePushServer ¶ added in v2.305.0
func (*Account) GetDevicePushToken ¶ added in v2.305.0
func (*Account) GetDirectoryServiceRecords ¶ added in v2.452.0
func (m *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) GetReplicateNewGroupsAutomatically ¶
func (*Account) GetServiceTokens ¶
func (m *Account) GetServiceTokens() []*ServiceToken
func (*Account) GetVerifiedCredentials ¶ added in v2.448.0
func (m *Account) GetVerifiedCredentials() []*AccountVerifiedCredential
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) XXX_DiscardUnknown ¶
func (m *Account) XXX_DiscardUnknown()
func (*Account) XXX_Marshal ¶
func (*Account) XXX_Unmarshal ¶
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 */ }
func (*AccountDirectoryServiceRecord) Descriptor ¶ added in v2.452.0
func (*AccountDirectoryServiceRecord) Descriptor() ([]byte, []int)
func (*AccountDirectoryServiceRecord) GetAccountPK ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) GetAccountPK() string
func (*AccountDirectoryServiceRecord) GetDirectoryRecordToken ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) GetDirectoryRecordToken() string
func (*AccountDirectoryServiceRecord) GetDirectoryRecordUnregisterToken ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) GetDirectoryRecordUnregisterToken() string
func (*AccountDirectoryServiceRecord) GetExpirationDate ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) GetExpirationDate() int64
func (*AccountDirectoryServiceRecord) GetIdentifier ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) GetIdentifier() string
func (*AccountDirectoryServiceRecord) GetIdentifierProofIssuer ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) GetIdentifierProofIssuer() string
func (*AccountDirectoryServiceRecord) GetRegistrationDate ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) GetRegistrationDate() int64
func (*AccountDirectoryServiceRecord) GetRevoked ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) GetRevoked() bool
func (*AccountDirectoryServiceRecord) GetServerAddr ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) GetServerAddr() string
func (*AccountDirectoryServiceRecord) ProtoMessage ¶ added in v2.452.0
func (*AccountDirectoryServiceRecord) ProtoMessage()
func (*AccountDirectoryServiceRecord) Reset ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) Reset()
func (*AccountDirectoryServiceRecord) String ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) String() string
func (*AccountDirectoryServiceRecord) XXX_DiscardUnknown ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) XXX_DiscardUnknown()
func (*AccountDirectoryServiceRecord) XXX_Marshal ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountDirectoryServiceRecord) XXX_Merge ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) XXX_Merge(src proto.Message)
func (*AccountDirectoryServiceRecord) XXX_Size ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) XXX_Size() int
func (*AccountDirectoryServiceRecord) XXX_Unmarshal ¶ added in v2.452.0
func (m *AccountDirectoryServiceRecord) XXX_Unmarshal(b []byte) error
type AccountGet ¶
type AccountGet struct { }
func (*AccountGet) Descriptor ¶
func (*AccountGet) Descriptor() ([]byte, []int)
func (*AccountGet) ProtoMessage ¶
func (*AccountGet) ProtoMessage()
func (*AccountGet) Reset ¶
func (m *AccountGet) Reset()
func (*AccountGet) String ¶
func (m *AccountGet) String() string
func (*AccountGet) XXX_DiscardUnknown ¶
func (m *AccountGet) XXX_DiscardUnknown()
func (*AccountGet) XXX_Marshal ¶
func (m *AccountGet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountGet) XXX_Merge ¶
func (m *AccountGet) XXX_Merge(src proto.Message)
func (*AccountGet) XXX_Size ¶
func (m *AccountGet) XXX_Size() int
func (*AccountGet) XXX_Unmarshal ¶
func (m *AccountGet) XXX_Unmarshal(b []byte) error
type AccountGet_Reply ¶
type AccountGet_Reply struct {
Account *Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
}
func (*AccountGet_Reply) Descriptor ¶
func (*AccountGet_Reply) Descriptor() ([]byte, []int)
func (*AccountGet_Reply) GetAccount ¶
func (m *AccountGet_Reply) GetAccount() *Account
func (*AccountGet_Reply) ProtoMessage ¶
func (*AccountGet_Reply) ProtoMessage()
func (*AccountGet_Reply) Reset ¶
func (m *AccountGet_Reply) Reset()
func (*AccountGet_Reply) String ¶
func (m *AccountGet_Reply) String() string
func (*AccountGet_Reply) XXX_DiscardUnknown ¶
func (m *AccountGet_Reply) XXX_DiscardUnknown()
func (*AccountGet_Reply) XXX_Marshal ¶
func (m *AccountGet_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountGet_Reply) XXX_Merge ¶
func (m *AccountGet_Reply) XXX_Merge(src proto.Message)
func (*AccountGet_Reply) XXX_Size ¶
func (m *AccountGet_Reply) XXX_Size() int
func (*AccountGet_Reply) XXX_Unmarshal ¶
func (m *AccountGet_Reply) XXX_Unmarshal(b []byte) error
type AccountGet_Request ¶
type AccountGet_Request struct { }
func (*AccountGet_Request) Descriptor ¶
func (*AccountGet_Request) Descriptor() ([]byte, []int)
func (*AccountGet_Request) ProtoMessage ¶
func (*AccountGet_Request) ProtoMessage()
func (*AccountGet_Request) Reset ¶
func (m *AccountGet_Request) Reset()
func (*AccountGet_Request) String ¶
func (m *AccountGet_Request) String() string
func (*AccountGet_Request) XXX_DiscardUnknown ¶
func (m *AccountGet_Request) XXX_DiscardUnknown()
func (*AccountGet_Request) XXX_Marshal ¶
func (m *AccountGet_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountGet_Request) XXX_Merge ¶
func (m *AccountGet_Request) XXX_Merge(src proto.Message)
func (*AccountGet_Request) XXX_Size ¶
func (m *AccountGet_Request) XXX_Size() int
func (*AccountGet_Request) XXX_Unmarshal ¶
func (m *AccountGet_Request) XXX_Unmarshal(b []byte) error
type AccountPushConfigure ¶ added in v2.381.0
type AccountPushConfigure struct { }
func (*AccountPushConfigure) Descriptor ¶ added in v2.381.0
func (*AccountPushConfigure) Descriptor() ([]byte, []int)
func (*AccountPushConfigure) ProtoMessage ¶ added in v2.381.0
func (*AccountPushConfigure) ProtoMessage()
func (*AccountPushConfigure) Reset ¶ added in v2.381.0
func (m *AccountPushConfigure) Reset()
func (*AccountPushConfigure) String ¶ added in v2.381.0
func (m *AccountPushConfigure) String() string
func (*AccountPushConfigure) XXX_DiscardUnknown ¶ added in v2.381.0
func (m *AccountPushConfigure) XXX_DiscardUnknown()
func (*AccountPushConfigure) XXX_Marshal ¶ added in v2.381.0
func (m *AccountPushConfigure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountPushConfigure) XXX_Merge ¶ added in v2.381.0
func (m *AccountPushConfigure) XXX_Merge(src proto.Message)
func (*AccountPushConfigure) XXX_Size ¶ added in v2.381.0
func (m *AccountPushConfigure) XXX_Size() int
func (*AccountPushConfigure) XXX_Unmarshal ¶ added in v2.381.0
func (m *AccountPushConfigure) XXX_Unmarshal(b []byte) error
type AccountPushConfigure_Reply ¶ added in v2.381.0
type AccountPushConfigure_Reply struct { }
func (*AccountPushConfigure_Reply) Descriptor ¶ added in v2.381.0
func (*AccountPushConfigure_Reply) Descriptor() ([]byte, []int)
func (*AccountPushConfigure_Reply) ProtoMessage ¶ added in v2.381.0
func (*AccountPushConfigure_Reply) ProtoMessage()
func (*AccountPushConfigure_Reply) Reset ¶ added in v2.381.0
func (m *AccountPushConfigure_Reply) Reset()
func (*AccountPushConfigure_Reply) String ¶ added in v2.381.0
func (m *AccountPushConfigure_Reply) String() string
func (*AccountPushConfigure_Reply) XXX_DiscardUnknown ¶ added in v2.381.0
func (m *AccountPushConfigure_Reply) XXX_DiscardUnknown()
func (*AccountPushConfigure_Reply) XXX_Marshal ¶ added in v2.381.0
func (m *AccountPushConfigure_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountPushConfigure_Reply) XXX_Merge ¶ added in v2.381.0
func (m *AccountPushConfigure_Reply) XXX_Merge(src proto.Message)
func (*AccountPushConfigure_Reply) XXX_Size ¶ added in v2.381.0
func (m *AccountPushConfigure_Reply) XXX_Size() int
func (*AccountPushConfigure_Reply) XXX_Unmarshal ¶ added in v2.381.0
func (m *AccountPushConfigure_Reply) XXX_Unmarshal(b []byte) error
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"` }
func (*AccountPushConfigure_Request) Descriptor ¶ added in v2.381.0
func (*AccountPushConfigure_Request) Descriptor() ([]byte, []int)
func (*AccountPushConfigure_Request) GetHideInAppNotifications ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) GetHideInAppNotifications() bool
func (*AccountPushConfigure_Request) GetHidePushPreviews ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) GetHidePushPreviews() bool
func (*AccountPushConfigure_Request) GetMuteForever ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) GetMuteForever() bool
func (*AccountPushConfigure_Request) GetMutedUntil ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) GetMutedUntil() int64
func (*AccountPushConfigure_Request) GetShowInAppNotifications ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) GetShowInAppNotifications() bool
func (*AccountPushConfigure_Request) GetShowPushPreviews ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) GetShowPushPreviews() bool
func (*AccountPushConfigure_Request) GetUnmute ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) GetUnmute() bool
func (*AccountPushConfigure_Request) ProtoMessage ¶ added in v2.381.0
func (*AccountPushConfigure_Request) ProtoMessage()
func (*AccountPushConfigure_Request) Reset ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) Reset()
func (*AccountPushConfigure_Request) String ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) String() string
func (*AccountPushConfigure_Request) XXX_DiscardUnknown ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) XXX_DiscardUnknown()
func (*AccountPushConfigure_Request) XXX_Marshal ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountPushConfigure_Request) XXX_Merge ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) XXX_Merge(src proto.Message)
func (*AccountPushConfigure_Request) XXX_Size ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) XXX_Size() int
func (*AccountPushConfigure_Request) XXX_Unmarshal ¶ added in v2.381.0
func (m *AccountPushConfigure_Request) XXX_Unmarshal(b []byte) error
type AccountUpdate ¶
type AccountUpdate struct { }
func (*AccountUpdate) Descriptor ¶
func (*AccountUpdate) Descriptor() ([]byte, []int)
func (*AccountUpdate) ProtoMessage ¶
func (*AccountUpdate) ProtoMessage()
func (*AccountUpdate) Reset ¶
func (m *AccountUpdate) Reset()
func (*AccountUpdate) String ¶
func (m *AccountUpdate) String() string
func (*AccountUpdate) XXX_DiscardUnknown ¶
func (m *AccountUpdate) XXX_DiscardUnknown()
func (*AccountUpdate) XXX_Marshal ¶
func (m *AccountUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountUpdate) XXX_Merge ¶
func (m *AccountUpdate) XXX_Merge(src proto.Message)
func (*AccountUpdate) XXX_Size ¶
func (m *AccountUpdate) XXX_Size() int
func (*AccountUpdate) XXX_Unmarshal ¶
func (m *AccountUpdate) XXX_Unmarshal(b []byte) error
type AccountUpdate_Reply ¶
type AccountUpdate_Reply struct { }
func (*AccountUpdate_Reply) Descriptor ¶
func (*AccountUpdate_Reply) Descriptor() ([]byte, []int)
func (*AccountUpdate_Reply) ProtoMessage ¶
func (*AccountUpdate_Reply) ProtoMessage()
func (*AccountUpdate_Reply) Reset ¶
func (m *AccountUpdate_Reply) Reset()
func (*AccountUpdate_Reply) String ¶
func (m *AccountUpdate_Reply) String() string
func (*AccountUpdate_Reply) XXX_DiscardUnknown ¶
func (m *AccountUpdate_Reply) XXX_DiscardUnknown()
func (*AccountUpdate_Reply) XXX_Marshal ¶
func (m *AccountUpdate_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountUpdate_Reply) XXX_Merge ¶
func (m *AccountUpdate_Reply) XXX_Merge(src proto.Message)
func (*AccountUpdate_Reply) XXX_Size ¶
func (m *AccountUpdate_Reply) XXX_Size() int
func (*AccountUpdate_Reply) XXX_Unmarshal ¶
func (m *AccountUpdate_Reply) XXX_Unmarshal(b []byte) error
type AccountUpdate_Request ¶
type AccountUpdate_Request struct {
DisplayName string `p