Documentation
¶
Overview ¶
Package messengertypes is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- 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.Server, srv MessengerServiceServer)
- type Account
- func (*Account) Descriptor() ([]byte, []int)
- func (m *Account) GetAvatarCID() string
- func (m *Account) GetDisplayName() string
- func (m *Account) GetLink() string
- func (m *Account) GetPublicKey() string
- func (m *Account) GetReplicateNewGroupsAutomatically() bool
- func (m *Account) GetServiceTokens() []*ServiceToken
- 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 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 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) GetAvatarCID() string
- 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 AppMessage
- func (*AppMessage) Descriptor() ([]byte, []int)
- func (m *AppMessage) GetMedias() []*Media
- func (m *AppMessage) GetPayload() []byte
- func (m *AppMessage) GetSentDate() int64
- func (m *AppMessage) GetType() AppMessage_Type
- func (*AppMessage) ProtoMessage()
- func (m *AppMessage) Reset()
- func (m *AppMessage) String() string
- 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_Acknowledge
- func (*AppMessage_Acknowledge) Descriptor() ([]byte, []int)
- func (m *AppMessage_Acknowledge) GetTarget() string
- 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_MonitorMetadata
- func (*AppMessage_MonitorMetadata) Descriptor() ([]byte, []int)
- func (m *AppMessage_MonitorMetadata) GetEvent() *protocoltypes.MonitorGroup_EventMonitor
- func (*AppMessage_MonitorMetadata) ProtoMessage()
- func (m *AppMessage_MonitorMetadata) Reset()
- func (m *AppMessage_MonitorMetadata) String() string
- func (m *AppMessage_MonitorMetadata) XXX_DiscardUnknown()
- func (m *AppMessage_MonitorMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_MonitorMetadata) XXX_Merge(src proto.Message)
- func (m *AppMessage_MonitorMetadata) XXX_Size() int
- func (m *AppMessage_MonitorMetadata) XXX_Unmarshal(b []byte) error
- type AppMessage_ReplyOptions
- func (*AppMessage_ReplyOptions) Descriptor() ([]byte, []int)
- func (m *AppMessage_ReplyOptions) GetOptions() []*ReplyOption
- func (*AppMessage_ReplyOptions) ProtoMessage()
- func (m *AppMessage_ReplyOptions) Reset()
- func (m *AppMessage_ReplyOptions) String() string
- func (m *AppMessage_ReplyOptions) XXX_DiscardUnknown()
- func (m *AppMessage_ReplyOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_ReplyOptions) XXX_Merge(src proto.Message)
- func (m *AppMessage_ReplyOptions) XXX_Size() int
- func (m *AppMessage_ReplyOptions) XXX_Unmarshal(b []byte) error
- type AppMessage_SetGroupInfo
- func (*AppMessage_SetGroupInfo) Descriptor() ([]byte, []int)
- func (m *AppMessage_SetGroupInfo) GetAvatarCid() string
- 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) GetAvatarCID() string
- 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, medias []*Media, 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) 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 AppMessage_UserReaction
- func (*AppMessage_UserReaction) Descriptor() ([]byte, []int)
- func (m *AppMessage_UserReaction) GetEmoji() string
- func (m *AppMessage_UserReaction) GetTarget() string
- func (*AppMessage_UserReaction) ProtoMessage()
- func (m *AppMessage_UserReaction) Reset()
- func (m *AppMessage_UserReaction) String() string
- func (m *AppMessage_UserReaction) XXX_DiscardUnknown()
- func (m *AppMessage_UserReaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AppMessage_UserReaction) XXX_Merge(src proto.Message)
- func (m *AppMessage_UserReaction) XXX_Size() int
- func (m *AppMessage_UserReaction) 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) 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_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) 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) GetAvatarCID() string
- 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) GetAvatarCID() string
- func (m *Conversation) GetContact() *Contact
- func (m *Conversation) GetContactPublicKey() string
- func (m *Conversation) GetCreatedDate() int64
- func (m *Conversation) GetDisplayName() string
- func (m *Conversation) GetIsOpen() bool
- func (m *Conversation) GetLastUpdate() int64
- func (m *Conversation) GetLink() string
- func (m *Conversation) GetLocalDevicePublicKey() string
- func (m *Conversation) GetMembers() []*Member
- func (m *Conversation) GetPublicKey() string
- func (m *Conversation) GetReplicationInfo() []*ConversationReplicationInfo
- func (m *Conversation) GetReplyOptions() *Interaction
- func (m *Conversation) GetReplyOptionsCID() 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 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 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 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 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) GetCount() uint64
- func (m *EventStream_Request) GetPage() uint64
- 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 GetUsername
- func (*GetUsername) Descriptor() ([]byte, []int)
- func (*GetUsername) ProtoMessage()
- func (m *GetUsername) Reset()
- func (m *GetUsername) String() string
- func (m *GetUsername) XXX_DiscardUnknown()
- func (m *GetUsername) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUsername) XXX_Merge(src proto.Message)
- func (m *GetUsername) XXX_Size() int
- func (m *GetUsername) XXX_Unmarshal(b []byte) error
- type GetUsername_Reply
- func (*GetUsername_Reply) Descriptor() ([]byte, []int)
- func (m *GetUsername_Reply) GetUsername() string
- func (*GetUsername_Reply) ProtoMessage()
- func (m *GetUsername_Reply) Reset()
- func (m *GetUsername_Reply) String() string
- func (m *GetUsername_Reply) XXX_DiscardUnknown()
- func (m *GetUsername_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUsername_Reply) XXX_Merge(src proto.Message)
- func (m *GetUsername_Reply) XXX_Size() int
- func (m *GetUsername_Reply) XXX_Unmarshal(b []byte) error
- type GetUsername_Request
- func (*GetUsername_Request) Descriptor() ([]byte, []int)
- func (*GetUsername_Request) ProtoMessage()
- func (m *GetUsername_Request) Reset()
- func (m *GetUsername_Request) String() string
- func (m *GetUsername_Request) XXX_DiscardUnknown()
- func (m *GetUsername_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetUsername_Request) XXX_Merge(src proto.Message)
- func (m *GetUsername_Request) XXX_Size() int
- func (m *GetUsername_Request) XXX_Unmarshal(b []byte) error
- 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 (*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) GetMediaCids() []string
- func (m *Interact_Request) GetPayload() []byte
- 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) GetMedias() []*Media
- func (m *Interaction) GetMember() *Member
- func (m *Interaction) GetMemberPublicKey() string
- 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 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) 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 Media
- func (*Media) Descriptor() ([]byte, []int)
- func (m *Media) GetCID() string
- func (m *Media) GetDisplayName() string
- func (m *Media) GetFilename() string
- func (m *Media) GetInteractionCID() string
- func (m *Media) GetMimeType() string
- func (m *Media) GetState() Media_State
- func (*Media) ProtoMessage()
- func (m *Media) Reset()
- func (m *Media) String() string
- func (m *Media) XXX_DiscardUnknown()
- func (m *Media) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Media) XXX_Merge(src proto.Message)
- func (m *Media) XXX_Size() int
- func (m *Media) XXX_Unmarshal(b []byte) error
- type MediaPrepare
- func (*MediaPrepare) Descriptor() ([]byte, []int)
- func (*MediaPrepare) ProtoMessage()
- func (m *MediaPrepare) Reset()
- func (m *MediaPrepare) String() string
- func (m *MediaPrepare) XXX_DiscardUnknown()
- func (m *MediaPrepare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MediaPrepare) XXX_Merge(src proto.Message)
- func (m *MediaPrepare) XXX_Size() int
- func (m *MediaPrepare) XXX_Unmarshal(b []byte) error
- type MediaPrepare_Reply
- func (*MediaPrepare_Reply) Descriptor() ([]byte, []int)
- func (m *MediaPrepare_Reply) GetCid() string
- func (*MediaPrepare_Reply) ProtoMessage()
- func (m *MediaPrepare_Reply) Reset()
- func (m *MediaPrepare_Reply) String() string
- func (m *MediaPrepare_Reply) XXX_DiscardUnknown()
- func (m *MediaPrepare_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MediaPrepare_Reply) XXX_Merge(src proto.Message)
- func (m *MediaPrepare_Reply) XXX_Size() int
- func (m *MediaPrepare_Reply) XXX_Unmarshal(b []byte) error
- type MediaPrepare_Request
- func (*MediaPrepare_Request) Descriptor() ([]byte, []int)
- func (m *MediaPrepare_Request) GetBlock() []byte
- func (m *MediaPrepare_Request) GetInfo() *Media
- func (m *MediaPrepare_Request) GetUri() string
- func (*MediaPrepare_Request) ProtoMessage()
- func (m *MediaPrepare_Request) Reset()
- func (m *MediaPrepare_Request) String() string
- func (m *MediaPrepare_Request) XXX_DiscardUnknown()
- func (m *MediaPrepare_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MediaPrepare_Request) XXX_Merge(src proto.Message)
- func (m *MediaPrepare_Request) XXX_Size() int
- func (m *MediaPrepare_Request) XXX_Unmarshal(b []byte) error
- type MediaRetrieve
- func (*MediaRetrieve) Descriptor() ([]byte, []int)
- func (*MediaRetrieve) ProtoMessage()
- func (m *MediaRetrieve) Reset()
- func (m *MediaRetrieve) String() string
- func (m *MediaRetrieve) XXX_DiscardUnknown()
- func (m *MediaRetrieve) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MediaRetrieve) XXX_Merge(src proto.Message)
- func (m *MediaRetrieve) XXX_Size() int
- func (m *MediaRetrieve) XXX_Unmarshal(b []byte) error
- type MediaRetrieve_Reply
- func (*MediaRetrieve_Reply) Descriptor() ([]byte, []int)
- func (m *MediaRetrieve_Reply) GetBlock() []byte
- func (m *MediaRetrieve_Reply) GetInfo() *Media
- func (*MediaRetrieve_Reply) ProtoMessage()
- func (m *MediaRetrieve_Reply) Reset()
- func (m *MediaRetrieve_Reply) String() string
- func (m *MediaRetrieve_Reply) XXX_DiscardUnknown()
- func (m *MediaRetrieve_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MediaRetrieve_Reply) XXX_Merge(src proto.Message)
- func (m *MediaRetrieve_Reply) XXX_Size() int
- func (m *MediaRetrieve_Reply) XXX_Unmarshal(b []byte) error
- type MediaRetrieve_Request
- func (*MediaRetrieve_Request) Descriptor() ([]byte, []int)
- func (m *MediaRetrieve_Request) GetCid() string
- func (*MediaRetrieve_Request) ProtoMessage()
- func (m *MediaRetrieve_Request) Reset()
- func (m *MediaRetrieve_Request) String() string
- func (m *MediaRetrieve_Request) XXX_DiscardUnknown()
- func (m *MediaRetrieve_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MediaRetrieve_Request) XXX_Merge(src proto.Message)
- func (m *MediaRetrieve_Request) XXX_Size() int
- func (m *MediaRetrieve_Request) XXX_Unmarshal(b []byte) error
- type Media_State
- type Member
- func (*Member) Descriptor() ([]byte, []int)
- func (m *Member) GetAvatarCID() string
- 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 MessengerServiceClient
- type MessengerServiceServer
- type MessengerService_ConversationStreamClient
- type MessengerService_ConversationStreamServer
- 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_MediaPrepareClient
- type MessengerService_MediaPrepareServer
- type MessengerService_MediaRetrieveClient
- type MessengerService_MediaRetrieveServer
- type MessengerService_ServicesTokenListClient
- type MessengerService_ServicesTokenListServer
- 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 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 ReplyOption
- func (*ReplyOption) Descriptor() ([]byte, []int)
- func (m *ReplyOption) GetDisplay() string
- func (m *ReplyOption) GetPayload() string
- func (*ReplyOption) ProtoMessage()
- func (m *ReplyOption) Reset()
- func (m *ReplyOption) String() string
- func (m *ReplyOption) XXX_DiscardUnknown()
- func (m *ReplyOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReplyOption) XXX_Merge(src proto.Message)
- func (m *ReplyOption) XXX_Size() int
- func (m *ReplyOption) XXX_Unmarshal(b []byte) error
- type SendAck
- func (*SendAck) Descriptor() ([]byte, []int)
- func (*SendAck) ProtoMessage()
- func (m *SendAck) Reset()
- func (m *SendAck) String() string
- func (m *SendAck) XXX_DiscardUnknown()
- func (m *SendAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendAck) XXX_Merge(src proto.Message)
- func (m *SendAck) XXX_Size() int
- func (m *SendAck) XXX_Unmarshal(b []byte) error
- type SendAck_Reply
- func (*SendAck_Reply) Descriptor() ([]byte, []int)
- func (*SendAck_Reply) ProtoMessage()
- func (m *SendAck_Reply) Reset()
- func (m *SendAck_Reply) String() string
- func (m *SendAck_Reply) XXX_DiscardUnknown()
- func (m *SendAck_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendAck_Reply) XXX_Merge(src proto.Message)
- func (m *SendAck_Reply) XXX_Size() int
- func (m *SendAck_Reply) XXX_Unmarshal(b []byte) error
- type SendAck_Request
- func (*SendAck_Request) Descriptor() ([]byte, []int)
- func (m *SendAck_Request) GetGroupPK() []byte
- func (m *SendAck_Request) GetMessageID() []byte
- func (*SendAck_Request) ProtoMessage()
- func (m *SendAck_Request) Reset()
- func (m *SendAck_Request) String() string
- func (m *SendAck_Request) XXX_DiscardUnknown()
- func (m *SendAck_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendAck_Request) XXX_Merge(src proto.Message)
- func (m *SendAck_Request) XXX_Size() int
- func (m *SendAck_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 SendMessage
- func (*SendMessage) Descriptor() ([]byte, []int)
- func (*SendMessage) ProtoMessage()
- func (m *SendMessage) Reset()
- func (m *SendMessage) String() string
- func (m *SendMessage) XXX_DiscardUnknown()
- func (m *SendMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendMessage) XXX_Merge(src proto.Message)
- func (m *SendMessage) XXX_Size() int
- func (m *SendMessage) XXX_Unmarshal(b []byte) error
- type SendMessage_Reply
- func (*SendMessage_Reply) Descriptor() ([]byte, []int)
- func (*SendMessage_Reply) ProtoMessage()
- func (m *SendMessage_Reply) Reset()
- func (m *SendMessage_Reply) String() string
- func (m *SendMessage_Reply) XXX_DiscardUnknown()
- func (m *SendMessage_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendMessage_Reply) XXX_Merge(src proto.Message)
- func (m *SendMessage_Reply) XXX_Size() int
- func (m *SendMessage_Reply) XXX_Unmarshal(b []byte) error
- type SendMessage_Request
- func (*SendMessage_Request) Descriptor() ([]byte, []int)
- func (m *SendMessage_Request) GetGroupPK() []byte
- func (m *SendMessage_Request) GetMessage() string
- func (*SendMessage_Request) ProtoMessage()
- func (m *SendMessage_Request) Reset()
- func (m *SendMessage_Request) String() string
- func (m *SendMessage_Request) XXX_DiscardUnknown()
- func (m *SendMessage_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendMessage_Request) XXX_Merge(src proto.Message)
- func (m *SendMessage_Request) XXX_Size() int
- func (m *SendMessage_Request) XXX_Unmarshal(b []byte) error
- type SendReplyOptions
- func (*SendReplyOptions) Descriptor() ([]byte, []int)
- func (*SendReplyOptions) ProtoMessage()
- func (m *SendReplyOptions) Reset()
- func (m *SendReplyOptions) String() string
- func (m *SendReplyOptions) XXX_DiscardUnknown()
- func (m *SendReplyOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendReplyOptions) XXX_Merge(src proto.Message)
- func (m *SendReplyOptions) XXX_Size() int
- func (m *SendReplyOptions) XXX_Unmarshal(b []byte) error
- type SendReplyOptions_Reply
- func (*SendReplyOptions_Reply) Descriptor() ([]byte, []int)
- func (*SendReplyOptions_Reply) ProtoMessage()
- func (m *SendReplyOptions_Reply) Reset()
- func (m *SendReplyOptions_Reply) String() string
- func (m *SendReplyOptions_Reply) XXX_DiscardUnknown()
- func (m *SendReplyOptions_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendReplyOptions_Reply) XXX_Merge(src proto.Message)
- func (m *SendReplyOptions_Reply) XXX_Size() int
- func (m *SendReplyOptions_Reply) XXX_Unmarshal(b []byte) error
- type SendReplyOptions_Request
- func (*SendReplyOptions_Request) Descriptor() ([]byte, []int)
- func (m *SendReplyOptions_Request) GetGroupPK() []byte
- func (m *SendReplyOptions_Request) GetOptions() *AppMessage_ReplyOptions
- func (*SendReplyOptions_Request) ProtoMessage()
- func (m *SendReplyOptions_Request) Reset()
- func (m *SendReplyOptions_Request) String() string
- func (m *SendReplyOptions_Request) XXX_DiscardUnknown()
- func (m *SendReplyOptions_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendReplyOptions_Request) XXX_Merge(src proto.Message)
- func (m *SendReplyOptions_Request) XXX_Size() int
- func (m *SendReplyOptions_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 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_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 (*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_MediaUpdated
- func (*StreamEvent_MediaUpdated) Descriptor() ([]byte, []int)
- func (m *StreamEvent_MediaUpdated) GetMedia() *Media
- func (*StreamEvent_MediaUpdated) ProtoMessage()
- func (m *StreamEvent_MediaUpdated) Reset()
- func (m *StreamEvent_MediaUpdated) String() string
- func (m *StreamEvent_MediaUpdated) XXX_DiscardUnknown()
- func (m *StreamEvent_MediaUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamEvent_MediaUpdated) XXX_Merge(src proto.Message)
- func (m *StreamEvent_MediaUpdated) XXX_Size() int
- func (m *StreamEvent_MediaUpdated) 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_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_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) 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) GetServiceTokens() 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 UnimplementedMessengerServiceServer
- func (*UnimplementedMessengerServiceServer) AccountGet(ctx context.Context, req *AccountGet_Request) (*AccountGet_Reply, error)
- func (*UnimplementedMessengerServiceServer) AccountUpdate(ctx context.Context, req *AccountUpdate_Request) (*AccountUpdate_Reply, error)
- func (*UnimplementedMessengerServiceServer) BannerQuote(ctx context.Context, req *BannerQuote_Request) (*BannerQuote_Reply, error)
- func (*UnimplementedMessengerServiceServer) ContactAccept(ctx context.Context, req *ContactAccept_Request) (*ContactAccept_Reply, error)
- func (*UnimplementedMessengerServiceServer) ContactRequest(ctx context.Context, req *ContactRequest_Request) (*ContactRequest_Reply, error)
- func (*UnimplementedMessengerServiceServer) ConversationClose(ctx context.Context, req *ConversationClose_Request) (*ConversationClose_Reply, error)
- func (*UnimplementedMessengerServiceServer) ConversationCreate(ctx context.Context, req *ConversationCreate_Request) (*ConversationCreate_Reply, error)
- func (*UnimplementedMessengerServiceServer) ConversationJoin(ctx context.Context, req *ConversationJoin_Request) (*ConversationJoin_Reply, error)
- func (*UnimplementedMessengerServiceServer) ConversationOpen(ctx context.Context, req *ConversationOpen_Request) (*ConversationOpen_Reply, error)
- func (*UnimplementedMessengerServiceServer) ConversationStream(req *ConversationStream_Request, srv MessengerService_ConversationStreamServer) error
- func (*UnimplementedMessengerServiceServer) DevShareInstanceBertyID(ctx context.Context, req *DevShareInstanceBertyID_Request) (*DevShareInstanceBertyID_Reply, error)
- func (*UnimplementedMessengerServiceServer) EchoDuplexTest(srv MessengerService_EchoDuplexTestServer) error
- func (*UnimplementedMessengerServiceServer) EchoTest(req *EchoTest_Request, srv MessengerService_EchoTestServer) error
- func (*UnimplementedMessengerServiceServer) EventStream(req *EventStream_Request, srv MessengerService_EventStreamServer) error
- func (*UnimplementedMessengerServiceServer) GetUsername(ctx context.Context, req *GetUsername_Request) (*GetUsername_Reply, error)
- func (*UnimplementedMessengerServiceServer) InstanceExportData(req *InstanceExportData_Request, srv MessengerService_InstanceExportDataServer) error
- func (*UnimplementedMessengerServiceServer) InstanceShareableBertyID(ctx context.Context, req *InstanceShareableBertyID_Request) (*InstanceShareableBertyID_Reply, error)
- func (*UnimplementedMessengerServiceServer) Interact(ctx context.Context, req *Interact_Request) (*Interact_Reply, error)
- func (*UnimplementedMessengerServiceServer) MediaPrepare(srv MessengerService_MediaPrepareServer) error
- func (*UnimplementedMessengerServiceServer) MediaRetrieve(req *MediaRetrieve_Request, srv MessengerService_MediaRetrieveServer) error
- func (*UnimplementedMessengerServiceServer) ParseDeepLink(ctx context.Context, req *ParseDeepLink_Request) (*ParseDeepLink_Reply, error)
- func (*UnimplementedMessengerServiceServer) ReplicationServiceRegisterGroup(ctx context.Context, req *ReplicationServiceRegisterGroup_Request) (*ReplicationServiceRegisterGroup_Reply, error)
- func (*UnimplementedMessengerServiceServer) ReplicationSetAutoEnable(ctx context.Context, req *ReplicationSetAutoEnable_Request) (*ReplicationSetAutoEnable_Reply, error)
- func (*UnimplementedMessengerServiceServer) SendAck(ctx context.Context, req *SendAck_Request) (*SendAck_Reply, error)
- func (*UnimplementedMessengerServiceServer) SendContactRequest(ctx context.Context, req *SendContactRequest_Request) (*SendContactRequest_Reply, error)
- func (*UnimplementedMessengerServiceServer) SendMessage(ctx context.Context, req *SendMessage_Request) (*SendMessage_Reply, error)
- func (*UnimplementedMessengerServiceServer) SendReplyOptions(ctx context.Context, req *SendReplyOptions_Request) (*SendReplyOptions_Reply, error)
- func (*UnimplementedMessengerServiceServer) ServicesTokenList(req *protocoltypes.ServicesTokenList_Request, ...) error
- func (*UnimplementedMessengerServiceServer) ShareableBertyGroup(ctx context.Context, req *ShareableBertyGroup_Request) (*ShareableBertyGroup_Reply, error)
- func (*UnimplementedMessengerServiceServer) SystemInfo(ctx context.Context, req *SystemInfo_Request) (*SystemInfo_Reply, error)
Constants ¶
Variables ¶
var AppMessage_Type_name = map[int32]string{
0: "Undefined",
1: "TypeUserMessage",
2: "TypeUserReaction",
3: "TypeGroupInvitation",
4: "TypeSetGroupInfo",
5: "TypeSetUserInfo",
6: "TypeAcknowledge",
7: "TypeReplyOptions",
100: "TypeMonitorMetadata",
}
var AppMessage_Type_value = map[string]int32{
"Undefined": 0,
"TypeUserMessage": 1,
"TypeUserReaction": 2,
"TypeGroupInvitation": 3,
"TypeSetGroupInfo": 4,
"TypeSetUserInfo": 5,
"TypeAcknowledge": 6,
"TypeReplyOptions": 7,
"TypeMonitorMetadata": 100,
}
var BertyLink_Kind_name = map[int32]string{
0: "UnknownKind",
1: "ContactInviteV1Kind",
2: "GroupV1Kind",
3: "EncryptedV1Kind",
}
var BertyLink_Kind_value = map[string]int32{
"UnknownKind": 0,
"ContactInviteV1Kind": 1,
"GroupV1Kind": 2,
"EncryptedV1Kind": 3,
}
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 Media_State_name = map[int32]string{
0: "StateUnknown",
1: "StateNeverDownloaded",
2: "StatePartiallyDownloaded",
3: "StateDownloaded",
4: "StateInCache",
5: "StateInvalidCrypto",
100: "StatePrepared",
101: "StateAttached",
}
var Media_State_value = map[string]int32{
"StateUnknown": 0,
"StateNeverDownloaded": 1,
"StatePartiallyDownloaded": 2,
"StateDownloaded": 3,
"StateInCache": 4,
"StateInvalidCrypto": 5,
"StatePrepared": 100,
"StateAttached": 101,
}
var StreamEvent_Notified_Type_name = map[int32]string{
0: "Unknown",
1: "TypeBasic",
2: "TypeMessageReceived",
3: "TypeContactRequestSent",
4: "TypeContactRequestReceived",
}
var StreamEvent_Notified_Type_value = map[string]int32{
"Unknown": 0,
"TypeBasic": 1,
"TypeMessageReceived": 2,
"TypeContactRequestSent": 3,
"TypeContactRequestReceived": 4,
}
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",
11: "TypeMediaUpdated",
}
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,
"TypeMediaUpdated": 11,
}
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.Server, 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"` AvatarCID string `protobuf:"bytes,7,opt,name=avatar_cid,json=avatarCid,proto3" json:"avatar_cid,omitempty" gorm:"column:avatar_cid"` 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 */ }
func (*Account) Descriptor ¶
func (*Account) GetAvatarCID ¶
func (*Account) GetDisplayName ¶
func (*Account) GetPublicKey ¶
func (*Account) GetReplicateNewGroupsAutomatically ¶
func (*Account) GetServiceTokens ¶
func (m *Account) GetServiceTokens() []*ServiceToken
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) XXX_DiscardUnknown ¶
func (m *Account) XXX_DiscardUnknown()
func (*Account) XXX_Marshal ¶
func (*Account) XXX_Unmarshal ¶
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 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 `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` AvatarCID string `protobuf:"bytes,2,opt,name=avatar_cid,json=avatarCid,proto3" json:"avatar_cid,omitempty" gorm:"column:avatar_cid"` }
func (*AccountUpdate_Request) Descriptor ¶
func (*AccountUpdate_Request) Descriptor() ([]byte, []int)
func (*AccountUpdate_Request) GetAvatarCID ¶
func (m *AccountUpdate_Request) GetAvatarCID() string
func (*AccountUpdate_Request) GetDisplayName ¶
func (m *AccountUpdate_Request) GetDisplayName() string
func (*AccountUpdate_Request) ProtoMessage ¶
func (*AccountUpdate_Request) ProtoMessage()
func (*AccountUpdate_Request) Reset ¶
func (m *AccountUpdate_Request) Reset()
func (*AccountUpdate_Request) String ¶
func (m *AccountUpdate_Request) String() string
func (*AccountUpdate_Request) XXX_DiscardUnknown ¶
func (m *AccountUpdate_Request) XXX_DiscardUnknown()
func (*AccountUpdate_Request) XXX_Marshal ¶
func (m *AccountUpdate_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountUpdate_Request) XXX_Merge ¶
func (m *AccountUpdate_Request) XXX_Merge(src proto.Message)
func (*AccountUpdate_Request) XXX_Size ¶
func (m *AccountUpdate_Request) XXX_Size() int
func (*AccountUpdate_Request) XXX_Unmarshal ¶
func (m *AccountUpdate_Request) XXX_Unmarshal(b []byte) error
type AppMessage ¶
type AppMessage struct { Type AppMessage_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.messenger.v1.AppMessage_Type" json:"type,omitempty"` Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"` SentDate int64 `protobuf:"varint,3,opt,name=sent_date,json=sentDate,proto3" json:"sentDate"` Medias []*Media `protobuf:"bytes,4,rep,name=medias,proto3" json:"medias,omitempty"` }
AppMessage is the app layer format
func UnmarshalAppMessage ¶
func UnmarshalAppMessage(payload []byte) (proto.Message, AppMessage, error)
func (*AppMessage) Descriptor ¶
func (*AppMessage) Descriptor() ([]byte, []int)
func (*AppMessage) GetMedias ¶
func (m *AppMessage) GetMedias() []*Media
func (*AppMessage) GetPayload ¶
func (m *AppMessage) GetPayload() []byte
func (*AppMessage) GetSentDate ¶
func (m *AppMessage) GetSentDate() int64
func (*AppMessage) GetType ¶
func (m *AppMessage) GetType() AppMessage_Type
func (*AppMessage) ProtoMessage ¶
func (*AppMessage) ProtoMessage()
func (*AppMessage) Reset ¶
func (m *AppMessage) Reset()
func (*AppMessage) String ¶
func (m *AppMessage) String() string
func (AppMessage) UnmarshalPayload ¶
func (am AppMessage) UnmarshalPayload() (proto.Message, error)
UnmarshalPayload tries to parse an AppMessage payload in the corresponding type. Since this function returns a proto.Message interface, you still need to cast the returned value, but this function allows you to make it safely.
func (*AppMessage) XXX_DiscardUnknown ¶
func (m *AppMessage) XXX_DiscardUnknown()
func (*AppMessage) XXX_Marshal ¶
func (m *AppMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppMessage) XXX_Merge ¶
func (m *AppMessage) XXX_Merge(src proto.Message)
func (*AppMessage) XXX_Size ¶
func (m *AppMessage) XXX_Size() int
func (*AppMessage) XXX_Unmarshal ¶
func (m *AppMessage) XXX_Unmarshal(b []byte) error
type AppMessage_Acknowledge ¶
type AppMessage_Acknowledge struct {
Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
}
func (*AppMessage_Acknowledge) Descriptor ¶
func (*AppMessage_Acknowledge) Descriptor() ([]byte, []int)
func (*AppMessage_Acknowledge) GetTarget ¶
func (m *AppMessage_Acknowledge) GetTarget() string
func (*AppMessage_Acknowledge) ProtoMessage ¶
func (*AppMessage_Acknowledge) ProtoMessage()
func (*AppMessage_Acknowledge) Reset ¶
func (m *AppMessage_Acknowledge) Reset()
func (*AppMessage_Acknowledge) String ¶
func (m *AppMessage_Acknowledge) String() string
func (*AppMessage_Acknowledge) XXX_DiscardUnknown ¶
func (m *AppMessage_Acknowledge) XXX_DiscardUnknown()
func (*AppMessage_Acknowledge) XXX_Marshal ¶
func (m *AppMessage_Acknowledge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppMessage_Acknowledge) XXX_Merge ¶
func (m *AppMessage_Acknowledge) XXX_Merge(src proto.Message)
func (*AppMessage_Acknowledge) XXX_Size ¶
func (m *AppMessage_Acknowledge) XXX_Size() int
func (*AppMessage_Acknowledge) XXX_Unmarshal ¶
func (m *AppMessage_Acknowledge) XXX_Unmarshal(b []byte) error
type AppMessage_GroupInvitation ¶
type AppMessage_GroupInvitation struct {
Link string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
}
func (*AppMessage_GroupInvitation) Descriptor ¶
func (*AppMessage_GroupInvitation) Descriptor() ([]byte, []int)
func (*AppMessage_GroupInvitation) GetLink ¶
func (m *AppMessage_GroupInvitation) GetLink() string
func (*AppMessage_GroupInvitation) ProtoMessage ¶
func (*AppMessage_GroupInvitation) ProtoMessage()
func (*AppMessage_GroupInvitation) Reset ¶
func (m *AppMessage_GroupInvitation) Reset()
func (*AppMessage_GroupInvitation) String ¶
func (m *AppMessage_GroupInvitation) String() string
func (*AppMessage_GroupInvitation) XXX_DiscardUnknown ¶
func (m *AppMessage_GroupInvitation) XXX_DiscardUnknown()
func (*AppMessage_GroupInvitation) XXX_Marshal ¶
func (m *AppMessage_GroupInvitation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppMessage_GroupInvitation) XXX_Merge ¶
func (m *AppMessage_GroupInvitation) XXX_Merge(src proto.Message)
func (*AppMessage_GroupInvitation) XXX_Size ¶
func (m *AppMessage_GroupInvitation) XXX_Size() int
func (*AppMessage_GroupInvitation) XXX_Unmarshal ¶
func (m *AppMessage_GroupInvitation) XXX_Unmarshal(b []byte) error
type AppMessage_MonitorMetadata ¶
type AppMessage_MonitorMetadata struct {
Event *protocoltypes.MonitorGroup_EventMonitor `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
}
func (*AppMessage_MonitorMetadata) Descriptor ¶
func (*AppMessage_MonitorMetadata) Descriptor() ([]byte, []int)
func (*AppMessage_MonitorMetadata) GetEvent ¶
func (m *AppMessage_MonitorMetadata) GetEvent() *protocoltypes.MonitorGroup_EventMonitor
func (*AppMessage_MonitorMetadata) ProtoMessage ¶
func (*AppMessage_MonitorMetadata) ProtoMessage()
func (*AppMessage_MonitorMetadata) Reset ¶
func (m *AppMessage_MonitorMetadata) Reset()
func (*AppMessage_MonitorMetadata) String ¶
func (m *AppMessage_MonitorMetadata) String() string
func (*AppMessage_MonitorMetadata) XXX_DiscardUnknown ¶
func (m *AppMessage_MonitorMetadata) XXX_DiscardUnknown()
func (*AppMessage_MonitorMetadata) XXX_Marshal ¶
func (m *AppMessage_MonitorMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppMessage_MonitorMetadata) XXX_Merge ¶
func (m *AppMessage_MonitorMetadata) XXX_Merge(src proto.Message)
func (*AppMessage_MonitorMetadata) XXX_Size ¶
func (m *AppMessage_MonitorMetadata) XXX_Size() int
func (*AppMessage_MonitorMetadata) XXX_Unmarshal ¶
func (m *AppMessage_MonitorMetadata) XXX_Unmarshal(b []byte) error
type AppMessage_ReplyOptions ¶
type AppMessage_ReplyOptions struct {
Options []*ReplyOption `protobuf:"bytes,1,rep,name=options,proto3" json:"options,omitempty"`
}
func (*AppMessage_ReplyOptions) Descriptor ¶
func (*AppMessage_ReplyOptions) Descriptor() ([]byte, []int)
func (*AppMessage_ReplyOptions) GetOptions ¶
func (m *AppMessage_ReplyOptions) GetOptions() []*ReplyOption
func (*AppMessage_ReplyOptions) ProtoMessage ¶
func (*AppMessage_ReplyOptions) ProtoMessage()
func (*AppMessage_ReplyOptions) Reset ¶
func (m *AppMessage_ReplyOptions) Reset()
func (*AppMessage_ReplyOptions) String ¶
func (m *AppMessage_ReplyOptions) String() string
func (*AppMessage_ReplyOptions) XXX_DiscardUnknown ¶
func (m *AppMessage_ReplyOptions) XXX_DiscardUnknown()
func (*AppMessage_ReplyOptions) XXX_Marshal ¶
func (m *AppMessage_ReplyOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppMessage_ReplyOptions) XXX_Merge ¶
func (m *AppMessage_ReplyOptions) XXX_Merge(src proto.Message)
func (*AppMessage_ReplyOptions) XXX_Size ¶
func (m *AppMessage_ReplyOptions) XXX_Size() int
func (*AppMessage_ReplyOptions) XXX_Unmarshal ¶
func (m *AppMessage_ReplyOptions) XXX_Unmarshal(b []byte) error
type AppMessage_SetGroupInfo ¶
type AppMessage_SetGroupInfo struct { DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` AvatarCid string `protobuf:"bytes,2,opt,name=avatar_cid,json=avatarCid,proto3" json:"avatar_cid,omitempty"` }
func (*AppMessage_SetGroupInfo) Descriptor ¶
func (*AppMessage_SetGroupInfo) Descriptor() ([]byte, []int)
func (*AppMessage_SetGroupInfo) GetAvatarCid ¶
func (m *AppMessage_SetGroupInfo) GetAvatarCid() string
func (*AppMessage_SetGroupInfo) GetDisplayName ¶
func (m *AppMessage_SetGroupInfo) GetDisplayName() string
func (*AppMessage_SetGroupInfo) ProtoMessage ¶
func (*AppMessage_SetGroupInfo) ProtoMessage()
func (*AppMessage_SetGroupInfo) Reset ¶
func (m *AppMessage_SetGroupInfo) Reset()
func (*AppMessage_SetGroupInfo) String ¶
func (m *AppMessage_SetGroupInfo) String() string
func (*AppMessage_SetGroupInfo) XXX_DiscardUnknown ¶
func (m *AppMessage_SetGroupInfo) XXX_DiscardUnknown()
func (*AppMessage_SetGroupInfo) XXX_Marshal ¶
func (m *AppMessage_SetGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppMessage_SetGroupInfo) XXX_Merge ¶
func (m *AppMessage_SetGroupInfo) XXX_Merge(src proto.Message)
func (*AppMessage_SetGroupInfo) XXX_Size ¶
func (m *AppMessage_SetGroupInfo) XXX_Size() int
func (*AppMessage_SetGroupInfo) XXX_Unmarshal ¶
func (m *AppMessage_SetGroupInfo) XXX_Unmarshal(b []byte) error
type AppMessage_SetUserInfo ¶
type AppMessage_SetUserInfo struct { DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` AvatarCID string `protobuf:"bytes,2,opt,name=avatar_cid,json=avatarCid,proto3" json:"avatar_cid,omitempty"` }
func (*AppMessage_SetUserInfo) Descriptor ¶
func (*AppMessage_SetUserInfo) Descriptor() ([]byte, []int)
func (*AppMessage_SetUserInfo) GetAvatarCID ¶
func (m *AppMessage_SetUserInfo) GetAvatarCID() string
func (*AppMessage_SetUserInfo) GetDisplayName ¶
func (m *AppMessage_SetUserInfo) GetDisplayName() string
func (*AppMessage_SetUserInfo) ProtoMessage ¶
func (*AppMessage_SetUserInfo) ProtoMessage()
func (*AppMessage_SetUserInfo) Reset ¶
func (m *AppMessage_SetUserInfo) Reset()
func (*AppMessage_SetUserInfo) String ¶
func (m *AppMessage_SetUserInfo) String() string
func (*AppMessage_SetUserInfo) XXX_DiscardUnknown ¶
func (m *AppMessage_SetUserInfo) XXX_DiscardUnknown()
func (*AppMessage_SetUserInfo) XXX_Marshal ¶
func (m *AppMessage_SetUserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppMessage_SetUserInfo) XXX_Merge ¶
func (m *AppMessage_SetUserInfo) XXX_Merge(src proto.Message)
func (*AppMessage_SetUserInfo) XXX_Size ¶
func (m *AppMessage_SetUserInfo) XXX_Size() int
func (*AppMessage_SetUserInfo) XXX_Unmarshal ¶
func (m *AppMessage_SetUserInfo) XXX_Unmarshal(b []byte) error
type AppMessage_Type ¶
type AppMessage_Type int32
const ( AppMessage_Undefined AppMessage_Type = 0 AppMessage_TypeUserMessage AppMessage_Type = 1 AppMessage_TypeUserReaction AppMessage_Type = 2 AppMessage_TypeGroupInvitation AppMessage_Type = 3 AppMessage_TypeSetGroupInfo AppMessage_Type = 4 AppMessage_TypeSetUserInfo AppMessage_Type = 5 AppMessage_TypeAcknowledge AppMessage_Type = 6 AppMessage_TypeReplyOptions AppMessage_Type = 7 // these shouldn't be sent on the network AppMessage_TypeMonitorMetadata AppMessage_Type = 100 )
func (AppMessage_Type) EnumDescriptor ¶
func (AppMessage_Type) EnumDescriptor() ([]byte, []int)
func (*AppMessage_Type) MarshalJSON ¶
func (x *AppMessage_Type) MarshalJSON() ([]byte, error)
func (AppMessage_Type) MarshalPayload ¶
func (AppMessage_Type) String ¶
func (x AppMessage_Type) String() string
func (*AppMessage_Type) UnmarshalJSON ¶
func (x *AppMessage_Type) UnmarshalJSON(bytes []byte) error
type AppMessage_UserMessage ¶
type AppMessage_UserMessage struct {
Body string `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
}
func (*AppMessage_UserMessage) Descriptor ¶
func (*AppMessage_UserMessage) Descriptor() ([]byte, []int)
func (*AppMessage_UserMessage) GetBody ¶
func (m *AppMessage_UserMessage) GetBody() string
func (*AppMessage_UserMessage) ProtoMessage ¶
func (*AppMessage_UserMessage) ProtoMessage()
func (*AppMessage_UserMessage) Reset ¶
func (m *AppMessage_UserMessage) Reset()
func (*AppMessage_UserMessage) String ¶
func (m *AppMessage_UserMessage) String() string
func (*AppMessage_UserMessage) XXX_DiscardUnknown ¶
func (m *AppMessage_UserMessage) XXX_DiscardUnknown()
func (*AppMessage_UserMessage) XXX_Marshal ¶
func (m *AppMessage_UserMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppMessage_UserMessage) XXX_Merge ¶
func (m *AppMessage_UserMessage) XXX_Merge(src proto.Message)
func (*AppMessage_UserMessage) XXX_Size ¶
func (m *AppMessage_UserMessage) XXX_Size() int
func (*AppMessage_UserMessage) XXX_Unmarshal ¶
func (m *AppMessage_UserMessage) XXX_Unmarshal(b []byte) error
type AppMessage_UserReaction ¶
type AppMessage_UserReaction struct { Target string `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` Emoji string `protobuf:"bytes,2,opt,name=emoji,proto3" json:"emoji,omitempty"` }
func (*AppMessage_UserReaction) Descriptor ¶
func (*AppMessage_UserReaction) Descriptor() ([]byte, []int)
func (*AppMessage_UserReaction) GetEmoji ¶
func (m *AppMessage_UserReaction) GetEmoji() string
func (*AppMessage_UserReaction) GetTarget ¶
func (m *AppMessage_UserReaction) GetTarget() string
func (*AppMessage_UserReaction) ProtoMessage ¶
func (*AppMessage_UserReaction) ProtoMessage()
func (*AppMessage_UserReaction) Reset ¶
func (m *AppMessage_UserReaction) Reset()
func (*AppMessage_UserReaction) String ¶
func (m *AppMessage_UserReaction) String() string
func (*AppMessage_UserReaction) XXX_DiscardUnknown ¶
func (m *AppMessage_UserReaction) XXX_DiscardUnknown()
func (*AppMessage_UserReaction) XXX_Marshal ¶
func (m *AppMessage_UserReaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AppMessage_UserReaction) XXX_Merge ¶
func (m *AppMessage_UserReaction) XXX_Merge(src proto.Message)
func (*AppMessage_UserReaction) XXX_Size ¶
func (m *AppMessage_UserReaction) XXX_Size() int
func (*AppMessage_UserReaction) XXX_Unmarshal ¶
func (m *AppMessage_UserReaction) XXX_Unmarshal(b []byte) error
type BannerQuote ¶
type BannerQuote struct { }
func (*BannerQuote) Descriptor ¶
func (*BannerQuote) Descriptor() ([]byte, []int)
func (*BannerQuote) ProtoMessage ¶
func (*BannerQuote) ProtoMessage()
func (*BannerQuote) Reset ¶
func (m *BannerQuote) Reset()
func (*BannerQuote) String ¶
func (m *BannerQuote) String() string
func (*BannerQuote) XXX_DiscardUnknown ¶
func (m *BannerQuote) XXX_DiscardUnknown()
func (*BannerQuote) XXX_Marshal ¶
func (m *BannerQuote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BannerQuote) XXX_Merge ¶
func (m *BannerQuote) XXX_Merge(src proto.Message)
func (*BannerQuote) XXX_Size ¶
func (m *BannerQuote) XXX_Size() int
func (*BannerQuote) XXX_Unmarshal ¶
func (m *BannerQuote) XXX_Unmarshal(b []byte) error
type BannerQuote_Reply ¶
type BannerQuote_Reply struct { Quote string `protobuf:"bytes,1,opt,name=quote,proto3" json:"quote,omitempty"` Author string `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"` }
func (*BannerQuote_Reply) Descriptor ¶
func (*BannerQuote_Reply) Descriptor() ([]byte, []int)
func (*BannerQuote_Reply) GetAuthor ¶
func (m *BannerQuote_Reply) GetAuthor() string
func (*BannerQuote_Reply) GetQuote ¶
func (m *BannerQuote_Reply) GetQuote() string
func (*BannerQuote_Reply) ProtoMessage ¶
func (*BannerQuote_Reply) ProtoMessage()
func (*BannerQuote_Reply) Reset ¶
func (m *BannerQuote_Reply) Reset()
func (*BannerQuote_Reply) String ¶
func (m *BannerQuote_Reply) String() string
func (*BannerQuote_Reply) XXX_DiscardUnknown ¶
func (m *BannerQuote_Reply) XXX_DiscardUnknown()
func (*BannerQuote_Reply) XXX_Marshal ¶
func (m *BannerQuote_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BannerQuote_Reply) XXX_Merge ¶
func (m *BannerQuote_Reply) XXX_Merge(src proto.Message)
func (*BannerQuote_Reply) XXX_Size ¶
func (m *BannerQuote_Reply) XXX_Size() int
func (*BannerQuote_Reply) XXX_Unmarshal ¶
func (m *BannerQuote_Reply) XXX_Unmarshal(b []byte) error
type BannerQuote_Request ¶
type BannerQuote_Request struct {
Random bool `protobuf:"varint,1,opt,name=random,proto3" json:"random,omitempty"`
}
func (*BannerQuote_Request) Descriptor ¶
func (*BannerQuote_Request) Descriptor() ([]byte, []int)