Versions in this module Expand all Collapse all v2 v2.0.3 Oct 17, 2024 v2.0.2 Oct 17, 2024 v2.0.1 Oct 7, 2024 Changes in this version + const CurrentGroupVersion + const ProtocolService_ActivateGroup_FullMethodName + const ProtocolService_AppMessageSend_FullMethodName + const ProtocolService_AppMetadataSend_FullMethodName + const ProtocolService_ContactAliasKeySend_FullMethodName + const ProtocolService_ContactBlock_FullMethodName + const ProtocolService_ContactRequestAccept_FullMethodName + const ProtocolService_ContactRequestDisable_FullMethodName + const ProtocolService_ContactRequestDiscard_FullMethodName + const ProtocolService_ContactRequestEnable_FullMethodName + const ProtocolService_ContactRequestReference_FullMethodName + const ProtocolService_ContactRequestResetReference_FullMethodName + const ProtocolService_ContactRequestSend_FullMethodName + const ProtocolService_ContactUnblock_FullMethodName + const ProtocolService_CredentialVerificationServiceCompleteFlow_FullMethodName + const ProtocolService_CredentialVerificationServiceInitFlow_FullMethodName + const ProtocolService_DeactivateGroup_FullMethodName + const ProtocolService_DebugGroup_FullMethodName + const ProtocolService_DebugInspectGroupStore_FullMethodName + const ProtocolService_DebugListGroups_FullMethodName + const ProtocolService_DecodeContact_FullMethodName + const ProtocolService_GroupDeviceStatus_FullMethodName + const ProtocolService_GroupInfo_FullMethodName + const ProtocolService_GroupMessageList_FullMethodName + const ProtocolService_GroupMetadataList_FullMethodName + const ProtocolService_MultiMemberGroupAdminRoleGrant_FullMethodName + const ProtocolService_MultiMemberGroupAliasResolverDisclose_FullMethodName + const ProtocolService_MultiMemberGroupCreate_FullMethodName + const ProtocolService_MultiMemberGroupInvitationCreate_FullMethodName + const ProtocolService_MultiMemberGroupJoin_FullMethodName + const ProtocolService_MultiMemberGroupLeave_FullMethodName + const ProtocolService_OutOfStoreReceive_FullMethodName + const ProtocolService_OutOfStoreSeal_FullMethodName + const ProtocolService_PeerList_FullMethodName + const ProtocolService_RefreshContactRequest_FullMethodName + const ProtocolService_ReplicationServiceRegisterGroup_FullMethodName + const ProtocolService_ServiceExportData_FullMethodName + const ProtocolService_ServiceGetConfiguration_FullMethodName + const ProtocolService_ShareContact_FullMethodName + const ProtocolService_SystemInfo_FullMethodName + const ProtocolService_VerifiedCredentialsList_FullMethodName + const RendezvousSeedLength + const ShareableContactOptionsAllowMissingPK + const ShareableContactOptionsAllowMissingRDVSeed + var ContactState_name = map[int32]string + var ContactState_value = map[string]int32 + var DebugInspectGroupLogType_name = map[int32]string + var DebugInspectGroupLogType_value = map[string]int32 + var Direction_name = map[int32]string + var Direction_value = map[string]int32 + var EventType_name = map[int32]string + var EventType_value = map[string]int32 + var File_protocoltypes_proto protoreflect.FileDescriptor + var GroupDeviceStatus_Transport_name = map[int32]string + var GroupDeviceStatus_Transport_value = map[string]int32 + var GroupDeviceStatus_Type_name = map[int32]string + var GroupDeviceStatus_Type_value = map[string]int32 + var GroupType_name = map[int32]string + var GroupType_value = map[string]int32 + var PeerList_Feature_name = map[int32]string + var PeerList_Feature_value = map[string]int32 + var ProtocolService_ServiceDesc = grpc.ServiceDesc + var ServiceGetConfiguration_SettingState_name = map[int32]string + var ServiceGetConfiguration_SettingState_value = map[string]int32 + func ComputeLinkKey(publicKey, secret []byte) (*[cryptoutil.KeySize]byte, error) + func RegisterProtocolServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterProtocolServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ProtocolServiceClient) error + func RegisterProtocolServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterProtocolServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ProtocolServiceServer) error + func RegisterProtocolServiceServer(s grpc.ServiceRegistrar, srv ProtocolServiceServer) + type Account struct + AccountPrivateKey []byte + AliasPrivateKey []byte + Group *Group + PublicRendezvousSeed []byte + func (*Account) Descriptor() ([]byte, []int) + func (*Account) ProtoMessage() + func (x *Account) GetAccountPrivateKey() []byte + func (x *Account) GetAliasPrivateKey() []byte + func (x *Account) GetGroup() *Group + func (x *Account) GetPublicRendezvousSeed() []byte + func (x *Account) ProtoReflect() protoreflect.Message + func (x *Account) Reset() + func (x *Account) String() string + type AccountContactBlocked struct + ContactPk []byte + DevicePk []byte + func (*AccountContactBlocked) Descriptor() ([]byte, []int) + func (*AccountContactBlocked) ProtoMessage() + func (m *AccountContactBlocked) SetContactPK(pk []byte) + func (m *AccountContactBlocked) SetDevicePK(pk []byte) + func (x *AccountContactBlocked) GetContactPk() []byte + func (x *AccountContactBlocked) GetDevicePk() []byte + func (x *AccountContactBlocked) ProtoReflect() protoreflect.Message + func (x *AccountContactBlocked) Reset() + func (x *AccountContactBlocked) String() string + type AccountContactRequestDisabled struct + DevicePk []byte + func (*AccountContactRequestDisabled) Descriptor() ([]byte, []int) + func (*AccountContactRequestDisabled) ProtoMessage() + func (m *AccountContactRequestDisabled) SetDevicePK(pk []byte) + func (x *AccountContactRequestDisabled) GetDevicePk() []byte + func (x *AccountContactRequestDisabled) ProtoReflect() protoreflect.Message + func (x *AccountContactRequestDisabled) Reset() + func (x *AccountContactRequestDisabled) String() string + type AccountContactRequestEnabled struct + DevicePk []byte + func (*AccountContactRequestEnabled) Descriptor() ([]byte, []int) + func (*AccountContactRequestEnabled) ProtoMessage() + func (m *AccountContactRequestEnabled) SetDevicePK(pk []byte) + func (x *AccountContactRequestEnabled) GetDevicePk() []byte + func (x *AccountContactRequestEnabled) ProtoReflect() protoreflect.Message + func (x *AccountContactRequestEnabled) Reset() + func (x *AccountContactRequestEnabled) String() string + type AccountContactRequestIncomingAccepted struct + ContactPk []byte + DevicePk []byte + GroupPk []byte + func (*AccountContactRequestIncomingAccepted) Descriptor() ([]byte, []int) + func (*AccountContactRequestIncomingAccepted) ProtoMessage() + func (m *AccountContactRequestIncomingAccepted) SetContactPK(pk []byte) + func (m *AccountContactRequestIncomingAccepted) SetDevicePK(pk []byte) + func (x *AccountContactRequestIncomingAccepted) GetContactPk() []byte + func (x *AccountContactRequestIncomingAccepted) GetDevicePk() []byte + func (x *AccountContactRequestIncomingAccepted) GetGroupPk() []byte + func (x *AccountContactRequestIncomingAccepted) ProtoReflect() protoreflect.Message + func (x *AccountContactRequestIncomingAccepted) Reset() + func (x *AccountContactRequestIncomingAccepted) String() string + type AccountContactRequestIncomingDiscarded struct + ContactPk []byte + DevicePk []byte + func (*AccountContactRequestIncomingDiscarded) Descriptor() ([]byte, []int) + func (*AccountContactRequestIncomingDiscarded) ProtoMessage() + func (m *AccountContactRequestIncomingDiscarded) SetContactPK(pk []byte) + func (m *AccountContactRequestIncomingDiscarded) SetDevicePK(pk []byte) + func (x *AccountContactRequestIncomingDiscarded) GetContactPk() []byte + func (x *AccountContactRequestIncomingDiscarded) GetDevicePk() []byte + func (x *AccountContactRequestIncomingDiscarded) ProtoReflect() protoreflect.Message + func (x *AccountContactRequestIncomingDiscarded) Reset() + func (x *AccountContactRequestIncomingDiscarded) String() string + type AccountContactRequestIncomingReceived struct + ContactMetadata []byte + ContactPk []byte + ContactRendezvousSeed []byte + DevicePk []byte + func (*AccountContactRequestIncomingReceived) Descriptor() ([]byte, []int) + func (*AccountContactRequestIncomingReceived) ProtoMessage() + func (m *AccountContactRequestIncomingReceived) SetDevicePK(pk []byte) + func (x *AccountContactRequestIncomingReceived) GetContactMetadata() []byte + func (x *AccountContactRequestIncomingReceived) GetContactPk() []byte + func (x *AccountContactRequestIncomingReceived) GetContactRendezvousSeed() []byte + func (x *AccountContactRequestIncomingReceived) GetDevicePk() []byte + func (x *AccountContactRequestIncomingReceived) ProtoReflect() protoreflect.Message + func (x *AccountContactRequestIncomingReceived) Reset() + func (x *AccountContactRequestIncomingReceived) String() string + type AccountContactRequestOutgoingEnqueued struct + Contact *ShareableContact + DevicePk []byte + GroupPk []byte + OwnMetadata []byte + func (*AccountContactRequestOutgoingEnqueued) Descriptor() ([]byte, []int) + func (*AccountContactRequestOutgoingEnqueued) ProtoMessage() + func (m *AccountContactRequestOutgoingEnqueued) SetDevicePK(pk []byte) + func (x *AccountContactRequestOutgoingEnqueued) GetContact() *ShareableContact + func (x *AccountContactRequestOutgoingEnqueued) GetDevicePk() []byte + func (x *AccountContactRequestOutgoingEnqueued) GetGroupPk() []byte + func (x *AccountContactRequestOutgoingEnqueued) GetOwnMetadata() []byte + func (x *AccountContactRequestOutgoingEnqueued) ProtoReflect() protoreflect.Message + func (x *AccountContactRequestOutgoingEnqueued) Reset() + func (x *AccountContactRequestOutgoingEnqueued) String() string + type AccountContactRequestOutgoingSent struct + ContactPk []byte + DevicePk []byte + func (*AccountContactRequestOutgoingSent) Descriptor() ([]byte, []int) + func (*AccountContactRequestOutgoingSent) ProtoMessage() + func (m *AccountContactRequestOutgoingSent) SetContactPK(pk []byte) + func (m *AccountContactRequestOutgoingSent) SetDevicePK(pk []byte) + func (x *AccountContactRequestOutgoingSent) GetContactPk() []byte + func (x *AccountContactRequestOutgoingSent) GetDevicePk() []byte + func (x *AccountContactRequestOutgoingSent) ProtoReflect() protoreflect.Message + func (x *AccountContactRequestOutgoingSent) Reset() + func (x *AccountContactRequestOutgoingSent) String() string + type AccountContactRequestReferenceReset struct + DevicePk []byte + PublicRendezvousSeed []byte + func (*AccountContactRequestReferenceReset) Descriptor() ([]byte, []int) + func (*AccountContactRequestReferenceReset) ProtoMessage() + func (m *AccountContactRequestReferenceReset) SetDevicePK(pk []byte) + func (x *AccountContactRequestReferenceReset) GetDevicePk() []byte + func (x *AccountContactRequestReferenceReset) GetPublicRendezvousSeed() []byte + func (x *AccountContactRequestReferenceReset) ProtoReflect() protoreflect.Message + func (x *AccountContactRequestReferenceReset) Reset() + func (x *AccountContactRequestReferenceReset) String() string + type AccountContactUnblocked struct + ContactPk []byte + DevicePk []byte + func (*AccountContactUnblocked) Descriptor() ([]byte, []int) + func (*AccountContactUnblocked) ProtoMessage() + func (m *AccountContactUnblocked) SetContactPK(pk []byte) + func (m *AccountContactUnblocked) SetDevicePK(pk []byte) + func (x *AccountContactUnblocked) GetContactPk() []byte + func (x *AccountContactUnblocked) GetDevicePk() []byte + func (x *AccountContactUnblocked) ProtoReflect() protoreflect.Message + func (x *AccountContactUnblocked) Reset() + func (x *AccountContactUnblocked) String() string + type AccountGroupJoined struct + DevicePk []byte + Group *Group + func (*AccountGroupJoined) Descriptor() ([]byte, []int) + func (*AccountGroupJoined) ProtoMessage() + func (m *AccountGroupJoined) SetDevicePK(pk []byte) + func (x *AccountGroupJoined) GetDevicePk() []byte + func (x *AccountGroupJoined) GetGroup() *Group + func (x *AccountGroupJoined) ProtoReflect() protoreflect.Message + func (x *AccountGroupJoined) Reset() + func (x *AccountGroupJoined) String() string + type AccountGroupLeft struct + DevicePk []byte + GroupPk []byte + func (*AccountGroupLeft) Descriptor() ([]byte, []int) + func (*AccountGroupLeft) ProtoMessage() + func (m *AccountGroupLeft) SetDevicePK(pk []byte) + func (m *AccountGroupLeft) SetGroupPK(pk []byte) + func (x *AccountGroupLeft) GetDevicePk() []byte + func (x *AccountGroupLeft) GetGroupPk() []byte + func (x *AccountGroupLeft) ProtoReflect() protoreflect.Message + func (x *AccountGroupLeft) Reset() + func (x *AccountGroupLeft) String() string + type AccountVerifiedCredentialRegistered struct + DevicePk []byte + ExpirationDate int64 + Identifier string + Issuer string + RegistrationDate int64 + SignedIdentityPublicKey []byte + VerifiedCredential string + func (*AccountVerifiedCredentialRegistered) Descriptor() ([]byte, []int) + func (*AccountVerifiedCredentialRegistered) ProtoMessage() + func (m *AccountVerifiedCredentialRegistered) SetDevicePK(pk []byte) + func (x *AccountVerifiedCredentialRegistered) GetDevicePk() []byte + func (x *AccountVerifiedCredentialRegistered) GetExpirationDate() int64 + func (x *AccountVerifiedCredentialRegistered) GetIdentifier() string + func (x *AccountVerifiedCredentialRegistered) GetIssuer() string + func (x *AccountVerifiedCredentialRegistered) GetRegistrationDate() int64 + func (x *AccountVerifiedCredentialRegistered) GetSignedIdentityPublicKey() []byte + func (x *AccountVerifiedCredentialRegistered) GetVerifiedCredential() string + func (x *AccountVerifiedCredentialRegistered) ProtoReflect() protoreflect.Message + func (x *AccountVerifiedCredentialRegistered) Reset() + func (x *AccountVerifiedCredentialRegistered) String() string + type ActivateGroup struct + func (*ActivateGroup) Descriptor() ([]byte, []int) + func (*ActivateGroup) ProtoMessage() + func (x *ActivateGroup) ProtoReflect() protoreflect.Message + func (x *ActivateGroup) Reset() + func (x *ActivateGroup) String() string + type ActivateGroup_Reply struct + func (*ActivateGroup_Reply) Descriptor() ([]byte, []int) + func (*ActivateGroup_Reply) ProtoMessage() + func (x *ActivateGroup_Reply) ProtoReflect() protoreflect.Message + func (x *ActivateGroup_Reply) Reset() + func (x *ActivateGroup_Reply) String() string + type ActivateGroup_Request struct + GroupPk []byte + LocalOnly bool + func (*ActivateGroup_Request) Descriptor() ([]byte, []int) + func (*ActivateGroup_Request) ProtoMessage() + func (x *ActivateGroup_Request) GetGroupPk() []byte + func (x *ActivateGroup_Request) GetLocalOnly() bool + func (x *ActivateGroup_Request) ProtoReflect() protoreflect.Message + func (x *ActivateGroup_Request) Reset() + func (x *ActivateGroup_Request) String() string + type AppMessageSend struct + func (*AppMessageSend) Descriptor() ([]byte, []int) + func (*AppMessageSend) ProtoMessage() + func (x *AppMessageSend) ProtoReflect() protoreflect.Message + func (x *AppMessageSend) Reset() + func (x *AppMessageSend) String() string + type AppMessageSend_Reply struct + Cid []byte + func (*AppMessageSend_Reply) Descriptor() ([]byte, []int) + func (*AppMessageSend_Reply) ProtoMessage() + func (x *AppMessageSend_Reply) GetCid() []byte + func (x *AppMessageSend_Reply) ProtoReflect() protoreflect.Message + func (x *AppMessageSend_Reply) Reset() + func (x *AppMessageSend_Reply) String() string + type AppMessageSend_Request struct + GroupPk []byte + Payload []byte + func (*AppMessageSend_Request) Descriptor() ([]byte, []int) + func (*AppMessageSend_Request) ProtoMessage() + func (x *AppMessageSend_Request) GetGroupPk() []byte + func (x *AppMessageSend_Request) GetPayload() []byte + func (x *AppMessageSend_Request) ProtoReflect() protoreflect.Message + func (x *AppMessageSend_Request) Reset() + func (x *AppMessageSend_Request) String() string + type AppMetadataSend struct + func (*AppMetadataSend) Descriptor() ([]byte, []int) + func (*AppMetadataSend) ProtoMessage() + func (x *AppMetadataSend) ProtoReflect() protoreflect.Message + func (x *AppMetadataSend) Reset() + func (x *AppMetadataSend) String() string + type AppMetadataSend_Reply struct + Cid []byte + func (*AppMetadataSend_Reply) Descriptor() ([]byte, []int) + func (*AppMetadataSend_Reply) ProtoMessage() + func (x *AppMetadataSend_Reply) GetCid() []byte + func (x *AppMetadataSend_Reply) ProtoReflect() protoreflect.Message + func (x *AppMetadataSend_Reply) Reset() + func (x *AppMetadataSend_Reply) String() string + type AppMetadataSend_Request struct + GroupPk []byte + Payload []byte + func (*AppMetadataSend_Request) Descriptor() ([]byte, []int) + func (*AppMetadataSend_Request) ProtoMessage() + func (x *AppMetadataSend_Request) GetGroupPk() []byte + func (x *AppMetadataSend_Request) GetPayload() []byte + func (x *AppMetadataSend_Request) ProtoReflect() protoreflect.Message + func (x *AppMetadataSend_Request) Reset() + func (x *AppMetadataSend_Request) String() string + type ContactAliasKeyAdded struct + AliasPk []byte + DevicePk []byte + func (*ContactAliasKeyAdded) Descriptor() ([]byte, []int) + func (*ContactAliasKeyAdded) ProtoMessage() + func (m *ContactAliasKeyAdded) SetDevicePK(pk []byte) + func (x *ContactAliasKeyAdded) GetAliasPk() []byte + func (x *ContactAliasKeyAdded) GetDevicePk() []byte + func (x *ContactAliasKeyAdded) ProtoReflect() protoreflect.Message + func (x *ContactAliasKeyAdded) Reset() + func (x *ContactAliasKeyAdded) String() string + type ContactAliasKeySend struct + func (*ContactAliasKeySend) Descriptor() ([]byte, []int) + func (*ContactAliasKeySend) ProtoMessage() + func (x *ContactAliasKeySend) ProtoReflect() protoreflect.Message + func (x *ContactAliasKeySend) Reset() + func (x *ContactAliasKeySend) String() string + type ContactAliasKeySend_Reply struct + func (*ContactAliasKeySend_Reply) Descriptor() ([]byte, []int) + func (*ContactAliasKeySend_Reply) ProtoMessage() + func (x *ContactAliasKeySend_Reply) ProtoReflect() protoreflect.Message + func (x *ContactAliasKeySend_Reply) Reset() + func (x *ContactAliasKeySend_Reply) String() string + type ContactAliasKeySend_Request struct + GroupPk []byte + func (*ContactAliasKeySend_Request) Descriptor() ([]byte, []int) + func (*ContactAliasKeySend_Request) ProtoMessage() + func (x *ContactAliasKeySend_Request) GetGroupPk() []byte + func (x *ContactAliasKeySend_Request) ProtoReflect() protoreflect.Message + func (x *ContactAliasKeySend_Request) Reset() + func (x *ContactAliasKeySend_Request) String() string + type ContactBlock struct + func (*ContactBlock) Descriptor() ([]byte, []int) + func (*ContactBlock) ProtoMessage() + func (x *ContactBlock) ProtoReflect() protoreflect.Message + func (x *ContactBlock) Reset() + func (x *ContactBlock) String() string + type ContactBlock_Reply struct + func (*ContactBlock_Reply) Descriptor() ([]byte, []int) + func (*ContactBlock_Reply) ProtoMessage() + func (x *ContactBlock_Reply) ProtoReflect() protoreflect.Message + func (x *ContactBlock_Reply) Reset() + func (x *ContactBlock_Reply) String() string + type ContactBlock_Request struct + ContactPk []byte + func (*ContactBlock_Request) Descriptor() ([]byte, []int) + func (*ContactBlock_Request) ProtoMessage() + func (x *ContactBlock_Request) GetContactPk() []byte + func (x *ContactBlock_Request) ProtoReflect() protoreflect.Message + func (x *ContactBlock_Request) Reset() + func (x *ContactBlock_Request) String() string + type ContactRequestAccept struct + func (*ContactRequestAccept) Descriptor() ([]byte, []int) + func (*ContactRequestAccept) ProtoMessage() + func (x *ContactRequestAccept) ProtoReflect() protoreflect.Message + func (x *ContactRequestAccept) Reset() + func (x *ContactRequestAccept) String() string + type ContactRequestAccept_Reply struct + func (*ContactRequestAccept_Reply) Descriptor() ([]byte, []int) + func (*ContactRequestAccept_Reply) ProtoMessage() + func (x *ContactRequestAccept_Reply) ProtoReflect() protoreflect.Message + func (x *ContactRequestAccept_Reply) Reset() + func (x *ContactRequestAccept_Reply) String() string + type ContactRequestAccept_Request struct + ContactPk []byte + func (*ContactRequestAccept_Request) Descriptor() ([]byte, []int) + func (*ContactRequestAccept_Request) ProtoMessage() + func (x *ContactRequestAccept_Request) GetContactPk() []byte + func (x *ContactRequestAccept_Request) ProtoReflect() protoreflect.Message + func (x *ContactRequestAccept_Request) Reset() + func (x *ContactRequestAccept_Request) String() string + type ContactRequestDisable struct + func (*ContactRequestDisable) Descriptor() ([]byte, []int) + func (*ContactRequestDisable) ProtoMessage() + func (x *ContactRequestDisable) ProtoReflect() protoreflect.Message + func (x *ContactRequestDisable) Reset() + func (x *ContactRequestDisable) String() string + type ContactRequestDisable_Reply struct + func (*ContactRequestDisable_Reply) Descriptor() ([]byte, []int) + func (*ContactRequestDisable_Reply) ProtoMessage() + func (x *ContactRequestDisable_Reply) ProtoReflect() protoreflect.Message + func (x *ContactRequestDisable_Reply) Reset() + func (x *ContactRequestDisable_Reply) String() string + type ContactRequestDisable_Request struct + func (*ContactRequestDisable_Request) Descriptor() ([]byte, []int) + func (*ContactRequestDisable_Request) ProtoMessage() + func (x *ContactRequestDisable_Request) ProtoReflect() protoreflect.Message + func (x *ContactRequestDisable_Request) Reset() + func (x *ContactRequestDisable_Request) String() string + type ContactRequestDiscard struct + func (*ContactRequestDiscard) Descriptor() ([]byte, []int) + func (*ContactRequestDiscard) ProtoMessage() + func (x *ContactRequestDiscard) ProtoReflect() protoreflect.Message + func (x *ContactRequestDiscard) Reset() + func (x *ContactRequestDiscard) String() string + type ContactRequestDiscard_Reply struct + func (*ContactRequestDiscard_Reply) Descriptor() ([]byte, []int) + func (*ContactRequestDiscard_Reply) ProtoMessage() + func (x *ContactRequestDiscard_Reply) ProtoReflect() protoreflect.Message + func (x *ContactRequestDiscard_Reply) Reset() + func (x *ContactRequestDiscard_Reply) String() string + type ContactRequestDiscard_Request struct + ContactPk []byte + func (*ContactRequestDiscard_Request) Descriptor() ([]byte, []int) + func (*ContactRequestDiscard_Request) ProtoMessage() + func (x *ContactRequestDiscard_Request) GetContactPk() []byte + func (x *ContactRequestDiscard_Request) ProtoReflect() protoreflect.Message + func (x *ContactRequestDiscard_Request) Reset() + func (x *ContactRequestDiscard_Request) String() string + type ContactRequestEnable struct + func (*ContactRequestEnable) Descriptor() ([]byte, []int) + func (*ContactRequestEnable) ProtoMessage() + func (x *ContactRequestEnable) ProtoReflect() protoreflect.Message + func (x *ContactRequestEnable) Reset() + func (x *ContactRequestEnable) String() string + type ContactRequestEnable_Reply struct + PublicRendezvousSeed []byte + func (*ContactRequestEnable_Reply) Descriptor() ([]byte, []int) + func (*ContactRequestEnable_Reply) ProtoMessage() + func (x *ContactRequestEnable_Reply) GetPublicRendezvousSeed() []byte + func (x *ContactRequestEnable_Reply) ProtoReflect() protoreflect.Message + func (x *ContactRequestEnable_Reply) Reset() + func (x *ContactRequestEnable_Reply) String() string + type ContactRequestEnable_Request struct + func (*ContactRequestEnable_Request) Descriptor() ([]byte, []int) + func (*ContactRequestEnable_Request) ProtoMessage() + func (x *ContactRequestEnable_Request) ProtoReflect() protoreflect.Message + func (x *ContactRequestEnable_Request) Reset() + func (x *ContactRequestEnable_Request) String() string + type ContactRequestReference struct + func (*ContactRequestReference) Descriptor() ([]byte, []int) + func (*ContactRequestReference) ProtoMessage() + func (x *ContactRequestReference) ProtoReflect() protoreflect.Message + func (x *ContactRequestReference) Reset() + func (x *ContactRequestReference) String() string + type ContactRequestReference_Reply struct + Enabled bool + PublicRendezvousSeed []byte + func (*ContactRequestReference_Reply) Descriptor() ([]byte, []int) + func (*ContactRequestReference_Reply) ProtoMessage() + func (x *ContactRequestReference_Reply) GetEnabled() bool + func (x *ContactRequestReference_Reply) GetPublicRendezvousSeed() []byte + func (x *ContactRequestReference_Reply) ProtoReflect() protoreflect.Message + func (x *ContactRequestReference_Reply) Reset() + func (x *ContactRequestReference_Reply) String() string + type ContactRequestReference_Request struct + func (*ContactRequestReference_Request) Descriptor() ([]byte, []int) + func (*ContactRequestReference_Request) ProtoMessage() + func (x *ContactRequestReference_Request) ProtoReflect() protoreflect.Message + func (x *ContactRequestReference_Request) Reset() + func (x *ContactRequestReference_Request) String() string + type ContactRequestResetReference struct + func (*ContactRequestResetReference) Descriptor() ([]byte, []int) + func (*ContactRequestResetReference) ProtoMessage() + func (x *ContactRequestResetReference) ProtoReflect() protoreflect.Message + func (x *ContactRequestResetReference) Reset() + func (x *ContactRequestResetReference) String() string + type ContactRequestResetReference_Reply struct + PublicRendezvousSeed []byte + func (*ContactRequestResetReference_Reply) Descriptor() ([]byte, []int) + func (*ContactRequestResetReference_Reply) ProtoMessage() + func (x *ContactRequestResetReference_Reply) GetPublicRendezvousSeed() []byte + func (x *ContactRequestResetReference_Reply) ProtoReflect() protoreflect.Message + func (x *ContactRequestResetReference_Reply) Reset() + func (x *ContactRequestResetReference_Reply) String() string + type ContactRequestResetReference_Request struct + func (*ContactRequestResetReference_Request) Descriptor() ([]byte, []int) + func (*ContactRequestResetReference_Request) ProtoMessage() + func (x *ContactRequestResetReference_Request) ProtoReflect() protoreflect.Message + func (x *ContactRequestResetReference_Request) Reset() + func (x *ContactRequestResetReference_Request) String() string + type ContactRequestSend struct + func (*ContactRequestSend) Descriptor() ([]byte, []int) + func (*ContactRequestSend) ProtoMessage() + func (x *ContactRequestSend) ProtoReflect() protoreflect.Message + func (x *ContactRequestSend) Reset() + func (x *ContactRequestSend) String() string + type ContactRequestSend_Reply struct + func (*ContactRequestSend_Reply) Descriptor() ([]byte, []int) + func (*ContactRequestSend_Reply) ProtoMessage() + func (x *ContactRequestSend_Reply) ProtoReflect() protoreflect.Message + func (x *ContactRequestSend_Reply) Reset() + func (x *ContactRequestSend_Reply) String() string + type ContactRequestSend_Request struct + Contact *ShareableContact + OwnMetadata []byte + func (*ContactRequestSend_Request) Descriptor() ([]byte, []int) + func (*ContactRequestSend_Request) ProtoMessage() + func (x *ContactRequestSend_Request) GetContact() *ShareableContact + func (x *ContactRequestSend_Request) GetOwnMetadata() []byte + func (x *ContactRequestSend_Request) ProtoReflect() protoreflect.Message + func (x *ContactRequestSend_Request) Reset() + func (x *ContactRequestSend_Request) String() string + type ContactState int32 + const ContactState_ContactStateAdded + const ContactState_ContactStateBlocked + const ContactState_ContactStateDiscarded + const ContactState_ContactStateReceived + const ContactState_ContactStateRemoved + const ContactState_ContactStateToRequest + const ContactState_ContactStateUndefined + func (ContactState) Descriptor() protoreflect.EnumDescriptor + func (ContactState) EnumDescriptor() ([]byte, []int) + func (ContactState) Type() protoreflect.EnumType + func (x ContactState) Enum() *ContactState + func (x ContactState) Number() protoreflect.EnumNumber + func (x ContactState) String() string + type ContactUnblock struct + func (*ContactUnblock) Descriptor() ([]byte, []int) + func (*ContactUnblock) ProtoMessage() + func (x *ContactUnblock) ProtoReflect() protoreflect.Message + func (x *ContactUnblock) Reset() + func (x *ContactUnblock) String() string + type ContactUnblock_Reply struct + func (*ContactUnblock_Reply) Descriptor() ([]byte, []int) + func (*ContactUnblock_Reply) ProtoMessage() + func (x *ContactUnblock_Reply) ProtoReflect() protoreflect.Message + func (x *ContactUnblock_Reply) Reset() + func (x *ContactUnblock_Reply) String() string + type ContactUnblock_Request struct + ContactPk []byte + func (*ContactUnblock_Request) Descriptor() ([]byte, []int) + func (*ContactUnblock_Request) ProtoMessage() + func (x *ContactUnblock_Request) GetContactPk() []byte + func (x *ContactUnblock_Request) ProtoReflect() protoreflect.Message + func (x *ContactUnblock_Request) Reset() + func (x *ContactUnblock_Request) String() string + type CredentialVerificationServiceCompleteFlow struct + func (*CredentialVerificationServiceCompleteFlow) Descriptor() ([]byte, []int) + func (*CredentialVerificationServiceCompleteFlow) ProtoMessage() + func (x *CredentialVerificationServiceCompleteFlow) ProtoReflect() protoreflect.Message + func (x *CredentialVerificationServiceCompleteFlow) Reset() + func (x *CredentialVerificationServiceCompleteFlow) String() string + type CredentialVerificationServiceCompleteFlow_Reply struct + Identifier string + func (*CredentialVerificationServiceCompleteFlow_Reply) Descriptor() ([]byte, []int) + func (*CredentialVerificationServiceCompleteFlow_Reply) ProtoMessage() + func (x *CredentialVerificationServiceCompleteFlow_Reply) GetIdentifier() string + func (x *CredentialVerificationServiceCompleteFlow_Reply) ProtoReflect() protoreflect.Message + func (x *CredentialVerificationServiceCompleteFlow_Reply) Reset() + func (x *CredentialVerificationServiceCompleteFlow_Reply) String() string + type CredentialVerificationServiceCompleteFlow_Request struct + CallbackUri string + func (*CredentialVerificationServiceCompleteFlow_Request) Descriptor() ([]byte, []int) + func (*CredentialVerificationServiceCompleteFlow_Request) ProtoMessage() + func (x *CredentialVerificationServiceCompleteFlow_Request) GetCallbackUri() string + func (x *CredentialVerificationServiceCompleteFlow_Request) ProtoReflect() protoreflect.Message + func (x *CredentialVerificationServiceCompleteFlow_Request) Reset() + func (x *CredentialVerificationServiceCompleteFlow_Request) String() string + type CredentialVerificationServiceInitFlow struct + func (*CredentialVerificationServiceInitFlow) Descriptor() ([]byte, []int) + func (*CredentialVerificationServiceInitFlow) ProtoMessage() + func (x *CredentialVerificationServiceInitFlow) ProtoReflect() protoreflect.Message + func (x *CredentialVerificationServiceInitFlow) Reset() + func (x *CredentialVerificationServiceInitFlow) String() string + type CredentialVerificationServiceInitFlow_Reply struct + SecureUrl bool + Url string + func (*CredentialVerificationServiceInitFlow_Reply) Descriptor() ([]byte, []int) + func (*CredentialVerificationServiceInitFlow_Reply) ProtoMessage() + func (x *CredentialVerificationServiceInitFlow_Reply) GetSecureUrl() bool + func (x *CredentialVerificationServiceInitFlow_Reply) GetUrl() string + func (x *CredentialVerificationServiceInitFlow_Reply) ProtoReflect() protoreflect.Message + func (x *CredentialVerificationServiceInitFlow_Reply) Reset() + func (x *CredentialVerificationServiceInitFlow_Reply) String() string + type CredentialVerificationServiceInitFlow_Request struct + Link string + PublicKey []byte + ServiceUrl string + func (*CredentialVerificationServiceInitFlow_Request) Descriptor() ([]byte, []int) + func (*CredentialVerificationServiceInitFlow_Request) ProtoMessage() + func (x *CredentialVerificationServiceInitFlow_Request) GetLink() string + func (x *CredentialVerificationServiceInitFlow_Request) GetPublicKey() []byte + func (x *CredentialVerificationServiceInitFlow_Request) GetServiceUrl() string + func (x *CredentialVerificationServiceInitFlow_Request) ProtoReflect() protoreflect.Message + func (x *CredentialVerificationServiceInitFlow_Request) Reset() + func (x *CredentialVerificationServiceInitFlow_Request) String() string + type DeactivateGroup struct + func (*DeactivateGroup) Descriptor() ([]byte, []int) + func (*DeactivateGroup) ProtoMessage() + func (x *DeactivateGroup) ProtoReflect() protoreflect.Message + func (x *DeactivateGroup) Reset() + func (x *DeactivateGroup) String() string + type DeactivateGroup_Reply struct + func (*DeactivateGroup_Reply) Descriptor() ([]byte, []int) + func (*DeactivateGroup_Reply) ProtoMessage() + func (x *DeactivateGroup_Reply) ProtoReflect() protoreflect.Message + func (x *DeactivateGroup_Reply) Reset() + func (x *DeactivateGroup_Reply) String() string + type DeactivateGroup_Request struct + GroupPk []byte + func (*DeactivateGroup_Request) Descriptor() ([]byte, []int) + func (*DeactivateGroup_Request) ProtoMessage() + func (x *DeactivateGroup_Request) GetGroupPk() []byte + func (x *DeactivateGroup_Request) ProtoReflect() protoreflect.Message + func (x *DeactivateGroup_Request) Reset() + func (x *DeactivateGroup_Request) String() string + type DebugGroup struct + func (*DebugGroup) Descriptor() ([]byte, []int) + func (*DebugGroup) ProtoMessage() + func (x *DebugGroup) ProtoReflect() protoreflect.Message + func (x *DebugGroup) Reset() + func (x *DebugGroup) String() string + type DebugGroup_Reply struct + PeerIds []string + func (*DebugGroup_Reply) Descriptor() ([]byte, []int) + func (*DebugGroup_Reply) ProtoMessage() + func (x *DebugGroup_Reply) GetPeerIds() []string + func (x *DebugGroup_Reply) ProtoReflect() protoreflect.Message + func (x *DebugGroup_Reply) Reset() + func (x *DebugGroup_Reply) String() string + type DebugGroup_Request struct + GroupPk []byte + func (*DebugGroup_Request) Descriptor() ([]byte, []int) + func (*DebugGroup_Request) ProtoMessage() + func (x *DebugGroup_Request) GetGroupPk() []byte + func (x *DebugGroup_Request) ProtoReflect() protoreflect.Message + func (x *DebugGroup_Request) Reset() + func (x *DebugGroup_Request) String() string + type DebugInspectGroupLogType int32 + const DebugInspectGroupLogType_DebugInspectGroupLogTypeMessage + const DebugInspectGroupLogType_DebugInspectGroupLogTypeMetadata + const DebugInspectGroupLogType_DebugInspectGroupLogTypeUndefined + func (DebugInspectGroupLogType) Descriptor() protoreflect.EnumDescriptor + func (DebugInspectGroupLogType) EnumDescriptor() ([]byte, []int) + func (DebugInspectGroupLogType) Type() protoreflect.EnumType + func (x DebugInspectGroupLogType) Enum() *DebugInspectGroupLogType + func (x DebugInspectGroupLogType) Number() protoreflect.EnumNumber + func (x DebugInspectGroupLogType) String() string + type DebugInspectGroupStore struct + func (*DebugInspectGroupStore) Descriptor() ([]byte, []int) + func (*DebugInspectGroupStore) ProtoMessage() + func (x *DebugInspectGroupStore) ProtoReflect() protoreflect.Message + func (x *DebugInspectGroupStore) Reset() + func (x *DebugInspectGroupStore) String() string + type DebugInspectGroupStore_Reply struct + Cid []byte + DevicePk []byte + MetadataEventType EventType + ParentCids [][]byte + Payload []byte + func (*DebugInspectGroupStore_Reply) Descriptor() ([]byte, []int) + func (*DebugInspectGroupStore_Reply) ProtoMessage() + func (x *DebugInspectGroupStore_Reply) GetCid() []byte + func (x *DebugInspectGroupStore_Reply) GetDevicePk() []byte + func (x *DebugInspectGroupStore_Reply) GetMetadataEventType() EventType + func (x *DebugInspectGroupStore_Reply) GetParentCids() [][]byte + func (x *DebugInspectGroupStore_Reply) GetPayload() []byte + func (x *DebugInspectGroupStore_Reply) ProtoReflect() protoreflect.Message + func (x *DebugInspectGroupStore_Reply) Reset() + func (x *DebugInspectGroupStore_Reply) String() string + type DebugInspectGroupStore_Request struct + GroupPk []byte + LogType DebugInspectGroupLogType + func (*DebugInspectGroupStore_Request) Descriptor() ([]byte, []int) + func (*DebugInspectGroupStore_Request) ProtoMessage() + func (x *DebugInspectGroupStore_Request) GetGroupPk() []byte + func (x *DebugInspectGroupStore_Request) GetLogType() DebugInspectGroupLogType + func (x *DebugInspectGroupStore_Request) ProtoReflect() protoreflect.Message + func (x *DebugInspectGroupStore_Request) Reset() + func (x *DebugInspectGroupStore_Request) String() string + type DebugListGroups struct + func (*DebugListGroups) Descriptor() ([]byte, []int) + func (*DebugListGroups) ProtoMessage() + func (x *DebugListGroups) ProtoReflect() protoreflect.Message + func (x *DebugListGroups) Reset() + func (x *DebugListGroups) String() string + type DebugListGroups_Reply struct + ContactPk []byte + GroupPk []byte + GroupType GroupType + func (*DebugListGroups_Reply) Descriptor() ([]byte, []int) + func (*DebugListGroups_Reply) ProtoMessage() + func (x *DebugListGroups_Reply) GetContactPk() []byte + func (x *DebugListGroups_Reply) GetGroupPk() []byte + func (x *DebugListGroups_Reply) GetGroupType() GroupType + func (x *DebugListGroups_Reply) ProtoReflect() protoreflect.Message + func (x *DebugListGroups_Reply) Reset() + func (x *DebugListGroups_Reply) String() string + type DebugListGroups_Request struct + func (*DebugListGroups_Request) Descriptor() ([]byte, []int) + func (*DebugListGroups_Request) ProtoMessage() + func (x *DebugListGroups_Request) ProtoReflect() protoreflect.Message + func (x *DebugListGroups_Request) Reset() + func (x *DebugListGroups_Request) String() string + type DecodeContact struct + func (*DecodeContact) Descriptor() ([]byte, []int) + func (*DecodeContact) ProtoMessage() + func (x *DecodeContact) ProtoReflect() protoreflect.Message + func (x *DecodeContact) Reset() + func (x *DecodeContact) String() string + type DecodeContact_Reply struct + Contact *ShareableContact + func (*DecodeContact_Reply) Descriptor() ([]byte, []int) + func (*DecodeContact_Reply) ProtoMessage() + func (x *DecodeContact_Reply) GetContact() *ShareableContact + func (x *DecodeContact_Reply) ProtoReflect() protoreflect.Message + func (x *DecodeContact_Reply) Reset() + func (x *DecodeContact_Reply) String() string + type DecodeContact_Request struct + EncodedContact []byte + func (*DecodeContact_Request) Descriptor() ([]byte, []int) + func (*DecodeContact_Request) ProtoMessage() + func (x *DecodeContact_Request) GetEncodedContact() []byte + func (x *DecodeContact_Request) ProtoReflect() protoreflect.Message + func (x *DecodeContact_Request) Reset() + func (x *DecodeContact_Request) String() string + type DeviceChainKey struct + ChainKey []byte + Counter uint64 + func (*DeviceChainKey) Descriptor() ([]byte, []int) + func (*DeviceChainKey) ProtoMessage() + func (x *DeviceChainKey) GetChainKey() []byte + func (x *DeviceChainKey) GetCounter() uint64 + func (x *DeviceChainKey) ProtoReflect() protoreflect.Message + func (x *DeviceChainKey) Reset() + func (x *DeviceChainKey) String() string + type Direction int32 + const Direction_BiDir + const Direction_InboundDir + const Direction_OutboundDir + const Direction_UnknownDir + func (Direction) Descriptor() protoreflect.EnumDescriptor + func (Direction) EnumDescriptor() ([]byte, []int) + func (Direction) Type() protoreflect.EnumType + func (x Direction) Enum() *Direction + func (x Direction) Number() protoreflect.EnumNumber + func (x Direction) String() string + type EncryptedMessage struct + Plaintext []byte + ProtocolMetadata *ProtocolMetadata + func (*EncryptedMessage) Descriptor() ([]byte, []int) + func (*EncryptedMessage) ProtoMessage() + func (x *EncryptedMessage) GetPlaintext() []byte + func (x *EncryptedMessage) GetProtocolMetadata() *ProtocolMetadata + func (x *EncryptedMessage) ProtoReflect() protoreflect.Message + func (x *EncryptedMessage) Reset() + func (x *EncryptedMessage) String() string + type EventContext struct + GroupPk []byte + Id []byte + ParentIds [][]byte + func (*EventContext) Descriptor() ([]byte, []int) + func (*EventContext) ProtoMessage() + func (x *EventContext) GetGroupPk() []byte + func (x *EventContext) GetId() []byte + func (x *EventContext) GetParentIds() [][]byte + func (x *EventContext) ProtoReflect() protoreflect.Message + func (x *EventContext) Reset() + func (x *EventContext) String() string + type EventType int32 + const EventType_EventTypeAccountContactBlocked + const EventType_EventTypeAccountContactRequestDisabled + const EventType_EventTypeAccountContactRequestEnabled + const EventType_EventTypeAccountContactRequestIncomingAccepted + const EventType_EventTypeAccountContactRequestIncomingDiscarded + const EventType_EventTypeAccountContactRequestIncomingReceived + const EventType_EventTypeAccountContactRequestOutgoingEnqueued + const EventType_EventTypeAccountContactRequestOutgoingSent + const EventType_EventTypeAccountContactRequestReferenceReset + const EventType_EventTypeAccountContactUnblocked + const EventType_EventTypeAccountGroupJoined + const EventType_EventTypeAccountGroupLeft + const EventType_EventTypeAccountVerifiedCredentialRegistered + const EventType_EventTypeContactAliasKeyAdded + const EventType_EventTypeGroupDeviceChainKeyAdded + const EventType_EventTypeGroupMemberDeviceAdded + const EventType_EventTypeGroupMetadataPayloadSent + const EventType_EventTypeGroupReplicating + const EventType_EventTypeMultiMemberGroupAdminRoleGranted + const EventType_EventTypeMultiMemberGroupAliasResolverAdded + const EventType_EventTypeMultiMemberGroupInitialMemberAnnounced + const EventType_EventTypeUndefined + func (EventType) Descriptor() protoreflect.EnumDescriptor + func (EventType) EnumDescriptor() ([]byte, []int) + func (EventType) Type() protoreflect.EnumType + func (x EventType) Enum() *EventType + func (x EventType) Number() protoreflect.EnumNumber + func (x EventType) String() string + type FirstLastCounters struct + First uint64 + Last uint64 + func (*FirstLastCounters) Descriptor() ([]byte, []int) + func (*FirstLastCounters) ProtoMessage() + func (x *FirstLastCounters) GetFirst() uint64 + func (x *FirstLastCounters) GetLast() uint64 + func (x *FirstLastCounters) ProtoReflect() protoreflect.Message + func (x *FirstLastCounters) Reset() + func (x *FirstLastCounters) String() string + type Group struct + GroupType GroupType + LinkKey []byte + LinkKeySig []byte + PublicKey []byte + Secret []byte + SecretSig []byte + SignPub []byte + func NewGroupMultiMember() (*Group, crypto.PrivKey, error) + func (*Group) Descriptor() ([]byte, []int) + func (*Group) ProtoMessage() + func (m *Group) Copy() *Group + func (m *Group) GetLinkKeyArray() (*[cryptoutil.KeySize]byte, error) + func (m *Group) GetPubKey() (crypto.PubKey, error) + func (m *Group) GetSharedSecret() *[cryptoutil.KeySize]byte + func (m *Group) GetSigningPrivKey() (crypto.PrivKey, error) + func (m *Group) GetSigningPubKey() (crypto.PubKey, error) + func (m *Group) GroupIDAsString() string + func (m *Group) IsValid() error + func (x *Group) GetGroupType() GroupType + func (x *Group) GetLinkKey() []byte + func (x *Group) GetLinkKeySig() []byte + func (x *Group) GetPublicKey() []byte + func (x *Group) GetSecret() []byte + func (x *Group) GetSecretSig() []byte + func (x *Group) GetSignPub() []byte + func (x *Group) ProtoReflect() protoreflect.Message + func (x *Group) Reset() + func (x *Group) String() string + type GroupAddAdditionalRendezvousSeed struct + DevicePk []byte + Seed []byte + func (*GroupAddAdditionalRendezvousSeed) Descriptor() ([]byte, []int) + func (*GroupAddAdditionalRendezvousSeed) ProtoMessage() + func (x *GroupAddAdditionalRendezvousSeed) GetDevicePk() []byte + func (x *GroupAddAdditionalRendezvousSeed) GetSeed() []byte + func (x *GroupAddAdditionalRendezvousSeed) ProtoReflect() protoreflect.Message + func (x *GroupAddAdditionalRendezvousSeed) Reset() + func (x *GroupAddAdditionalRendezvousSeed) String() string + type GroupDeviceChainKeyAdded struct + DestMemberPk []byte + DevicePk []byte + Payload []byte + func (*GroupDeviceChainKeyAdded) Descriptor() ([]byte, []int) + func (*GroupDeviceChainKeyAdded) ProtoMessage() + func (x *GroupDeviceChainKeyAdded) GetDestMemberPk() []byte + func (x *GroupDeviceChainKeyAdded) GetDevicePk() []byte + func (x *GroupDeviceChainKeyAdded) GetPayload() []byte + func (x *GroupDeviceChainKeyAdded) ProtoReflect() protoreflect.Message + func (x *GroupDeviceChainKeyAdded) Reset() + func (x *GroupDeviceChainKeyAdded) String() string + type GroupDeviceStatus struct + func (*GroupDeviceStatus) Descriptor() ([]byte, []int) + func (*GroupDeviceStatus) ProtoMessage() + func (x *GroupDeviceStatus) ProtoReflect() protoreflect.Message + func (x *GroupDeviceStatus) Reset() + func (x *GroupDeviceStatus) String() string + type GroupDeviceStatus_Reply struct + Event []byte + Type GroupDeviceStatus_Type + func (*GroupDeviceStatus_Reply) Descriptor() ([]byte, []int) + func (*GroupDeviceStatus_Reply) ProtoMessage() + func (x *GroupDeviceStatus_Reply) GetEvent() []byte + func (x *GroupDeviceStatus_Reply) GetType() GroupDeviceStatus_Type + func (x *GroupDeviceStatus_Reply) ProtoReflect() protoreflect.Message + func (x *GroupDeviceStatus_Reply) Reset() + func (x *GroupDeviceStatus_Reply) String() string + type GroupDeviceStatus_Reply_PeerConnected struct + DevicePk []byte + Maddrs []string + PeerId string + Transports []GroupDeviceStatus_Transport + func (*GroupDeviceStatus_Reply_PeerConnected) Descriptor() ([]byte, []int) + func (*GroupDeviceStatus_Reply_PeerConnected) ProtoMessage() + func (x *GroupDeviceStatus_Reply_PeerConnected) GetDevicePk() []byte + func (x *GroupDeviceStatus_Reply_PeerConnected) GetMaddrs() []string + func (x *GroupDeviceStatus_Reply_PeerConnected) GetPeerId() string + func (x *GroupDeviceStatus_Reply_PeerConnected) GetTransports() []GroupDeviceStatus_Transport + func (x *GroupDeviceStatus_Reply_PeerConnected) ProtoReflect() protoreflect.Message + func (x *GroupDeviceStatus_Reply_PeerConnected) Reset() + func (x *GroupDeviceStatus_Reply_PeerConnected) String() string + type GroupDeviceStatus_Reply_PeerDisconnected struct + PeerId string + func (*GroupDeviceStatus_Reply_PeerDisconnected) Descriptor() ([]byte, []int) + func (*GroupDeviceStatus_Reply_PeerDisconnected) ProtoMessage() + func (x *GroupDeviceStatus_Reply_PeerDisconnected) GetPeerId() string + func (x *GroupDeviceStatus_Reply_PeerDisconnected) ProtoReflect() protoreflect.Message + func (x *GroupDeviceStatus_Reply_PeerDisconnected) Reset() + func (x *GroupDeviceStatus_Reply_PeerDisconnected) String() string + type GroupDeviceStatus_Reply_PeerReconnecting struct + PeerId string + func (*GroupDeviceStatus_Reply_PeerReconnecting) Descriptor() ([]byte, []int) + func (*GroupDeviceStatus_Reply_PeerReconnecting) ProtoMessage() + func (x *GroupDeviceStatus_Reply_PeerReconnecting) GetPeerId() string + func (x *GroupDeviceStatus_Reply_PeerReconnecting) ProtoReflect() protoreflect.Message + func (x *GroupDeviceStatus_Reply_PeerReconnecting) Reset() + func (x *GroupDeviceStatus_Reply_PeerReconnecting) String() string + type GroupDeviceStatus_Request struct + GroupPk []byte + func (*GroupDeviceStatus_Request) Descriptor() ([]byte, []int) + func (*GroupDeviceStatus_Request) ProtoMessage() + func (x *GroupDeviceStatus_Request) GetGroupPk() []byte + func (x *GroupDeviceStatus_Request) ProtoReflect() protoreflect.Message + func (x *GroupDeviceStatus_Request) Reset() + func (x *GroupDeviceStatus_Request) String() string + type GroupDeviceStatus_Transport int32 + const GroupDeviceStatus_TptLAN + const GroupDeviceStatus_TptProximity + const GroupDeviceStatus_TptUnknown + const GroupDeviceStatus_TptWAN + func (GroupDeviceStatus_Transport) Descriptor() protoreflect.EnumDescriptor + func (GroupDeviceStatus_Transport) EnumDescriptor() ([]byte, []int) + func (GroupDeviceStatus_Transport) Type() protoreflect.EnumType + func (x GroupDeviceStatus_Transport) Enum() *GroupDeviceStatus_Transport + func (x GroupDeviceStatus_Transport) Number() protoreflect.EnumNumber + func (x GroupDeviceStatus_Transport) String() string + type GroupDeviceStatus_Type int32 + const GroupDeviceStatus_TypePeerConnected + const GroupDeviceStatus_TypePeerDisconnected + const GroupDeviceStatus_TypePeerReconnecting + const GroupDeviceStatus_TypeUnknown + func (GroupDeviceStatus_Type) Descriptor() protoreflect.EnumDescriptor + func (GroupDeviceStatus_Type) EnumDescriptor() ([]byte, []int) + func (GroupDeviceStatus_Type) Type() protoreflect.EnumType + func (x GroupDeviceStatus_Type) Enum() *GroupDeviceStatus_Type + func (x GroupDeviceStatus_Type) Number() protoreflect.EnumNumber + func (x GroupDeviceStatus_Type) String() string + type GroupEnvelope struct + Event []byte + Nonce []byte + func (*GroupEnvelope) Descriptor() ([]byte, []int) + func (*GroupEnvelope) ProtoMessage() + func (x *GroupEnvelope) GetEvent() []byte + func (x *GroupEnvelope) GetNonce() []byte + func (x *GroupEnvelope) ProtoReflect() protoreflect.Message + func (x *GroupEnvelope) Reset() + func (x *GroupEnvelope) String() string + type GroupHeadsExport struct + LinkKey []byte + MessagesHeadsCids [][]byte + MetadataHeadsCids [][]byte + PublicKey []byte + SignPub []byte + func (*GroupHeadsExport) Descriptor() ([]byte, []int) + func (*GroupHeadsExport) ProtoMessage() + func (x *GroupHeadsExport) GetLinkKey() []byte + func (x *GroupHeadsExport) GetMessagesHeadsCids() [][]byte + func (x *GroupHeadsExport) GetMetadataHeadsCids() [][]byte + func (x *GroupHeadsExport) GetPublicKey() []byte + func (x *GroupHeadsExport) GetSignPub() []byte + func (x *GroupHeadsExport) ProtoReflect() protoreflect.Message + func (x *GroupHeadsExport) Reset() + func (x *GroupHeadsExport) String() string + type GroupInfo struct + func (*GroupInfo) Descriptor() ([]byte, []int) + func (*GroupInfo) ProtoMessage() + func (x *GroupInfo) ProtoReflect() protoreflect.Message + func (x *GroupInfo) Reset() + func (x *GroupInfo) String() string + type GroupInfo_Reply struct + DevicePk []byte + Group *Group + MemberPk []byte + func (*GroupInfo_Reply) Descriptor() ([]byte, []int) + func (*GroupInfo_Reply) ProtoMessage() + func (x *GroupInfo_Reply) GetDevicePk() []byte + func (x *GroupInfo_Reply) GetGroup() *Group + func (x *GroupInfo_Reply) GetMemberPk() []byte + func (x *GroupInfo_Reply) ProtoReflect() protoreflect.Message + func (x *GroupInfo_Reply) Reset() + func (x *GroupInfo_Reply) String() string + type GroupInfo_Request struct + ContactPk []byte + GroupPk []byte + func (*GroupInfo_Request) Descriptor() ([]byte, []int) + func (*GroupInfo_Request) ProtoMessage() + func (x *GroupInfo_Request) GetContactPk() []byte + func (x *GroupInfo_Request) GetGroupPk() []byte + func (x *GroupInfo_Request) ProtoReflect() protoreflect.Message + func (x *GroupInfo_Request) Reset() + func (x *GroupInfo_Request) String() string + type GroupMemberDeviceAdded struct + DevicePk []byte + MemberPk []byte + MemberSig []byte + func (*GroupMemberDeviceAdded) Descriptor() ([]byte, []int) + func (*GroupMemberDeviceAdded) ProtoMessage() + func (x *GroupMemberDeviceAdded) GetDevicePk() []byte + func (x *GroupMemberDeviceAdded) GetMemberPk() []byte + func (x *GroupMemberDeviceAdded) GetMemberSig() []byte + func (x *GroupMemberDeviceAdded) ProtoReflect() protoreflect.Message + func (x *GroupMemberDeviceAdded) Reset() + func (x *GroupMemberDeviceAdded) String() string + type GroupMessageEvent struct + EventContext *EventContext + Headers *MessageHeaders + Message []byte + func (*GroupMessageEvent) Descriptor() ([]byte, []int) + func (*GroupMessageEvent) ProtoMessage() + func (x *GroupMessageEvent) GetEventContext() *EventContext + func (x *GroupMessageEvent) GetHeaders() *MessageHeaders + func (x *GroupMessageEvent) GetMessage() []byte + func (x *GroupMessageEvent) ProtoReflect() protoreflect.Message + func (x *GroupMessageEvent) Reset() + func (x *GroupMessageEvent) String() string + type GroupMessageList struct + func (*GroupMessageList) Descriptor() ([]byte, []int) + func (*GroupMessageList) ProtoMessage() + func (x *GroupMessageList) ProtoReflect() protoreflect.Message + func (x *GroupMessageList) Reset() + func (x *GroupMessageList) String() string + type GroupMessageList_Request struct + GroupPk []byte + ReverseOrder bool + SinceId []byte + SinceNow bool + UntilId []byte + UntilNow bool + func (*GroupMessageList_Request) Descriptor() ([]byte, []int) + func (*GroupMessageList_Request) ProtoMessage() + func (x *GroupMessageList_Request) GetGroupPk() []byte + func (x *GroupMessageList_Request) GetReverseOrder() bool + func (x *GroupMessageList_Request) GetSinceId() []byte + func (x *GroupMessageList_Request) GetSinceNow() bool + func (x *GroupMessageList_Request) GetUntilId() []byte + func (x *GroupMessageList_Request) GetUntilNow() bool + func (x *GroupMessageList_Request) ProtoReflect() protoreflect.Message + func (x *GroupMessageList_Request) Reset() + func (x *GroupMessageList_Request) String() string + type GroupMetadata struct + EventType EventType + Payload []byte + ProtocolMetadata *ProtocolMetadata + Sig []byte + func (*GroupMetadata) Descriptor() ([]byte, []int) + func (*GroupMetadata) ProtoMessage() + func (x *GroupMetadata) GetEventType() EventType + func (x *GroupMetadata) GetPayload() []byte + func (x *GroupMetadata) GetProtocolMetadata() *ProtocolMetadata + func (x *GroupMetadata) GetSig() []byte + func (x *GroupMetadata) ProtoReflect() protoreflect.Message + func (x *GroupMetadata) Reset() + func (x *GroupMetadata) String() string + type GroupMetadataEvent struct + Event []byte + EventContext *EventContext + Metadata *GroupMetadata + func (*GroupMetadataEvent) Descriptor() ([]byte, []int) + func (*GroupMetadataEvent) ProtoMessage() + func (x *GroupMetadataEvent) GetEvent() []byte + func (x *GroupMetadataEvent) GetEventContext() *EventContext + func (x *GroupMetadataEvent) GetMetadata() *GroupMetadata + func (x *GroupMetadataEvent) ProtoReflect() protoreflect.Message + func (x *GroupMetadataEvent) Reset() + func (x *GroupMetadataEvent) String() string + type GroupMetadataList struct + func (*GroupMetadataList) Descriptor() ([]byte, []int) + func (*GroupMetadataList) ProtoMessage() + func (x *GroupMetadataList) ProtoReflect() protoreflect.Message + func (x *GroupMetadataList) Reset() + func (x *GroupMetadataList) String() string + type GroupMetadataList_Request struct + GroupPk []byte + ReverseOrder bool + SinceId []byte + SinceNow bool + UntilId []byte + UntilNow bool + func (*GroupMetadataList_Request) Descriptor() ([]byte, []int) + func (*GroupMetadataList_Request) ProtoMessage() + func (x *GroupMetadataList_Request) GetGroupPk() []byte + func (x *GroupMetadataList_Request) GetReverseOrder() bool + func (x *GroupMetadataList_Request) GetSinceId() []byte + func (x *GroupMetadataList_Request) GetSinceNow() bool + func (x *GroupMetadataList_Request) GetUntilId() []byte + func (x *GroupMetadataList_Request) GetUntilNow() bool + func (x *GroupMetadataList_Request) ProtoReflect() protoreflect.Message + func (x *GroupMetadataList_Request) Reset() + func (x *GroupMetadataList_Request) String() string + type GroupMetadataPayloadSent struct + DevicePk []byte + Message []byte + func (*GroupMetadataPayloadSent) Descriptor() ([]byte, []int) + func (*GroupMetadataPayloadSent) ProtoMessage() + func (m *GroupMetadataPayloadSent) SetDevicePK(pk []byte) + func (x *GroupMetadataPayloadSent) GetDevicePk() []byte + func (x *GroupMetadataPayloadSent) GetMessage() []byte + func (x *GroupMetadataPayloadSent) ProtoReflect() protoreflect.Message + func (x *GroupMetadataPayloadSent) Reset() + func (x *GroupMetadataPayloadSent) String() string + type GroupRemoveAdditionalRendezvousSeed struct + DevicePk []byte + Seed []byte + func (*GroupRemoveAdditionalRendezvousSeed) Descriptor() ([]byte, []int) + func (*GroupRemoveAdditionalRendezvousSeed) ProtoMessage() + func (x *GroupRemoveAdditionalRendezvousSeed) GetDevicePk() []byte + func (x *GroupRemoveAdditionalRendezvousSeed) GetSeed() []byte + func (x *GroupRemoveAdditionalRendezvousSeed) ProtoReflect() protoreflect.Message + func (x *GroupRemoveAdditionalRendezvousSeed) Reset() + func (x *GroupRemoveAdditionalRendezvousSeed) String() string + type GroupReplicating struct + AuthenticationUrl string + DevicePk []byte + ReplicationServer string + func (*GroupReplicating) Descriptor() ([]byte, []int) + func (*GroupReplicating) ProtoMessage() + func (m *GroupReplicating) SetDevicePK(pk []byte) + func (x *GroupReplicating) GetAuthenticationUrl() string + func (x *GroupReplicating) GetDevicePk() []byte + func (x *GroupReplicating) GetReplicationServer() string + func (x *GroupReplicating) ProtoReflect() protoreflect.Message + func (x *GroupReplicating) Reset() + func (x *GroupReplicating) String() string + type GroupType int32 + const GroupType_GroupTypeAccount + const GroupType_GroupTypeContact + const GroupType_GroupTypeMultiMember + const GroupType_GroupTypeUndefined + func (GroupType) Descriptor() protoreflect.EnumDescriptor + func (GroupType) EnumDescriptor() ([]byte, []int) + func (GroupType) Type() protoreflect.EnumType + func (x GroupType) Enum() *GroupType + func (x GroupType) Number() protoreflect.EnumNumber + func (x GroupType) String() string + type MessageEnvelope struct + Message []byte + MessageHeaders []byte + Nonce []byte + func (*MessageEnvelope) Descriptor() ([]byte, []int) + func (*MessageEnvelope) ProtoMessage() + func (x *MessageEnvelope) GetMessage() []byte + func (x *MessageEnvelope) GetMessageHeaders() []byte + func (x *MessageEnvelope) GetNonce() []byte + func (x *MessageEnvelope) ProtoReflect() protoreflect.Message + func (x *MessageEnvelope) Reset() + func (x *MessageEnvelope) String() string + type MessageHeaders struct + Counter uint64 + DevicePk []byte + Metadata map[string]string + Sig []byte + func (*MessageHeaders) Descriptor() ([]byte, []int) + func (*MessageHeaders) ProtoMessage() + func (x *MessageHeaders) GetCounter() uint64 + func (x *MessageHeaders) GetDevicePk() []byte + func (x *MessageHeaders) GetMetadata() map[string]string + func (x *MessageHeaders) GetSig() []byte + func (x *MessageHeaders) ProtoReflect() protoreflect.Message + func (x *MessageHeaders) Reset() + func (x *MessageHeaders) String() string + type MultiMemberGroupAdminRoleGrant struct + func (*MultiMemberGroupAdminRoleGrant) Descriptor() ([]byte, []int) + func (*MultiMemberGroupAdminRoleGrant) ProtoMessage() + func (x *MultiMemberGroupAdminRoleGrant) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupAdminRoleGrant) Reset() + func (x *MultiMemberGroupAdminRoleGrant) String() string + type MultiMemberGroupAdminRoleGrant_Reply struct + func (*MultiMemberGroupAdminRoleGrant_Reply) Descriptor() ([]byte, []int) + func (*MultiMemberGroupAdminRoleGrant_Reply) ProtoMessage() + func (x *MultiMemberGroupAdminRoleGrant_Reply) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupAdminRoleGrant_Reply) Reset() + func (x *MultiMemberGroupAdminRoleGrant_Reply) String() string + type MultiMemberGroupAdminRoleGrant_Request struct + GroupPk []byte + MemberPk []byte + func (*MultiMemberGroupAdminRoleGrant_Request) Descriptor() ([]byte, []int) + func (*MultiMemberGroupAdminRoleGrant_Request) ProtoMessage() + func (x *MultiMemberGroupAdminRoleGrant_Request) GetGroupPk() []byte + func (x *MultiMemberGroupAdminRoleGrant_Request) GetMemberPk() []byte + func (x *MultiMemberGroupAdminRoleGrant_Request) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupAdminRoleGrant_Request) Reset() + func (x *MultiMemberGroupAdminRoleGrant_Request) String() string + type MultiMemberGroupAdminRoleGranted struct + DevicePk []byte + GranteeMemberPk []byte + func (*MultiMemberGroupAdminRoleGranted) Descriptor() ([]byte, []int) + func (*MultiMemberGroupAdminRoleGranted) ProtoMessage() + func (m *MultiMemberGroupAdminRoleGranted) SetDevicePK(pk []byte) + func (x *MultiMemberGroupAdminRoleGranted) GetDevicePk() []byte + func (x *MultiMemberGroupAdminRoleGranted) GetGranteeMemberPk() []byte + func (x *MultiMemberGroupAdminRoleGranted) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupAdminRoleGranted) Reset() + func (x *MultiMemberGroupAdminRoleGranted) String() string + type MultiMemberGroupAliasResolverAdded struct + AliasProof []byte + AliasResolver []byte + DevicePk []byte + func (*MultiMemberGroupAliasResolverAdded) Descriptor() ([]byte, []int) + func (*MultiMemberGroupAliasResolverAdded) ProtoMessage() + func (m *MultiMemberGroupAliasResolverAdded) SetDevicePK(pk []byte) + func (x *MultiMemberGroupAliasResolverAdded) GetAliasProof() []byte + func (x *MultiMemberGroupAliasResolverAdded) GetAliasResolver() []byte + func (x *MultiMemberGroupAliasResolverAdded) GetDevicePk() []byte + func (x *MultiMemberGroupAliasResolverAdded) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupAliasResolverAdded) Reset() + func (x *MultiMemberGroupAliasResolverAdded) String() string + type MultiMemberGroupAliasResolverDisclose struct + func (*MultiMemberGroupAliasResolverDisclose) Descriptor() ([]byte, []int) + func (*MultiMemberGroupAliasResolverDisclose) ProtoMessage() + func (x *MultiMemberGroupAliasResolverDisclose) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupAliasResolverDisclose) Reset() + func (x *MultiMemberGroupAliasResolverDisclose) String() string + type MultiMemberGroupAliasResolverDisclose_Reply struct + func (*MultiMemberGroupAliasResolverDisclose_Reply) Descriptor() ([]byte, []int) + func (*MultiMemberGroupAliasResolverDisclose_Reply) ProtoMessage() + func (x *MultiMemberGroupAliasResolverDisclose_Reply) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupAliasResolverDisclose_Reply) Reset() + func (x *MultiMemberGroupAliasResolverDisclose_Reply) String() string + type MultiMemberGroupAliasResolverDisclose_Request struct + GroupPk []byte + func (*MultiMemberGroupAliasResolverDisclose_Request) Descriptor() ([]byte, []int) + func (*MultiMemberGroupAliasResolverDisclose_Request) ProtoMessage() + func (x *MultiMemberGroupAliasResolverDisclose_Request) GetGroupPk() []byte + func (x *MultiMemberGroupAliasResolverDisclose_Request) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupAliasResolverDisclose_Request) Reset() + func (x *MultiMemberGroupAliasResolverDisclose_Request) String() string + type MultiMemberGroupCreate struct + func (*MultiMemberGroupCreate) Descriptor() ([]byte, []int) + func (*MultiMemberGroupCreate) ProtoMessage() + func (x *MultiMemberGroupCreate) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupCreate) Reset() + func (x *MultiMemberGroupCreate) String() string + type MultiMemberGroupCreate_Reply struct + GroupPk []byte + func (*MultiMemberGroupCreate_Reply) Descriptor() ([]byte, []int) + func (*MultiMemberGroupCreate_Reply) ProtoMessage() + func (x *MultiMemberGroupCreate_Reply) GetGroupPk() []byte + func (x *MultiMemberGroupCreate_Reply) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupCreate_Reply) Reset() + func (x *MultiMemberGroupCreate_Reply) String() string + type MultiMemberGroupCreate_Request struct + func (*MultiMemberGroupCreate_Request) Descriptor() ([]byte, []int) + func (*MultiMemberGroupCreate_Request) ProtoMessage() + func (x *MultiMemberGroupCreate_Request) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupCreate_Request) Reset() + func (x *MultiMemberGroupCreate_Request) String() string + type MultiMemberGroupInitialMemberAnnounced struct + MemberPk []byte + func (*MultiMemberGroupInitialMemberAnnounced) Descriptor() ([]byte, []int) + func (*MultiMemberGroupInitialMemberAnnounced) ProtoMessage() + func (x *MultiMemberGroupInitialMemberAnnounced) GetMemberPk() []byte + func (x *MultiMemberGroupInitialMemberAnnounced) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupInitialMemberAnnounced) Reset() + func (x *MultiMemberGroupInitialMemberAnnounced) String() string + type MultiMemberGroupInvitationCreate struct + func (*MultiMemberGroupInvitationCreate) Descriptor() ([]byte, []int) + func (*MultiMemberGroupInvitationCreate) ProtoMessage() + func (x *MultiMemberGroupInvitationCreate) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupInvitationCreate) Reset() + func (x *MultiMemberGroupInvitationCreate) String() string + type MultiMemberGroupInvitationCreate_Reply struct + Group *Group + func (*MultiMemberGroupInvitationCreate_Reply) Descriptor() ([]byte, []int) + func (*MultiMemberGroupInvitationCreate_Reply) ProtoMessage() + func (x *MultiMemberGroupInvitationCreate_Reply) GetGroup() *Group + func (x *MultiMemberGroupInvitationCreate_Reply) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupInvitationCreate_Reply) Reset() + func (x *MultiMemberGroupInvitationCreate_Reply) String() string + type MultiMemberGroupInvitationCreate_Request struct + GroupPk []byte + func (*MultiMemberGroupInvitationCreate_Request) Descriptor() ([]byte, []int) + func (*MultiMemberGroupInvitationCreate_Request) ProtoMessage() + func (x *MultiMemberGroupInvitationCreate_Request) GetGroupPk() []byte + func (x *MultiMemberGroupInvitationCreate_Request) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupInvitationCreate_Request) Reset() + func (x *MultiMemberGroupInvitationCreate_Request) String() string + type MultiMemberGroupJoin struct + func (*MultiMemberGroupJoin) Descriptor() ([]byte, []int) + func (*MultiMemberGroupJoin) ProtoMessage() + func (x *MultiMemberGroupJoin) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupJoin) Reset() + func (x *MultiMemberGroupJoin) String() string + type MultiMemberGroupJoin_Reply struct + func (*MultiMemberGroupJoin_Reply) Descriptor() ([]byte, []int) + func (*MultiMemberGroupJoin_Reply) ProtoMessage() + func (x *MultiMemberGroupJoin_Reply) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupJoin_Reply) Reset() + func (x *MultiMemberGroupJoin_Reply) String() string + type MultiMemberGroupJoin_Request struct + Group *Group + func (*MultiMemberGroupJoin_Request) Descriptor() ([]byte, []int) + func (*MultiMemberGroupJoin_Request) ProtoMessage() + func (x *MultiMemberGroupJoin_Request) GetGroup() *Group + func (x *MultiMemberGroupJoin_Request) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupJoin_Request) Reset() + func (x *MultiMemberGroupJoin_Request) String() string + type MultiMemberGroupLeave struct + func (*MultiMemberGroupLeave) Descriptor() ([]byte, []int) + func (*MultiMemberGroupLeave) ProtoMessage() + func (x *MultiMemberGroupLeave) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupLeave) Reset() + func (x *MultiMemberGroupLeave) String() string + type MultiMemberGroupLeave_Reply struct + func (*MultiMemberGroupLeave_Reply) Descriptor() ([]byte, []int) + func (*MultiMemberGroupLeave_Reply) ProtoMessage() + func (x *MultiMemberGroupLeave_Reply) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupLeave_Reply) Reset() + func (x *MultiMemberGroupLeave_Reply) String() string + type MultiMemberGroupLeave_Request struct + GroupPk []byte + func (*MultiMemberGroupLeave_Request) Descriptor() ([]byte, []int) + func (*MultiMemberGroupLeave_Request) ProtoMessage() + func (x *MultiMemberGroupLeave_Request) GetGroupPk() []byte + func (x *MultiMemberGroupLeave_Request) ProtoReflect() protoreflect.Message + func (x *MultiMemberGroupLeave_Request) Reset() + func (x *MultiMemberGroupLeave_Request) String() string + type OrbitDBMessageHeads struct + RawRotation []byte + SealedBox []byte + func (*OrbitDBMessageHeads) Descriptor() ([]byte, []int) + func (*OrbitDBMessageHeads) ProtoMessage() + func (x *OrbitDBMessageHeads) GetRawRotation() []byte + func (x *OrbitDBMessageHeads) GetSealedBox() []byte + func (x *OrbitDBMessageHeads) ProtoReflect() protoreflect.Message + func (x *OrbitDBMessageHeads) Reset() + func (x *OrbitDBMessageHeads) String() string + type OrbitDBMessageHeads_Box struct + Address string + DevicePk []byte + Heads []byte + PeerId []byte + func (*OrbitDBMessageHeads_Box) Descriptor() ([]byte, []int) + func (*OrbitDBMessageHeads_Box) ProtoMessage() + func (x *OrbitDBMessageHeads_Box) GetAddress() string + func (x *OrbitDBMessageHeads_Box) GetDevicePk() []byte + func (x *OrbitDBMessageHeads_Box) GetHeads() []byte + func (x *OrbitDBMessageHeads_Box) GetPeerId() []byte + func (x *OrbitDBMessageHeads_Box) ProtoReflect() protoreflect.Message + func (x *OrbitDBMessageHeads_Box) Reset() + func (x *OrbitDBMessageHeads_Box) String() string + type OutOfStoreMessage struct + Cid []byte + Counter uint64 + DevicePk []byte + EncryptedPayload []byte + Flags uint32 + Nonce []byte + Sig []byte + func (*OutOfStoreMessage) Descriptor() ([]byte, []int) + func (*OutOfStoreMessage) ProtoMessage() + func (x *OutOfStoreMessage) GetCid() []byte + func (x *OutOfStoreMessage) GetCounter() uint64 + func (x *OutOfStoreMessage) GetDevicePk() []byte + func (x *OutOfStoreMessage) GetEncryptedPayload() []byte + func (x *OutOfStoreMessage) GetFlags() uint32 + func (x *OutOfStoreMessage) GetNonce() []byte + func (x *OutOfStoreMessage) GetSig() []byte + func (x *OutOfStoreMessage) ProtoReflect() protoreflect.Message + func (x *OutOfStoreMessage) Reset() + func (x *OutOfStoreMessage) String() string + type OutOfStoreMessageEnvelope struct + Box []byte + GroupReference []byte + Nonce []byte + func (*OutOfStoreMessageEnvelope) Descriptor() ([]byte, []int) + func (*OutOfStoreMessageEnvelope) ProtoMessage() + func (x *OutOfStoreMessageEnvelope) GetBox() []byte + func (x *OutOfStoreMessageEnvelope) GetGroupReference() []byte + func (x *OutOfStoreMessageEnvelope) GetNonce() []byte + func (x *OutOfStoreMessageEnvelope) ProtoReflect() protoreflect.Message + func (x *OutOfStoreMessageEnvelope) Reset() + func (x *OutOfStoreMessageEnvelope) String() string + type OutOfStoreReceive struct + func (*OutOfStoreReceive) Descriptor() ([]byte, []int) + func (*OutOfStoreReceive) ProtoMessage() + func (x *OutOfStoreReceive) ProtoReflect() protoreflect.Message + func (x *OutOfStoreReceive) Reset() + func (x *OutOfStoreReceive) String() string + type OutOfStoreReceive_Reply struct + AlreadyReceived bool + Cleartext []byte + GroupPublicKey []byte + Message *OutOfStoreMessage + func (*OutOfStoreReceive_Reply) Descriptor() ([]byte, []int) + func (*OutOfStoreReceive_Reply) ProtoMessage() + func (x *OutOfStoreReceive_Reply) GetAlreadyReceived() bool + func (x *OutOfStoreReceive_Reply) GetCleartext() []byte + func (x *OutOfStoreReceive_Reply) GetGroupPublicKey() []byte + func (x *OutOfStoreReceive_Reply) GetMessage() *OutOfStoreMessage + func (x *OutOfStoreReceive_Reply) ProtoReflect() protoreflect.Message + func (x *OutOfStoreReceive_Reply) Reset() + func (x *OutOfStoreReceive_Reply) String() string + type OutOfStoreReceive_Request struct + Payload []byte + func (*OutOfStoreReceive_Request) Descriptor() ([]byte, []int) + func (*OutOfStoreReceive_Request) ProtoMessage() + func (x *OutOfStoreReceive_Request) GetPayload() []byte + func (x *OutOfStoreReceive_Request) ProtoReflect() protoreflect.Message + func (x *OutOfStoreReceive_Request) Reset() + func (x *OutOfStoreReceive_Request) String() string + type OutOfStoreSeal struct + func (*OutOfStoreSeal) Descriptor() ([]byte, []int) + func (*OutOfStoreSeal) ProtoMessage() + func (x *OutOfStoreSeal) ProtoReflect() protoreflect.Message + func (x *OutOfStoreSeal) Reset() + func (x *OutOfStoreSeal) String() string + type OutOfStoreSeal_Reply struct + Encrypted []byte + func (*OutOfStoreSeal_Reply) Descriptor() ([]byte, []int) + func (*OutOfStoreSeal_Reply) ProtoMessage() + func (x *OutOfStoreSeal_Reply) GetEncrypted() []byte + func (x *OutOfStoreSeal_Reply) ProtoReflect() protoreflect.Message + func (x *OutOfStoreSeal_Reply) Reset() + func (x *OutOfStoreSeal_Reply) String() string + type OutOfStoreSeal_Request struct + Cid []byte + GroupPublicKey []byte + func (*OutOfStoreSeal_Request) Descriptor() ([]byte, []int) + func (*OutOfStoreSeal_Request) ProtoMessage() + func (x *OutOfStoreSeal_Request) GetCid() []byte + func (x *OutOfStoreSeal_Request) GetGroupPublicKey() []byte + func (x *OutOfStoreSeal_Request) ProtoReflect() protoreflect.Message + func (x *OutOfStoreSeal_Request) Reset() + func (x *OutOfStoreSeal_Request) String() string + type PeerList struct + func (*PeerList) Descriptor() ([]byte, []int) + func (*PeerList) ProtoMessage() + func (x *PeerList) ProtoReflect() protoreflect.Message + func (x *PeerList) Reset() + func (x *PeerList) String() string + type PeerList_Feature int32 + const PeerList_BLEFeature + const PeerList_LocalFeature + const PeerList_QuicFeature + const PeerList_TorFeature + const PeerList_UnknownFeature + const PeerList_WeshFeature + func (PeerList_Feature) Descriptor() protoreflect.EnumDescriptor + func (PeerList_Feature) EnumDescriptor() ([]byte, []int) + func (PeerList_Feature) Type() protoreflect.EnumType + func (x PeerList_Feature) Enum() *PeerList_Feature + func (x PeerList_Feature) Number() protoreflect.EnumNumber + func (x PeerList_Feature) String() string + type PeerList_Peer struct + Direction Direction + Errors []string + Features []PeerList_Feature + Id string + IsActive bool + MinLatency int64 + Routes []*PeerList_Route + func (*PeerList_Peer) Descriptor() ([]byte, []int) + func (*PeerList_Peer) ProtoMessage() + func (x *PeerList_Peer) GetDirection() Direction + func (x *PeerList_Peer) GetErrors() []string + func (x *PeerList_Peer) GetFeatures() []PeerList_Feature + func (x *PeerList_Peer) GetId() string + func (x *PeerList_Peer) GetIsActive() bool + func (x *PeerList_Peer) GetMinLatency() int64 + func (x *PeerList_Peer) GetRoutes() []*PeerList_Route + func (x *PeerList_Peer) ProtoReflect() protoreflect.Message + func (x *PeerList_Peer) Reset() + func (x *PeerList_Peer) String() string + type PeerList_Reply struct + Peers []*PeerList_Peer + func (*PeerList_Reply) Descriptor() ([]byte, []int) + func (*PeerList_Reply) ProtoMessage() + func (x *PeerList_Reply) GetPeers() []*PeerList_Peer + func (x *PeerList_Reply) ProtoReflect() protoreflect.Message + func (x *PeerList_Reply) Reset() + func (x *PeerList_Reply) String() string + type PeerList_Request struct + func (*PeerList_Request) Descriptor() ([]byte, []int) + func (*PeerList_Request) ProtoMessage() + func (x *PeerList_Request) ProtoReflect() protoreflect.Message + func (x *PeerList_Request) Reset() + func (x *PeerList_Request) String() string + type PeerList_Route struct + Address string + Direction Direction + IsActive bool + Latency int64 + Streams []*PeerList_Stream + func (*PeerList_Route) Descriptor() ([]byte, []int) + func (*PeerList_Route) ProtoMessage() + func (x *PeerList_Route) GetAddress() string + func (x *PeerList_Route) GetDirection() Direction + func (x *PeerList_Route) GetIsActive() bool + func (x *PeerList_Route) GetLatency() int64 + func (x *PeerList_Route) GetStreams() []*PeerList_Stream + func (x *PeerList_Route) ProtoReflect() protoreflect.Message + func (x *PeerList_Route) Reset() + func (x *PeerList_Route) String() string + type PeerList_Stream struct + Id string + func (*PeerList_Stream) Descriptor() ([]byte, []int) + func (*PeerList_Stream) ProtoMessage() + func (x *PeerList_Stream) GetId() string + func (x *PeerList_Stream) ProtoReflect() protoreflect.Message + func (x *PeerList_Stream) Reset() + func (x *PeerList_Stream) String() string + type Progress struct + Completed uint64 + Delay uint64 + Doing string + Progress float32 + State string + Total uint64 + func (*Progress) Descriptor() ([]byte, []int) + func (*Progress) ProtoMessage() + func (x *Progress) GetCompleted() uint64 + func (x *Progress) GetDelay() uint64 + func (x *Progress) GetDoing() string + func (x *Progress) GetProgress() float32 + func (x *Progress) GetState() string + func (x *Progress) GetTotal() uint64 + func (x *Progress) ProtoReflect() protoreflect.Message + func (x *Progress) Reset() + func (x *Progress) String() string + type ProtocolMetadata struct + func (*ProtocolMetadata) Descriptor() ([]byte, []int) + func (*ProtocolMetadata) ProtoMessage() + func (x *ProtocolMetadata) ProtoReflect() protoreflect.Message + func (x *ProtocolMetadata) Reset() + func (x *ProtocolMetadata) String() string + type ProtocolServiceClient interface + ActivateGroup func(ctx context.Context, in *ActivateGroup_Request, opts ...grpc.CallOption) (*ActivateGroup_Reply, error) + AppMessageSend func(ctx context.Context, in *AppMessageSend_Request, opts ...grpc.CallOption) (*AppMessageSend_Reply, error) + AppMetadataSend func(ctx context.Context, in *AppMetadataSend_Request, opts ...grpc.CallOption) (*AppMetadataSend_Reply, error) + ContactAliasKeySend func(ctx context.Context, in *ContactAliasKeySend_Request, opts ...grpc.CallOption) (*ContactAliasKeySend_Reply, error) + ContactBlock func(ctx context.Context, in *ContactBlock_Request, opts ...grpc.CallOption) (*ContactBlock_Reply, error) + ContactRequestAccept func(ctx context.Context, in *ContactRequestAccept_Request, opts ...grpc.CallOption) (*ContactRequestAccept_Reply, error) + ContactRequestDisable func(ctx context.Context, in *ContactRequestDisable_Request, ...) (*ContactRequestDisable_Reply, error) + ContactRequestDiscard func(ctx context.Context, in *ContactRequestDiscard_Request, ...) (*ContactRequestDiscard_Reply, error) + ContactRequestEnable func(ctx context.Context, in *ContactRequestEnable_Request, opts ...grpc.CallOption) (*ContactRequestEnable_Reply, error) + ContactRequestReference func(ctx context.Context, in *ContactRequestReference_Request, ...) (*ContactRequestReference_Reply, error) + ContactRequestResetReference func(ctx context.Context, in *ContactRequestResetReference_Request, ...) (*ContactRequestResetReference_Reply, error) + ContactRequestSend func(ctx context.Context, in *ContactRequestSend_Request, opts ...grpc.CallOption) (*ContactRequestSend_Reply, error) + ContactUnblock func(ctx context.Context, in *ContactUnblock_Request, opts ...grpc.CallOption) (*ContactUnblock_Reply, error) + CredentialVerificationServiceCompleteFlow func(ctx context.Context, in *CredentialVerificationServiceCompleteFlow_Request, ...) (*CredentialVerificationServiceCompleteFlow_Reply, error) + CredentialVerificationServiceInitFlow func(ctx context.Context, in *CredentialVerificationServiceInitFlow_Request, ...) (*CredentialVerificationServiceInitFlow_Reply, error) + DeactivateGroup func(ctx context.Context, in *DeactivateGroup_Request, opts ...grpc.CallOption) (*DeactivateGroup_Reply, error) + DebugGroup func(ctx context.Context, in *DebugGroup_Request, opts ...grpc.CallOption) (*DebugGroup_Reply, error) + DebugInspectGroupStore func(ctx context.Context, in *DebugInspectGroupStore_Request, ...) (grpc.ServerStreamingClient[DebugInspectGroupStore_Reply], error) + DebugListGroups func(ctx context.Context, in *DebugListGroups_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[DebugListGroups_Reply], error) + DecodeContact func(ctx context.Context, in *DecodeContact_Request, opts ...grpc.CallOption) (*DecodeContact_Reply, error) + GroupDeviceStatus func(ctx context.Context, in *GroupDeviceStatus_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[GroupDeviceStatus_Reply], error) + GroupInfo func(ctx context.Context, in *GroupInfo_Request, opts ...grpc.CallOption) (*GroupInfo_Reply, error) + GroupMessageList func(ctx context.Context, in *GroupMessageList_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[GroupMessageEvent], error) + GroupMetadataList func(ctx context.Context, in *GroupMetadataList_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[GroupMetadataEvent], error) + MultiMemberGroupAdminRoleGrant func(ctx context.Context, in *MultiMemberGroupAdminRoleGrant_Request, ...) (*MultiMemberGroupAdminRoleGrant_Reply, error) + MultiMemberGroupAliasResolverDisclose func(ctx context.Context, in *MultiMemberGroupAliasResolverDisclose_Request, ...) (*MultiMemberGroupAliasResolverDisclose_Reply, error) + MultiMemberGroupCreate func(ctx context.Context, in *MultiMemberGroupCreate_Request, ...) (*MultiMemberGroupCreate_Reply, error) + MultiMemberGroupInvitationCreate func(ctx context.Context, in *MultiMemberGroupInvitationCreate_Request, ...) (*MultiMemberGroupInvitationCreate_Reply, error) + MultiMemberGroupJoin func(ctx context.Context, in *MultiMemberGroupJoin_Request, opts ...grpc.CallOption) (*MultiMemberGroupJoin_Reply, error) + MultiMemberGroupLeave func(ctx context.Context, in *MultiMemberGroupLeave_Request, ...) (*MultiMemberGroupLeave_Reply, error) + OutOfStoreReceive func(ctx context.Context, in *OutOfStoreReceive_Request, opts ...grpc.CallOption) (*OutOfStoreReceive_Reply, error) + OutOfStoreSeal func(ctx context.Context, in *OutOfStoreSeal_Request, opts ...grpc.CallOption) (*OutOfStoreSeal_Reply, error) + PeerList func(ctx context.Context, in *PeerList_Request, opts ...grpc.CallOption) (*PeerList_Reply, error) + RefreshContactRequest func(ctx context.Context, in *RefreshContactRequest_Request, ...) (*RefreshContactRequest_Reply, error) + ReplicationServiceRegisterGroup func(ctx context.Context, in *ReplicationServiceRegisterGroup_Request, ...) (*ReplicationServiceRegisterGroup_Reply, error) + ServiceExportData func(ctx context.Context, in *ServiceExportData_Request, opts ...grpc.CallOption) (grpc.ServerStreamingClient[ServiceExportData_Reply], error) + ServiceGetConfiguration func(ctx context.Context, in *ServiceGetConfiguration_Request, ...) (*ServiceGetConfiguration_Reply, error) + ShareContact func(ctx context.Context, in *ShareContact_Request, opts ...grpc.CallOption) (*ShareContact_Reply, error) + SystemInfo func(ctx context.Context, in *SystemInfo_Request, opts ...grpc.CallOption) (*SystemInfo_Reply, error) + VerifiedCredentialsList func(ctx context.Context, in *VerifiedCredentialsList_Request, ...) (grpc.ServerStreamingClient[VerifiedCredentialsList_Reply], error) + func NewProtocolServiceClient(cc grpc.ClientConnInterface) ProtocolServiceClient + type ProtocolServiceServer interface + ActivateGroup func(context.Context, *ActivateGroup_Request) (*ActivateGroup_Reply, error) + AppMessageSend func(context.Context, *AppMessageSend_Request) (*AppMessageSend_Reply, error) + AppMetadataSend func(context.Context, *AppMetadataSend_Request) (*AppMetadataSend_Reply, error) + ContactAliasKeySend func(context.Context, *ContactAliasKeySend_Request) (*ContactAliasKeySend_Reply, error) + ContactBlock func(context.Context, *ContactBlock_Request) (*ContactBlock_Reply, error) + ContactRequestAccept func(context.Context, *ContactRequestAccept_Request) (*ContactRequestAccept_Reply, error) + ContactRequestDisable func(context.Context, *ContactRequestDisable_Request) (*ContactRequestDisable_Reply, error) + ContactRequestDiscard func(context.Context, *ContactRequestDiscard_Request) (*ContactRequestDiscard_Reply, error) + ContactRequestEnable func(context.Context, *ContactRequestEnable_Request) (*ContactRequestEnable_Reply, error) + ContactRequestReference func(context.Context, *ContactRequestReference_Request) (*ContactRequestReference_Reply, error) + ContactRequestResetReference func(context.Context, *ContactRequestResetReference_Request) (*ContactRequestResetReference_Reply, error) + ContactRequestSend func(context.Context, *ContactRequestSend_Request) (*ContactRequestSend_Reply, error) + ContactUnblock func(context.Context, *ContactUnblock_Request) (*ContactUnblock_Reply, error) + CredentialVerificationServiceCompleteFlow func(context.Context, *CredentialVerificationServiceCompleteFlow_Request) (*CredentialVerificationServiceCompleteFlow_Reply, error) + CredentialVerificationServiceInitFlow func(context.Context, *CredentialVerificationServiceInitFlow_Request) (*CredentialVerificationServiceInitFlow_Reply, error) + DeactivateGroup func(context.Context, *DeactivateGroup_Request) (*DeactivateGroup_Reply, error) + DebugGroup func(context.Context, *DebugGroup_Request) (*DebugGroup_Reply, error) + DebugInspectGroupStore func(*DebugInspectGroupStore_Request, ...) error + DebugListGroups func(*DebugListGroups_Request, grpc.ServerStreamingServer[DebugListGroups_Reply]) error + DecodeContact func(context.Context, *DecodeContact_Request) (*DecodeContact_Reply, error) + GroupDeviceStatus func(*GroupDeviceStatus_Request, ...) error + GroupInfo func(context.Context, *GroupInfo_Request) (*GroupInfo_Reply, error) + GroupMessageList func(*GroupMessageList_Request, grpc.ServerStreamingServer[GroupMessageEvent]) error + GroupMetadataList func(*GroupMetadataList_Request, grpc.ServerStreamingServer[GroupMetadataEvent]) error + MultiMemberGroupAdminRoleGrant func(context.Context, *MultiMemberGroupAdminRoleGrant_Request) (*MultiMemberGroupAdminRoleGrant_Reply, error) + MultiMemberGroupAliasResolverDisclose func(context.Context, *MultiMemberGroupAliasResolverDisclose_Request) (*MultiMemberGroupAliasResolverDisclose_Reply, error) + MultiMemberGroupCreate func(context.Context, *MultiMemberGroupCreate_Request) (*MultiMemberGroupCreate_Reply, error) + MultiMemberGroupInvitationCreate func(context.Context, *MultiMemberGroupInvitationCreate_Request) (*MultiMemberGroupInvitationCreate_Reply, error) + MultiMemberGroupJoin func(context.Context, *MultiMemberGroupJoin_Request) (*MultiMemberGroupJoin_Reply, error) + MultiMemberGroupLeave func(context.Context, *MultiMemberGroupLeave_Request) (*MultiMemberGroupLeave_Reply, error) + OutOfStoreReceive func(context.Context, *OutOfStoreReceive_Request) (*OutOfStoreReceive_Reply, error) + OutOfStoreSeal func(context.Context, *OutOfStoreSeal_Request) (*OutOfStoreSeal_Reply, error) + PeerList func(context.Context, *PeerList_Request) (*PeerList_Reply, error) + RefreshContactRequest func(context.Context, *RefreshContactRequest_Request) (*RefreshContactRequest_Reply, error) + ReplicationServiceRegisterGroup func(context.Context, *ReplicationServiceRegisterGroup_Request) (*ReplicationServiceRegisterGroup_Reply, error) + ServiceExportData func(*ServiceExportData_Request, ...) error + ServiceGetConfiguration func(context.Context, *ServiceGetConfiguration_Request) (*ServiceGetConfiguration_Reply, error) + ShareContact func(context.Context, *ShareContact_Request) (*ShareContact_Reply, error) + SystemInfo func(context.Context, *SystemInfo_Request) (*SystemInfo_Reply, error) + VerifiedCredentialsList func(*VerifiedCredentialsList_Request, ...) error + type ProtocolService_DebugInspectGroupStoreClient = grpc.ServerStreamingClient[DebugInspectGroupStore_Reply] + type ProtocolService_DebugInspectGroupStoreServer = grpc.ServerStreamingServer[DebugInspectGroupStore_Reply] + type ProtocolService_DebugListGroupsClient = grpc.ServerStreamingClient[DebugListGroups_Reply] + type ProtocolService_DebugListGroupsServer = grpc.ServerStreamingServer[DebugListGroups_Reply] + type ProtocolService_GroupDeviceStatusClient = grpc.ServerStreamingClient[GroupDeviceStatus_Reply] + type ProtocolService_GroupDeviceStatusServer = grpc.ServerStreamingServer[GroupDeviceStatus_Reply] + type ProtocolService_GroupMessageListClient = grpc.ServerStreamingClient[GroupMessageEvent] + type ProtocolService_GroupMessageListServer = grpc.ServerStreamingServer[GroupMessageEvent] + type ProtocolService_GroupMetadataListClient = grpc.ServerStreamingClient[GroupMetadataEvent] + type ProtocolService_GroupMetadataListServer = grpc.ServerStreamingServer[GroupMetadataEvent] + type ProtocolService_ServiceExportDataClient = grpc.ServerStreamingClient[ServiceExportData_Reply] + type ProtocolService_ServiceExportDataServer = grpc.ServerStreamingServer[ServiceExportData_Reply] + type ProtocolService_VerifiedCredentialsListClient = grpc.ServerStreamingClient[VerifiedCredentialsList_Reply] + type ProtocolService_VerifiedCredentialsListServer = grpc.ServerStreamingServer[VerifiedCredentialsList_Reply] + type RefreshContactRequest struct + func (*RefreshContactRequest) Descriptor() ([]byte, []int) + func (*RefreshContactRequest) ProtoMessage() + func (x *RefreshContactRequest) ProtoReflect() protoreflect.Message + func (x *RefreshContactRequest) Reset() + func (x *RefreshContactRequest) String() string + type RefreshContactRequest_Peer struct + Addrs []string + Id string + func (*RefreshContactRequest_Peer) Descriptor() ([]byte, []int) + func (*RefreshContactRequest_Peer) ProtoMessage() + func (x *RefreshContactRequest_Peer) GetAddrs() []string + func (x *RefreshContactRequest_Peer) GetId() string + func (x *RefreshContactRequest_Peer) ProtoReflect() protoreflect.Message + func (x *RefreshContactRequest_Peer) Reset() + func (x *RefreshContactRequest_Peer) String() string + type RefreshContactRequest_Reply struct + PeersFound []*RefreshContactRequest_Peer + func (*RefreshContactRequest_Reply) Descriptor() ([]byte, []int) + func (*RefreshContactRequest_Reply) ProtoMessage() + func (x *RefreshContactRequest_Reply) GetPeersFound() []*RefreshContactRequest_Peer + func (x *RefreshContactRequest_Reply) ProtoReflect() protoreflect.Message + func (x *RefreshContactRequest_Reply) Reset() + func (x *RefreshContactRequest_Reply) String() string + type RefreshContactRequest_Request struct + ContactPk []byte + Timeout int64 + func (*RefreshContactRequest_Request) Descriptor() ([]byte, []int) + func (*RefreshContactRequest_Request) ProtoMessage() + func (x *RefreshContactRequest_Request) GetContactPk() []byte + func (x *RefreshContactRequest_Request) GetTimeout() int64 + func (x *RefreshContactRequest_Request) ProtoReflect() protoreflect.Message + func (x *RefreshContactRequest_Request) Reset() + func (x *RefreshContactRequest_Request) String() string + type ReplicationServiceRegisterGroup struct + func (*ReplicationServiceRegisterGroup) Descriptor() ([]byte, []int) + func (*ReplicationServiceRegisterGroup) ProtoMessage() + func (x *ReplicationServiceRegisterGroup) ProtoReflect() protoreflect.Message + func (x *ReplicationServiceRegisterGroup) Reset() + func (x *ReplicationServiceRegisterGroup) String() string + type ReplicationServiceRegisterGroup_Reply struct + func (*ReplicationServiceRegisterGroup_Reply) Descriptor() ([]byte, []int) + func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage() + func (x *ReplicationServiceRegisterGroup_Reply) ProtoReflect() protoreflect.Message + func (x *ReplicationServiceRegisterGroup_Reply) Reset() + func (x *ReplicationServiceRegisterGroup_Reply) String() string + type ReplicationServiceRegisterGroup_Request struct + AuthenticationUrl string + GroupPk []byte + ReplicationServer string + Token string + func (*ReplicationServiceRegisterGroup_Request) Descriptor() ([]byte, []int) + func (*ReplicationServiceRegisterGroup_Request) ProtoMessage() + func (x *ReplicationServiceRegisterGroup_Request) GetAuthenticationUrl() string + func (x *ReplicationServiceRegisterGroup_Request) GetGroupPk() []byte + func (x *ReplicationServiceRegisterGroup_Request) GetReplicationServer() string + func (x *ReplicationServiceRegisterGroup_Request) GetToken() string + func (x *ReplicationServiceRegisterGroup_Request) ProtoReflect() protoreflect.Message + func (x *ReplicationServiceRegisterGroup_Request) Reset() + func (x *ReplicationServiceRegisterGroup_Request) String() string + type ReplicationServiceReplicateGroup struct + func (*ReplicationServiceReplicateGroup) Descriptor() ([]byte, []int) + func (*ReplicationServiceReplicateGroup) ProtoMessage() + func (x *ReplicationServiceReplicateGroup) ProtoReflect() protoreflect.Message + func (x *ReplicationServiceReplicateGroup) Reset() + func (x *ReplicationServiceReplicateGroup) String() string + type ReplicationServiceReplicateGroup_Reply struct + Ok bool + func (*ReplicationServiceReplicateGroup_Reply) Descriptor() ([]byte, []int) + func (*ReplicationServiceReplicateGroup_Reply) ProtoMessage() + func (x *ReplicationServiceReplicateGroup_Reply) GetOk() bool + func (x *ReplicationServiceReplicateGroup_Reply) ProtoReflect() protoreflect.Message + func (x *ReplicationServiceReplicateGroup_Reply) Reset() + func (x *ReplicationServiceReplicateGroup_Reply) String() string + type ReplicationServiceReplicateGroup_Request struct + Group *Group + func (*ReplicationServiceReplicateGroup_Request) Descriptor() ([]byte, []int) + func (*ReplicationServiceReplicateGroup_Request) ProtoMessage() + func (x *ReplicationServiceReplicateGroup_Request) GetGroup() *Group + func (x *ReplicationServiceReplicateGroup_Request) ProtoReflect() protoreflect.Message + func (x *ReplicationServiceReplicateGroup_Request) Reset() + func (x *ReplicationServiceReplicateGroup_Request) String() string + type ServiceExportData struct + func (*ServiceExportData) Descriptor() ([]byte, []int) + func (*ServiceExportData) ProtoMessage() + func (x *ServiceExportData) ProtoReflect() protoreflect.Message + func (x *ServiceExportData) Reset() + func (x *ServiceExportData) String() string + type ServiceExportData_Reply struct + ExportedData []byte + func (*ServiceExportData_Reply) Descriptor() ([]byte, []int) + func (*ServiceExportData_Reply) ProtoMessage() + func (x *ServiceExportData_Reply) GetExportedData() []byte + func (x *ServiceExportData_Reply) ProtoReflect() protoreflect.Message + func (x *ServiceExportData_Reply) Reset() + func (x *ServiceExportData_Reply) String() string + type ServiceExportData_Request struct + func (*ServiceExportData_Request) Descriptor() ([]byte, []int) + func (*ServiceExportData_Request) ProtoMessage() + func (x *ServiceExportData_Request) ProtoReflect() protoreflect.Message + func (x *ServiceExportData_Request) Reset() + func (x *ServiceExportData_Request) String() string + type ServiceGetConfiguration struct + func (*ServiceGetConfiguration) Descriptor() ([]byte, []int) + func (*ServiceGetConfiguration) ProtoMessage() + func (x *ServiceGetConfiguration) ProtoReflect() protoreflect.Message + func (x *ServiceGetConfiguration) Reset() + func (x *ServiceGetConfiguration) String() string + type ServiceGetConfiguration_Reply struct + AccountGroupPk []byte + AccountPk []byte + BleEnabled ServiceGetConfiguration_SettingState + DevicePk []byte + Listeners []string + MdnsEnabled ServiceGetConfiguration_SettingState + PeerId string + RelayEnabled ServiceGetConfiguration_SettingState + WifiP2PEnabled ServiceGetConfiguration_SettingState + func (*ServiceGetConfiguration_Reply) Descriptor() ([]byte, []int) + func (*ServiceGetConfiguration_Reply) ProtoMessage() + func (x *ServiceGetConfiguration_Reply) GetAccountGroupPk() []byte + func (x *ServiceGetConfiguration_Reply) GetAccountPk() []byte + func (x *ServiceGetConfiguration_Reply) GetBleEnabled() ServiceGetConfiguration_SettingState + func (x *ServiceGetConfiguration_Reply) GetDevicePk() []byte + func (x *ServiceGetConfiguration_Reply) GetListeners() []string + func (x *ServiceGetConfiguration_Reply) GetMdnsEnabled() ServiceGetConfiguration_SettingState + func (x *ServiceGetConfiguration_Reply) GetPeerId() string + func (x *ServiceGetConfiguration_Reply) GetRelayEnabled() ServiceGetConfiguration_SettingState + func (x *ServiceGetConfiguration_Reply) GetWifiP2PEnabled() ServiceGetConfiguration_SettingState + func (x *ServiceGetConfiguration_Reply) ProtoReflect() protoreflect.Message + func (x *ServiceGetConfiguration_Reply) Reset() + func (x *ServiceGetConfiguration_Reply) String() string + type ServiceGetConfiguration_Request struct + func (*ServiceGetConfiguration_Request) Descriptor() ([]byte, []int) + func (*ServiceGetConfiguration_Request) ProtoMessage() + func (x *ServiceGetConfiguration_Request) ProtoReflect() protoreflect.Message + func (x *ServiceGetConfiguration_Request) Reset() + func (x *ServiceGetConfiguration_Request) String() string + type ServiceGetConfiguration_SettingState int32 + const ServiceGetConfiguration_Disabled + const ServiceGetConfiguration_Enabled + const ServiceGetConfiguration_Unavailable + const ServiceGetConfiguration_Unknown + func (ServiceGetConfiguration_SettingState) Descriptor() protoreflect.EnumDescriptor + func (ServiceGetConfiguration_SettingState) EnumDescriptor() ([]byte, []int) + func (ServiceGetConfiguration_SettingState) Type() protoreflect.EnumType + func (x ServiceGetConfiguration_SettingState) Enum() *ServiceGetConfiguration_SettingState + func (x ServiceGetConfiguration_SettingState) Number() protoreflect.EnumNumber + func (x ServiceGetConfiguration_SettingState) String() string + type ServiceToken struct + AuthenticationUrl string + Expiration int64 + SupportedServices []*ServiceTokenSupportedService + Token string + func (*ServiceToken) Descriptor() ([]byte, []int) + func (*ServiceToken) ProtoMessage() + func (x *ServiceToken) GetAuthenticationUrl() string + func (x *ServiceToken) GetExpiration() int64 + func (x *ServiceToken) GetSupportedServices() []*ServiceTokenSupportedService + func (x *ServiceToken) GetToken() string + func (x *ServiceToken) ProtoReflect() protoreflect.Message + func (x *ServiceToken) Reset() + func (x *ServiceToken) String() string + type ServiceTokenSupportedService struct + ServiceEndpoint string + ServiceType string + func (*ServiceTokenSupportedService) Descriptor() ([]byte, []int) + func (*ServiceTokenSupportedService) ProtoMessage() + func (x *ServiceTokenSupportedService) GetServiceEndpoint() string + func (x *ServiceTokenSupportedService) GetServiceType() string + func (x *ServiceTokenSupportedService) ProtoReflect() protoreflect.Message + func (x *ServiceTokenSupportedService) Reset() + func (x *ServiceTokenSupportedService) String() string + type ShareContact struct + func (*ShareContact) Descriptor() ([]byte, []int) + func (*ShareContact) ProtoMessage() + func (x *ShareContact) ProtoReflect() protoreflect.Message + func (x *ShareContact) Reset() + func (x *ShareContact) String() string + type ShareContact_Reply struct + EncodedContact []byte + func (*ShareContact_Reply) Descriptor() ([]byte, []int) + func (*ShareContact_Reply) ProtoMessage() + func (x *ShareContact_Reply) GetEncodedContact() []byte + func (x *ShareContact_Reply) ProtoReflect() protoreflect.Message + func (x *ShareContact_Reply) Reset() + func (x *ShareContact_Reply) String() string + type ShareContact_Request struct + func (*ShareContact_Request) Descriptor() ([]byte, []int) + func (*ShareContact_Request) ProtoMessage() + func (x *ShareContact_Request) ProtoReflect() protoreflect.Message + func (x *ShareContact_Request) Reset() + func (x *ShareContact_Request) String() string + type ShareableContact struct + Metadata []byte + Pk []byte + PublicRendezvousSeed []byte + func (*ShareableContact) Descriptor() ([]byte, []int) + func (*ShareableContact) ProtoMessage() + func (m *ShareableContact) CheckFormat(options ...ShareableContactOptions) error + func (m *ShareableContact) GetPubKey() (crypto.PubKey, error) + func (m *ShareableContact) IsSamePK(otherPK crypto.PubKey) bool + func (x *ShareableContact) GetMetadata() []byte + func (x *ShareableContact) GetPk() []byte + func (x *ShareableContact) GetPublicRendezvousSeed() []byte + func (x *ShareableContact) ProtoReflect() protoreflect.Message + func (x *ShareableContact) Reset() + func (x *ShareableContact) String() string + type ShareableContactOptions uint64 + type SystemInfo struct + func (*SystemInfo) Descriptor() ([]byte, []int) + func (*SystemInfo) ProtoMessage() + func (x *SystemInfo) ProtoReflect() protoreflect.Message + func (x *SystemInfo) Reset() + func (x *SystemInfo) String() string + type SystemInfo_OrbitDB struct + AccountMetadata *SystemInfo_OrbitDB_ReplicationStatus + func (*SystemInfo_OrbitDB) Descriptor() ([]byte, []int) + func (*SystemInfo_OrbitDB) ProtoMessage() + func (x *SystemInfo_OrbitDB) GetAccountMetadata() *SystemInfo_OrbitDB_ReplicationStatus + func (x *SystemInfo_OrbitDB) ProtoReflect() protoreflect.Message + func (x *SystemInfo_OrbitDB) Reset() + func (x *SystemInfo_OrbitDB) String() string + type SystemInfo_OrbitDB_ReplicationStatus struct + Buffered int64 + Maximum int64 + Progress int64 + Queued int64 + func (*SystemInfo_OrbitDB_ReplicationStatus) Descriptor() ([]byte, []int) + func (*SystemInfo_OrbitDB_ReplicationStatus) ProtoMessage() + func (x *SystemInfo_OrbitDB_ReplicationStatus) GetBuffered() int64 + func (x *SystemInfo_OrbitDB_ReplicationStatus) GetMaximum() int64 + func (x *SystemInfo_OrbitDB_ReplicationStatus) GetProgress() int64 + func (x *SystemInfo_OrbitDB_ReplicationStatus) GetQueued() int64 + func (x *SystemInfo_OrbitDB_ReplicationStatus) ProtoReflect() protoreflect.Message + func (x *SystemInfo_OrbitDB_ReplicationStatus) Reset() + func (x *SystemInfo_OrbitDB_ReplicationStatus) String() string + type SystemInfo_P2P struct + ConnectedPeers int64 + func (*SystemInfo_P2P) Descriptor() ([]byte, []int) + func (*SystemInfo_P2P) ProtoMessage() + func (x *SystemInfo_P2P) GetConnectedPeers() int64 + func (x *SystemInfo_P2P) ProtoReflect() protoreflect.Message + func (x *SystemInfo_P2P) Reset() + func (x *SystemInfo_P2P) String() string + type SystemInfo_Process struct + Arch string + GoVersion string + HostName string + Nofile int64 + NumCpu int64 + NumGoroutine int64 + OperatingSystem string + Pid int64 + Ppid int64 + Priority int64 + RlimitCur uint64 + RlimitMax uint64 + StartedAt int64 + SystemCpuTimeMs int64 + SystemUsername string + TooManyOpenFiles bool + Uid int64 + UptimeMs int64 + UserCpuTimeMs int64 + VcsRef string + Version string + WorkingDir string + func (*SystemInfo_Process) Descriptor() ([]byte, []int) + func (*SystemInfo_Process) ProtoMessage() + func (x *SystemInfo_Process) GetArch() string + func (x *SystemInfo_Process) GetGoVersion() string + func (x *SystemInfo_Process) GetHostName() string + func (x *SystemInfo_Process) GetNofile() int64 + func (x *SystemInfo_Process) GetNumCpu() int64 + func (x *SystemInfo_Process) GetNumGoroutine() int64 + func (x *SystemInfo_Process) GetOperatingSystem() string + func (x *SystemInfo_Process) GetPid() int64 + func (x *SystemInfo_Process) GetPpid() int64 + func (x *SystemInfo_Process) GetPriority() int64 + func (x *SystemInfo_Process) GetRlimitCur() uint64 + func (x *SystemInfo_Process) GetRlimitMax() uint64 + func (x *SystemInfo_Process) GetStartedAt() int64 + func (x *SystemInfo_Process) GetSystemCpuTimeMs() int64 + func (x *SystemInfo_Process) GetSystemUsername() string + func (x *SystemInfo_Process) GetTooManyOpenFiles() bool + func (x *SystemInfo_Process) GetUid() int64 + func (x *SystemInfo_Process) GetUptimeMs() int64 + func (x *SystemInfo_Process) GetUserCpuTimeMs() int64 + func (x *SystemInfo_Process) GetVcsRef() string + func (x *SystemInfo_Process) GetVersion() string + func (x *SystemInfo_Process) GetWorkingDir() string + func (x *SystemInfo_Process) ProtoReflect() protoreflect.Message + func (x *SystemInfo_Process) Reset() + func (x *SystemInfo_Process) String() string + type SystemInfo_Reply struct + Orbitdb *SystemInfo_OrbitDB + P2P *SystemInfo_P2P + Process *SystemInfo_Process + Warns []string + func (*SystemInfo_Reply) Descriptor() ([]byte, []int) + func (*SystemInfo_Reply) ProtoMessage() + func (x *SystemInfo_Reply) GetOrbitdb() *SystemInfo_OrbitDB + func (x *SystemInfo_Reply) GetP2P() *SystemInfo_P2P + func (x *SystemInfo_Reply) GetProcess() *SystemInfo_Process + func (x *SystemInfo_Reply) GetWarns() []string + func (x *SystemInfo_Reply) ProtoReflect() protoreflect.Message + func (x *SystemInfo_Reply) Reset() + func (x *SystemInfo_Reply) String() string + type SystemInfo_Request struct + func (*SystemInfo_Request) Descriptor() ([]byte, []int) + func (*SystemInfo_Request) ProtoMessage() + func (x *SystemInfo_Request) ProtoReflect() protoreflect.Message + func (x *SystemInfo_Request) Reset() + func (x *SystemInfo_Request) String() string + type UnimplementedProtocolServiceServer struct + func (UnimplementedProtocolServiceServer) ActivateGroup(context.Context, *ActivateGroup_Request) (*ActivateGroup_Reply, error) + func (UnimplementedProtocolServiceServer) AppMessageSend(context.Context, *AppMessageSend_Request) (*AppMessageSend_Reply, error) + func (UnimplementedProtocolServiceServer) AppMetadataSend(context.Context, *AppMetadataSend_Request) (*AppMetadataSend_Reply, error) + func (UnimplementedProtocolServiceServer) ContactAliasKeySend(context.Context, *ContactAliasKeySend_Request) (*ContactAliasKeySend_Reply, error) + func (UnimplementedProtocolServiceServer) ContactBlock(context.Context, *ContactBlock_Request) (*ContactBlock_Reply, error) + func (UnimplementedProtocolServiceServer) ContactRequestAccept(context.Context, *ContactRequestAccept_Request) (*ContactRequestAccept_Reply, error) + func (UnimplementedProtocolServiceServer) ContactRequestDisable(context.Context, *ContactRequestDisable_Request) (*ContactRequestDisable_Reply, error) + func (UnimplementedProtocolServiceServer) ContactRequestDiscard(context.Context, *ContactRequestDiscard_Request) (*ContactRequestDiscard_Reply, error) + func (UnimplementedProtocolServiceServer) ContactRequestEnable(context.Context, *ContactRequestEnable_Request) (*ContactRequestEnable_Reply, error) + func (UnimplementedProtocolServiceServer) ContactRequestReference(context.Context, *ContactRequestReference_Request) (*ContactRequestReference_Reply, error) + func (UnimplementedProtocolServiceServer) ContactRequestResetReference(context.Context, *ContactRequestResetReference_Request) (*ContactRequestResetReference_Reply, error) + func (UnimplementedProtocolServiceServer) ContactRequestSend(context.Context, *ContactRequestSend_Request) (*ContactRequestSend_Reply, error) + func (UnimplementedProtocolServiceServer) ContactUnblock(context.Context, *ContactUnblock_Request) (*ContactUnblock_Reply, error) + func (UnimplementedProtocolServiceServer) CredentialVerificationServiceCompleteFlow(context.Context, *CredentialVerificationServiceCompleteFlow_Request) (*CredentialVerificationServiceCompleteFlow_Reply, error) + func (UnimplementedProtocolServiceServer) CredentialVerificationServiceInitFlow(context.Context, *CredentialVerificationServiceInitFlow_Request) (*CredentialVerificationServiceInitFlow_Reply, error) + func (UnimplementedProtocolServiceServer) DeactivateGroup(context.Context, *DeactivateGroup_Request) (*DeactivateGroup_Reply, error) + func (UnimplementedProtocolServiceServer) DebugGroup(context.Context, *DebugGroup_Request) (*DebugGroup_Reply, error) + func (UnimplementedProtocolServiceServer) DebugInspectGroupStore(*DebugInspectGroupStore_Request, ...) error + func (UnimplementedProtocolServiceServer) DebugListGroups(*DebugListGroups_Request, grpc.ServerStreamingServer[DebugListGroups_Reply]) error + func (UnimplementedProtocolServiceServer) DecodeContact(context.Context, *DecodeContact_Request) (*DecodeContact_Reply, error) + func (UnimplementedProtocolServiceServer) GroupDeviceStatus(*GroupDeviceStatus_Request, ...) error + func (UnimplementedProtocolServiceServer) GroupInfo(context.Context, *GroupInfo_Request) (*GroupInfo_Reply, error) + func (UnimplementedProtocolServiceServer) GroupMessageList(*GroupMessageList_Request, grpc.ServerStreamingServer[GroupMessageEvent]) error + func (UnimplementedProtocolServiceServer) GroupMetadataList(*GroupMetadataList_Request, grpc.ServerStreamingServer[GroupMetadataEvent]) error + func (UnimplementedProtocolServiceServer) MultiMemberGroupAdminRoleGrant(context.Context, *MultiMemberGroupAdminRoleGrant_Request) (*MultiMemberGroupAdminRoleGrant_Reply, error) + func (UnimplementedProtocolServiceServer) MultiMemberGroupAliasResolverDisclose(context.Context, *MultiMemberGroupAliasResolverDisclose_Request) (*MultiMemberGroupAliasResolverDisclose_Reply, error) + func (UnimplementedProtocolServiceServer) MultiMemberGroupCreate(context.Context, *MultiMemberGroupCreate_Request) (*MultiMemberGroupCreate_Reply, error) + func (UnimplementedProtocolServiceServer) MultiMemberGroupInvitationCreate(context.Context, *MultiMemberGroupInvitationCreate_Request) (*MultiMemberGroupInvitationCreate_Reply, error) + func (UnimplementedProtocolServiceServer) MultiMemberGroupJoin(context.Context, *MultiMemberGroupJoin_Request) (*MultiMemberGroupJoin_Reply, error) + func (UnimplementedProtocolServiceServer) MultiMemberGroupLeave(context.Context, *MultiMemberGroupLeave_Request) (*MultiMemberGroupLeave_Reply, error) + func (UnimplementedProtocolServiceServer) OutOfStoreReceive(context.Context, *OutOfStoreReceive_Request) (*OutOfStoreReceive_Reply, error) + func (UnimplementedProtocolServiceServer) OutOfStoreSeal(context.Context, *OutOfStoreSeal_Request) (*OutOfStoreSeal_Reply, error) + func (UnimplementedProtocolServiceServer) PeerList(context.Context, *PeerList_Request) (*PeerList_Reply, error) + func (UnimplementedProtocolServiceServer) RefreshContactRequest(context.Context, *RefreshContactRequest_Request) (*RefreshContactRequest_Reply, error) + func (UnimplementedProtocolServiceServer) ReplicationServiceRegisterGroup(context.Context, *ReplicationServiceRegisterGroup_Request) (*ReplicationServiceRegisterGroup_Reply, error) + func (UnimplementedProtocolServiceServer) ServiceExportData(*ServiceExportData_Request, ...) error + func (UnimplementedProtocolServiceServer) ServiceGetConfiguration(context.Context, *ServiceGetConfiguration_Request) (*ServiceGetConfiguration_Reply, error) + func (UnimplementedProtocolServiceServer) ShareContact(context.Context, *ShareContact_Request) (*ShareContact_Reply, error) + func (UnimplementedProtocolServiceServer) SystemInfo(context.Context, *SystemInfo_Request) (*SystemInfo_Reply, error) + func (UnimplementedProtocolServiceServer) VerifiedCredentialsList(*VerifiedCredentialsList_Request, ...) error + type UnsafeProtocolServiceServer interface + type VerifiedCredentialsList struct + func (*VerifiedCredentialsList) Descriptor() ([]byte, []int) + func (*VerifiedCredentialsList) ProtoMessage() + func (x *VerifiedCredentialsList) ProtoReflect() protoreflect.Message + func (x *VerifiedCredentialsList) Reset() + func (x *VerifiedCredentialsList) String() string + type VerifiedCredentialsList_Reply struct + Credential *AccountVerifiedCredentialRegistered + func (*VerifiedCredentialsList_Reply) Descriptor() ([]byte, []int) + func (*VerifiedCredentialsList_Reply) ProtoMessage() + func (x *VerifiedCredentialsList_Reply) GetCredential() *AccountVerifiedCredentialRegistered + func (x *VerifiedCredentialsList_Reply) ProtoReflect() protoreflect.Message + func (x *VerifiedCredentialsList_Reply) Reset() + func (x *VerifiedCredentialsList_Reply) String() string + type VerifiedCredentialsList_Request struct + ExcludeExpired bool + FilterIdentifier string + FilterIssuer string + func (*VerifiedCredentialsList_Request) Descriptor() ([]byte, []int) + func (*VerifiedCredentialsList_Request) ProtoMessage() + func (x *VerifiedCredentialsList_Request) GetExcludeExpired() bool + func (x *VerifiedCredentialsList_Request) GetFilterIdentifier() string + func (x *VerifiedCredentialsList_Request) GetFilterIssuer() string + func (x *VerifiedCredentialsList_Request) ProtoReflect() protoreflect.Message + func (x *VerifiedCredentialsList_Request) Reset() + func (x *VerifiedCredentialsList_Request) String() string Other modules containing this package berty.tech/weshnet