SYMBOL INDEX (3771 symbols across 234 files) FILE: account_export.go constant exportAccountKeyFilename (line 26) | exportAccountKeyFilename = "account.key" constant exportAccountProofKeyFilename (line 27) | exportAccountProofKeyFilename = "account_proof.key" constant exportOrbitDBEntriesPrefix (line 28) | exportOrbitDBEntriesPrefix = "entries/" constant exportOrbitDBHeadsPrefix (line 29) | exportOrbitDBHeadsPrefix = "heads/" method export (line 32) | func (s *service) export(ctx context.Context, output io.Writer) error { method exportGroupContext (line 58) | func (s *service) exportGroupContext(ctx context.Context, gc *GroupConte... method exportOrbitDBStore (line 86) | func (s *service) exportOrbitDBStore(ctx context.Context, store orbitdb.... method exportAccountKeys (line 106) | func (s *service) exportAccountKeys(tw *tar.Writer) error { method exportOrbitDBGroupHeads (line 125) | func (s *service) exportOrbitDBGroupHeads(gc *GroupContext, headsMetadat... function exportPrivateKey (line 187) | func exportPrivateKey(tw *tar.Writer, marshalledPrivateKey []byte, filen... method exportOrbitDBEntry (line 209) | func (s *service) exportOrbitDBEntry(ctx context.Context, tw *tar.Writer... function readExportSecretKeyFile (line 243) | func readExportSecretKeyFile(expectedSize int64, reader *tar.Reader) ([]... function readExportOrbitDBGroupHeads (line 261) | func readExportOrbitDBGroupHeads(expectedSize int64, reader *tar.Reader)... function readExportCBORNode (line 300) | func readExportCBORNode(expectedSize int64, cidStr string, reader *tar.R... type RestoreAccountHandler (line 332) | type RestoreAccountHandler struct type restoreAccountState (line 337) | type restoreAccountState struct method readKey (line 341) | func (state *restoreAccountState) readKey(keyName string) RestoreAccou... method restoreKeys (line 364) | func (state *restoreAccountState) restoreKeys(odb *WeshOrbitDB) Restor... function restoreOrbitDBEntry (line 376) | func restoreOrbitDBEntry(ctx context.Context, coreAPI coreiface.CoreAPI)... function restoreOrbitDBHeads (line 399) | func restoreOrbitDBHeads(ctx context.Context, odb *WeshOrbitDB) RestoreA... function RestoreAccountExport (line 424) | func RestoreAccountExport(ctx context.Context, reader io.Reader, coreAPI... FILE: account_export_test.go function Test_service_exportAccountKeys (line 25) | func Test_service_exportAccountKeys(t *testing.T) { function getKeyFromTar (line 76) | func getKeyFromTar(t *testing.T, tr *tar.Reader, expectedFilename string... function TestFlappyRestoreAccount (line 89) | func TestFlappyRestoreAccount(t *testing.T) { FILE: api_app.go method AppMetadataSend (line 17) | func (s *service) AppMetadataSend(ctx context.Context, req *protocoltype... method AppMessageSend (line 35) | func (s *service) AppMessageSend(ctx context.Context, req *protocoltypes... method OutOfStoreReceive (line 54) | func (s *service) OutOfStoreReceive(ctx context.Context, request *protoc... method OutOfStoreSeal (line 69) | func (s *service) OutOfStoreSeal(ctx context.Context, request *protocolt... function tyberLogGroupContext (line 95) | func tyberLogGroupContext(ctx context.Context, logger *zap.Logger, gc *G... FILE: api_client.go method ServiceExportData (line 13) | func (s *service) ServiceExportData(_ *protocoltypes.ServiceExportData_R... method ServiceGetConfiguration (line 59) | func (s *service) ServiceGetConfiguration(ctx context.Context, _ *protoc... FILE: api_contact.go method ContactAliasKeySend (line 15) | func (s *service) ContactAliasKeySend(ctx context.Context, req *protocol... method ContactBlock (line 31) | func (s *service) ContactBlock(ctx context.Context, req *protocoltypes.C... method ContactUnblock (line 47) | func (s *service) ContactUnblock(ctx context.Context, req *protocoltypes... method RefreshContactRequest (line 63) | func (s *service) RefreshContactRequest(ctx context.Context, req *protoc... FILE: api_contact_request_test.go function TestShareContact (line 15) | func TestShareContact(t *testing.T) { FILE: api_contactrequest.go method ContactRequestReference (line 15) | func (s *service) ContactRequestReference(context.Context, *protocoltype... method ContactRequestDisable (line 35) | func (s *service) ContactRequestDisable(ctx context.Context, _ *protocol... method ContactRequestEnable (line 52) | func (s *service) ContactRequestEnable(ctx context.Context, _ *protocolt... method ContactRequestResetReference (line 78) | func (s *service) ContactRequestResetReference(ctx context.Context, _ *p... method ContactRequestSend (line 104) | func (s *service) ContactRequestSend(ctx context.Context, req *protocolt... method ContactRequestAccept (line 128) | func (s *service) ContactRequestAccept(ctx context.Context, req *protoco... method ContactRequestDiscard (line 159) | func (s *service) ContactRequestDiscard(ctx context.Context, req *protoc... method ShareContact (line 183) | func (s *service) ShareContact(ctx context.Context, _ *protocoltypes.Sha... method DecodeContact (line 235) | func (s *service) DecodeContact(_ context.Context, req *protocoltypes.De... FILE: api_debug.go method DebugListGroups (line 22) | func (s *service) DebugListGroups(_ *protocoltypes.DebugListGroups_Reque... method DebugInspectGroupStore (line 67) | func (s *service) DebugInspectGroupStore(req *protocoltypes.DebugInspect... method DebugGroup (line 159) | func (s *service) DebugGroup(ctx context.Context, request *protocoltypes... method SystemInfo (line 179) | func (s *service) SystemInfo(ctx context.Context, _ *protocoltypes.Syste... method PeerList (line 235) | func (s *service) PeerList(ctx context.Context, _ *protocoltypes.PeerLis... FILE: api_event.go function checkParametersConsistency (line 14) | func checkParametersConsistency(sinceID, untilID []byte, sinceNow, until... method GroupMetadataList (line 36) | func (s *service) GroupMetadataList(req *protocoltypes.GroupMetadataList... method GroupMessageList (line 124) | func (s *service) GroupMessageList(req *protocoltypes.GroupMessageList_R... FILE: api_group.go method GroupInfo (line 20) | func (s *service) GroupInfo(ctx context.Context, req *protocoltypes.Grou... method ActivateGroup (line 73) | func (s *service) ActivateGroup(ctx context.Context, req *protocoltypes.... method DeactivateGroup (line 87) | func (s *service) DeactivateGroup(_ context.Context, req *protocoltypes.... method GroupDeviceStatus (line 100) | func (s *service) GroupDeviceStatus(req *protocoltypes.GroupDeviceStatus... method craftPeerConnectedMessage (line 164) | func (s *service) craftPeerConnectedMessage(peer peer.ID) (*protocoltype... method craftDeviceDisconnectedMessage (line 209) | func (s *service) craftDeviceDisconnectedMessage(peer peer.ID) *protocol... method craftDeviceReconnectedMessage (line 215) | func (s *service) craftDeviceReconnectedMessage(peer peer.ID) *protocolt... FILE: api_multimember.go method MultiMemberGroupCreate (line 15) | func (s *service) MultiMemberGroupCreate(ctx context.Context, _ *protoco... method MultiMemberGroupJoin (line 59) | func (s *service) MultiMemberGroupJoin(ctx context.Context, req *protoco... method MultiMemberGroupLeave (line 76) | func (s *service) MultiMemberGroupLeave(ctx context.Context, req *protoc... method MultiMemberGroupAliasResolverDisclose (line 103) | func (s *service) MultiMemberGroupAliasResolverDisclose(ctx context.Cont... method MultiMemberGroupAdminRoleGrant (line 118) | func (s *service) MultiMemberGroupAdminRoleGrant(context.Context, *proto... method MultiMemberGroupInvitationCreate (line 123) | func (s *service) MultiMemberGroupInvitationCreate(_ context.Context, re... FILE: api_replication.go function FilterGroupForReplication (line 22) | func FilterGroupForReplication(m *protocoltypes.Group) (*protocoltypes.G... method ReplicationServiceRegisterGroup (line 46) | func (s *service) ReplicationServiceRegisterGroup(ctx context.Context, r... FILE: api_verified_credentials.go method CredentialVerificationServiceInitFlow (line 16) | func (s *service) CredentialVerificationServiceInitFlow(ctx context.Cont... method CredentialVerificationServiceCompleteFlow (line 47) | func (s *service) CredentialVerificationServiceCompleteFlow(ctx context.... method VerifiedCredentialsList (line 77) | func (s *service) VerifiedCredentialsList(request *protocoltypes.Verifie... FILE: blackbox_test.go function TestTestingClient_impl (line 18) | func TestTestingClient_impl(t *testing.T) { function ExampleNewInMemoryServiceClient_basic (line 41) | func ExampleNewInMemoryServiceClient_basic() { function ExampleNewPersistentServiceClient_basic (line 69) | func ExampleNewPersistentServiceClient_basic() { function ExampleNewServiceClient_basic (line 124) | func ExampleNewServiceClient_basic() { function ExampleNewService_basic (line 152) | func ExampleNewService_basic() { FILE: connectedness_manager.go type ConnectednessType (line 12) | type ConnectednessType constant ConnectednessTypeDisconnected (line 15) | ConnectednessTypeDisconnected ConnectednessType = iota constant ConnectednessTypeReconnecting (line 16) | ConnectednessTypeReconnecting constant ConnectednessTypeConnected (line 17) | ConnectednessTypeConnected type ConnectednessUpdate (line 20) | type ConnectednessUpdate struct type PeersConnectedness (line 25) | type PeersConnectedness type GroupStatus (line 27) | type GroupStatus struct type PeerStatus (line 32) | type PeerStatus struct type ConnectednessManager (line 37) | type ConnectednessManager struct method AssociatePeer (line 51) | func (m *ConnectednessManager) AssociatePeer(group string, peer peer.I... method UpdateState (line 69) | func (m *ConnectednessManager) UpdateState(peer peer.ID, update Connec... method WaitForConnectednessChange (line 85) | func (m *ConnectednessManager) WaitForConnectednessChange(ctx context.... method getGroupStatus (line 109) | func (m *ConnectednessManager) getGroupStatus(gkey string) *GroupStatus { method getPeerStatus (line 121) | func (m *ConnectednessManager) getPeerStatus(peer peer.ID) *PeerStatus { method updateStatus (line 132) | func (m *ConnectednessManager) updateStatus(group *GroupStatus, curren... function NewConnectednessManager (line 43) | func NewConnectednessManager() *ConnectednessManager { FILE: consts.go constant NamespaceOrbitDBDatastore (line 8) | NamespaceOrbitDBDatastore = "orbitdb_datastore" constant NamespaceOrbitDBDirectory (line 9) | NamespaceOrbitDBDirectory = "orbitdb" constant NamespaceIPFSDatastore (line 10) | NamespaceIPFSDatastore = "ipfs_datastore" FILE: contact_request_manager.go constant contactRequestV1 (line 30) | contactRequestV1 = "/wesh/contact_req/1.0.0" type contactRequestsManager (line 32) | type contactRequestsManager struct method close (line 78) | func (c *contactRequestsManager) close() { method isClosed (line 96) | func (c *contactRequestsManager) isClosed() bool { method metadataWatcher (line 105) | func (c *contactRequestsManager) metadataWatcher(ctx context.Context) { method metadataRequestDisabled (line 175) | func (c *contactRequestsManager) metadataRequestDisabled(_ context.Con... method metadataRequestEnabled (line 190) | func (c *contactRequestsManager) metadataRequestEnabled(ctx context.Co... method enableContactRequest (line 199) | func (c *contactRequestsManager) enableContactRequest(ctx context.Cont... method metadataRequestReset (line 236) | func (c *contactRequestsManager) metadataRequestReset(ctx context.Cont... method metadataRequestEnqueued (line 266) | func (c *contactRequestsManager) metadataRequestEnqueued(ctx context.C... method metadataRequestSent (line 286) | func (c *contactRequestsManager) metadataRequestSent(_ context.Context... method metadataRequestReceived (line 298) | func (c *contactRequestsManager) metadataRequestReceived(_ context.Con... method registerContactLookup (line 310) | func (c *contactRequestsManager) registerContactLookup(ctx context.Con... method cancelContactLookup (line 326) | func (c *contactRequestsManager) cancelContactLookup(contactPK []byte) { method enableAnnounce (line 340) | func (c *contactRequestsManager) enableAnnounce(ctx context.Context, s... method disableAnnounce (line 361) | func (c *contactRequestsManager) disableAnnounce() { method enqueueRequest (line 368) | func (c *contactRequestsManager) enqueueRequest(ctx context.Context, t... method SendContactRequest (line 415) | func (c *contactRequestsManager) SendContactRequest(ctx context.Contex... method handleIncomingRequest (line 477) | func (c *contactRequestsManager) handleIncomingRequest(ctx context.Con... function newContactRequestsManager (line 54) | func newContactRequestsManager(s *Swiper, store *MetadataStore, ipfs ipf... function cidBytesString (line 527) | func cidBytesString(bytes []byte) string { FILE: contact_request_manager_test.go function TestContactRequestFlow (line 18) | func TestContactRequestFlow(t *testing.T) { function TestContactRequestFlowWithoutIncoming (line 142) | func TestContactRequestFlowWithoutIncoming(t *testing.T) { FILE: deactivate_test.go function TestReactivateAccountGroup (line 19) | func TestReactivateAccountGroup(t *testing.T) { function TestRaceReactivateAccountGroup (line 92) | func TestRaceReactivateAccountGroup(t *testing.T) { function TestReactivateContactGroup (line 164) | func TestReactivateContactGroup(t *testing.T) { function TestRaceReactivateContactGroup (line 204) | func TestRaceReactivateContactGroup(t *testing.T) { function TestReactivateMultimemberGroup (line 260) | func TestReactivateMultimemberGroup(t *testing.T) { FILE: events.go function newEventContext (line 43) | func newEventContext(eventID cid.Cid, parentIDs []cid.Cid, g *protocolty... function getParentsForCID (line 58) | func getParentsForCID(log ipfslog.Log, c cid.Cid) []cid.Cid { function newGroupMetadataEventFromEntry (line 87) | func newGroupMetadataEventFromEntry(_ ipfslog.Log, e ipfslog.Entry, meta... function openGroupEnvelope (line 108) | func openGroupEnvelope(g *protocoltypes.Group, envelopeBytes []byte) (*p... function sealGroupEnvelope (line 148) | func sealGroupEnvelope(g *protocoltypes.Group, eventType protocoltypes.E... FILE: events_sig_checkers.go type sigChecker (line 11) | type sigChecker function sigCheckerGroupSigned (line 13) | func sigCheckerGroupSigned(g *protocoltypes.Group, metadata *protocoltyp... type eventDeviceSigned (line 31) | type eventDeviceSigned interface function sigCheckerDeviceSigned (line 36) | func sigCheckerDeviceSigned(_ *protocoltypes.Group, metadata *protocolty... function sigCheckerGroupMemberDeviceAdded (line 59) | func sigCheckerGroupMemberDeviceAdded(g *protocoltypes.Group, metadata *... FILE: group.go constant CurrentGroupVersion (line 11) | CurrentGroupVersion = 1 function NewGroupMultiMember (line 15) | func NewGroupMultiMember() (*protocoltypes.Group, crypto.PrivKey, error) { function getAndFilterGroupDeviceChainKeyAddedPayload (line 19) | func getAndFilterGroupDeviceChainKeyAddedPayload(m *protocoltypes.GroupM... FILE: group_context.go type GroupContext (line 23) | type GroupContext struct method SecretStore (line 41) | func (gc *GroupContext) SecretStore() secretstore.SecretStore { method MessageStore (line 45) | func (gc *GroupContext) MessageStore() *MessageStore { method MetadataStore (line 49) | func (gc *GroupContext) MetadataStore() *MetadataStore { method Group (line 53) | func (gc *GroupContext) Group() *protocoltypes.Group { method MemberPubKey (line 57) | func (gc *GroupContext) MemberPubKey() crypto.PubKey { method DevicePubKey (line 61) | func (gc *GroupContext) DevicePubKey() crypto.PubKey { method Close (line 65) | func (gc *GroupContext) Close() error { method IsClosed (line 83) | func (gc *GroupContext) IsClosed() bool { method ActivateGroupContext (line 109) | func (gc *GroupContext) ActivateGroupContext(contactPK crypto.PubKey) ... method handleGroupMetadataEvent (line 191) | func (gc *GroupContext) handleGroupMetadataEvent(e *protocoltypes.Grou... method fillMessageKeysHolderUsingPreviousData (line 240) | func (gc *GroupContext) fillMessageKeysHolderUsingPreviousData() { method metadataStoreListSecrets (line 255) | func (gc *GroupContext) metadataStoreListSecrets() map[crypto.PubKey][... method sendSecretsToExistingMembers (line 285) | func (gc *GroupContext) sendSecretsToExistingMembers(contact crypto.Pu... method TagGroupContextPeers (line 322) | func (gc *GroupContext) TagGroupContextPeers(ipfsCoreAPI ipfsutil.Exte... method WaitForDeviceAdded (line 360) | func (gc *GroupContext) WaitForDeviceAdded(ctx context.Context, device... method notifyDeviceAdded (line 392) | func (gc *GroupContext) notifyDeviceAdded(dPK []byte) { function NewContextGroup (line 87) | func NewContextGroup(group *protocoltypes.Group, metadataStore *Metadata... FILE: iface_account.go type AccountKeys (line 10) | type AccountKeys interface FILE: internal/benchmark/benchmark_test.go function BenchmarkScenario (line 9) | func BenchmarkScenario(b *testing.B) { FILE: internal/datastoreutil/consts.go constant NamespaceMessageKeystore (line 4) | NamespaceMessageKeystore = "messages_keystore" FILE: internal/datastoreutil/datastore_namespaced.go type namespacedDatastore (line 8) | type namespacedDatastore struct method Close (line 12) | func (n *namespacedDatastore) Close() error { function NewNamespacedDatastore (line 17) | func NewNamespacedDatastore(child ds.Datastore, prefix ds.Key) ds.Batchi... FILE: internal/handshake/handshake.go type handshakeContext (line 23) | type handshakeContext struct method toTyberStepMutator (line 33) | func (hc *handshakeContext) toTyberStepMutator() tyber.StepMutator { method generateOwnEphemeralAndSendPubKey (line 60) | func (hc *handshakeContext) generateOwnEphemeralAndSendPubKey() error { method receivePeerEphemeralPubKey (line 81) | func (hc *handshakeContext) receivePeerEphemeralPubKey() error { method computeRequesterAuthenticateBoxKey (line 100) | func (hc *handshakeContext) computeRequesterAuthenticateBoxKey(asReque... method computeResponderAcceptBoxKey (line 142) | func (hc *handshakeContext) computeResponderAcceptBoxKey() (*[cryptout... FILE: internal/handshake/handshake.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type BoxEnvelope (line 23) | type BoxEnvelope struct method Reset (line 31) | func (x *BoxEnvelope) Reset() { method String (line 40) | func (x *BoxEnvelope) String() string { method ProtoMessage (line 44) | func (*BoxEnvelope) ProtoMessage() {} method ProtoReflect (line 46) | func (x *BoxEnvelope) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*BoxEnvelope) Descriptor() ([]byte, []int) { method GetBox (line 63) | func (x *BoxEnvelope) GetBox() []byte { type HelloPayload (line 70) | type HelloPayload struct method Reset (line 78) | func (x *HelloPayload) Reset() { method String (line 87) | func (x *HelloPayload) String() string { method ProtoMessage (line 91) | func (*HelloPayload) ProtoMessage() {} method ProtoReflect (line 93) | func (x *HelloPayload) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*HelloPayload) Descriptor() ([]byte, []int) { method GetEphemeralPubKey (line 110) | func (x *HelloPayload) GetEphemeralPubKey() []byte { type RequesterAuthenticatePayload (line 117) | type RequesterAuthenticatePayload struct method Reset (line 126) | func (x *RequesterAuthenticatePayload) Reset() { method String (line 135) | func (x *RequesterAuthenticatePayload) String() string { method ProtoMessage (line 139) | func (*RequesterAuthenticatePayload) ProtoMessage() {} method ProtoReflect (line 141) | func (x *RequesterAuthenticatePayload) ProtoReflect() protoreflect.Mes... method Descriptor (line 154) | func (*RequesterAuthenticatePayload) Descriptor() ([]byte, []int) { method GetRequesterAccountId (line 158) | func (x *RequesterAuthenticatePayload) GetRequesterAccountId() []byte { method GetRequesterAccountSig (line 165) | func (x *RequesterAuthenticatePayload) GetRequesterAccountSig() []byte { type ResponderAcceptPayload (line 172) | type ResponderAcceptPayload struct method Reset (line 180) | func (x *ResponderAcceptPayload) Reset() { method String (line 189) | func (x *ResponderAcceptPayload) String() string { method ProtoMessage (line 193) | func (*ResponderAcceptPayload) ProtoMessage() {} method ProtoReflect (line 195) | func (x *ResponderAcceptPayload) ProtoReflect() protoreflect.Message { method Descriptor (line 208) | func (*ResponderAcceptPayload) Descriptor() ([]byte, []int) { method GetResponderAccountSig (line 212) | func (x *ResponderAcceptPayload) GetResponderAccountSig() []byte { type RequesterAcknowledgePayload (line 219) | type RequesterAcknowledgePayload struct method Reset (line 227) | func (x *RequesterAcknowledgePayload) Reset() { method String (line 236) | func (x *RequesterAcknowledgePayload) String() string { method ProtoMessage (line 240) | func (*RequesterAcknowledgePayload) ProtoMessage() {} method ProtoReflect (line 242) | func (x *RequesterAcknowledgePayload) ProtoReflect() protoreflect.Mess... method Descriptor (line 255) | func (*RequesterAcknowledgePayload) Descriptor() ([]byte, []int) { method GetSuccess (line 259) | func (x *RequesterAcknowledgePayload) GetSuccess() bool { function file_handshake_handshake_proto_rawDescGZIP (line 305) | func file_handshake_handshake_proto_rawDescGZIP() []byte { function init (line 328) | func init() { file_handshake_handshake_proto_init() } function file_handshake_handshake_proto_init (line 329) | func file_handshake_handshake_proto_init() { FILE: internal/handshake/handshake_test.go function Request (line 25) | func Request(stream p2pnetwork.Stream, ownAccountID p2pcrypto.PrivKey, p... function Response (line 33) | func Response(stream p2pnetwork.Stream, ownAccountID p2pcrypto.PrivKey) ... function TestValidHandshake (line 40) | func TestValidHandshake(t *testing.T) { function TestInvalidRequesterHello (line 80) | func TestInvalidRequesterHello(t *testing.T) { function TestInvalidResponderHello (line 114) | func TestInvalidResponderHello(t *testing.T) { function TestInvalidRequesterAuthenticate (line 157) | func TestInvalidRequesterAuthenticate(t *testing.T) { function TestInvalidResponderAccept (line 700) | func TestInvalidResponderAccept(t *testing.T) { function TestInvalidResponderAcceptAck (line 1127) | func TestInvalidResponderAcceptAck(t *testing.T) { FILE: internal/handshake/handshake_util_test.go constant testProtocolID (line 21) | testProtocolID = "/berty/handshake_test/1.0.0" type mockedPeer (line 23) | type mockedPeer struct type mockedHandshake (line 29) | type mockedHandshake struct method close (line 88) | func (mh *mockedHandshake) close(t *testing.T) { type requesterTestFunc (line 34) | type requesterTestFunc type responderTestFunc (line 40) | type responderTestFunc function newMockedPeer (line 47) | func newMockedPeer(t *testing.T, ctx context.Context, ipfsOpts *ipfsutil... function newMockedHandshake (line 61) | func newMockedHandshake(t *testing.T, ctx context.Context) *mockedHandsh... function newTestHandshakeContext (line 95) | func newTestHandshakeContext(stream p2pnetwork.Stream, ownAccountID p2pc... function runHandshakeTest (line 105) | func runHandshakeTest(t *testing.T, requesterTest requesterTestFunc, res... FILE: internal/handshake/request.go function RequestUsingReaderWriter (line 19) | func RequestUsingReaderWriter(ctx context.Context, logger *zap.Logger, r... method sendRequesterHello (line 54) | func (hc *handshakeContext) sendRequesterHello() error { method receiveResponderHello (line 63) | func (hc *handshakeContext) receiveResponderHello() error { method sendRequesterAuthenticate (line 75) | func (hc *handshakeContext) sendRequesterAuthenticate() error { method receiveResponderAccept (line 118) | func (hc *handshakeContext) receiveResponderAccept() error { method sendRequesterAcknowledge (line 169) | func (hc *handshakeContext) sendRequesterAcknowledge() error { FILE: internal/handshake/response.go function ResponseUsingReaderWriter (line 19) | func ResponseUsingReaderWriter(ctx context.Context, logger *zap.Logger, ... method receiveRequesterHello (line 53) | func (hc *handshakeContext) receiveRequesterHello() error { method sendResponderHello (line 62) | func (hc *handshakeContext) sendResponderHello() error { method receiveRequesterAuthenticate (line 74) | func (hc *handshakeContext) receiveRequesterAuthenticate() error { method sendResponderAccept (line 127) | func (hc *handshakeContext) sendResponderAccept() error { method receiveRequesterAcknowledge (line 166) | func (hc *handshakeContext) receiveRequesterAcknowledge() error { FILE: internal/notify/notify.go type Notify (line 8) | type Notify struct method getChan (line 19) | func (n *Notify) getChan() <-chan struct{} { method Wait (line 29) | func (n *Notify) Wait(ctx context.Context) (ok bool) { method Broadcast (line 44) | func (n *Notify) Broadcast() { function New (line 15) | func New(l sync.Locker) *Notify { FILE: internal/notify/notify_test.go function TestNotify (line 12) | func TestNotify(t *testing.T) { function TestNotifyConcurrentWait (line 37) | func TestNotifyConcurrentWait(t *testing.T) { FILE: internal/queue/metrics.go type MetricsTracer (line 3) | type MetricsTracer interface type noopTracer (line 10) | type noopTracer struct method ItemQueued (line 13) | func (*noopTracer[T]) ItemQueued(name string, item T) {} method ItemPop (line 16) | func (*noopTracer[T]) ItemPop(name string, item T) {} FILE: internal/queue/priority.go type ICounter (line 8) | type ICounter interface type PriorityQueue (line 13) | type PriorityQueue struct function NewPriorityQueue (line 21) | func NewPriorityQueue[T ICounter](name string, tracer MetricsTracer[T]) ... method Add (line 33) | func (pq *PriorityQueue[T]) Add(m T) { method NextAll (line 40) | func (pq *PriorityQueue[T]) NextAll(cb func(next T) error) error { method Next (line 54) | func (pq *PriorityQueue[T]) Next() (item T) { method Size (line 63) | func (pq *PriorityQueue[T]) Size() (l int) { method Len (line 70) | func (pq *PriorityQueue[T]) Len() (l int) { method Less (line 75) | func (pq *PriorityQueue[T]) Less(i, j int) bool { method Swap (line 80) | func (pq *PriorityQueue[T]) Swap(i, j int) { method Push (line 84) | func (pq *PriorityQueue[T]) Push(x any) { method Pop (line 89) | func (pq *PriorityQueue[T]) Pop() (item any) { FILE: internal/queue/simple.go type SimpleQueue (line 9) | type SimpleQueue struct function NewSimpleQueue (line 17) | func NewSimpleQueue[T any](name string, tracer MetricsTracer[T]) *Simple... method Add (line 27) | func (q *SimpleQueue[T]) Add(m T) { method Pop (line 43) | func (q *SimpleQueue[T]) Pop() (m T, ok bool) { method WaitForItem (line 59) | func (q *SimpleQueue[T]) WaitForItem(ctx context.Context) (item T, ok bo... FILE: internal/queue/simple_test.go function newTestSimpleQueue (line 15) | func newTestSimpleQueue() testSimpleQueue { function TestQueue (line 19) | func TestQueue(t *testing.T) { function TestSyncQueue (line 36) | func TestSyncQueue(t *testing.T) { function TestAsyncQueue (line 59) | func TestAsyncQueue(t *testing.T) { function TestWaitnForItemQueue (line 97) | func TestWaitnForItemQueue(t *testing.T) { FILE: internal/sysutil/sysutil.go function SystemInfoProcess (line 16) | func SystemInfoProcess() (*protocoltypes.SystemInfo_Process, error) { FILE: internal/sysutil/sysutil_unix.go function appendCustomSystemInfo (line 13) | func appendCustomSystemInfo(reply *protocoltypes.SystemInfo_Process) err... FILE: internal/sysutil/sysutil_unsupported.go function appendCustomSystemInfo (line 7) | func appendCustomSystemInfo(reply *protocoltypes.SystemInfo_Process) err... FILE: message_marshaler.go type PeerDeviceGroup (line 20) | type PeerDeviceGroup struct type OrbitDBMessageMarshaler (line 25) | type OrbitDBMessageMarshaler struct method RegisterSharedKeyForTopic (line 50) | func (m *OrbitDBMessageMarshaler) RegisterSharedKeyForTopic(topic stri... method RegisterGroup (line 56) | func (m *OrbitDBMessageMarshaler) RegisterGroup(sid string, group *pro... method GetDevicePKForPeerID (line 62) | func (m *OrbitDBMessageMarshaler) GetDevicePKForPeerID(id peer.ID) (pd... method getSharedKeyFor (line 69) | func (m *OrbitDBMessageMarshaler) getSharedKeyFor(topic string) (sk en... method Marshal (line 74) | func (m *OrbitDBMessageMarshaler) Marshal(msg *iface.MessageExchangeHe... method Unmarshal (line 139) | func (m *OrbitDBMessageMarshaler) Unmarshal(payload []byte, msg *iface... method sealBox (line 201) | func (m *OrbitDBMessageMarshaler) sealBox(topic string, box *protocolt... method openBox (line 220) | func (m *OrbitDBMessageMarshaler) openBox(topic string, payload []byte... function NewOrbitDBMessageMarshaler (line 38) | func NewOrbitDBMessageMarshaler(selfid peer.ID, secretStore secretstore.... FILE: message_marshaler_test.go function TestRotationMessageMarshaler (line 23) | func TestRotationMessageMarshaler(t *testing.T) { function TestRotationMessageMarshalUnknownTopic (line 65) | func TestRotationMessageMarshalUnknownTopic(t *testing.T) { function TestRotationMessageUnmarshalUnknownTopic (line 90) | func TestRotationMessageUnmarshalUnknownTopic(t *testing.T) { function TestRotationMessageMarshalWrongKey (line 149) | func TestRotationMessageMarshalWrongKey(t *testing.T) { FILE: orbitdb.go type GroupOpenMode (line 39) | type GroupOpenMode constant GroupOpenModeUndefined (line 42) | GroupOpenModeUndefined GroupOpenMode = iota constant GroupOpenModeReplicate (line 43) | GroupOpenModeReplicate constant GroupOpenModeWrite (line 44) | GroupOpenModeWrite type loggable (line 49) | type loggable interface type NewOrbitDBOptions (line 53) | type NewOrbitDBOptions struct method applyDefaults (line 65) | func (n *NewOrbitDBOptions) applyDefaults() { type WeshOrbitDB (line 106) | type WeshOrbitDB struct method registerGroupPrivateKey (line 126) | func (s *WeshOrbitDB) registerGroupPrivateKey(g *protocoltypes.Group) ... method registerGroupSigningPubKey (line 145) | func (s *WeshOrbitDB) registerGroupSigningPubKey(g *protocoltypes.Grou... method openAccountGroup (line 223) | func (s *WeshOrbitDB) openAccountGroup(ctx context.Context, options *o... method setHeadsForGroup (line 256) | func (s *WeshOrbitDB) setHeadsForGroup(ctx context.Context, g *protoco... method loadHeads (line 336) | func (s *WeshOrbitDB) loadHeads(ctx context.Context, store iface.Store... method OpenGroup (line 382) | func (s *WeshOrbitDB) OpenGroup(ctx context.Context, g *protocoltypes.... method OpenGroupReplication (line 458) | func (s *WeshOrbitDB) OpenGroupReplication(ctx context.Context, g *pro... method getGroupContext (line 493) | func (s *WeshOrbitDB) getGroupContext(id string) (*GroupContext, error) { method SetGroupSigPubKey (line 515) | func (s *WeshOrbitDB) SetGroupSigPubKey(groupID string, pubKey crypto.... method storeForGroup (line 525) | func (s *WeshOrbitDB) storeForGroup(ctx context.Context, o iface.BaseO... method groupMetadataStore (line 589) | func (s *WeshOrbitDB) groupMetadataStore(ctx context.Context, g *proto... method groupMessageStore (line 616) | func (s *WeshOrbitDB) groupMessageStore(ctx context.Context, g *protoc... method getGroupFromOptions (line 639) | func (s *WeshOrbitDB) getGroupFromOptions(options *iface.NewStoreOptio... method IsGroupLoaded (line 662) | func (s *WeshOrbitDB) IsGroupLoaded(groupID string) bool { method GetDevicePKForPeerID (line 668) | func (s *WeshOrbitDB) GetDevicePKForPeerID(id peer.ID) (pdg *PeerDevic... function NewWeshOrbitDB (line 167) | func NewWeshOrbitDB(ctx context.Context, ipfs coreiface.CoreAPI, options... FILE: orbitdb_datastore_cache.go type datastoreCache (line 14) | type datastoreCache struct method Load (line 19) | func (d *datastoreCache) Load(directory string, dbAddress address.Addr... method Close (line 23) | func (d *datastoreCache) Close() error { method Destroy (line 28) | func (d *datastoreCache) Destroy(directory string, dbAddress address.A... function NewOrbitDatastoreCache (line 46) | func NewOrbitDatastoreCache(ds datastore.Batching) cache.Interface { FILE: orbitdb_many_adds_berty_test.go function testAddBerty (line 24) | func testAddBerty(ctx context.Context, t *testing.T, node ipfsutil.CoreA... function TestAddBerty (line 113) | func TestAddBerty(t *testing.T) { FILE: orbitdb_many_adds_test.go function TestAdd (line 18) | func TestAdd(t *testing.T) { FILE: orbitdb_signed_entry_accesscontroller.go type simpleAccessController (line 20) | type simpleAccessController struct method SetLogger (line 26) | func (o *simpleAccessController) SetLogger(logger *zap.Logger) { method Logger (line 33) | func (o *simpleAccessController) Logger() *zap.Logger { method Grant (line 41) | func (o *simpleAccessController) Grant(ctx context.Context, capability... method Revoke (line 46) | func (o *simpleAccessController) Revoke(ctx context.Context, capabilit... method Load (line 51) | func (o *simpleAccessController) Load(ctx context.Context, address str... method Save (line 74) | func (o *simpleAccessController) Save(context.Context) (accesscontroll... method Close (line 83) | func (o *simpleAccessController) Close() error { method Type (line 87) | func (o *simpleAccessController) Type() string { method GetAuthorizedByRole (line 91) | func (o *simpleAccessController) GetAuthorizedByRole(role string) ([]s... method CanAppend (line 95) | func (o *simpleAccessController) CanAppend(e logac.LogEntry, _ identit... function simpleAccessControllerCID (line 55) | func simpleAccessControllerCID(allowedKeys map[string][]string) (cid.Cid... function NewSimpleAccessController (line 106) | func NewSimpleAccessController(_ context.Context, _ iface.BaseOrbitDB, p... FILE: orbitdb_signed_entry_identity_provider.go constant identityGroupIDKey (line 13) | identityGroupIDKey = "group_id" constant storeTypeKey (line 14) | storeTypeKey = "store_type" constant identityType (line 15) | identityType = "betry_group_entry" type bertySignedIdentityProvider (line 18) | type bertySignedIdentityProvider struct method UnmarshalPublicKey (line 22) | func (b *bertySignedIdentityProvider) UnmarshalPublicKey(data []byte) ... method GetID (line 26) | func (b *bertySignedIdentityProvider) GetID(_ context.Context, opts *i... method SignIdentity (line 31) | func (b *bertySignedIdentityProvider) SignIdentity(ctx context.Context... method GetType (line 35) | func (b *bertySignedIdentityProvider) GetType() string { method VerifyIdentity (line 39) | func (b *bertySignedIdentityProvider) VerifyIdentity(*identityprovider... method Sign (line 43) | func (b *bertySignedIdentityProvider) Sign(ctx context.Context, identi... method signID (line 57) | func (b *bertySignedIdentityProvider) signID(ctx context.Context, id s... method createIdentity (line 71) | func (b *bertySignedIdentityProvider) createIdentity(ctx context.Conte... FILE: orbitdb_signed_entry_keystore.go type BertySignedKeyStore (line 14) | type BertySignedKeyStore struct method SetKey (line 18) | func (s *BertySignedKeyStore) SetKey(pk crypto.PrivKey) error { method HasKey (line 31) | func (s *BertySignedKeyStore) HasKey(_ context.Context, id string) (bo... method CreateKey (line 37) | func (s *BertySignedKeyStore) CreateKey(ctx context.Context, id string... method GetKey (line 41) | func (s *BertySignedKeyStore) GetKey(_ context.Context, id string) (cr... method Sign (line 51) | func (s *BertySignedKeyStore) Sign(privKey crypto.PrivKey, bytes []byt... method Verify (line 55) | func (s *BertySignedKeyStore) Verify(signature []byte, publicKey crypt... method getIdentityProvider (line 68) | func (s *BertySignedKeyStore) getIdentityProvider() *bertySignedIdenti... FILE: orbitdb_test.go function TestDifferentStores (line 25) | func TestDifferentStores(t *testing.T) { FILE: orbitdb_utils_test.go function inviteAllPeersToGroup (line 15) | func inviteAllPeersToGroup(ctx context.Context, t *testing.T, peers []*m... function waitForBertyEventType (line 71) | func waitForBertyEventType(ctx context.Context, t *testing.T, ms *Metada... FILE: pkg/androidnearby/bridge_android.go constant Supported (line 14) | Supported = true function NewDriver (line 18) | func NewDriver(logger *zap.Logger) proximity.ProximityDriver { FILE: pkg/androidnearby/bridge_unsupported.go constant Supported (line 11) | Supported = false function NewDriver (line 15) | func NewDriver(logger *zap.Logger) proximity.ProximityDriver { FILE: pkg/androidnearby/const.go constant DefaultAddr (line 4) | DefaultAddr = "/nearby/Qmeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" constant ProtocolCode (line 5) | ProtocolCode = 0x0044 constant ProtocolName (line 6) | ProtocolName = "nearby" FILE: pkg/androidnearby/init.go function init (line 9) | func init() { // nolint:gochecknoinits FILE: pkg/androidnearby/multiaddr.go function newProtocol (line 8) | func newProtocol() ma.Protocol { function mcStB (line 20) | func mcStB(s string) ([]byte, error) { function mcBtS (line 28) | func mcBtS(b []byte) (string, error) { function mcVal (line 36) | func mcVal(b []byte) error { FILE: pkg/bertyvcissuer/client.go constant DefaultRedirectURI (line 22) | DefaultRedirectURI = "berty://vc" type Client (line 24) | type Client struct method Init (line 40) | func (c *Client) Init(ctx context.Context, bertyURL string, accountPri... method Complete (line 84) | func (c *Client) Complete(uri string) (string, string, *verifiable.Cre... function NewClient (line 32) | func NewClient(serverRoot string) *Client { function ExtractSubjectFromVC (line 125) | func ExtractSubjectFromVC(credential *verifiable.Credential) (string, er... FILE: pkg/bertyvcissuer/urls.go constant PathChallenge (line 9) | PathChallenge = "/challenge" constant PathAuthenticate (line 10) | PathAuthenticate = "/authenticate" constant PathProof (line 11) | PathProof = "/proof" constant ParamBertyID (line 13) | ParamBertyID = "berty_id" constant ParamState (line 14) | ParamState = "state" constant ParamRedirectURI (line 15) | ParamRedirectURI = "redirect_uri" constant ParamChallenge (line 16) | ParamChallenge = "challenge" constant ParamChallengeSig (line 17) | ParamChallengeSig = "challenge_sig" constant ParamCode (line 18) | ParamCode = "code" constant ParamContext (line 19) | ParamContext = "context" constant ParamCredentials (line 20) | ParamCredentials = "credentials" constant ParamIdentifier (line 21) | ParamIdentifier = "identifier" function MakeAuthenticateURL (line 24) | func MakeAuthenticateURL(serverBaseRoot, flowCtxStr string) string { function MakeProofURL (line 28) | func MakeProofURL(serverBaseRoot, flowCtxStr string) string { function MakeRedirectSuccessURI (line 32) | func MakeRedirectSuccessURI(redirectURI, state string, credentials []byt... FILE: pkg/bertyvcissuer/verifiable_public_key_fetcher.go function embeddedPublicKeyFetcher (line 16) | func embeddedPublicKeyFetcher(issuerID string, allowList []string) (*ver... function EmbeddedPublicKeyFetcher (line 46) | func EmbeddedPublicKeyFetcher(issuerID, keyID string) (*verifier.PublicK... function EmbeddedPublicKeyFetcherAllowList (line 51) | func EmbeddedPublicKeyFetcherAllowList(allowList []string) func(issuerID... FILE: pkg/ble-driver/BleInterface_darwin.h type level (line 28) | enum level FILE: pkg/ble-driver/Logger.h type Debug (line 16) | typedef NS_ENUM(uint8_t, level) { type level (line 31) | enum level FILE: pkg/ble-driver/bridge_android.go constant Supported (line 14) | Supported = true function NewDriver (line 18) | func NewDriver(logger *zap.Logger) proximity.ProximityDriver { FILE: pkg/ble-driver/bridge_darwin.go constant Supported (line 25) | Supported = true type Driver (line 29) | type Driver struct method Start (line 118) | func (d *Driver) Start(localPID string) { method Stop (line 125) | func (d *Driver) Stop() { method DialPeer (line 129) | func (d *Driver) DialPeer(remotePID string) bool { method SendToPeer (line 136) | func (d *Driver) SendToPeer(remotePID string, payload []byte) bool { method CloseConnWithPeer (line 145) | func (d *Driver) CloseConnWithPeer(remotePID string) { method ProtocolCode (line 152) | func (d *Driver) ProtocolCode() int { method ProtocolName (line 156) | func (d *Driver) ProtocolName() string { method DefaultAddr (line 160) | func (d *Driver) DefaultAddr() string { function NewDriver (line 38) | func NewDriver(logger *zap.Logger) proximity.ProximityDriver { function BLEHandleFoundPeer (line 56) | func BLEHandleFoundPeer(remotePID *C.char) int { // nolint:revive // Nee... function BLEHandleLostPeer (line 72) | func BLEHandleLostPeer(remotePID *C.char) { // nolint:revive // Need to ... function BLEReceiveFromPeer (line 85) | func BLEReceiveFromPeer(remotePID *C.char, payload unsafe.Pointer, lengt... function BLELog (line 99) | func BLELog(level C.enum_level, message *C.char) { //nolint:revive FILE: pkg/ble-driver/bridge_unsupported.go constant Supported (line 11) | Supported = false function NewDriver (line 15) | func NewDriver(logger *zap.Logger) proximity.ProximityDriver { FILE: pkg/ble-driver/const.go constant DefaultAddr (line 4) | DefaultAddr = "/ble/Qmeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" constant ProtocolCode (line 5) | ProtocolCode = 0x0042 constant ProtocolName (line 6) | ProtocolName = "ble" FILE: pkg/ble-driver/init.go function init (line 7) | func init() { // nolint:gochecknoinits FILE: pkg/ble-driver/multiaddr.go function newProtocol (line 8) | func newProtocol() ma.Protocol { function mcStB (line 20) | func mcStB(s string) ([]byte, error) { function mcBtS (line 28) | func mcBtS(b []byte) (string, error) { function mcVal (line 36) | func mcVal(b []byte) error { FILE: pkg/cryptoutil/cryptoutil.go constant KeySize (line 21) | KeySize = 32 constant NonceSize (line 22) | NonceSize = 24 constant ScryptIterations (line 23) | ScryptIterations = 1 << 15 constant ScryptR (line 24) | ScryptR = 8 constant ScryptP (line 25) | ScryptP = 1 constant ScryptKeyLen (line 26) | ScryptKeyLen = 32 function ConcatAndHashSha256 (line 29) | func ConcatAndHashSha256(slices ...[]byte) *[sha256.Size]byte { function GenerateNonce (line 40) | func GenerateNonce() (*[NonceSize]byte, error) { function GenerateNonceSize (line 54) | func GenerateNonceSize(size int) ([]byte, error) { function NonceSliceToArray (line 68) | func NonceSliceToArray(nonceSlice []byte) (*[NonceSize]byte, error) { function KeySliceToArray (line 79) | func KeySliceToArray(keySlice []byte) (*[KeySize]byte, error) { function SeedFromEd25519PrivateKey (line 90) | func SeedFromEd25519PrivateKey(key crypto.PrivKey) ([]byte, error) { function EdwardsToMontgomery (line 109) | func EdwardsToMontgomery(privKey crypto.PrivKey, pubKey crypto.PubKey) (... function EdwardsToMontgomeryPub (line 124) | func EdwardsToMontgomeryPub(pubKey crypto.PubKey) (*[KeySize]byte, error) { function EdwardsToMontgomeryPriv (line 147) | func EdwardsToMontgomeryPriv(privKey crypto.PrivKey) (*[KeySize]byte, er... function AESGCMEncrypt (line 169) | func AESGCMEncrypt(key, data []byte) ([]byte, error) { function AESGCMDecrypt (line 191) | func AESGCMDecrypt(key, data []byte) ([]byte, error) { function AESCTRStream (line 213) | func AESCTRStream(key, iv []byte) (cipher.Stream, error) { function DeriveKey (line 231) | func DeriveKey(passphrase, salt []byte) ([]byte, []byte, error) { function PublicKeyToCurve25519 (line 250) | func PublicKeyToCurve25519(ret *[32]byte, publicKey ed25519.PublicKey) e... function PrivateKeyToCurve25519 (line 264) | func PrivateKeyToCurve25519(ret *[32]byte, privateKey ed25519.PrivateKey) { FILE: pkg/cryptoutil/cryptoutil_test.go function TestCurve25519Conversion (line 18) | func TestCurve25519Conversion(t *testing.T) { function TestSeedFromEd25519PrivateKey (line 33) | func TestSeedFromEd25519PrivateKey(t *testing.T) { function TestEdwardsToMontgomeryPub (line 46) | func TestEdwardsToMontgomeryPub(t *testing.T) { function TestEdwardsToMontgomeryPriv (line 59) | func TestEdwardsToMontgomeryPriv(t *testing.T) { function TestDeriveKey (line 72) | func TestDeriveKey(t *testing.T) { function TestAESGCMEncryptDecrypt (line 99) | func TestAESGCMEncryptDecrypt(t *testing.T) { function TestAESCTRStream (line 120) | func TestAESCTRStream(t *testing.T) { FILE: pkg/cryptoutil/signer_wrapper.go function NewFuncSigner (line 10) | func NewFuncSigner(key libp2p_ci.PubKey, signer func([]byte) ([]byte, er... type funcSigner (line 17) | type funcSigner struct method Public (line 22) | func (f *funcSigner) Public() stdcrypto.PublicKey { method Sign (line 26) | func (f *funcSigner) Sign(_ io.Reader, digest []byte, _ stdcrypto.Sign... FILE: pkg/errcode/errcode.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ErrCode (line 23) | type ErrCode method Enum (line 294) | func (x ErrCode) Enum() *ErrCode { method String (line 300) | func (x ErrCode) String() string { method Descriptor (line 304) | func (ErrCode) Descriptor() protoreflect.EnumDescriptor { method Type (line 308) | func (ErrCode) Type() protoreflect.EnumType { method Number (line 312) | func (x ErrCode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 317) | func (ErrCode) EnumDescriptor() ([]byte, []int) { constant ErrCode_Undefined (line 26) | ErrCode_Undefined ErrCode = 0 constant ErrCode_TODO (line 27) | ErrCode_TODO ErrCode = 666 constant ErrCode_ErrNotImplemented (line 28) | ErrCode_ErrNotImplemented ErrCode = 777 constant ErrCode_ErrInternal (line 29) | ErrCode_ErrInternal ErrCode = 888 constant ErrCode_ErrInvalidInput (line 30) | ErrCode_ErrInvalidInput ErrCode = 100 constant ErrCode_ErrInvalidRange (line 31) | ErrCode_ErrInvalidRange ErrCode = 101 constant ErrCode_ErrMissingInput (line 32) | ErrCode_ErrMissingInput ErrCode = 102 constant ErrCode_ErrSerialization (line 33) | ErrCode_ErrSerialization ErrCode = 103 constant ErrCode_ErrDeserialization (line 34) | ErrCode_ErrDeserialization ErrCode = 104 constant ErrCode_ErrStreamRead (line 35) | ErrCode_ErrStreamRead ErrCode = 105 constant ErrCode_ErrStreamWrite (line 36) | ErrCode_ErrStreamWrite ErrCode = 106 constant ErrCode_ErrStreamTransform (line 37) | ErrCode_ErrStreamTransform ErrCode = 110 constant ErrCode_ErrStreamSendAndClose (line 38) | ErrCode_ErrStreamSendAndClose ErrCode = 111 constant ErrCode_ErrStreamHeaderWrite (line 39) | ErrCode_ErrStreamHeaderWrite ErrCode = 112 constant ErrCode_ErrStreamHeaderRead (line 40) | ErrCode_ErrStreamHeaderRead ErrCode = 115 constant ErrCode_ErrStreamSink (line 41) | ErrCode_ErrStreamSink ErrCode = 113 constant ErrCode_ErrStreamCloseAndRecv (line 42) | ErrCode_ErrStreamCloseAndRecv ErrCode = 114 constant ErrCode_ErrMissingMapKey (line 43) | ErrCode_ErrMissingMapKey ErrCode = 107 constant ErrCode_ErrDBWrite (line 44) | ErrCode_ErrDBWrite ErrCode = 108 constant ErrCode_ErrDBRead (line 45) | ErrCode_ErrDBRead ErrCode = 109 constant ErrCode_ErrDBDestroy (line 46) | ErrCode_ErrDBDestroy ErrCode = 120 constant ErrCode_ErrDBMigrate (line 47) | ErrCode_ErrDBMigrate ErrCode = 121 constant ErrCode_ErrDBReplay (line 48) | ErrCode_ErrDBReplay ErrCode = 122 constant ErrCode_ErrDBRestore (line 49) | ErrCode_ErrDBRestore ErrCode = 123 constant ErrCode_ErrDBOpen (line 50) | ErrCode_ErrDBOpen ErrCode = 124 constant ErrCode_ErrDBClose (line 51) | ErrCode_ErrDBClose ErrCode = 125 constant ErrCode_ErrCryptoRandomGeneration (line 52) | ErrCode_ErrCryptoRandomGeneration ErrCode = 200 constant ErrCode_ErrCryptoKeyGeneration (line 53) | ErrCode_ErrCryptoKeyGeneration ErrCode = 201 constant ErrCode_ErrCryptoNonceGeneration (line 54) | ErrCode_ErrCryptoNonceGeneration ErrCode = 202 constant ErrCode_ErrCryptoSignature (line 55) | ErrCode_ErrCryptoSignature ErrCode = 203 constant ErrCode_ErrCryptoSignatureVerification (line 56) | ErrCode_ErrCryptoSignatureVerification ErrCode = 204 constant ErrCode_ErrCryptoDecrypt (line 57) | ErrCode_ErrCryptoDecrypt ErrCode = 205 constant ErrCode_ErrCryptoDecryptPayload (line 58) | ErrCode_ErrCryptoDecryptPayload ErrCode = 206 constant ErrCode_ErrCryptoEncrypt (line 59) | ErrCode_ErrCryptoEncrypt ErrCode = 207 constant ErrCode_ErrCryptoKeyConversion (line 60) | ErrCode_ErrCryptoKeyConversion ErrCode = 208 constant ErrCode_ErrCryptoCipherInit (line 61) | ErrCode_ErrCryptoCipherInit ErrCode = 209 constant ErrCode_ErrCryptoKeyDerivation (line 62) | ErrCode_ErrCryptoKeyDerivation ErrCode = 210 constant ErrCode_ErrMap (line 63) | ErrCode_ErrMap ErrCode = 300 constant ErrCode_ErrForEach (line 64) | ErrCode_ErrForEach ErrCode = 301 constant ErrCode_ErrKeystoreGet (line 65) | ErrCode_ErrKeystoreGet ErrCode = 400 constant ErrCode_ErrKeystorePut (line 66) | ErrCode_ErrKeystorePut ErrCode = 401 constant ErrCode_ErrNotFound (line 67) | ErrCode_ErrNotFound ErrCode = 404 constant ErrCode_ErrOrbitDBInit (line 68) | ErrCode_ErrOrbitDBInit ErrCode = 1000 constant ErrCode_ErrOrbitDBOpen (line 69) | ErrCode_ErrOrbitDBOpen ErrCode = 1001 constant ErrCode_ErrOrbitDBAppend (line 70) | ErrCode_ErrOrbitDBAppend ErrCode = 1002 constant ErrCode_ErrOrbitDBDeserialization (line 71) | ErrCode_ErrOrbitDBDeserialization ErrCode = 1003 constant ErrCode_ErrOrbitDBStoreCast (line 72) | ErrCode_ErrOrbitDBStoreCast ErrCode = 1004 constant ErrCode_ErrHandshakeOwnEphemeralKeyGenSend (line 73) | ErrCode_ErrHandshakeOwnEphemeralKeyGenSend ErrCode = 1100 constant ErrCode_ErrHandshakePeerEphemeralKeyRecv (line 74) | ErrCode_ErrHandshakePeerEphemeralKeyRecv ErrCode = 1101 constant ErrCode_ErrHandshakeRequesterAuthenticateBoxKeyGen (line 75) | ErrCode_ErrHandshakeRequesterAuthenticateBoxKeyGen ErrCode = 1102 constant ErrCode_ErrHandshakeResponderAcceptBoxKeyGen (line 76) | ErrCode_ErrHandshakeResponderAcceptBoxKeyGen ErrCode = 1103 constant ErrCode_ErrHandshakeRequesterHello (line 77) | ErrCode_ErrHandshakeRequesterHello ErrCode = 1104 constant ErrCode_ErrHandshakeResponderHello (line 78) | ErrCode_ErrHandshakeResponderHello ErrCode = 1105 constant ErrCode_ErrHandshakeRequesterAuthenticate (line 79) | ErrCode_ErrHandshakeRequesterAuthenticate ErrCode = 1106 constant ErrCode_ErrHandshakeResponderAccept (line 80) | ErrCode_ErrHandshakeResponderAccept ErrCode = 1107 constant ErrCode_ErrHandshakeRequesterAcknowledge (line 81) | ErrCode_ErrHandshakeRequesterAcknowledge ErrCode = 1108 constant ErrCode_ErrContactRequestSameAccount (line 82) | ErrCode_ErrContactRequestSameAccount ErrCode = 1200 constant ErrCode_ErrContactRequestContactAlreadyAdded (line 83) | ErrCode_ErrContactRequestContactAlreadyAdded ErrCode = 1201 constant ErrCode_ErrContactRequestContactBlocked (line 84) | ErrCode_ErrContactRequestContactBlocked ErrCode = 1202 constant ErrCode_ErrContactRequestContactUndefined (line 85) | ErrCode_ErrContactRequestContactUndefined ErrCode = 1203 constant ErrCode_ErrContactRequestIncomingAlreadyReceived (line 86) | ErrCode_ErrContactRequestIncomingAlreadyReceived ErrCode = 1204 constant ErrCode_ErrGroupMemberLogEventOpen (line 87) | ErrCode_ErrGroupMemberLogEventOpen ErrCode = 1300 constant ErrCode_ErrGroupMemberLogEventSignature (line 88) | ErrCode_ErrGroupMemberLogEventSignature ErrCode = 1301 constant ErrCode_ErrGroupMemberUnknownGroupID (line 89) | ErrCode_ErrGroupMemberUnknownGroupID ErrCode = 1302 constant ErrCode_ErrGroupSecretOtherDestMember (line 90) | ErrCode_ErrGroupSecretOtherDestMember ErrCode = 1303 constant ErrCode_ErrGroupSecretAlreadySentToMember (line 91) | ErrCode_ErrGroupSecretAlreadySentToMember ErrCode = 1304 constant ErrCode_ErrGroupInvalidType (line 92) | ErrCode_ErrGroupInvalidType ErrCode = 1305 constant ErrCode_ErrGroupMissing (line 93) | ErrCode_ErrGroupMissing ErrCode = 1306 constant ErrCode_ErrGroupActivate (line 94) | ErrCode_ErrGroupActivate ErrCode = 1307 constant ErrCode_ErrGroupDeactivate (line 95) | ErrCode_ErrGroupDeactivate ErrCode = 1308 constant ErrCode_ErrGroupInfo (line 96) | ErrCode_ErrGroupInfo ErrCode = 1309 constant ErrCode_ErrGroupUnknown (line 97) | ErrCode_ErrGroupUnknown ErrCode = 1310 constant ErrCode_ErrGroupOpen (line 98) | ErrCode_ErrGroupOpen ErrCode = 1311 constant ErrCode_ErrMessageKeyPersistencePut (line 99) | ErrCode_ErrMessageKeyPersistencePut ErrCode = 1500 constant ErrCode_ErrMessageKeyPersistenceGet (line 100) | ErrCode_ErrMessageKeyPersistenceGet ErrCode = 1501 constant ErrCode_ErrServiceReplication (line 101) | ErrCode_ErrServiceReplication ErrCode = 4100 constant ErrCode_ErrServiceReplicationServer (line 102) | ErrCode_ErrServiceReplicationServer ErrCode = 4101 constant ErrCode_ErrServiceReplicationMissingEndpoint (line 103) | ErrCode_ErrServiceReplicationMissingEndpoint ErrCode = 4102 constant ErrCode_ErrServicesDirectory (line 104) | ErrCode_ErrServicesDirectory ErrCode = 4200 constant ErrCode_ErrServicesDirectoryInvalidVerifiedCredentialSubject (line 105) | ErrCode_ErrServicesDirectoryInvalidVerifiedCredentialSubject ErrCode = 4201 constant ErrCode_ErrServicesDirectoryExistingRecordNotFound (line 106) | ErrCode_ErrServicesDirectoryExistingRecordNotFound ErrCode = 4202 constant ErrCode_ErrServicesDirectoryRecordLockedAndCantBeReplaced (line 107) | ErrCode_ErrServicesDirectoryRecordLockedAndCantBeReplaced ErrCode = 4203 constant ErrCode_ErrServicesDirectoryExplicitReplaceFlagRequired (line 108) | ErrCode_ErrServicesDirectoryExplicitReplaceFlagRequired ErrCode = 4204 constant ErrCode_ErrServicesDirectoryInvalidVerifiedCredential (line 109) | ErrCode_ErrServicesDirectoryInvalidVerifiedCredential ErrCode = 4205 constant ErrCode_ErrServicesDirectoryExpiredVerifiedCredential (line 110) | ErrCode_ErrServicesDirectoryExpiredVerifiedCredential ErrCode = 4206 constant ErrCode_ErrServicesDirectoryInvalidVerifiedCredentialID (line 111) | ErrCode_ErrServicesDirectoryInvalidVerifiedCredentialID ErrCode = 4207 type ErrDetails (line 321) | type ErrDetails struct method Reset (line 329) | func (x *ErrDetails) Reset() { method String (line 338) | func (x *ErrDetails) String() string { method ProtoMessage (line 342) | func (*ErrDetails) ProtoMessage() {} method ProtoReflect (line 344) | func (x *ErrDetails) ProtoReflect() protoreflect.Message { method Descriptor (line 357) | func (*ErrDetails) Descriptor() ([]byte, []int) { method GetCodes (line 361) | func (x *ErrDetails) GetCodes() []ErrCode { function file_errcode_errcode_proto_rawDescGZIP (line 546) | func file_errcode_errcode_proto_rawDescGZIP() []byte { function init (line 568) | func init() { file_errcode_errcode_proto_init() } function file_errcode_errcode_proto_init (line 569) | func file_errcode_errcode_proto_init() { FILE: pkg/errcode/error.go type WithCode (line 14) | type WithCode interface function Codes (line 20) | func Codes(err error) []ErrCode { function Has (line 45) | func Has(err error, code WithCode) bool { function Is (line 51) | func Is(err error, code WithCode) bool { function currentCode (line 56) | func currentCode(err error) ErrCode { function Code (line 77) | func Code(err error) ErrCode { function LastCode (line 94) | func LastCode(err error) ErrCode { function genericCause (line 116) | func genericCause(err error) error { method Error (line 135) | func (e ErrCode) Error() string { method Code (line 143) | func (e ErrCode) Code() ErrCode { method Wrap (line 147) | func (e ErrCode) Wrap(inner error) WithCode { method GRPCStatus (line 155) | func (e ErrCode) GRPCStatus() *status.Status { type wrappedError (line 167) | type wrappedError struct method Error (line 173) | func (e wrappedError) Error() string { method Code (line 177) | func (e wrappedError) Code() ErrCode { method Cause (line 182) | func (e wrappedError) Cause() error { method Unwrap (line 187) | func (e wrappedError) Unwrap() error { method GRPCStatus (line 191) | func (e wrappedError) GRPCStatus() *status.Status { method Format (line 199) | func (e wrappedError) Format(f fmt.State, c rune) { method FormatError (line 215) | func (e wrappedError) FormatError(p xerrors.Printer) error { type lightWrappedError (line 227) | type lightWrappedError struct method Error (line 232) | func (e lightWrappedError) Error() string { return "" } method Format (line 234) | func (e lightWrappedError) Format(f fmt.State, c rune) { method FormatError (line 250) | func (e lightWrappedError) FormatError(p xerrors.Printer) error { function codesFromGRPCStatus (line 260) | func codesFromGRPCStatus(st *status.Status) []ErrCode { function grpcCodeFromWithCode (line 270) | func grpcCodeFromWithCode(WithCode) codes.Code { type gRPCStatus (line 276) | type gRPCStatus interface function getGRPCStatus (line 278) | func getGRPCStatus(err error) *status.Status { FILE: pkg/errcode/error_test.go function TestError (line 18) | func TestError(t *testing.T) { function TestStatus (line 68) | func TestStatus(t *testing.T) { FILE: pkg/errcode/stdproto.go function init (line 7) | func init() { FILE: pkg/grpcutil/buf_listener.go type BufListener (line 12) | type BufListener struct method dialer (line 22) | func (bl *BufListener) dialer(context.Context, string) (net.Conn, erro... method NewClientConn (line 26) | func (bl *BufListener) NewClientConn(_ context.Context, opts ...grpc.D... function NewBufListener (line 16) | func NewBufListener(sz int) *BufListener { FILE: pkg/grpcutil/simple_auth.go constant headerAuthorize (line 9) | headerAuthorize = "authorization" type unsecureSimpleAuthAccess (line 14) | type unsecureSimpleAuthAccess struct method GetRequestMetadata (line 25) | func (sa *unsecureSimpleAuthAccess) GetRequestMetadata(_ context.Conte... method RequireTransportSecurity (line 31) | func (unsecureSimpleAuthAccess) RequireTransportSecurity() bool { function NewUnsecureSimpleAuthAccess (line 20) | func NewUnsecureSimpleAuthAccess(scheme, token string) credentials.PerRP... FILE: pkg/grpcutil/simple_auth_test.go constant testGoodToken (line 19) | testGoodToken = "hellobuddy" function validateToken (line 21) | func validateToken(token string) bool { function testAuthFunc (line 26) | func testAuthFunc(ctx context.Context) (context.Context, error) { function SayHelloAuthenticated (line 41) | func SayHelloAuthenticated(ctx context.Context, request *pb.HelloRequest... function TestSimpleAuth (line 45) | func TestSimpleAuth(t *testing.T) { FILE: pkg/ipfsutil/collector_bandwidth.go type BandwidthCollector (line 24) | type BandwidthCollector struct method Collect (line 32) | func (bc *BandwidthCollector) Collect(cmetric chan<- prometheus.Metric) { method Describe (line 50) | func (bc *BandwidthCollector) Describe(ch chan<- *prometheus.Desc) { function NewBandwidthCollector (line 28) | func NewBandwidthCollector(reporter *metrics.BandwidthCounter) *Bandwidt... FILE: pkg/ipfsutil/collector_host.go constant UnknownProtocol (line 28) | UnknownProtocol = "UnknownProtocol" type HostCollector (line 30) | type HostCollector struct method Collect (line 49) | func (cc *HostCollector) Collect(cmetric chan<- prometheus.Metric) { method Describe (line 72) | func (cc *HostCollector) Describe(ch chan<- *prometheus.Desc) { method Listen (line 79) | func (cc *HostCollector) Listen(network.Network, ma.Multiaddr) {} method ListenClose (line 80) | func (cc *HostCollector) ListenClose(network.Network, ma.Multiaddr) {} method Connected (line 82) | func (cc *HostCollector) Connected(network.Network, network.Conn) { method Disconnected (line 86) | func (cc *HostCollector) Disconnected(network.Network, network.Conn) { method OpenedStream (line 90) | func (cc *HostCollector) OpenedStream(network.Network, network.Stream) {} method ClosedStream (line 91) | func (cc *HostCollector) ClosedStream(network.Network, network.Stream) { function NewHostCollector (line 36) | func NewHostCollector(h host.Host) *HostCollector { FILE: pkg/ipfsutil/conn_logger.go type connLogger (line 22) | type connLogger struct method getPeerTags (line 41) | func (cl *connLogger) getPeerTags(p peer.ID) []string { method Listen (line 58) | func (cl *connLogger) Listen(_ network.Network, m ma.Multiaddr) { method ListenClose (line 62) | func (cl *connLogger) ListenClose(_ network.Network, m ma.Multiaddr) { method Connected (line 66) | func (cl *connLogger) Connected(_ network.Network, c network.Conn) { method Disconnected (line 81) | func (cl *connLogger) Disconnected(_ network.Network, c network.Conn) { method OpenedStream (line 92) | func (cl *connLogger) OpenedStream(_ network.Network, s network.Stream) { method ClosedStream (line 104) | func (cl *connLogger) ClosedStream(_ network.Network, s network.Stream) { function EnableConnLogger (line 27) | func EnableConnLogger(ctx context.Context, logger *zap.Logger, h host.Ho... FILE: pkg/ipfsutil/conn_manager.go type TypeTagAction (line 13) | type TypeTagAction constant TypeTagActionTag (line 16) | TypeTagActionTag TypeTagAction = iota constant TypeTagActionUntag (line 17) | TypeTagActionUntag constant TypeTagActionUpsert (line 18) | TypeTagActionUpsert type EvtPeerTag (line 21) | type EvtPeerTag struct type BertyConnManager (line 33) | type BertyConnManager struct method RegisterEventBus (line 50) | func (c *BertyConnManager) RegisterEventBus(bus event.Bus) (err error) { method GetPeerScore (line 59) | func (c *BertyConnManager) GetPeerScore(p peer.ID) (score int, exist b... method TagPeer (line 67) | func (c *BertyConnManager) TagPeer(p peer.ID, tag string, score int) { method UntagPeer (line 88) | func (c *BertyConnManager) UntagPeer(p peer.ID, tag string) { method UpsertTag (line 113) | func (c *BertyConnManager) UpsertTag(p peer.ID, tag string, upsert fun... method computePeerScore (line 133) | func (c *BertyConnManager) computePeerScore(p peer.ID) (old, newScore ... function NewBertyConnManager (line 42) | func NewBertyConnManager(logger *zap.Logger, cm connmgr.ConnManager) *Be... FILE: pkg/ipfsutil/consts.go constant DefaultP2PRdvpMaddr (line 5) | DefaultP2PRdvpMaddr = "/ip4/51.15.25.224/udp/4040/quic-v1/p2p/12D3KooWHh... constant DefaultP2PStaticRelay (line 7) | DefaultP2PStaticRelay = "/ip4/51.15.25.224/udp/6363/quic-v1/p2p/12D3KooW... FILE: pkg/ipfsutil/extended_core_api.go type ConnMgr (line 11) | type ConnMgr interface type ExtendedCoreAPI (line 15) | type ExtendedCoreAPI interface type extendedCoreAPI (line 22) | type extendedCoreAPI struct method ConnMgr (line 27) | func (e *extendedCoreAPI) ConnMgr() ConnMgr { function NewExtendedCoreAPI (line 31) | func NewExtendedCoreAPI(host ipfs_host.Host, api coreiface.CoreAPI) Exte... function NewExtendedCoreAPIFromNode (line 38) | func NewExtendedCoreAPIFromNode(node *ipfs_core.IpfsNode) (ExtendedCoreA... FILE: pkg/ipfsutil/helpers.go function ParseAndResolveIpfsAddr (line 21) | func ParseAndResolveIpfsAddr(ctx context.Context, addr string) (*peer.Ad... function ParseAndResolveMaddrs (line 63) | func ParseAndResolveMaddrs(ctx context.Context, logger *zap.Logger, addr... constant DefaultCloseTimeout (line 120) | DefaultCloseTimeout = time.Second * 5 function FullClose (line 122) | func FullClose(s network.Stream) error { FILE: pkg/ipfsutil/helpers_test.go constant closeTestPid (line 24) | closeTestPid = "/testing/close/0.1.0" function TestFullClose (line 28) | func TestFullClose(t *testing.T) { FILE: pkg/ipfsutil/keystore_datastore.go type datastoreKeystore (line 13) | type datastoreKeystore struct method Has (line 17) | func (k *datastoreKeystore) Has(name string) (bool, error) { method Put (line 21) | func (k *datastoreKeystore) Put(name string, key crypto.PrivKey) error { method Get (line 30) | func (k *datastoreKeystore) Get(name string) (crypto.PrivKey, error) { method Delete (line 41) | func (k *datastoreKeystore) Delete(name string) error { method List (line 45) | func (k *datastoreKeystore) List() ([]string, error) { function NewDatastoreKeystore (line 49) | func NewDatastoreKeystore(ds datastore.Datastore) keystore.Keystore { FILE: pkg/ipfsutil/lifecycle.go type ConnLifecycle (line 28) | type ConnLifecycle struct method monitorAppState (line 82) | func (cl *ConnLifecycle) monitorAppState(ctx context.Context) { method dropUnavailableConn (line 105) | func (cl *ConnLifecycle) dropUnavailableConn() { method monitorPeerOfInterest (line 153) | func (cl *ConnLifecycle) monitorPeerOfInterest(ctx context.Context) er... function NewConnLifecycle (line 41) | func NewConnLifecycle(ctx context.Context, logger *zap.Logger, h host.Ho... FILE: pkg/ipfsutil/localrecord.go constant recProtocolID (line 19) | recProtocolID = protocol.ID("wesh/p2p/localrecord") type LocalRecord (line 21) | type LocalRecord struct method Listen (line 37) | func (lr *LocalRecord) Listen(network.Network, ma.Multiaddr) {} method ListenClose (line 40) | func (lr *LocalRecord) ListenClose(network.Network, ma.Multiaddr) {} method Connected (line 43) | func (lr *LocalRecord) Connected(_ network.Network, c network.Conn) { method Disconnected (line 55) | func (lr *LocalRecord) Disconnected(network.Network, network.Conn) {} method OpenedStream (line 58) | func (lr *LocalRecord) OpenedStream(network.Network, network.Stream) {} method ClosedStream (line 61) | func (lr *LocalRecord) ClosedStream(network.Network, network.Stream) {} method sendLocalRecord (line 63) | func (lr *LocalRecord) sendLocalRecord(ctx context.Context, c network.... method handleLocalRecords (line 71) | func (lr *LocalRecord) handleLocalRecords(network.Stream) { function OptionLocalRecord (line 26) | func OptionLocalRecord(node *ipfs_core.IpfsNode, _ coreiface.CoreAPI) er... FILE: pkg/ipfsutil/mobile.go type DHTNetworkMode (line 23) | type DHTNetworkMode constant DHTNetworkLan (line 26) | DHTNetworkLan DHTNetworkMode = iota constant DHTNetworkWan (line 27) | DHTNetworkWan constant DHTNetworkDual (line 28) | DHTNetworkDual type Config (line 31) | type Config type MobileOptions (line 33) | type MobileOptions struct method fillDefault (line 49) | func (o *MobileOptions) fillDefault() { method defaultIpfsConfigPatch (line 148) | func (o *MobileOptions) defaultIpfsConfigPatch(cfg *ipfs_config.Config... function NewIPFSMobile (line 85) | func NewIPFSMobile(ctx context.Context, repo *ipfs_mobile.RepoMobile, op... function CustomRoutingOption (line 135) | func CustomRoutingOption(mode dht.ModeOpt, net DHTNetworkMode, opts ...d... constant maxPrefixCountPerCpl (line 197) | maxPrefixCountPerCpl = 2 constant maxPrefixCount (line 198) | maxPrefixCount = 3 function newDualDHT (line 201) | func newDualDHT(ctx context.Context, h host.Host, net DHTNetworkMode, op... FILE: pkg/ipfsutil/mobile/host.go type HostConfigFunc (line 16) | type HostConfigFunc type HostConfig (line 19) | type HostConfig struct function ChainHostConfig (line 27) | func ChainHostConfig(cfgs ...HostConfigFunc) HostConfigFunc { type HostMobile (line 42) | type HostMobile struct function NewHostConfigOption (line 46) | func NewHostConfigOption(hopt ipfs_p2p.HostOption, cfg *HostConfig) ipfs... FILE: pkg/ipfsutil/mobile/node.go type IpfsConfig (line 16) | type IpfsConfig struct method fillDefault (line 27) | func (c *IpfsConfig) fillDefault() error { type IpfsMobile (line 55) | type IpfsMobile struct method PeerHost (line 62) | func (im *IpfsMobile) PeerHost() p2p_host.Host { method Close (line 66) | func (im *IpfsMobile) Close() error { method ServeCoreHTTP (line 70) | func (im *IpfsMobile) ServeCoreHTTP(l net.Listener, opts ...ipfs_coreh... method ServeGateway (line 81) | func (im *IpfsMobile) ServeGateway(l net.Listener, opts ...ipfs_coreht... function NewNode (line 93) | func NewNode(ctx context.Context, cfg *IpfsConfig) (*IpfsMobile, error) { FILE: pkg/ipfsutil/mobile/repo.go type RepoConfigPatch (line 10) | type RepoConfigPatch type RepoMobile (line 12) | type RepoMobile struct method ApplyPatchs (line 25) | func (mr *RepoMobile) ApplyPatchs(patchs ...RepoConfigPatch) error { function NewRepoMobile (line 18) | func NewRepoMobile(path string, repo ipfs_repo.Repo) *RepoMobile { function ChainIpfsConfigPatch (line 38) | func ChainIpfsConfigPatch(patchs ...RepoConfigPatch) RepoConfigPatch { FILE: pkg/ipfsutil/mobile/routing.go type RoutingConfigFunc (line 11) | type RoutingConfigFunc type RoutingConfig (line 13) | type RoutingConfig struct function NewRoutingConfigOption (line 17) | func NewRoutingConfigOption(ro ipfs_p2p.RoutingOption, rc *RoutingConfig... FILE: pkg/ipfsutil/peering.go constant connmgrTag (line 25) | connmgrTag = "berty-peering" constant MaximumReconnectingDelay (line 29) | MaximumReconnectingDelay = time.Second * 30 type state (line 32) | type state constant stateInit (line 35) | stateInit state = iota constant stateRunning (line 36) | stateRunning constant stateStopped (line 37) | stateStopped type PeeringService (line 42) | type PeeringService struct method Start (line 66) | func (ps *PeeringService) Start() error { method Stop (line 87) | func (ps *PeeringService) Stop() error { method AddPeer (line 110) | func (ps *PeeringService) AddPeer(info peer.AddrInfo) { method ListPeers (line 144) | func (ps *PeeringService) ListPeers() []peer.AddrInfo { method RemovePeer (line 160) | func (ps *PeeringService) RemovePeer(id peer.ID) { function NewPeeringService (line 54) | func NewPeeringService(logger *zap.Logger, host host.Host, fact backoff.... type netNotifee (line 173) | type netNotifee method Connected (line 175) | func (nn *netNotifee) Connected(_ network.Network, c network.Conn) { method Disconnected (line 188) | func (nn *netNotifee) Disconnected(_ network.Network, c network.Conn) { method OpenedStream (line 200) | func (nn *netNotifee) OpenedStream(network.Network, network.Stream) ... method ClosedStream (line 201) | func (nn *netNotifee) ClosedStream(network.Network, network.Stream) ... method Listen (line 202) | func (nn *netNotifee) Listen(network.Network, multiaddr.Multiaddr) ... method ListenClose (line 203) | func (nn *netNotifee) ListenClose(network.Network, multiaddr.Multiaddr... type peerHandler (line 206) | type peerHandler struct method setAddrs (line 221) | func (ph *peerHandler) setAddrs(addrs []multiaddr.Multiaddr) { method getAddrs (line 232) | func (ph *peerHandler) getAddrs() []multiaddr.Multiaddr { method stop (line 239) | func (ph *peerHandler) stop() { method nextBackoff (line 252) | func (ph *peerHandler) nextBackoff() time.Duration { method reconnect (line 256) | func (ph *peerHandler) reconnect() { method stopIfConnected (line 288) | func (ph *peerHandler) stopIfConnected() { method startIfDisconnected (line 302) | func (ph *peerHandler) startIfDisconnected() { FILE: pkg/ipfsutil/pubsub_adaptater.go type pubsubCoreAPIAdapter (line 7) | type pubsubCoreAPIAdapter struct method PubSub (line 13) | func (ps *pubsubCoreAPIAdapter) PubSub() coreiface.PubSubAPI { function InjectPubSubAPI (line 17) | func InjectPubSubAPI(api coreiface.CoreAPI, ps coreiface.PubSubAPI) core... type pubsubExtendedCoreAPIAdapter (line 24) | type pubsubExtendedCoreAPIAdapter struct method PubSub (line 30) | func (ps *pubsubExtendedCoreAPIAdapter) PubSub() coreiface.PubSubAPI { function InjectPubSubCoreAPIExtendedAdapter (line 34) | func InjectPubSubCoreAPIExtendedAdapter(exapi ExtendedCoreAPI, ps coreif... FILE: pkg/ipfsutil/pubsub_api.go type PubSubAPI (line 16) | type PubSubAPI struct method topicJoin (line 33) | func (ps *PubSubAPI) topicJoin(topic string, opts ...p2p_pubsub.TopicO... method Ls (line 68) | func (ps *PubSubAPI) Ls(context.Context) ([]string, error) { method Peers (line 73) | func (ps *PubSubAPI) Peers(_ context.Context, opts ...coreiface_option... method Publish (line 85) | func (ps *PubSubAPI) Publish(ctx context.Context, topic string, msg []... method Subscribe (line 95) | func (ps *PubSubAPI) Subscribe(_ context.Context, topic string, _ ...c... function NewPubSubAPI (line 24) | func NewPubSubAPI(_ context.Context, logger *zap.Logger, ps *p2p_pubsub.... type pubsubSubscriptionAPI (line 111) | type pubsubSubscriptionAPI struct method Close (line 117) | func (pss *pubsubSubscriptionAPI) Close() (_ error) { method Next (line 123) | func (pss *pubsubSubscriptionAPI) Next(ctx context.Context) (coreiface... type pubsubMessageAPI (line 133) | type pubsubMessageAPI struct method From (line 138) | func (psm *pubsubMessageAPI) From() p2p_peer.ID { method Data (line 143) | func (psm *pubsubMessageAPI) Data() []byte { method Seq (line 148) | func (psm *pubsubMessageAPI) Seq() []byte { method Topics (line 153) | func (psm *pubsubMessageAPI) Topics() []string { FILE: pkg/ipfsutil/pubsub_monitor.go type EventMonitor (line 19) | type EventMonitor constant TypeEventMonitorPeerUnknown (line 22) | TypeEventMonitorPeerUnknown EventMonitor = iota constant TypeEventMonitorPeerJoined (line 23) | TypeEventMonitorPeerJoined constant TypeEventMonitorPeerLeft (line 24) | TypeEventMonitorPeerLeft type EventTracer (line 27) | type EventTracer interface type EvtPubSubTopic (line 31) | type EvtPubSubTopic struct type PubsubMonitor (line 37) | type PubsubMonitor struct method EventTracerOption (line 60) | func (pt *PubsubMonitor) EventTracerOption() ps.Option { method Trace (line 67) | func (pt *PubsubMonitor) Trace(e *ps_pb.TraceEvent) { method Emit (line 127) | func (pt *PubsubMonitor) Emit(e *EvtPubSubTopic) { method popTopicFromPeer (line 133) | func (pt *PubsubMonitor) popTopicFromPeer(p peer.ID) []string { method addTopicToPeer (line 145) | func (pt *PubsubMonitor) addTopicToPeer(p peer.ID, ns string) { function NewPubsubMonitor (line 47) | func NewPubsubMonitor(l *zap.Logger, h host.Host) (EventTracer, error) { FILE: pkg/ipfsutil/repo.go constant defaultConnMgrHighWater (line 24) | defaultConnMgrHighWater = 200 constant defaultConnMgrLowWater (line 28) | defaultConnMgrLowWater = 150 constant defaultConnMgrGracePeriod (line 32) | defaultConnMgrGracePeriod = time.Second * 20 function CreateMockedRepo (line 37) | func CreateMockedRepo(dstore ipfs_ds.Batching) (ipfs_repo.Repo, error) { function CreateOrLoadMockedRepo (line 49) | func CreateOrLoadMockedRepo(dstore ipfs_ds.Batching) (ipfs_repo.Repo, er... function LoadRepoFromPath (line 61) | func LoadRepoFromPath(path string) (ipfs_repo.Repo, error) { function CreateBaseConfig (line 93) | func CreateBaseConfig() (*ipfs_cfg.Config, error) { function ResetRepoIdentity (line 127) | func ResetRepoIdentity(c *ipfs_cfg.Config) error { function upgradeToPersistentConfig (line 150) | func upgradeToPersistentConfig(cfg *ipfs_cfg.Config) (*ipfs_cfg.Config, ... function ResetExistingRepoIdentity (line 207) | func ResetExistingRepoIdentity(repo ipfs_repo.Repo) (ipfs_repo.Repo, err... function LoadPlugins (line 231) | func LoadPlugins(repoPath string) (*ipfs_loader.PluginLoader, error) { /... FILE: pkg/ipfsutil/testing.go type CoreAPIMock (line 37) | type CoreAPIMock interface function getOrCreatePrivateKeyFromDatastore (line 47) | func getOrCreatePrivateKeyFromDatastore(t testing.TB, ctx context.Contex... function TestingRepo (line 79) | func TestingRepo(t testing.TB, ctx context.Context, datastore ds.Datasto... type TestingAPIOpts (line 112) | type TestingAPIOpts struct function TestingCoreAPIUsingMockNet (line 120) | func TestingCoreAPIUsingMockNet(ctx context.Context, t testing.TB, opts ... function TestingCoreAPI (line 190) | func TestingCoreAPI(ctx context.Context, t testing.TB) CoreAPIMock { function TestingRDVP (line 204) | func TestingRDVP(ctx context.Context, t testing.TB, h host.Host) (*rende... type coreAPIMock (line 218) | type coreAPIMock struct method ConnMgr (line 227) | func (m *coreAPIMock) ConnMgr() ConnMgr { method NewStream (line 231) | func (m *coreAPIMock) NewStream(ctx context.Context, p p2p_peer.ID, pi... method SetStreamHandler (line 235) | func (m *coreAPIMock) SetStreamHandler(pid protocol.ID, handler p2pnet... method RemoveStreamHandler (line 239) | func (m *coreAPIMock) RemoveStreamHandler(pid protocol.ID) { method API (line 243) | func (m *coreAPIMock) API() ExtendedCoreAPI { method MockNetwork (line 247) | func (m *coreAPIMock) MockNetwork() mocknet.Mocknet { method MockNode (line 251) | func (m *coreAPIMock) MockNode() *ipfs_core.IpfsNode { method PubSub (line 255) | func (m *coreAPIMock) PubSub() *pubsub.PubSub { method Tinder (line 259) | func (m *coreAPIMock) Tinder() *tinder.Service { method Close (line 263) | func (m *coreAPIMock) Close() { function MockHostOption (line 267) | func MockHostOption(mn mocknet.Mocknet) ipfs_p2p.HostOption { FILE: pkg/ipfsutil/util.go type Multiaddrs (line 13) | type Multiaddrs method Len (line 22) | func (ms Multiaddrs) Len() int { return len(ms) } method Less (line 26) | func (ms Multiaddrs) Less(i, j int) bool { return bytes.Compare(ms[i].... method Swap (line 29) | func (ms Multiaddrs) Swap(i, j int) { ms[i], ms[j] = ms[j], ms[i] } function NewMultiaddrs (line 15) | func NewMultiaddrs(m []ma.Multiaddr) Multiaddrs { function MultiaddrIsEqual (line 32) | func MultiaddrIsEqual(a Multiaddrs, b Multiaddrs) bool { function ParseAddr (line 46) | func ParseAddr(addr string) (ma.Multiaddr, error) { function ParseAddrs (line 65) | func ParseAddrs(addrs ...string) ([]ma.Multiaddr, error) { FILE: pkg/lifecycle/manager.go type State (line 10) | type State constant StateActive (line 13) | StateActive State = iota constant StateInactive (line 14) | StateInactive type Manager (line 17) | type Manager struct method UpdateState (line 36) | func (m *Manager) UpdateState(state State) { method WaitForStateChange (line 46) | func (m *Manager) WaitForStateChange(ctx context.Context, sourceState ... method GetCurrentState (line 60) | func (m *Manager) GetCurrentState() (state State) { method TaskWaitForStateChange (line 71) | func (m *Manager) TaskWaitForStateChange(ctx context.Context, sourceSt... method WaitForTasks (line 87) | func (m *Manager) WaitForTasks() { function NewManager (line 26) | func NewManager(initialState State) *Manager { FILE: pkg/lifecycle/task.go type Task (line 5) | type Task interface type task (line 9) | type task struct method Done (line 14) | func (t *task) Done() { FILE: pkg/logutil/crypto_utils.go function CryptoKeyToBytes (line 9) | func CryptoKeyToBytes(key crypto.Key) []byte { function CryptoKeyToBase64 (line 18) | func CryptoKeyToBase64(key crypto.Key) string { FILE: pkg/logutil/encoders.go constant Black (line 10) | Black uint8 = iota + 30 constant Red (line 11) | Red constant Green (line 12) | Green constant Yellow (line 13) | Yellow constant Blue (line 14) | Blue constant Magenta (line 15) | Magenta constant Cyan (line 16) | Cyan constant White (line 17) | White function stableWidthNameEncoder (line 20) | func stableWidthNameEncoder(loggerName string, enc zapcore.PrimitiveArra... function stableWidthCapitalLevelEncoder (line 24) | func stableWidthCapitalLevelEncoder(l zapcore.Level, enc zapcore.Primiti... function stableWidthCapitalColorLevelEncoder (line 28) | func stableWidthCapitalColorLevelEncoder(l zapcore.Level, enc zapcore.Pr... FILE: pkg/logutil/example_test.go function Example_logall (line 7) | func Example_logall() { function Example_logerrors (line 35) | func Example_logerrors() { FILE: pkg/logutil/file.go function newFileWriteCloser (line 20) | func newFileWriteCloser(target, kind string) (io.WriteCloser, error) { type Logfile (line 65) | type Logfile struct method Path (line 75) | func (l Logfile) Path() string { constant filePatternDateLayout (line 79) | filePatternDateLayout = "2006-01-02T15-04-05.000" function LogfileList (line 83) | func LogfileList(logDir string) ([]*Logfile, error) { function CurrentLogfilePath (line 145) | func CurrentLogfilePath(target string) (string, error) { function LogfileGC (line 168) | func LogfileGC(logDir string, max int) error { FILE: pkg/logutil/file_test.go function TestLogfile (line 14) | func TestLogfile(t *testing.T) { FILE: pkg/logutil/grpc_logger.go function ReplaceGRPCLogger (line 17) | func ReplaceGRPCLogger(l *zap.Logger) { FILE: pkg/logutil/logger_native.go type nativeCore (line 10) | type nativeCore struct method Enabled (line 19) | func (nc *nativeCore) Enabled(zapcore.Level) bool { method With (line 23) | func (nc *nativeCore) With([]zapcore.Field) zapcore.Core { method Check (line 27) | func (nc *nativeCore) Check(entry zapcore.Entry, checked *zapcore.Chec... method Write (line 31) | func (nc *nativeCore) Write(entry zapcore.Entry, fields []zapcore.Fiel... method Sync (line 45) | func (nc *nativeCore) Sync() error { function NewNativeDriverCore (line 15) | func NewNativeDriverCore(subsystem string, enc zapcore.Encoder) zapcore.... function NewNativeLogger (line 49) | func NewNativeLogger(subsystem string) *zap.Logger { FILE: pkg/logutil/logger_native_android.go function NativeLog (line 17) | func NativeLog(logLevel zapcore.Level, namespace string, message string) { FILE: pkg/logutil/logger_native_darwin.go function NativeLog (line 38) | func NativeLog(logLevel zapcore.Level, namespace string, message string) { FILE: pkg/logutil/logger_native_other.go function NativeLog (line 12) | func NativeLog(logLevel zapcore.Level, namespace string, message string) { FILE: pkg/logutil/logutil.go constant consoleEncoding (line 17) | consoleEncoding = "console" constant jsonEncoding (line 18) | jsonEncoding = "json" function NewLogger (line 21) | func NewLogger(streams ...Stream) (*zap.Logger, func(), error) { FILE: pkg/logutil/logutil_test.go function TestTypeStd (line 19) | func TestTypeStd(t *testing.T) { function TestTypeRing (line 42) | func TestTypeRing(t *testing.T) { function TestTypeFile (line 78) | func TestTypeFile(t *testing.T) { function TestMultiple (line 150) | func TestMultiple(t *testing.T) { FILE: pkg/logutil/private_field.go type PrivateField (line 18) | type PrivateField struct method hash (line 23) | func (p *PrivateField) hash(value string) string { method PrivateString (line 38) | func (p *PrivateField) PrivateString(key string, value string) zap.Fie... method PrivateStringer (line 46) | func (p *PrivateField) PrivateStringer(key string, value fmt.Stringer)... method PrivateStrings (line 54) | func (p *PrivateField) PrivateStrings(key string, values []string) zap... method PrivateAny (line 67) | func (p *PrivateField) PrivateAny(key string, value any) zap.Field { method PrivateBinary (line 75) | func (p *PrivateField) PrivateBinary(key string, value []byte) zap.Fie... function PrivateStrings (line 83) | func PrivateStrings(key string, value []string) zap.Field { function PrivateString (line 91) | func PrivateString(key string, value string) zap.Field { function PrivateStringer (line 99) | func PrivateStringer(key string, value fmt.Stringer) zap.Field { function PrivateAny (line 107) | func PrivateAny(key string, value any) zap.Field { function PrivateBinary (line 115) | func PrivateBinary(key string, value []byte) zap.Field { function SetGlobal (line 123) | func SetGlobal(namespace []byte, enabled bool) { function DisablePrivateFields (line 132) | func DisablePrivateFields() { function init (line 136) | func init() { // nolint:gochecknoinits FILE: pkg/logutil/stream.go constant typeStd (line 9) | typeStd = "std" constant typeRing (line 10) | typeRing = "ring" constant typeFile (line 11) | typeFile = "file" constant typeCustom (line 12) | typeCustom = "custom" type Stream (line 15) | type Stream struct function NewStdStream (line 25) | func NewStdStream(filters, format, path string) Stream { function NewRingStream (line 34) | func NewRingStream(filters, format string, ring *zapring.Core) Stream { function NewFileStream (line 54) | func NewFileStream(filters, format, path, sessionKind string) Stream { function NewCustomStream (line 64) | func NewCustomStream(filters string, logger *zap.Logger) Stream { FILE: pkg/multipeer-connectivity-driver/bridge_darwin.go constant Supported (line 12) | Supported = true type Driver (line 14) | type Driver struct method Start (line 41) | func (d *Driver) Start(localPID string) { method Stop (line 45) | func (d *Driver) Stop() { method DialPeer (line 49) | func (d *Driver) DialPeer(remotePID string) bool { method SendToPeer (line 53) | func (d *Driver) SendToPeer(remotePID string, payload []byte) bool { method CloseConnWithPeer (line 57) | func (d *Driver) CloseConnWithPeer(remotePID string) { method ProtocolCode (line 61) | func (d *Driver) ProtocolCode() int { method ProtocolName (line 65) | func (d *Driver) ProtocolName() string { method DefaultAddr (line 69) | func (d *Driver) DefaultAddr() string { function NewDriver (line 23) | func NewDriver(logger *zap.Logger) proximity.ProximityDriver { FILE: pkg/multipeer-connectivity-driver/bridge_unsupported.go constant Supported (line 11) | Supported = false function NewDriver (line 15) | func NewDriver(logger *zap.Logger) proximity.ProximityDriver { FILE: pkg/multipeer-connectivity-driver/const.go constant DefaultAddr (line 4) | DefaultAddr = "/mc/Qmeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" constant ProtocolCode (line 5) | ProtocolCode = 0x0043 constant ProtocolName (line 6) | ProtocolName = "mc" FILE: pkg/multipeer-connectivity-driver/driver/Logger.h type Debug (line 16) | typedef NS_ENUM(uint8_t, level) { type level (line 31) | enum level FILE: pkg/multipeer-connectivity-driver/driver/cgo_bridge.go function MCHandleFoundPeer (line 30) | func MCHandleFoundPeer(remotePID *C.char) int { function MCHandleLostPeer (line 46) | func MCHandleLostPeer(remotePID *C.char) { function MCReceiveFromPeer (line 59) | func MCReceiveFromPeer(remotePID *C.char, payload unsafe.Pointer, length... function MCLog (line 73) | func MCLog(level C.enum_level, message *C.char) { //nolint:golint function Start (line 92) | func Start(localPID string) { function Stop (line 99) | func Stop() { function DialPeer (line 103) | func DialPeer(remotePID string) bool { function SendToPeer (line 110) | func SendToPeer(remotePID string, payload []byte) bool { function CloseConnWithPeer (line 119) | func CloseConnWithPeer(remotePID string) { function MCUseExternalLogger (line 126) | func MCUseExternalLogger() { FILE: pkg/multipeer-connectivity-driver/driver/mc-driver.h type level (line 22) | enum level FILE: pkg/multipeer-connectivity-driver/init.go function init (line 9) | func init() { // nolint:gochecknoinits FILE: pkg/multipeer-connectivity-driver/multiaddr.go function newProtocol (line 8) | func newProtocol() ma.Protocol { function mcStB (line 20) | func mcStB(s string) ([]byte, error) { function mcBtS (line 28) | func mcBtS(b []byte) (string, error) { function mcVal (line 36) | func mcVal(b []byte) error { FILE: pkg/netmanager/connectivity.go type ConnectivityState (line 8) | type ConnectivityState method String (line 16) | func (cs ConnectivityState) String() string { constant ConnectivityStateUnknown (line 11) | ConnectivityStateUnknown ConnectivityState = iota constant ConnectivityStateOff (line 12) | ConnectivityStateOff constant ConnectivityStateOn (line 13) | ConnectivityStateOn function ParseConnectivityState (line 29) | func ParseConnectivityState(s string) (ConnectivityState, error) { type ConnectivityNetType (line 42) | type ConnectivityNetType method String (line 52) | func (cnt ConnectivityNetType) String() string { constant ConnectivityNetUnknown (line 45) | ConnectivityNetUnknown ConnectivityNetType = iota constant ConnectivityNetNone (line 46) | ConnectivityNetNone constant ConnectivityNetWifi (line 47) | ConnectivityNetWifi constant ConnectivityNetEthernet (line 48) | ConnectivityNetEthernet constant ConnectivityNetCellular (line 49) | ConnectivityNetCellular function ParseConnectivityNetType (line 69) | func ParseConnectivityNetType(s string) (ConnectivityNetType, error) { type ConnectivityCellularType (line 86) | type ConnectivityCellularType method String (line 97) | func (cct ConnectivityCellularType) String() string { constant ConnectivityCellularUnknown (line 89) | ConnectivityCellularUnknown ConnectivityCellularType = iota constant ConnectivityCellularNone (line 90) | ConnectivityCellularNone constant ConnectivityCellular2G (line 91) | ConnectivityCellular2G constant ConnectivityCellular3G (line 92) | ConnectivityCellular3G constant ConnectivityCellular4G (line 93) | ConnectivityCellular4G constant ConnectivityCellular5G (line 94) | ConnectivityCellular5G function ParseConnectivityCellularType (line 116) | func ParseConnectivityCellularType(s string) (ConnectivityCellularType, ... type ConnectivityInfo (line 135) | type ConnectivityInfo struct method String (line 153) | func (ci ConnectivityInfo) String() string { FILE: pkg/netmanager/netmanager.go type NetManager (line 10) | type NetManager struct method UpdateState (line 48) | func (m *NetManager) UpdateState(state ConnectivityInfo) { method WaitForStateChange (line 61) | func (m *NetManager) WaitForStateChange(ctx context.Context, sourceSta... method GetCurrentState (line 102) | func (m *NetManager) GetCurrentState() (state ConnectivityInfo) { type EventType (line 17) | type EventType method Has (line 34) | func (t EventType) Has(other EventType) bool { constant ConnectivityStateChanged (line 20) | ConnectivityStateChanged EventType = 1 << iota constant ConnectivityMeteringChanged (line 21) | ConnectivityMeteringChanged constant ConnectivityBluetoothChanged (line 22) | ConnectivityBluetoothChanged constant ConnectivityNetTypeChanged (line 23) | ConnectivityNetTypeChanged constant ConnectivityCellularTypeChanged (line 24) | ConnectivityCellularTypeChanged constant ConnectivityChanged (line 26) | ConnectivityChanged = 0 | function NewNetManager (line 38) | func NewNetManager(initialState ConnectivityInfo) *NetManager { FILE: pkg/netmanager/netmanager_noop.go function NewNoopNetManager (line 3) | func NewNoopNetManager() *NetManager { FILE: pkg/netmanager/netmanager_test.go function TestNewNetManager (line 10) | func TestNewNetManager(t *testing.T) { function TestNetManagerSingleUpdate (line 24) | func TestNetManagerSingleUpdate(t *testing.T) { function TestNetManagerDoubleUpdate (line 45) | func TestNetManagerDoubleUpdate(t *testing.T) { function TestNetManagerFilterUpdate (line 71) | func TestNetManagerFilterUpdate(t *testing.T) { FILE: pkg/outofstoremessage/outofstoremessage_test.go function Test_sealPushMessage_OutOfStoreReceive (line 18) | func Test_sealPushMessage_OutOfStoreReceive(t *testing.T) { function Test_OutOfStoreMessageFlow (line 80) | func Test_OutOfStoreMessageFlow(t *testing.T) { function createVirtualOtherPeerSecrets (line 138) | func createVirtualOtherPeerSecrets(t testing.TB, ctx context.Context, gc... FILE: pkg/outofstoremessage/service_outofstoremessage.go type OOSMService (line 23) | type OOSMService interface type oosmService (line 29) | type oosmService struct method Close (line 127) | func (s *oosmService) Close() error { method Status (line 131) | func (s *oosmService) Status() (weshnet.Status, error) { method IpfsCoreAPI (line 135) | func (s *oosmService) IpfsCoreAPI() coreiface.CoreAPI { method OutOfStoreReceive (line 139) | func (s *oosmService) OutOfStoreReceive(ctx context.Context, request *... type OOSMServiceClient (line 37) | type OOSMServiceClient interface type oosmServiceClient (line 43) | type oosmServiceClient struct type OOSMOption (line 50) | type OOSMOption function NewOutOfStoreMessageServiceClient (line 56) | func NewOutOfStoreMessageServiceClient(opts ...OOSMOption) (OOSMServiceC... type oosmClient (line 79) | type oosmClient struct method Close (line 86) | func (c *oosmClient) Close() error { function newClientFromService (line 92) | func newClientFromService(ctx context.Context, s *grpc.Server, svc OOSMS... function NewOutOfStoreMessageService (line 112) | func NewOutOfStoreMessageService(opts ...OOSMOption) (OOSMService, error) { type FallBackOption (line 154) | type FallBackOption struct FILE: pkg/outofstoremessagetypes/outofstoremessage.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) function init (line 61) | func init() { file_outofstoremessagetypes_outofstoremessage_proto_init() } function file_outofstoremessagetypes_outofstoremessage_proto_init (line 62) | func file_outofstoremessagetypes_outofstoremessage_proto_init() { FILE: pkg/outofstoremessagetypes/outofstoremessage.pb.gw.go function request_OutOfStoreMessageService_OutOfStoreReceive_0 (line 37) | func request_OutOfStoreMessageService_OutOfStoreReceive_0(ctx context.Co... function local_request_OutOfStoreMessageService_OutOfStoreReceive_0 (line 54) | func local_request_OutOfStoreMessageService_OutOfStoreReceive_0(ctx cont... function RegisterOutOfStoreMessageServiceHandlerServer (line 75) | func RegisterOutOfStoreMessageServiceHandlerServer(ctx context.Context, ... function RegisterOutOfStoreMessageServiceHandlerFromEndpoint (line 105) | func RegisterOutOfStoreMessageServiceHandlerFromEndpoint(ctx context.Con... function RegisterOutOfStoreMessageServiceHandler (line 130) | func RegisterOutOfStoreMessageServiceHandler(ctx context.Context, mux *r... function RegisterOutOfStoreMessageServiceHandlerClient (line 139) | func RegisterOutOfStoreMessageServiceHandlerClient(ctx context.Context, ... FILE: pkg/outofstoremessagetypes/outofstoremessage_grpc.pb.go constant _ (line 20) | _ = grpc.SupportPackageIsVersion9 constant OutOfStoreMessageService_OutOfStoreReceive_FullMethodName (line 23) | OutOfStoreMessageService_OutOfStoreReceive_FullMethodName = "/weshnet.ou... type OutOfStoreMessageServiceClient (line 32) | type OutOfStoreMessageServiceClient interface type outOfStoreMessageServiceClient (line 37) | type outOfStoreMessageServiceClient struct method OutOfStoreReceive (line 45) | func (c *outOfStoreMessageServiceClient) OutOfStoreReceive(ctx context... function NewOutOfStoreMessageServiceClient (line 41) | func NewOutOfStoreMessageServiceClient(cc grpc.ClientConnInterface) OutO... type OutOfStoreMessageServiceServer (line 61) | type OutOfStoreMessageServiceServer interface type UnimplementedOutOfStoreMessageServiceServer (line 72) | type UnimplementedOutOfStoreMessageServiceServer struct method OutOfStoreReceive (line 74) | func (UnimplementedOutOfStoreMessageServiceServer) OutOfStoreReceive(c... method mustEmbedUnimplementedOutOfStoreMessageServiceServer (line 77) | func (UnimplementedOutOfStoreMessageServiceServer) mustEmbedUnimplemen... method testEmbeddedByValue (line 79) | func (UnimplementedOutOfStoreMessageServiceServer) testEmbeddedByValue... type UnsafeOutOfStoreMessageServiceServer (line 84) | type UnsafeOutOfStoreMessageServiceServer interface function RegisterOutOfStoreMessageServiceServer (line 88) | func RegisterOutOfStoreMessageServiceServer(s grpc.ServiceRegistrar, srv... function _OutOfStoreMessageService_OutOfStoreReceive_Handler (line 99) | func _OutOfStoreMessageService_OutOfStoreReceive_Handler(srv interface{}... FILE: pkg/protocoltypes/contact.go constant RendezvousSeedLength (line 11) | RendezvousSeedLength = 32 type ShareableContactOptions (line 13) | type ShareableContactOptions constant shareableContactOptionsUndefined (line 16) | shareableContactOptionsUndefined = iota constant ShareableContactOptionsAllowMissingRDVSeed (line 17) | ShareableContactOptionsAllowMissingRDVSeed constant ShareableContactOptionsAllowMissingPK (line 18) | ShareableContactOptionsAllowMissingPK method CheckFormat (line 23) | func (m *ShareableContact) CheckFormat(options ...ShareableContactOption... method IsSamePK (line 59) | func (m *ShareableContact) IsSamePK(otherPK crypto.PubKey) bool { method GetPubKey (line 68) | func (m *ShareableContact) GetPubKey() (crypto.PubKey, error) { FILE: pkg/protocoltypes/events_account.go method SetDevicePK (line 3) | func (m *AccountGroupJoined) SetDevicePK(pk []byte) { method SetDevicePK (line 7) | func (m *AccountGroupLeft) SetDevicePK(pk []byte) { method SetDevicePK (line 11) | func (m *AccountContactRequestDisabled) SetDevicePK(pk []byte) { method SetDevicePK (line 15) | func (m *AccountContactRequestEnabled) SetDevicePK(pk []byte) { method SetDevicePK (line 19) | func (m *AccountContactRequestReferenceReset) SetDevicePK(pk []byte) { method SetDevicePK (line 23) | func (m *AccountContactRequestOutgoingEnqueued) SetDevicePK(pk []byte) { method SetDevicePK (line 27) | func (m *AccountContactRequestOutgoingSent) SetDevicePK(pk []byte) { method SetDevicePK (line 31) | func (m *AccountContactRequestIncomingReceived) SetDevicePK(pk []byte) { method SetDevicePK (line 35) | func (m *AccountContactRequestIncomingDiscarded) SetDevicePK(pk []byte) { method SetDevicePK (line 39) | func (m *AccountContactRequestIncomingAccepted) SetDevicePK(pk []byte) { method SetDevicePK (line 43) | func (m *AccountContactBlocked) SetDevicePK(pk []byte) { method SetDevicePK (line 47) | func (m *AccountContactUnblocked) SetDevicePK(pk []byte) { method SetContactPK (line 51) | func (m *AccountContactRequestOutgoingSent) SetContactPK(pk []byte) { method SetContactPK (line 55) | func (m *AccountContactRequestIncomingDiscarded) SetContactPK(pk []byte) { method SetContactPK (line 59) | func (m *AccountContactRequestIncomingAccepted) SetContactPK(pk []byte) { method SetContactPK (line 63) | func (m *AccountContactBlocked) SetContactPK(pk []byte) { method SetContactPK (line 67) | func (m *AccountContactUnblocked) SetContactPK(pk []byte) { method SetGroupPK (line 71) | func (m *AccountGroupLeft) SetGroupPK(pk []byte) { method SetDevicePK (line 75) | func (m *ContactAliasKeyAdded) SetDevicePK(pk []byte) { method SetDevicePK (line 79) | func (m *MultiMemberGroupAliasResolverAdded) SetDevicePK(pk []byte) { method SetDevicePK (line 83) | func (m *MultiMemberGroupAdminRoleGranted) SetDevicePK(pk []byte) { method SetDevicePK (line 87) | func (m *GroupMetadataPayloadSent) SetDevicePK(pk []byte) { method SetDevicePK (line 91) | func (m *GroupReplicating) SetDevicePK(pk []byte) { method SetDevicePK (line 95) | func (m *AccountVerifiedCredentialRegistered) SetDevicePK(pk []byte) { FILE: pkg/protocoltypes/group.go method GetSigningPrivKey (line 17) | func (m *Group) GetSigningPrivKey() (crypto.PrivKey, error) { method GetPubKey (line 32) | func (m *Group) GetPubKey() (crypto.PubKey, error) { method GetSigningPubKey (line 36) | func (m *Group) GetSigningPubKey() (crypto.PubKey, error) { method IsValid (line 49) | func (m *Group) IsValid() error { method GroupIDAsString (line 68) | func (m *Group) GroupIDAsString() string { method Copy (line 72) | func (m *Group) Copy() *Group { constant CurrentGroupVersion (line 82) | CurrentGroupVersion = 1 function NewGroupMultiMember (line 86) | func NewGroupMultiMember() (*Group, crypto.PrivKey, error) { function ComputeLinkKey (line 134) | func ComputeLinkKey(publicKey, secret []byte) (*[cryptoutil.KeySize]byte... method GetLinkKeyArray (line 145) | func (m *Group) GetLinkKeyArray() (*[cryptoutil.KeySize]byte, error) { method GetSharedSecret (line 159) | func (m *Group) GetSharedSecret() *[cryptoutil.KeySize]byte { FILE: pkg/protocoltypes/protocoltypes.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GroupType (line 23) | type GroupType method Enum (line 52) | func (x GroupType) Enum() *GroupType { method String (line 58) | func (x GroupType) String() string { method Descriptor (line 62) | func (GroupType) Descriptor() protoreflect.EnumDescriptor { method Type (line 66) | func (GroupType) Type() protoreflect.EnumType { method Number (line 70) | func (x GroupType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 75) | func (GroupType) EnumDescriptor() ([]byte, []int) { constant GroupType_GroupTypeUndefined (line 27) | GroupType_GroupTypeUndefined GroupType = 0 constant GroupType_GroupTypeAccount (line 29) | GroupType_GroupTypeAccount GroupType = 1 constant GroupType_GroupTypeContact (line 31) | GroupType_GroupTypeContact GroupType = 2 constant GroupType_GroupTypeMultiMember (line 33) | GroupType_GroupTypeMultiMember GroupType = 3 type EventType (line 79) | type EventType method Enum (line 180) | func (x EventType) Enum() *EventType { method String (line 186) | func (x EventType) String() string { method Descriptor (line 190) | func (EventType) Descriptor() protoreflect.EnumDescriptor { method Type (line 194) | func (EventType) Type() protoreflect.EnumType { method Number (line 198) | func (x EventType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 203) | func (EventType) EnumDescriptor() ([]byte, []int) { constant EventType_EventTypeUndefined (line 83) | EventType_EventTypeUndefined EventType = 0 constant EventType_EventTypeGroupMemberDeviceAdded (line 85) | EventType_EventTypeGroupMemberDeviceAdded EventType = 1 constant EventType_EventTypeGroupDeviceChainKeyAdded (line 87) | EventType_EventTypeGroupDeviceChainKeyAdded EventType = 2 constant EventType_EventTypeAccountGroupJoined (line 89) | EventType_EventTypeAccountGroupJoined EventType = 101 constant EventType_EventTypeAccountGroupLeft (line 91) | EventType_EventTypeAccountGroupLeft EventType = 102 constant EventType_EventTypeAccountContactRequestDisabled (line 93) | EventType_EventTypeAccountContactRequestDisabled EventType = 103 constant EventType_EventTypeAccountContactRequestEnabled (line 95) | EventType_EventTypeAccountContactRequestEnabled EventType = 104 constant EventType_EventTypeAccountContactRequestReferenceReset (line 97) | EventType_EventTypeAccountContactRequestReferenceReset EventType = 105 constant EventType_EventTypeAccountContactRequestOutgoingEnqueued (line 99) | EventType_EventTypeAccountContactRequestOutgoingEnqueued EventType = 106 constant EventType_EventTypeAccountContactRequestOutgoingSent (line 101) | EventType_EventTypeAccountContactRequestOutgoingSent EventType = 107 constant EventType_EventTypeAccountContactRequestIncomingReceived (line 103) | EventType_EventTypeAccountContactRequestIncomingReceived EventType = 108 constant EventType_EventTypeAccountContactRequestIncomingDiscarded (line 105) | EventType_EventTypeAccountContactRequestIncomingDiscarded EventType = 109 constant EventType_EventTypeAccountContactRequestIncomingAccepted (line 107) | EventType_EventTypeAccountContactRequestIncomingAccepted EventType = 110 constant EventType_EventTypeAccountContactBlocked (line 109) | EventType_EventTypeAccountContactBlocked EventType = 111 constant EventType_EventTypeAccountContactUnblocked (line 111) | EventType_EventTypeAccountContactUnblocked EventType = 112 constant EventType_EventTypeContactAliasKeyAdded (line 113) | EventType_EventTypeContactAliasKeyAdded EventType = 201 constant EventType_EventTypeMultiMemberGroupAliasResolverAdded (line 115) | EventType_EventTypeMultiMemberGroupAliasResolverAdded EventType = 301 constant EventType_EventTypeMultiMemberGroupInitialMemberAnnounced (line 117) | EventType_EventTypeMultiMemberGroupInitialMemberAnnounced EventType = 302 constant EventType_EventTypeMultiMemberGroupAdminRoleGranted (line 119) | EventType_EventTypeMultiMemberGroupAdminRoleGranted EventType = 303 constant EventType_EventTypeGroupReplicating (line 121) | EventType_EventTypeGroupReplicating EventType = 403 constant EventType_EventTypeAccountVerifiedCredentialRegistered (line 123) | EventType_EventTypeAccountVerifiedCredentialRegistered EventType = 500 constant EventType_EventTypeGroupMetadataPayloadSent (line 125) | EventType_EventTypeGroupMetadataPayloadSent EventType = 1001 type DebugInspectGroupLogType (line 207) | type DebugInspectGroupLogType method Enum (line 229) | func (x DebugInspectGroupLogType) Enum() *DebugInspectGroupLogType { method String (line 235) | func (x DebugInspectGroupLogType) String() string { method Descriptor (line 239) | func (DebugInspectGroupLogType) Descriptor() protoreflect.EnumDescript... method Type (line 243) | func (DebugInspectGroupLogType) Type() protoreflect.EnumType { method Number (line 247) | func (x DebugInspectGroupLogType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 252) | func (DebugInspectGroupLogType) EnumDescriptor() ([]byte, []int) { constant DebugInspectGroupLogType_DebugInspectGroupLogTypeUndefined (line 210) | DebugInspectGroupLogType_DebugInspectGroupLogTypeUndefined DebugInspectG... constant DebugInspectGroupLogType_DebugInspectGroupLogTypeMessage (line 211) | DebugInspectGroupLogType_DebugInspectGroupLogTypeMessage DebugInspectG... constant DebugInspectGroupLogType_DebugInspectGroupLogTypeMetadata (line 212) | DebugInspectGroupLogType_DebugInspectGroupLogTypeMetadata DebugInspectG... type ContactState (line 256) | type ContactState method Enum (line 290) | func (x ContactState) Enum() *ContactState { method String (line 296) | func (x ContactState) String() string { method Descriptor (line 300) | func (ContactState) Descriptor() protoreflect.EnumDescriptor { method Type (line 304) | func (ContactState) Type() protoreflect.EnumType { method Number (line 308) | func (x ContactState) Number() protoreflect.EnumNumber { method EnumDescriptor (line 313) | func (ContactState) EnumDescriptor() ([]byte, []int) { constant ContactState_ContactStateUndefined (line 259) | ContactState_ContactStateUndefined ContactState = 0 constant ContactState_ContactStateToRequest (line 260) | ContactState_ContactStateToRequest ContactState = 1 constant ContactState_ContactStateReceived (line 261) | ContactState_ContactStateReceived ContactState = 2 constant ContactState_ContactStateAdded (line 262) | ContactState_ContactStateAdded ContactState = 3 constant ContactState_ContactStateRemoved (line 263) | ContactState_ContactStateRemoved ContactState = 4 constant ContactState_ContactStateDiscarded (line 264) | ContactState_ContactStateDiscarded ContactState = 5 constant ContactState_ContactStateBlocked (line 265) | ContactState_ContactStateBlocked ContactState = 6 type Direction (line 317) | type Direction method Enum (line 342) | func (x Direction) Enum() *Direction { method String (line 348) | func (x Direction) String() string { method Descriptor (line 352) | func (Direction) Descriptor() protoreflect.EnumDescriptor { method Type (line 356) | func (Direction) Type() protoreflect.EnumType { method Number (line 360) | func (x Direction) Number() protoreflect.EnumNumber { method EnumDescriptor (line 365) | func (Direction) EnumDescriptor() ([]byte, []int) { constant Direction_UnknownDir (line 320) | Direction_UnknownDir Direction = 0 constant Direction_InboundDir (line 321) | Direction_InboundDir Direction = 1 constant Direction_OutboundDir (line 322) | Direction_OutboundDir Direction = 2 constant Direction_BiDir (line 323) | Direction_BiDir Direction = 3 type ServiceGetConfiguration_SettingState (line 369) | type ServiceGetConfiguration_SettingState method Enum (line 394) | func (x ServiceGetConfiguration_SettingState) Enum() *ServiceGetConfig... method String (line 400) | func (x ServiceGetConfiguration_SettingState) String() string { method Descriptor (line 404) | func (ServiceGetConfiguration_SettingState) Descriptor() protoreflect.... method Type (line 408) | func (ServiceGetConfiguration_SettingState) Type() protoreflect.EnumTy... method Number (line 412) | func (x ServiceGetConfiguration_SettingState) Number() protoreflect.En... method EnumDescriptor (line 417) | func (ServiceGetConfiguration_SettingState) EnumDescriptor() ([]byte, ... constant ServiceGetConfiguration_Unknown (line 372) | ServiceGetConfiguration_Unknown ServiceGetConfiguration_SettingState... constant ServiceGetConfiguration_Enabled (line 373) | ServiceGetConfiguration_Enabled ServiceGetConfiguration_SettingState... constant ServiceGetConfiguration_Disabled (line 374) | ServiceGetConfiguration_Disabled ServiceGetConfiguration_SettingState... constant ServiceGetConfiguration_Unavailable (line 375) | ServiceGetConfiguration_Unavailable ServiceGetConfiguration_SettingState... type GroupDeviceStatus_Type (line 421) | type GroupDeviceStatus_Type method Enum (line 446) | func (x GroupDeviceStatus_Type) Enum() *GroupDeviceStatus_Type { method String (line 452) | func (x GroupDeviceStatus_Type) String() string { method Descriptor (line 456) | func (GroupDeviceStatus_Type) Descriptor() protoreflect.EnumDescriptor { method Type (line 460) | func (GroupDeviceStatus_Type) Type() protoreflect.EnumType { method Number (line 464) | func (x GroupDeviceStatus_Type) Number() protoreflect.EnumNumber { method EnumDescriptor (line 469) | func (GroupDeviceStatus_Type) EnumDescriptor() ([]byte, []int) { constant GroupDeviceStatus_TypeUnknown (line 424) | GroupDeviceStatus_TypeUnknown GroupDeviceStatus_Type = 0 constant GroupDeviceStatus_TypePeerDisconnected (line 425) | GroupDeviceStatus_TypePeerDisconnected GroupDeviceStatus_Type = 1 constant GroupDeviceStatus_TypePeerConnected (line 426) | GroupDeviceStatus_TypePeerConnected GroupDeviceStatus_Type = 2 constant GroupDeviceStatus_TypePeerReconnecting (line 427) | GroupDeviceStatus_TypePeerReconnecting GroupDeviceStatus_Type = 3 type GroupDeviceStatus_Transport (line 473) | type GroupDeviceStatus_Transport method Enum (line 498) | func (x GroupDeviceStatus_Transport) Enum() *GroupDeviceStatus_Transpo... method String (line 504) | func (x GroupDeviceStatus_Transport) String() string { method Descriptor (line 508) | func (GroupDeviceStatus_Transport) Descriptor() protoreflect.EnumDescr... method Type (line 512) | func (GroupDeviceStatus_Transport) Type() protoreflect.EnumType { method Number (line 516) | func (x GroupDeviceStatus_Transport) Number() protoreflect.EnumNumber { method EnumDescriptor (line 521) | func (GroupDeviceStatus_Transport) EnumDescriptor() ([]byte, []int) { constant GroupDeviceStatus_TptUnknown (line 476) | GroupDeviceStatus_TptUnknown GroupDeviceStatus_Transport = 0 constant GroupDeviceStatus_TptLAN (line 477) | GroupDeviceStatus_TptLAN GroupDeviceStatus_Transport = 1 constant GroupDeviceStatus_TptWAN (line 478) | GroupDeviceStatus_TptWAN GroupDeviceStatus_Transport = 2 constant GroupDeviceStatus_TptProximity (line 479) | GroupDeviceStatus_TptProximity GroupDeviceStatus_Transport = 3 type PeerList_Feature (line 525) | type PeerList_Feature method Enum (line 556) | func (x PeerList_Feature) Enum() *PeerList_Feature { method String (line 562) | func (x PeerList_Feature) String() string { method Descriptor (line 566) | func (PeerList_Feature) Descriptor() protoreflect.EnumDescriptor { method Type (line 570) | func (PeerList_Feature) Type() protoreflect.EnumType { method Number (line 574) | func (x PeerList_Feature) Number() protoreflect.EnumNumber { method EnumDescriptor (line 579) | func (PeerList_Feature) EnumDescriptor() ([]byte, []int) { constant PeerList_UnknownFeature (line 528) | PeerList_UnknownFeature PeerList_Feature = 0 constant PeerList_WeshFeature (line 529) | PeerList_WeshFeature PeerList_Feature = 1 constant PeerList_BLEFeature (line 530) | PeerList_BLEFeature PeerList_Feature = 2 constant PeerList_LocalFeature (line 531) | PeerList_LocalFeature PeerList_Feature = 3 constant PeerList_TorFeature (line 532) | PeerList_TorFeature PeerList_Feature = 4 constant PeerList_QuicFeature (line 533) | PeerList_QuicFeature PeerList_Feature = 5 type Account (line 584) | type Account struct method Reset (line 599) | func (x *Account) Reset() { method String (line 608) | func (x *Account) String() string { method ProtoMessage (line 612) | func (*Account) ProtoMessage() {} method ProtoReflect (line 614) | func (x *Account) ProtoReflect() protoreflect.Message { method Descriptor (line 627) | func (*Account) Descriptor() ([]byte, []int) { method GetGroup (line 631) | func (x *Account) GetGroup() *Group { method GetAccountPrivateKey (line 638) | func (x *Account) GetAccountPrivateKey() []byte { method GetAliasPrivateKey (line 645) | func (x *Account) GetAliasPrivateKey() []byte { method GetPublicRendezvousSeed (line 652) | func (x *Account) GetPublicRendezvousSeed() []byte { type Group (line 660) | type Group struct method Reset (line 681) | func (x *Group) Reset() { method String (line 690) | func (x *Group) String() string { method ProtoMessage (line 694) | func (*Group) ProtoMessage() {} method ProtoReflect (line 696) | func (x *Group) ProtoReflect() protoreflect.Message { method Descriptor (line 709) | func (*Group) Descriptor() ([]byte, []int) { method GetPublicKey (line 713) | func (x *Group) GetPublicKey() []byte { method GetSecret (line 720) | func (x *Group) GetSecret() []byte { method GetSecretSig (line 727) | func (x *Group) GetSecretSig() []byte { method GetGroupType (line 734) | func (x *Group) GetGroupType() GroupType { method GetSignPub (line 741) | func (x *Group) GetSignPub() []byte { method GetLinkKey (line 748) | func (x *Group) GetLinkKey() []byte { method GetLinkKeySig (line 755) | func (x *Group) GetLinkKeySig() []byte { type GroupHeadsExport (line 762) | type GroupHeadsExport struct method Reset (line 779) | func (x *GroupHeadsExport) Reset() { method String (line 788) | func (x *GroupHeadsExport) String() string { method ProtoMessage (line 792) | func (*GroupHeadsExport) ProtoMessage() {} method ProtoReflect (line 794) | func (x *GroupHeadsExport) ProtoReflect() protoreflect.Message { method Descriptor (line 807) | func (*GroupHeadsExport) Descriptor() ([]byte, []int) { method GetPublicKey (line 811) | func (x *GroupHeadsExport) GetPublicKey() []byte { method GetSignPub (line 818) | func (x *GroupHeadsExport) GetSignPub() []byte { method GetMetadataHeadsCids (line 825) | func (x *GroupHeadsExport) GetMetadataHeadsCids() [][]byte { method GetMessagesHeadsCids (line 832) | func (x *GroupHeadsExport) GetMessagesHeadsCids() [][]byte { method GetLinkKey (line 839) | func (x *GroupHeadsExport) GetLinkKey() []byte { type GroupMetadata (line 847) | type GroupMetadata struct method Reset (line 862) | func (x *GroupMetadata) Reset() { method String (line 871) | func (x *GroupMetadata) String() string { method ProtoMessage (line 875) | func (*GroupMetadata) ProtoMessage() {} method ProtoReflect (line 877) | func (x *GroupMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 890) | func (*GroupMetadata) Descriptor() ([]byte, []int) { method GetEventType (line 894) | func (x *GroupMetadata) GetEventType() EventType { method GetPayload (line 901) | func (x *GroupMetadata) GetPayload() []byte { method GetSig (line 908) | func (x *GroupMetadata) GetSig() []byte { method GetProtocolMetadata (line 915) | func (x *GroupMetadata) GetProtocolMetadata() *ProtocolMetadata { type GroupEnvelope (line 923) | type GroupEnvelope struct method Reset (line 934) | func (x *GroupEnvelope) Reset() { method String (line 943) | func (x *GroupEnvelope) String() string { method ProtoMessage (line 947) | func (*GroupEnvelope) ProtoMessage() {} method ProtoReflect (line 949) | func (x *GroupEnvelope) ProtoReflect() protoreflect.Message { method Descriptor (line 962) | func (*GroupEnvelope) Descriptor() ([]byte, []int) { method GetNonce (line 966) | func (x *GroupEnvelope) GetNonce() []byte { method GetEvent (line 973) | func (x *GroupEnvelope) GetEvent() []byte { type MessageHeaders (line 981) | type MessageHeaders struct method Reset (line 996) | func (x *MessageHeaders) Reset() { method String (line 1005) | func (x *MessageHeaders) String() string { method ProtoMessage (line 1009) | func (*MessageHeaders) ProtoMessage() {} method ProtoReflect (line 1011) | func (x *MessageHeaders) ProtoReflect() protoreflect.Message { method Descriptor (line 1024) | func (*MessageHeaders) Descriptor() ([]byte, []int) { method GetCounter (line 1028) | func (x *MessageHeaders) GetCounter() uint64 { method GetDevicePk (line 1035) | func (x *MessageHeaders) GetDevicePk() []byte { method GetSig (line 1042) | func (x *MessageHeaders) GetSig() []byte { method GetMetadata (line 1049) | func (x *MessageHeaders) GetMetadata() map[string]string { type ProtocolMetadata (line 1056) | type ProtocolMetadata struct method Reset (line 1062) | func (x *ProtocolMetadata) Reset() { method String (line 1071) | func (x *ProtocolMetadata) String() string { method ProtoMessage (line 1075) | func (*ProtocolMetadata) ProtoMessage() {} method ProtoReflect (line 1077) | func (x *ProtocolMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 1090) | func (*ProtocolMetadata) Descriptor() ([]byte, []int) { type EncryptedMessage (line 1095) | type EncryptedMessage struct method Reset (line 1106) | func (x *EncryptedMessage) Reset() { method String (line 1115) | func (x *EncryptedMessage) String() string { method ProtoMessage (line 1119) | func (*EncryptedMessage) ProtoMessage() {} method ProtoReflect (line 1121) | func (x *EncryptedMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 1134) | func (*EncryptedMessage) Descriptor() ([]byte, []int) { method GetPlaintext (line 1138) | func (x *EncryptedMessage) GetPlaintext() []byte { method GetProtocolMetadata (line 1145) | func (x *EncryptedMessage) GetProtocolMetadata() *ProtocolMetadata { type MessageEnvelope (line 1153) | type MessageEnvelope struct method Reset (line 1166) | func (x *MessageEnvelope) Reset() { method String (line 1175) | func (x *MessageEnvelope) String() string { method ProtoMessage (line 1179) | func (*MessageEnvelope) ProtoMessage() {} method ProtoReflect (line 1181) | func (x *MessageEnvelope) ProtoReflect() protoreflect.Message { method Descriptor (line 1194) | func (*MessageEnvelope) Descriptor() ([]byte, []int) { method GetMessageHeaders (line 1198) | func (x *MessageEnvelope) GetMessageHeaders() []byte { method GetMessage (line 1205) | func (x *MessageEnvelope) GetMessage() []byte { method GetNonce (line 1212) | func (x *MessageEnvelope) GetNonce() []byte { type EventContext (line 1220) | type EventContext struct method Reset (line 1233) | func (x *EventContext) Reset() { method String (line 1242) | func (x *EventContext) String() string { method ProtoMessage (line 1246) | func (*EventContext) ProtoMessage() {} method ProtoReflect (line 1248) | func (x *EventContext) ProtoReflect() protoreflect.Message { method Descriptor (line 1261) | func (*EventContext) Descriptor() ([]byte, []int) { method GetId (line 1265) | func (x *EventContext) GetId() []byte { method GetParentIds (line 1272) | func (x *EventContext) GetParentIds() [][]byte { method GetGroupPk (line 1279) | func (x *EventContext) GetGroupPk() []byte { type GroupMetadataPayloadSent (line 1287) | type GroupMetadataPayloadSent struct method Reset (line 1298) | func (x *GroupMetadataPayloadSent) Reset() { method String (line 1307) | func (x *GroupMetadataPayloadSent) String() string { method ProtoMessage (line 1311) | func (*GroupMetadataPayloadSent) ProtoMessage() {} method ProtoReflect (line 1313) | func (x *GroupMetadataPayloadSent) ProtoReflect() protoreflect.Message { method Descriptor (line 1326) | func (*GroupMetadataPayloadSent) Descriptor() ([]byte, []int) { method GetDevicePk (line 1330) | func (x *GroupMetadataPayloadSent) GetDevicePk() []byte { method GetMessage (line 1337) | func (x *GroupMetadataPayloadSent) GetMessage() []byte { type ContactAliasKeyAdded (line 1345) | type ContactAliasKeyAdded struct method Reset (line 1356) | func (x *ContactAliasKeyAdded) Reset() { method String (line 1365) | func (x *ContactAliasKeyAdded) String() string { method ProtoMessage (line 1369) | func (*ContactAliasKeyAdded) ProtoMessage() {} method ProtoReflect (line 1371) | func (x *ContactAliasKeyAdded) ProtoReflect() protoreflect.Message { method Descriptor (line 1384) | func (*ContactAliasKeyAdded) Descriptor() ([]byte, []int) { method GetDevicePk (line 1388) | func (x *ContactAliasKeyAdded) GetDevicePk() []byte { method GetAliasPk (line 1395) | func (x *ContactAliasKeyAdded) GetAliasPk() []byte { type GroupMemberDeviceAdded (line 1404) | type GroupMemberDeviceAdded struct method Reset (line 1417) | func (x *GroupMemberDeviceAdded) Reset() { method String (line 1426) | func (x *GroupMemberDeviceAdded) String() string { method ProtoMessage (line 1430) | func (*GroupMemberDeviceAdded) ProtoMessage() {} method ProtoReflect (line 1432) | func (x *GroupMemberDeviceAdded) ProtoReflect() protoreflect.Message { method Descriptor (line 1445) | func (*GroupMemberDeviceAdded) Descriptor() ([]byte, []int) { method GetMemberPk (line 1449) | func (x *GroupMemberDeviceAdded) GetMemberPk() []byte { method GetDevicePk (line 1456) | func (x *GroupMemberDeviceAdded) GetDevicePk() []byte { method GetMemberSig (line 1463) | func (x *GroupMemberDeviceAdded) GetMemberSig() []byte { type DeviceChainKey (line 1471) | type DeviceChainKey struct method Reset (line 1482) | func (x *DeviceChainKey) Reset() { method String (line 1491) | func (x *DeviceChainKey) String() string { method ProtoMessage (line 1495) | func (*DeviceChainKey) ProtoMessage() {} method ProtoReflect (line 1497) | func (x *DeviceChainKey) ProtoReflect() protoreflect.Message { method Descriptor (line 1510) | func (*DeviceChainKey) Descriptor() ([]byte, []int) { method GetChainKey (line 1514) | func (x *DeviceChainKey) GetChainKey() []byte { method GetCounter (line 1521) | func (x *DeviceChainKey) GetCounter() uint64 { type GroupDeviceChainKeyAdded (line 1529) | type GroupDeviceChainKeyAdded struct method Reset (line 1542) | func (x *GroupDeviceChainKeyAdded) Reset() { method String (line 1551) | func (x *GroupDeviceChainKeyAdded) String() string { method ProtoMessage (line 1555) | func (*GroupDeviceChainKeyAdded) ProtoMessage() {} method ProtoReflect (line 1557) | func (x *GroupDeviceChainKeyAdded) ProtoReflect() protoreflect.Message { method Descriptor (line 1570) | func (*GroupDeviceChainKeyAdded) Descriptor() ([]byte, []int) { method GetDevicePk (line 1574) | func (x *GroupDeviceChainKeyAdded) GetDevicePk() []byte { method GetDestMemberPk (line 1581) | func (x *GroupDeviceChainKeyAdded) GetDestMemberPk() []byte { method GetPayload (line 1588) | func (x *GroupDeviceChainKeyAdded) GetPayload() []byte { type MultiMemberGroupAliasResolverAdded (line 1596) | type MultiMemberGroupAliasResolverAdded struct method Reset (line 1611) | func (x *MultiMemberGroupAliasResolverAdded) Reset() { method String (line 1620) | func (x *MultiMemberGroupAliasResolverAdded) String() string { method ProtoMessage (line 1624) | func (*MultiMemberGroupAliasResolverAdded) ProtoMessage() {} method ProtoReflect (line 1626) | func (x *MultiMemberGroupAliasResolverAdded) ProtoReflect() protorefle... method Descriptor (line 1639) | func (*MultiMemberGroupAliasResolverAdded) Descriptor() ([]byte, []int) { method GetDevicePk (line 1643) | func (x *MultiMemberGroupAliasResolverAdded) GetDevicePk() []byte { method GetAliasResolver (line 1650) | func (x *MultiMemberGroupAliasResolverAdded) GetAliasResolver() []byte { method GetAliasProof (line 1657) | func (x *MultiMemberGroupAliasResolverAdded) GetAliasProof() []byte { type MultiMemberGroupAdminRoleGranted (line 1665) | type MultiMemberGroupAdminRoleGranted struct method Reset (line 1676) | func (x *MultiMemberGroupAdminRoleGranted) Reset() { method String (line 1685) | func (x *MultiMemberGroupAdminRoleGranted) String() string { method ProtoMessage (line 1689) | func (*MultiMemberGroupAdminRoleGranted) ProtoMessage() {} method ProtoReflect (line 1691) | func (x *MultiMemberGroupAdminRoleGranted) ProtoReflect() protoreflect... method Descriptor (line 1704) | func (*MultiMemberGroupAdminRoleGranted) Descriptor() ([]byte, []int) { method GetDevicePk (line 1708) | func (x *MultiMemberGroupAdminRoleGranted) GetDevicePk() []byte { method GetGranteeMemberPk (line 1715) | func (x *MultiMemberGroupAdminRoleGranted) GetGranteeMemberPk() []byte { type MultiMemberGroupInitialMemberAnnounced (line 1723) | type MultiMemberGroupInitialMemberAnnounced struct method Reset (line 1732) | func (x *MultiMemberGroupInitialMemberAnnounced) Reset() { method String (line 1741) | func (x *MultiMemberGroupInitialMemberAnnounced) String() string { method ProtoMessage (line 1745) | func (*MultiMemberGroupInitialMemberAnnounced) ProtoMessage() {} method ProtoReflect (line 1747) | func (x *MultiMemberGroupInitialMemberAnnounced) ProtoReflect() protor... method Descriptor (line 1760) | func (*MultiMemberGroupInitialMemberAnnounced) Descriptor() ([]byte, [... method GetMemberPk (line 1764) | func (x *MultiMemberGroupInitialMemberAnnounced) GetMemberPk() []byte { type GroupAddAdditionalRendezvousSeed (line 1772) | type GroupAddAdditionalRendezvousSeed struct method Reset (line 1783) | func (x *GroupAddAdditionalRendezvousSeed) Reset() { method String (line 1792) | func (x *GroupAddAdditionalRendezvousSeed) String() string { method ProtoMessage (line 1796) | func (*GroupAddAdditionalRendezvousSeed) ProtoMessage() {} method ProtoReflect (line 1798) | func (x *GroupAddAdditionalRendezvousSeed) ProtoReflect() protoreflect... method Descriptor (line 1811) | func (*GroupAddAdditionalRendezvousSeed) Descriptor() ([]byte, []int) { method GetDevicePk (line 1815) | func (x *GroupAddAdditionalRendezvousSeed) GetDevicePk() []byte { method GetSeed (line 1822) | func (x *GroupAddAdditionalRendezvousSeed) GetSeed() []byte { type GroupRemoveAdditionalRendezvousSeed (line 1830) | type GroupRemoveAdditionalRendezvousSeed struct method Reset (line 1841) | func (x *GroupRemoveAdditionalRendezvousSeed) Reset() { method String (line 1850) | func (x *GroupRemoveAdditionalRendezvousSeed) String() string { method ProtoMessage (line 1854) | func (*GroupRemoveAdditionalRendezvousSeed) ProtoMessage() {} method ProtoReflect (line 1856) | func (x *GroupRemoveAdditionalRendezvousSeed) ProtoReflect() protorefl... method Descriptor (line 1869) | func (*GroupRemoveAdditionalRendezvousSeed) Descriptor() ([]byte, []in... method GetDevicePk (line 1873) | func (x *GroupRemoveAdditionalRendezvousSeed) GetDevicePk() []byte { method GetSeed (line 1880) | func (x *GroupRemoveAdditionalRendezvousSeed) GetSeed() []byte { type AccountGroupJoined (line 1888) | type AccountGroupJoined struct method Reset (line 1899) | func (x *AccountGroupJoined) Reset() { method String (line 1908) | func (x *AccountGroupJoined) String() string { method ProtoMessage (line 1912) | func (*AccountGroupJoined) ProtoMessage() {} method ProtoReflect (line 1914) | func (x *AccountGroupJoined) ProtoReflect() protoreflect.Message { method Descriptor (line 1927) | func (*AccountGroupJoined) Descriptor() ([]byte, []int) { method GetDevicePk (line 1931) | func (x *AccountGroupJoined) GetDevicePk() []byte { method GetGroup (line 1938) | func (x *AccountGroupJoined) GetGroup() *Group { type AccountGroupLeft (line 1946) | type AccountGroupLeft struct method Reset (line 1957) | func (x *AccountGroupLeft) Reset() { method String (line 1966) | func (x *AccountGroupLeft) String() string { method ProtoMessage (line 1970) | func (*AccountGroupLeft) ProtoMessage() {} method ProtoReflect (line 1972) | func (x *AccountGroupLeft) ProtoReflect() protoreflect.Message { method Descriptor (line 1985) | func (*AccountGroupLeft) Descriptor() ([]byte, []int) { method GetDevicePk (line 1989) | func (x *AccountGroupLeft) GetDevicePk() []byte { method GetGroupPk (line 1996) | func (x *AccountGroupLeft) GetGroupPk() []byte { type AccountContactRequestDisabled (line 2004) | type AccountContactRequestDisabled struct method Reset (line 2013) | func (x *AccountContactRequestDisabled) Reset() { method String (line 2022) | func (x *AccountContactRequestDisabled) String() string { method ProtoMessage (line 2026) | func (*AccountContactRequestDisabled) ProtoMessage() {} method ProtoReflect (line 2028) | func (x *AccountContactRequestDisabled) ProtoReflect() protoreflect.Me... method Descriptor (line 2041) | func (*AccountContactRequestDisabled) Descriptor() ([]byte, []int) { method GetDevicePk (line 2045) | func (x *AccountContactRequestDisabled) GetDevicePk() []byte { type AccountContactRequestEnabled (line 2053) | type AccountContactRequestEnabled struct method Reset (line 2062) | func (x *AccountContactRequestEnabled) Reset() { method String (line 2071) | func (x *AccountContactRequestEnabled) String() string { method ProtoMessage (line 2075) | func (*AccountContactRequestEnabled) ProtoMessage() {} method ProtoReflect (line 2077) | func (x *AccountContactRequestEnabled) ProtoReflect() protoreflect.Mes... method Descriptor (line 2090) | func (*AccountContactRequestEnabled) Descriptor() ([]byte, []int) { method GetDevicePk (line 2094) | func (x *AccountContactRequestEnabled) GetDevicePk() []byte { type AccountContactRequestReferenceReset (line 2102) | type AccountContactRequestReferenceReset struct method Reset (line 2113) | func (x *AccountContactRequestReferenceReset) Reset() { method String (line 2122) | func (x *AccountContactRequestReferenceReset) String() string { method ProtoMessage (line 2126) | func (*AccountContactRequestReferenceReset) ProtoMessage() {} method ProtoReflect (line 2128) | func (x *AccountContactRequestReferenceReset) ProtoReflect() protorefl... method Descriptor (line 2141) | func (*AccountContactRequestReferenceReset) Descriptor() ([]byte, []in... method GetDevicePk (line 2145) | func (x *AccountContactRequestReferenceReset) GetDevicePk() []byte { method GetPublicRendezvousSeed (line 2152) | func (x *AccountContactRequestReferenceReset) GetPublicRendezvousSeed(... type AccountContactRequestOutgoingEnqueued (line 2163) | type AccountContactRequestOutgoingEnqueued struct method Reset (line 2178) | func (x *AccountContactRequestOutgoingEnqueued) Reset() { method String (line 2187) | func (x *AccountContactRequestOutgoingEnqueued) String() string { method ProtoMessage (line 2191) | func (*AccountContactRequestOutgoingEnqueued) ProtoMessage() {} method ProtoReflect (line 2193) | func (x *AccountContactRequestOutgoingEnqueued) ProtoReflect() protore... method Descriptor (line 2206) | func (*AccountContactRequestOutgoingEnqueued) Descriptor() ([]byte, []... method GetDevicePk (line 2210) | func (x *AccountContactRequestOutgoingEnqueued) GetDevicePk() []byte { method GetGroupPk (line 2217) | func (x *AccountContactRequestOutgoingEnqueued) GetGroupPk() []byte { method GetContact (line 2224) | func (x *AccountContactRequestOutgoingEnqueued) GetContact() *Shareabl... method GetOwnMetadata (line 2231) | func (x *AccountContactRequestOutgoingEnqueued) GetOwnMetadata() []byte { type AccountContactRequestOutgoingSent (line 2239) | type AccountContactRequestOutgoingSent struct method Reset (line 2250) | func (x *AccountContactRequestOutgoingSent) Reset() { method String (line 2259) | func (x *AccountContactRequestOutgoingSent) String() string { method ProtoMessage (line 2263) | func (*AccountContactRequestOutgoingSent) ProtoMessage() {} method ProtoReflect (line 2265) | func (x *AccountContactRequestOutgoingSent) ProtoReflect() protoreflec... method Descriptor (line 2278) | func (*AccountContactRequestOutgoingSent) Descriptor() ([]byte, []int) { method GetDevicePk (line 2282) | func (x *AccountContactRequestOutgoingSent) GetDevicePk() []byte { method GetContactPk (line 2289) | func (x *AccountContactRequestOutgoingSent) GetContactPk() []byte { type AccountContactRequestIncomingReceived (line 2297) | type AccountContactRequestIncomingReceived struct method Reset (line 2314) | func (x *AccountContactRequestIncomingReceived) Reset() { method String (line 2323) | func (x *AccountContactRequestIncomingReceived) String() string { method ProtoMessage (line 2327) | func (*AccountContactRequestIncomingReceived) ProtoMessage() {} method ProtoReflect (line 2329) | func (x *AccountContactRequestIncomingReceived) ProtoReflect() protore... method Descriptor (line 2342) | func (*AccountContactRequestIncomingReceived) Descriptor() ([]byte, []... method GetDevicePk (line 2346) | func (x *AccountContactRequestIncomingReceived) GetDevicePk() []byte { method GetContactPk (line 2353) | func (x *AccountContactRequestIncomingReceived) GetContactPk() []byte { method GetContactRendezvousSeed (line 2360) | func (x *AccountContactRequestIncomingReceived) GetContactRendezvousSe... method GetContactMetadata (line 2367) | func (x *AccountContactRequestIncomingReceived) GetContactMetadata() [... type AccountContactRequestIncomingDiscarded (line 2375) | type AccountContactRequestIncomingDiscarded struct method Reset (line 2386) | func (x *AccountContactRequestIncomingDiscarded) Reset() { method String (line 2395) | func (x *AccountContactRequestIncomingDiscarded) String() string { method ProtoMessage (line 2399) | func (*AccountContactRequestIncomingDiscarded) ProtoMessage() {} method ProtoReflect (line 2401) | func (x *AccountContactRequestIncomingDiscarded) ProtoReflect() protor... method Descriptor (line 2414) | func (*AccountContactRequestIncomingDiscarded) Descriptor() ([]byte, [... method GetDevicePk (line 2418) | func (x *AccountContactRequestIncomingDiscarded) GetDevicePk() []byte { method GetContactPk (line 2425) | func (x *AccountContactRequestIncomingDiscarded) GetContactPk() []byte { type AccountContactRequestIncomingAccepted (line 2435) | type AccountContactRequestIncomingAccepted struct method Reset (line 2448) | func (x *AccountContactRequestIncomingAccepted) Reset() { method String (line 2457) | func (x *AccountContactRequestIncomingAccepted) String() string { method ProtoMessage (line 2461) | func (*AccountContactRequestIncomingAccepted) ProtoMessage() {} method ProtoReflect (line 2463) | func (x *AccountContactRequestIncomingAccepted) ProtoReflect() protore... method Descriptor (line 2476) | func (*AccountContactRequestIncomingAccepted) Descriptor() ([]byte, []... method GetDevicePk (line 2480) | func (x *AccountContactRequestIncomingAccepted) GetDevicePk() []byte { method GetContactPk (line 2487) | func (x *AccountContactRequestIncomingAccepted) GetContactPk() []byte { method GetGroupPk (line 2494) | func (x *AccountContactRequestIncomingAccepted) GetGroupPk() []byte { type AccountContactBlocked (line 2502) | type AccountContactBlocked struct method Reset (line 2513) | func (x *AccountContactBlocked) Reset() { method String (line 2522) | func (x *AccountContactBlocked) String() string { method ProtoMessage (line 2526) | func (*AccountContactBlocked) ProtoMessage() {} method ProtoReflect (line 2528) | func (x *AccountContactBlocked) ProtoReflect() protoreflect.Message { method Descriptor (line 2541) | func (*AccountContactBlocked) Descriptor() ([]byte, []int) { method GetDevicePk (line 2545) | func (x *AccountContactBlocked) GetDevicePk() []byte { method GetContactPk (line 2552) | func (x *AccountContactBlocked) GetContactPk() []byte { type AccountContactUnblocked (line 2560) | type AccountContactUnblocked struct method Reset (line 2571) | func (x *AccountContactUnblocked) Reset() { method String (line 2580) | func (x *AccountContactUnblocked) String() string { method ProtoMessage (line 2584) | func (*AccountContactUnblocked) ProtoMessage() {} method ProtoReflect (line 2586) | func (x *AccountContactUnblocked) ProtoReflect() protoreflect.Message { method Descriptor (line 2599) | func (*AccountContactUnblocked) Descriptor() ([]byte, []int) { method GetDevicePk (line 2603) | func (x *AccountContactUnblocked) GetDevicePk() []byte { method GetContactPk (line 2610) | func (x *AccountContactUnblocked) GetContactPk() []byte { type GroupReplicating (line 2617) | type GroupReplicating struct method Reset (line 2630) | func (x *GroupReplicating) Reset() { method String (line 2639) | func (x *GroupReplicating) String() string { method ProtoMessage (line 2643) | func (*GroupReplicating) ProtoMessage() {} method ProtoReflect (line 2645) | func (x *GroupReplicating) ProtoReflect() protoreflect.Message { method Descriptor (line 2658) | func (*GroupReplicating) Descriptor() ([]byte, []int) { method GetDevicePk (line 2662) | func (x *GroupReplicating) GetDevicePk() []byte { method GetAuthenticationUrl (line 2669) | func (x *GroupReplicating) GetAuthenticationUrl() string { method GetReplicationServer (line 2676) | func (x *GroupReplicating) GetReplicationServer() string { type ServiceExportData (line 2683) | type ServiceExportData struct method Reset (line 2689) | func (x *ServiceExportData) Reset() { method String (line 2698) | func (x *ServiceExportData) String() string { method ProtoMessage (line 2702) | func (*ServiceExportData) ProtoMessage() {} method ProtoReflect (line 2704) | func (x *ServiceExportData) ProtoReflect() protoreflect.Message { method Descriptor (line 2717) | func (*ServiceExportData) Descriptor() ([]byte, []int) { type ServiceGetConfiguration (line 2721) | type ServiceGetConfiguration struct method Reset (line 2727) | func (x *ServiceGetConfiguration) Reset() { method String (line 2736) | func (x *ServiceGetConfiguration) String() string { method ProtoMessage (line 2740) | func (*ServiceGetConfiguration) ProtoMessage() {} method ProtoReflect (line 2742) | func (x *ServiceGetConfiguration) ProtoReflect() protoreflect.Message { method Descriptor (line 2755) | func (*ServiceGetConfiguration) Descriptor() ([]byte, []int) { type ContactRequestReference (line 2759) | type ContactRequestReference struct method Reset (line 2765) | func (x *ContactRequestReference) Reset() { method String (line 2774) | func (x *ContactRequestReference) String() string { method ProtoMessage (line 2778) | func (*ContactRequestReference) ProtoMessage() {} method ProtoReflect (line 2780) | func (x *ContactRequestReference) ProtoReflect() protoreflect.Message { method Descriptor (line 2793) | func (*ContactRequestReference) Descriptor() ([]byte, []int) { type ContactRequestDisable (line 2797) | type ContactRequestDisable struct method Reset (line 2803) | func (x *ContactRequestDisable) Reset() { method String (line 2812) | func (x *ContactRequestDisable) String() string { method ProtoMessage (line 2816) | func (*ContactRequestDisable) ProtoMessage() {} method ProtoReflect (line 2818) | func (x *ContactRequestDisable) ProtoReflect() protoreflect.Message { method Descriptor (line 2831) | func (*ContactRequestDisable) Descriptor() ([]byte, []int) { type ContactRequestEnable (line 2835) | type ContactRequestEnable struct method Reset (line 2841) | func (x *ContactRequestEnable) Reset() { method String (line 2850) | func (x *ContactRequestEnable) String() string { method ProtoMessage (line 2854) | func (*ContactRequestEnable) ProtoMessage() {} method ProtoReflect (line 2856) | func (x *ContactRequestEnable) ProtoReflect() protoreflect.Message { method Descriptor (line 2869) | func (*ContactRequestEnable) Descriptor() ([]byte, []int) { type ContactRequestResetReference (line 2873) | type ContactRequestResetReference struct method Reset (line 2879) | func (x *ContactRequestResetReference) Reset() { method String (line 2888) | func (x *ContactRequestResetReference) String() string { method ProtoMessage (line 2892) | func (*ContactRequestResetReference) ProtoMessage() {} method ProtoReflect (line 2894) | func (x *ContactRequestResetReference) ProtoReflect() protoreflect.Mes... method Descriptor (line 2907) | func (*ContactRequestResetReference) Descriptor() ([]byte, []int) { type ContactRequestSend (line 2911) | type ContactRequestSend struct method Reset (line 2917) | func (x *ContactRequestSend) Reset() { method String (line 2926) | func (x *ContactRequestSend) String() string { method ProtoMessage (line 2930) | func (*ContactRequestSend) ProtoMessage() {} method ProtoReflect (line 2932) | func (x *ContactRequestSend) ProtoReflect() protoreflect.Message { method Descriptor (line 2945) | func (*ContactRequestSend) Descriptor() ([]byte, []int) { type ContactRequestAccept (line 2949) | type ContactRequestAccept struct method Reset (line 2955) | func (x *ContactRequestAccept) Reset() { method String (line 2964) | func (x *ContactRequestAccept) String() string { method ProtoMessage (line 2968) | func (*ContactRequestAccept) ProtoMessage() {} method ProtoReflect (line 2970) | func (x *ContactRequestAccept) ProtoReflect() protoreflect.Message { method Descriptor (line 2983) | func (*ContactRequestAccept) Descriptor() ([]byte, []int) { type ContactRequestDiscard (line 2987) | type ContactRequestDiscard struct method Reset (line 2993) | func (x *ContactRequestDiscard) Reset() { method String (line 3002) | func (x *ContactRequestDiscard) String() string { method ProtoMessage (line 3006) | func (*ContactRequestDiscard) ProtoMessage() {} method ProtoReflect (line 3008) | func (x *ContactRequestDiscard) ProtoReflect() protoreflect.Message { method Descriptor (line 3021) | func (*ContactRequestDiscard) Descriptor() ([]byte, []int) { type ShareContact (line 3025) | type ShareContact struct method Reset (line 3031) | func (x *ShareContact) Reset() { method String (line 3040) | func (x *ShareContact) String() string { method ProtoMessage (line 3044) | func (*ShareContact) ProtoMessage() {} method ProtoReflect (line 3046) | func (x *ShareContact) ProtoReflect() protoreflect.Message { method Descriptor (line 3059) | func (*ShareContact) Descriptor() ([]byte, []int) { type DecodeContact (line 3063) | type DecodeContact struct method Reset (line 3069) | func (x *DecodeContact) Reset() { method String (line 3078) | func (x *DecodeContact) String() string { method ProtoMessage (line 3082) | func (*DecodeContact) ProtoMessage() {} method ProtoReflect (line 3084) | func (x *DecodeContact) ProtoReflect() protoreflect.Message { method Descriptor (line 3097) | func (*DecodeContact) Descriptor() ([]byte, []int) { type ContactBlock (line 3101) | type ContactBlock struct method Reset (line 3107) | func (x *ContactBlock) Reset() { method String (line 3116) | func (x *ContactBlock) String() string { method ProtoMessage (line 3120) | func (*ContactBlock) ProtoMessage() {} method ProtoReflect (line 3122) | func (x *ContactBlock) ProtoReflect() protoreflect.Message { method Descriptor (line 3135) | func (*ContactBlock) Descriptor() ([]byte, []int) { type ContactUnblock (line 3139) | type ContactUnblock struct method Reset (line 3145) | func (x *ContactUnblock) Reset() { method String (line 3154) | func (x *ContactUnblock) String() string { method ProtoMessage (line 3158) | func (*ContactUnblock) ProtoMessage() {} method ProtoReflect (line 3160) | func (x *ContactUnblock) ProtoReflect() protoreflect.Message { method Descriptor (line 3173) | func (*ContactUnblock) Descriptor() ([]byte, []int) { type ContactAliasKeySend (line 3177) | type ContactAliasKeySend struct method Reset (line 3183) | func (x *ContactAliasKeySend) Reset() { method String (line 3192) | func (x *ContactAliasKeySend) String() string { method ProtoMessage (line 3196) | func (*ContactAliasKeySend) ProtoMessage() {} method ProtoReflect (line 3198) | func (x *ContactAliasKeySend) ProtoReflect() protoreflect.Message { method Descriptor (line 3211) | func (*ContactAliasKeySend) Descriptor() ([]byte, []int) { type MultiMemberGroupCreate (line 3215) | type MultiMemberGroupCreate struct method Reset (line 3221) | func (x *MultiMemberGroupCreate) Reset() { method String (line 3230) | func (x *MultiMemberGroupCreate) String() string { method ProtoMessage (line 3234) | func (*MultiMemberGroupCreate) ProtoMessage() {} method ProtoReflect (line 3236) | func (x *MultiMemberGroupCreate) ProtoReflect() protoreflect.Message { method Descriptor (line 3249) | func (*MultiMemberGroupCreate) Descriptor() ([]byte, []int) { type MultiMemberGroupJoin (line 3253) | type MultiMemberGroupJoin struct method Reset (line 3259) | func (x *MultiMemberGroupJoin) Reset() { method String (line 3268) | func (x *MultiMemberGroupJoin) String() string { method ProtoMessage (line 3272) | func (*MultiMemberGroupJoin) ProtoMessage() {} method ProtoReflect (line 3274) | func (x *MultiMemberGroupJoin) ProtoReflect() protoreflect.Message { method Descriptor (line 3287) | func (*MultiMemberGroupJoin) Descriptor() ([]byte, []int) { type MultiMemberGroupLeave (line 3291) | type MultiMemberGroupLeave struct method Reset (line 3297) | func (x *MultiMemberGroupLeave) Reset() { method String (line 3306) | func (x *MultiMemberGroupLeave) String() string { method ProtoMessage (line 3310) | func (*MultiMemberGroupLeave) ProtoMessage() {} method ProtoReflect (line 3312) | func (x *MultiMemberGroupLeave) ProtoReflect() protoreflect.Message { method Descriptor (line 3325) | func (*MultiMemberGroupLeave) Descriptor() ([]byte, []int) { type MultiMemberGroupAliasResolverDisclose (line 3329) | type MultiMemberGroupAliasResolverDisclose struct method Reset (line 3335) | func (x *MultiMemberGroupAliasResolverDisclose) Reset() { method String (line 3344) | func (x *MultiMemberGroupAliasResolverDisclose) String() string { method ProtoMessage (line 3348) | func (*MultiMemberGroupAliasResolverDisclose) ProtoMessage() {} method ProtoReflect (line 3350) | func (x *MultiMemberGroupAliasResolverDisclose) ProtoReflect() protore... method Descriptor (line 3363) | func (*MultiMemberGroupAliasResolverDisclose) Descriptor() ([]byte, []... type MultiMemberGroupAdminRoleGrant (line 3367) | type MultiMemberGroupAdminRoleGrant struct method Reset (line 3373) | func (x *MultiMemberGroupAdminRoleGrant) Reset() { method String (line 3382) | func (x *MultiMemberGroupAdminRoleGrant) String() string { method ProtoMessage (line 3386) | func (*MultiMemberGroupAdminRoleGrant) ProtoMessage() {} method ProtoReflect (line 3388) | func (x *MultiMemberGroupAdminRoleGrant) ProtoReflect() protoreflect.M... method Descriptor (line 3401) | func (*MultiMemberGroupAdminRoleGrant) Descriptor() ([]byte, []int) { type MultiMemberGroupInvitationCreate (line 3405) | type MultiMemberGroupInvitationCreate struct method Reset (line 3411) | func (x *MultiMemberGroupInvitationCreate) Reset() { method String (line 3420) | func (x *MultiMemberGroupInvitationCreate) String() string { method ProtoMessage (line 3424) | func (*MultiMemberGroupInvitationCreate) ProtoMessage() {} method ProtoReflect (line 3426) | func (x *MultiMemberGroupInvitationCreate) ProtoReflect() protoreflect... method Descriptor (line 3439) | func (*MultiMemberGroupInvitationCreate) Descriptor() ([]byte, []int) { type AppMetadataSend (line 3443) | type AppMetadataSend struct method Reset (line 3449) | func (x *AppMetadataSend) Reset() { method String (line 3458) | func (x *AppMetadataSend) String() string { method ProtoMessage (line 3462) | func (*AppMetadataSend) ProtoMessage() {} method ProtoReflect (line 3464) | func (x *AppMetadataSend) ProtoReflect() protoreflect.Message { method Descriptor (line 3477) | func (*AppMetadataSend) Descriptor() ([]byte, []int) { type AppMessageSend (line 3481) | type AppMessageSend struct method Reset (line 3487) | func (x *AppMessageSend) Reset() { method String (line 3496) | func (x *AppMessageSend) String() string { method ProtoMessage (line 3500) | func (*AppMessageSend) ProtoMessage() {} method ProtoReflect (line 3502) | func (x *AppMessageSend) ProtoReflect() protoreflect.Message { method Descriptor (line 3515) | func (*AppMessageSend) Descriptor() ([]byte, []int) { type GroupMetadataEvent (line 3519) | type GroupMetadataEvent struct method Reset (line 3532) | func (x *GroupMetadataEvent) Reset() { method String (line 3541) | func (x *GroupMetadataEvent) String() string { method ProtoMessage (line 3545) | func (*GroupMetadataEvent) ProtoMessage() {} method ProtoReflect (line 3547) | func (x *GroupMetadataEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 3560) | func (*GroupMetadataEvent) Descriptor() ([]byte, []int) { method GetEventContext (line 3564) | func (x *GroupMetadataEvent) GetEventContext() *EventContext { method GetMetadata (line 3571) | func (x *GroupMetadataEvent) GetMetadata() *GroupMetadata { method GetEvent (line 3578) | func (x *GroupMetadataEvent) GetEvent() []byte { type GroupMessageEvent (line 3585) | type GroupMessageEvent struct method Reset (line 3598) | func (x *GroupMessageEvent) Reset() { method String (line 3607) | func (x *GroupMessageEvent) String() string { method ProtoMessage (line 3611) | func (*GroupMessageEvent) ProtoMessage() {} method ProtoReflect (line 3613) | func (x *GroupMessageEvent) ProtoReflect() protoreflect.Message { method Descriptor (line 3626) | func (*GroupMessageEvent) Descriptor() ([]byte, []int) { method GetEventContext (line 3630) | func (x *GroupMessageEvent) GetEventContext() *EventContext { method GetHeaders (line 3637) | func (x *GroupMessageEvent) GetHeaders() *MessageHeaders { method GetMessage (line 3644) | func (x *GroupMessageEvent) GetMessage() []byte { type GroupMetadataList (line 3651) | type GroupMetadataList struct method Reset (line 3657) | func (x *GroupMetadataList) Reset() { method String (line 3666) | func (x *GroupMetadataList) String() string { method ProtoMessage (line 3670) | func (*GroupMetadataList) ProtoMessage() {} method ProtoReflect (line 3672) | func (x *GroupMetadataList) ProtoReflect() protoreflect.Message { method Descriptor (line 3685) | func (*GroupMetadataList) Descriptor() ([]byte, []int) { type GroupMessageList (line 3689) | type GroupMessageList struct method Reset (line 3695) | func (x *GroupMessageList) Reset() { method String (line 3704) | func (x *GroupMessageList) String() string { method ProtoMessage (line 3708) | func (*GroupMessageList) ProtoMessage() {} method ProtoReflect (line 3710) | func (x *GroupMessageList) ProtoReflect() protoreflect.Message { method Descriptor (line 3723) | func (*GroupMessageList) Descriptor() ([]byte, []int) { type GroupInfo (line 3727) | type GroupInfo struct method Reset (line 3733) | func (x *GroupInfo) Reset() { method String (line 3742) | func (x *GroupInfo) String() string { method ProtoMessage (line 3746) | func (*GroupInfo) ProtoMessage() {} method ProtoReflect (line 3748) | func (x *GroupInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 3761) | func (*GroupInfo) Descriptor() ([]byte, []int) { type ActivateGroup (line 3765) | type ActivateGroup struct method Reset (line 3771) | func (x *ActivateGroup) Reset() { method String (line 3780) | func (x *ActivateGroup) String() string { method ProtoMessage (line 3784) | func (*ActivateGroup) ProtoMessage() {} method ProtoReflect (line 3786) | func (x *ActivateGroup) ProtoReflect() protoreflect.Message { method Descriptor (line 3799) | func (*ActivateGroup) Descriptor() ([]byte, []int) { type DeactivateGroup (line 3803) | type DeactivateGroup struct method Reset (line 3809) | func (x *DeactivateGroup) Reset() { method String (line 3818) | func (x *DeactivateGroup) String() string { method ProtoMessage (line 3822) | func (*DeactivateGroup) ProtoMessage() {} method ProtoReflect (line 3824) | func (x *DeactivateGroup) ProtoReflect() protoreflect.Message { method Descriptor (line 3837) | func (*DeactivateGroup) Descriptor() ([]byte, []int) { type GroupDeviceStatus (line 3841) | type GroupDeviceStatus struct method Reset (line 3847) | func (x *GroupDeviceStatus) Reset() { method String (line 3856) | func (x *GroupDeviceStatus) String() string { method ProtoMessage (line 3860) | func (*GroupDeviceStatus) ProtoMessage() {} method ProtoReflect (line 3862) | func (x *GroupDeviceStatus) ProtoReflect() protoreflect.Message { method Descriptor (line 3875) | func (*GroupDeviceStatus) Descriptor() ([]byte, []int) { type DebugListGroups (line 3879) | type DebugListGroups struct method Reset (line 3885) | func (x *DebugListGroups) Reset() { method String (line 3894) | func (x *DebugListGroups) String() string { method ProtoMessage (line 3898) | func (*DebugListGroups) ProtoMessage() {} method ProtoReflect (line 3900) | func (x *DebugListGroups) ProtoReflect() protoreflect.Message { method Descriptor (line 3913) | func (*DebugListGroups) Descriptor() ([]byte, []int) { type DebugInspectGroupStore (line 3917) | type DebugInspectGroupStore struct method Reset (line 3923) | func (x *DebugInspectGroupStore) Reset() { method String (line 3932) | func (x *DebugInspectGroupStore) String() string { method ProtoMessage (line 3936) | func (*DebugInspectGroupStore) ProtoMessage() {} method ProtoReflect (line 3938) | func (x *DebugInspectGroupStore) ProtoReflect() protoreflect.Message { method Descriptor (line 3951) | func (*DebugInspectGroupStore) Descriptor() ([]byte, []int) { type DebugGroup (line 3955) | type DebugGroup struct method Reset (line 3961) | func (x *DebugGroup) Reset() { method String (line 3970) | func (x *DebugGroup) String() string { method ProtoMessage (line 3974) | func (*DebugGroup) ProtoMessage() {} method ProtoReflect (line 3976) | func (x *DebugGroup) ProtoReflect() protoreflect.Message { method Descriptor (line 3989) | func (*DebugGroup) Descriptor() ([]byte, []int) { type ShareableContact (line 3993) | type ShareableContact struct method Reset (line 4006) | func (x *ShareableContact) Reset() { method String (line 4015) | func (x *ShareableContact) String() string { method ProtoMessage (line 4019) | func (*ShareableContact) ProtoMessage() {} method ProtoReflect (line 4021) | func (x *ShareableContact) ProtoReflect() protoreflect.Message { method Descriptor (line 4034) | func (*ShareableContact) Descriptor() ([]byte, []int) { method GetPk (line 4038) | func (x *ShareableContact) GetPk() []byte { method GetPublicRendezvousSeed (line 4045) | func (x *ShareableContact) GetPublicRendezvousSeed() []byte { method GetMetadata (line 4052) | func (x *ShareableContact) GetMetadata() []byte { type ServiceTokenSupportedService (line 4059) | type ServiceTokenSupportedService struct method Reset (line 4068) | func (x *ServiceTokenSupportedService) Reset() { method String (line 4077) | func (x *ServiceTokenSupportedService) String() string { method ProtoMessage (line 4081) | func (*ServiceTokenSupportedService) ProtoMessage() {} method ProtoReflect (line 4083) | func (x *ServiceTokenSupportedService) ProtoReflect() protoreflect.Mes... method Descriptor (line 4096) | func (*ServiceTokenSupportedService) Descriptor() ([]byte, []int) { method GetServiceType (line 4100) | func (x *ServiceTokenSupportedService) GetServiceType() string { method GetServiceEndpoint (line 4107) | func (x *ServiceTokenSupportedService) GetServiceEndpoint() string { type ServiceToken (line 4114) | type ServiceToken struct method Reset (line 4125) | func (x *ServiceToken) Reset() { method String (line 4134) | func (x *ServiceToken) String() string { method ProtoMessage (line 4138) | func (*ServiceToken) ProtoMessage() {} method ProtoReflect (line 4140) | func (x *ServiceToken) ProtoReflect() protoreflect.Message { method Descriptor (line 4153) | func (*ServiceToken) Descriptor() ([]byte, []int) { method GetToken (line 4157) | func (x *ServiceToken) GetToken() string { method GetAuthenticationUrl (line 4164) | func (x *ServiceToken) GetAuthenticationUrl() string { method GetSupportedServices (line 4171) | func (x *ServiceToken) GetSupportedServices() []*ServiceTokenSupported... method GetExpiration (line 4178) | func (x *ServiceToken) GetExpiration() int64 { type CredentialVerificationServiceInitFlow (line 4185) | type CredentialVerificationServiceInitFlow struct method Reset (line 4191) | func (x *CredentialVerificationServiceInitFlow) Reset() { method String (line 4200) | func (x *CredentialVerificationServiceInitFlow) String() string { method ProtoMessage (line 4204) | func (*CredentialVerificationServiceInitFlow) ProtoMessage() {} method ProtoReflect (line 4206) | func (x *CredentialVerificationServiceInitFlow) ProtoReflect() protore... method Descriptor (line 4219) | func (*CredentialVerificationServiceInitFlow) Descriptor() ([]byte, []... type CredentialVerificationServiceCompleteFlow (line 4223) | type CredentialVerificationServiceCompleteFlow struct method Reset (line 4229) | func (x *CredentialVerificationServiceCompleteFlow) Reset() { method String (line 4238) | func (x *CredentialVerificationServiceCompleteFlow) String() string { method ProtoMessage (line 4242) | func (*CredentialVerificationServiceCompleteFlow) ProtoMessage() {} method ProtoReflect (line 4244) | func (x *CredentialVerificationServiceCompleteFlow) ProtoReflect() pro... method Descriptor (line 4257) | func (*CredentialVerificationServiceCompleteFlow) Descriptor() ([]byte... type VerifiedCredentialsList (line 4261) | type VerifiedCredentialsList struct method Reset (line 4267) | func (x *VerifiedCredentialsList) Reset() { method String (line 4276) | func (x *VerifiedCredentialsList) String() string { method ProtoMessage (line 4280) | func (*VerifiedCredentialsList) ProtoMessage() {} method ProtoReflect (line 4282) | func (x *VerifiedCredentialsList) ProtoReflect() protoreflect.Message { method Descriptor (line 4295) | func (*VerifiedCredentialsList) Descriptor() ([]byte, []int) { type ReplicationServiceRegisterGroup (line 4299) | type ReplicationServiceRegisterGroup struct method Reset (line 4305) | func (x *ReplicationServiceRegisterGroup) Reset() { method String (line 4314) | func (x *ReplicationServiceRegisterGroup) String() string { method ProtoMessage (line 4318) | func (*ReplicationServiceRegisterGroup) ProtoMessage() {} method ProtoReflect (line 4320) | func (x *ReplicationServiceRegisterGroup) ProtoReflect() protoreflect.... method Descriptor (line 4333) | func (*ReplicationServiceRegisterGroup) Descriptor() ([]byte, []int) { type ReplicationServiceReplicateGroup (line 4337) | type ReplicationServiceReplicateGroup struct method Reset (line 4343) | func (x *ReplicationServiceReplicateGroup) Reset() { method String (line 4352) | func (x *ReplicationServiceReplicateGroup) String() string { method ProtoMessage (line 4356) | func (*ReplicationServiceReplicateGroup) ProtoMessage() {} method ProtoReflect (line 4358) | func (x *ReplicationServiceReplicateGroup) ProtoReflect() protoreflect... method Descriptor (line 4371) | func (*ReplicationServiceReplicateGroup) Descriptor() ([]byte, []int) { type SystemInfo (line 4375) | type SystemInfo struct method Reset (line 4381) | func (x *SystemInfo) Reset() { method String (line 4390) | func (x *SystemInfo) String() string { method ProtoMessage (line 4394) | func (*SystemInfo) ProtoMessage() {} method ProtoReflect (line 4396) | func (x *SystemInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 4409) | func (*SystemInfo) Descriptor() ([]byte, []int) { type PeerList (line 4413) | type PeerList struct method Reset (line 4419) | func (x *PeerList) Reset() { method String (line 4428) | func (x *PeerList) String() string { method ProtoMessage (line 4432) | func (*PeerList) ProtoMessage() {} method ProtoReflect (line 4434) | func (x *PeerList) ProtoReflect() protoreflect.Message { method Descriptor (line 4447) | func (*PeerList) Descriptor() ([]byte, []int) { type Progress (line 4452) | type Progress struct method Reset (line 4465) | func (x *Progress) Reset() { method String (line 4474) | func (x *Progress) String() string { method ProtoMessage (line 4478) | func (*Progress) ProtoMessage() {} method ProtoReflect (line 4480) | func (x *Progress) ProtoReflect() protoreflect.Message { method Descriptor (line 4493) | func (*Progress) Descriptor() ([]byte, []int) { method GetState (line 4497) | func (x *Progress) GetState() string { method GetDoing (line 4504) | func (x *Progress) GetDoing() string { method GetProgress (line 4511) | func (x *Progress) GetProgress() float32 { method GetCompleted (line 4518) | func (x *Progress) GetCompleted() uint64 { method GetTotal (line 4525) | func (x *Progress) GetTotal() uint64 { method GetDelay (line 4532) | func (x *Progress) GetDelay() uint64 { type OutOfStoreMessage (line 4539) | type OutOfStoreMessage struct method Reset (line 4553) | func (x *OutOfStoreMessage) Reset() { method String (line 4562) | func (x *OutOfStoreMessage) String() string { method ProtoMessage (line 4566) | func (*OutOfStoreMessage) ProtoMessage() {} method ProtoReflect (line 4568) | func (x *OutOfStoreMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 4581) | func (*OutOfStoreMessage) Descriptor() ([]byte, []int) { method GetCid (line 4585) | func (x *OutOfStoreMessage) GetCid() []byte { method GetDevicePk (line 4592) | func (x *OutOfStoreMessage) GetDevicePk() []byte { method GetCounter (line 4599) | func (x *OutOfStoreMessage) GetCounter() uint64 { method GetSig (line 4606) | func (x *OutOfStoreMessage) GetSig() []byte { method GetFlags (line 4613) | func (x *OutOfStoreMessage) GetFlags() uint32 { method GetEncryptedPayload (line 4620) | func (x *OutOfStoreMessage) GetEncryptedPayload() []byte { method GetNonce (line 4627) | func (x *OutOfStoreMessage) GetNonce() []byte { type OutOfStoreMessageEnvelope (line 4634) | type OutOfStoreMessageEnvelope struct method Reset (line 4644) | func (x *OutOfStoreMessageEnvelope) Reset() { method String (line 4653) | func (x *OutOfStoreMessageEnvelope) String() string { method ProtoMessage (line 4657) | func (*OutOfStoreMessageEnvelope) ProtoMessage() {} method ProtoReflect (line 4659) | func (x *OutOfStoreMessageEnvelope) ProtoReflect() protoreflect.Message { method Descriptor (line 4672) | func (*OutOfStoreMessageEnvelope) Descriptor() ([]byte, []int) { method GetNonce (line 4676) | func (x *OutOfStoreMessageEnvelope) GetNonce() []byte { method GetBox (line 4683) | func (x *OutOfStoreMessageEnvelope) GetBox() []byte { method GetGroupReference (line 4690) | func (x *OutOfStoreMessageEnvelope) GetGroupReference() []byte { type OutOfStoreReceive (line 4697) | type OutOfStoreReceive struct method Reset (line 4703) | func (x *OutOfStoreReceive) Reset() { method String (line 4712) | func (x *OutOfStoreReceive) String() string { method ProtoMessage (line 4716) | func (*OutOfStoreReceive) ProtoMessage() {} method ProtoReflect (line 4718) | func (x *OutOfStoreReceive) ProtoReflect() protoreflect.Message { method Descriptor (line 4731) | func (*OutOfStoreReceive) Descriptor() ([]byte, []int) { type OutOfStoreSeal (line 4735) | type OutOfStoreSeal struct method Reset (line 4741) | func (x *OutOfStoreSeal) Reset() { method String (line 4750) | func (x *OutOfStoreSeal) String() string { method ProtoMessage (line 4754) | func (*OutOfStoreSeal) ProtoMessage() {} method ProtoReflect (line 4756) | func (x *OutOfStoreSeal) ProtoReflect() protoreflect.Message { method Descriptor (line 4769) | func (*OutOfStoreSeal) Descriptor() ([]byte, []int) { type AccountVerifiedCredentialRegistered (line 4773) | type AccountVerifiedCredentialRegistered struct method Reset (line 4788) | func (x *AccountVerifiedCredentialRegistered) Reset() { method String (line 4797) | func (x *AccountVerifiedCredentialRegistered) String() string { method ProtoMessage (line 4801) | func (*AccountVerifiedCredentialRegistered) ProtoMessage() {} method ProtoReflect (line 4803) | func (x *AccountVerifiedCredentialRegistered) ProtoReflect() protorefl... method Descriptor (line 4816) | func (*AccountVerifiedCredentialRegistered) Descriptor() ([]byte, []in... method GetDevicePk (line 4820) | func (x *AccountVerifiedCredentialRegistered) GetDevicePk() []byte { method GetSignedIdentityPublicKey (line 4827) | func (x *AccountVerifiedCredentialRegistered) GetSignedIdentityPublicK... method GetVerifiedCredential (line 4834) | func (x *AccountVerifiedCredentialRegistered) GetVerifiedCredential() ... method GetRegistrationDate (line 4841) | func (x *AccountVerifiedCredentialRegistered) GetRegistrationDate() in... method GetExpirationDate (line 4848) | func (x *AccountVerifiedCredentialRegistered) GetExpirationDate() int64 { method GetIdentifier (line 4855) | func (x *AccountVerifiedCredentialRegistered) GetIdentifier() string { method GetIssuer (line 4862) | func (x *AccountVerifiedCredentialRegistered) GetIssuer() string { type FirstLastCounters (line 4869) | type FirstLastCounters struct method Reset (line 4878) | func (x *FirstLastCounters) Reset() { method String (line 4887) | func (x *FirstLastCounters) String() string { method ProtoMessage (line 4891) | func (*FirstLastCounters) ProtoMessage() {} method ProtoReflect (line 4893) | func (x *FirstLastCounters) ProtoReflect() protoreflect.Message { method Descriptor (line 4906) | func (*FirstLastCounters) Descriptor() ([]byte, []int) { method GetFirst (line 4910) | func (x *FirstLastCounters) GetFirst() uint64 { method GetLast (line 4917) | func (x *FirstLastCounters) GetLast() uint64 { type OrbitDBMessageHeads (line 4925) | type OrbitDBMessageHeads struct method Reset (line 4936) | func (x *OrbitDBMessageHeads) Reset() { method String (line 4945) | func (x *OrbitDBMessageHeads) String() string { method ProtoMessage (line 4949) | func (*OrbitDBMessageHeads) ProtoMessage() {} method ProtoReflect (line 4951) | func (x *OrbitDBMessageHeads) ProtoReflect() protoreflect.Message { method Descriptor (line 4964) | func (*OrbitDBMessageHeads) Descriptor() ([]byte, []int) { method GetSealedBox (line 4968) | func (x *OrbitDBMessageHeads) GetSealedBox() []byte { method GetRawRotation (line 4975) | func (x *OrbitDBMessageHeads) GetRawRotation() []byte { type RefreshContactRequest (line 4982) | type RefreshContactRequest struct method Reset (line 4988) | func (x *RefreshContactRequest) Reset() { method String (line 4997) | func (x *RefreshContactRequest) String() string { method ProtoMessage (line 5001) | func (*RefreshContactRequest) ProtoMessage() {} method ProtoReflect (line 5003) | func (x *RefreshContactRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 5016) | func (*RefreshContactRequest) Descriptor() ([]byte, []int) { type ServiceExportData_Request (line 5020) | type ServiceExportData_Request struct method Reset (line 5026) | func (x *ServiceExportData_Request) Reset() { method String (line 5035) | func (x *ServiceExportData_Request) String() string { method ProtoMessage (line 5039) | func (*ServiceExportData_Request) ProtoMessage() {} method ProtoReflect (line 5041) | func (x *ServiceExportData_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 5054) | func (*ServiceExportData_Request) Descriptor() ([]byte, []int) { type ServiceExportData_Reply (line 5058) | type ServiceExportData_Reply struct method Reset (line 5066) | func (x *ServiceExportData_Reply) Reset() { method String (line 5075) | func (x *ServiceExportData_Reply) String() string { method ProtoMessage (line 5079) | func (*ServiceExportData_Reply) ProtoMessage() {} method ProtoReflect (line 5081) | func (x *ServiceExportData_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 5094) | func (*ServiceExportData_Reply) Descriptor() ([]byte, []int) { method GetExportedData (line 5098) | func (x *ServiceExportData_Reply) GetExportedData() []byte { type ServiceGetConfiguration_Request (line 5105) | type ServiceGetConfiguration_Request struct method Reset (line 5111) | func (x *ServiceGetConfiguration_Request) Reset() { method String (line 5120) | func (x *ServiceGetConfiguration_Request) String() string { method ProtoMessage (line 5124) | func (*ServiceGetConfiguration_Request) ProtoMessage() {} method ProtoReflect (line 5126) | func (x *ServiceGetConfiguration_Request) ProtoReflect() protoreflect.... method Descriptor (line 5139) | func (*ServiceGetConfiguration_Request) Descriptor() ([]byte, []int) { type ServiceGetConfiguration_Reply (line 5143) | type ServiceGetConfiguration_Reply struct method Reset (line 5164) | func (x *ServiceGetConfiguration_Reply) Reset() { method String (line 5173) | func (x *ServiceGetConfiguration_Reply) String() string { method ProtoMessage (line 5177) | func (*ServiceGetConfiguration_Reply) ProtoMessage() {} method ProtoReflect (line 5179) | func (x *ServiceGetConfiguration_Reply) ProtoReflect() protoreflect.Me... method Descriptor (line 5192) | func (*ServiceGetConfiguration_Reply) Descriptor() ([]byte, []int) { method GetAccountPk (line 5196) | func (x *ServiceGetConfiguration_Reply) GetAccountPk() []byte { method GetDevicePk (line 5203) | func (x *ServiceGetConfiguration_Reply) GetDevicePk() []byte { method GetAccountGroupPk (line 5210) | func (x *ServiceGetConfiguration_Reply) GetAccountGroupPk() []byte { method GetPeerId (line 5217) | func (x *ServiceGetConfiguration_Reply) GetPeerId() string { method GetListeners (line 5224) | func (x *ServiceGetConfiguration_Reply) GetListeners() []string { method GetBleEnabled (line 5231) | func (x *ServiceGetConfiguration_Reply) GetBleEnabled() ServiceGetConf... method GetWifiP2PEnabled (line 5238) | func (x *ServiceGetConfiguration_Reply) GetWifiP2PEnabled() ServiceGet... method GetMdnsEnabled (line 5245) | func (x *ServiceGetConfiguration_Reply) GetMdnsEnabled() ServiceGetCon... method GetRelayEnabled (line 5252) | func (x *ServiceGetConfiguration_Reply) GetRelayEnabled() ServiceGetCo... type ContactRequestReference_Request (line 5259) | type ContactRequestReference_Request struct method Reset (line 5265) | func (x *ContactRequestReference_Request) Reset() { method String (line 5274) | func (x *ContactRequestReference_Request) String() string { method ProtoMessage (line 5278) | func (*ContactRequestReference_Request) ProtoMessage() {} method ProtoReflect (line 5280) | func (x *ContactRequestReference_Request) ProtoReflect() protoreflect.... method Descriptor (line 5293) | func (*ContactRequestReference_Request) Descriptor() ([]byte, []int) { type ContactRequestReference_Reply (line 5297) | type ContactRequestReference_Reply struct method Reset (line 5308) | func (x *ContactRequestReference_Reply) Reset() { method String (line 5317) | func (x *ContactRequestReference_Reply) String() string { method ProtoMessage (line 5321) | func (*ContactRequestReference_Reply) ProtoMessage() {} method ProtoReflect (line 5323) | func (x *ContactRequestReference_Reply) ProtoReflect() protoreflect.Me... method Descriptor (line 5336) | func (*ContactRequestReference_Reply) Descriptor() ([]byte, []int) { method GetPublicRendezvousSeed (line 5340) | func (x *ContactRequestReference_Reply) GetPublicRendezvousSeed() []by... method GetEnabled (line 5347) | func (x *ContactRequestReference_Reply) GetEnabled() bool { type ContactRequestDisable_Request (line 5354) | type ContactRequestDisable_Request struct method Reset (line 5360) | func (x *ContactRequestDisable_Request) Reset() { method String (line 5369) | func (x *ContactRequestDisable_Request) String() string { method ProtoMessage (line 5373) | func (*ContactRequestDisable_Request) ProtoMessage() {} method ProtoReflect (line 5375) | func (x *ContactRequestDisable_Request) ProtoReflect() protoreflect.Me... method Descriptor (line 5388) | func (*ContactRequestDisable_Request) Descriptor() ([]byte, []int) { type ContactRequestDisable_Reply (line 5392) | type ContactRequestDisable_Reply struct method Reset (line 5398) | func (x *ContactRequestDisable_Reply) Reset() { method String (line 5407) | func (x *ContactRequestDisable_Reply) String() string { method ProtoMessage (line 5411) | func (*ContactRequestDisable_Reply) ProtoMessage() {} method ProtoReflect (line 5413) | func (x *ContactRequestDisable_Reply) ProtoReflect() protoreflect.Mess... method Descriptor (line 5426) | func (*ContactRequestDisable_Reply) Descriptor() ([]byte, []int) { type ContactRequestEnable_Request (line 5430) | type ContactRequestEnable_Request struct method Reset (line 5436) | func (x *ContactRequestEnable_Request) Reset() { method String (line 5445) | func (x *ContactRequestEnable_Request) String() string { method ProtoMessage (line 5449) | func (*ContactRequestEnable_Request) ProtoMessage() {} method ProtoReflect (line 5451) | func (x *ContactRequestEnable_Request) ProtoReflect() protoreflect.Mes... method Descriptor (line 5464) | func (*ContactRequestEnable_Request) Descriptor() ([]byte, []int) { type ContactRequestEnable_Reply (line 5468) | type ContactRequestEnable_Reply struct method Reset (line 5477) | func (x *ContactRequestEnable_Reply) Reset() { method String (line 5486) | func (x *ContactRequestEnable_Reply) String() string { method ProtoMessage (line 5490) | func (*ContactRequestEnable_Reply) ProtoMessage() {} method ProtoReflect (line 5492) | func (x *ContactRequestEnable_Reply) ProtoReflect() protoreflect.Messa... method Descriptor (line 5505) | func (*ContactRequestEnable_Reply) Descriptor() ([]byte, []int) { method GetPublicRendezvousSeed (line 5509) | func (x *ContactRequestEnable_Reply) GetPublicRendezvousSeed() []byte { type ContactRequestResetReference_Request (line 5516) | type ContactRequestResetReference_Request struct method Reset (line 5522) | func (x *ContactRequestResetReference_Request) Reset() { method String (line 5531) | func (x *ContactRequestResetReference_Request) String() string { method ProtoMessage (line 5535) | func (*ContactRequestResetReference_Request) ProtoMessage() {} method ProtoReflect (line 5537) | func (x *ContactRequestResetReference_Request) ProtoReflect() protoref... method Descriptor (line 5550) | func (*ContactRequestResetReference_Request) Descriptor() ([]byte, []i... type ContactRequestResetReference_Reply (line 5554) | type ContactRequestResetReference_Reply struct method Reset (line 5563) | func (x *ContactRequestResetReference_Reply) Reset() { method String (line 5572) | func (x *ContactRequestResetReference_Reply) String() string { method ProtoMessage (line 5576) | func (*ContactRequestResetReference_Reply) ProtoMessage() {} method ProtoReflect (line 5578) | func (x *ContactRequestResetReference_Reply) ProtoReflect() protorefle... method Descriptor (line 5591) | func (*ContactRequestResetReference_Reply) Descriptor() ([]byte, []int) { method GetPublicRendezvousSeed (line 5595) | func (x *ContactRequestResetReference_Reply) GetPublicRendezvousSeed()... type ContactRequestSend_Request (line 5602) | type ContactRequestSend_Request struct method Reset (line 5613) | func (x *ContactRequestSend_Request) Reset() { method String (line 5622) | func (x *ContactRequestSend_Request) String() string { method ProtoMessage (line 5626) | func (*ContactRequestSend_Request) ProtoMessage() {} method ProtoReflect (line 5628) | func (x *ContactRequestSend_Request) ProtoReflect() protoreflect.Messa... method Descriptor (line 5641) | func (*ContactRequestSend_Request) Descriptor() ([]byte, []int) { method GetContact (line 5645) | func (x *ContactRequestSend_Request) GetContact() *ShareableContact { method GetOwnMetadata (line 5652) | func (x *ContactRequestSend_Request) GetOwnMetadata() []byte { type ContactRequestSend_Reply (line 5659) | type ContactRequestSend_Reply struct method Reset (line 5665) | func (x *ContactRequestSend_Reply) Reset() { method String (line 5674) | func (x *ContactRequestSend_Reply) String() string { method ProtoMessage (line 5678) | func (*ContactRequestSend_Reply) ProtoMessage() {} method ProtoReflect (line 5680) | func (x *ContactRequestSend_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 5693) | func (*ContactRequestSend_Reply) Descriptor() ([]byte, []int) { type ContactRequestAccept_Request (line 5697) | type ContactRequestAccept_Request struct method Reset (line 5706) | func (x *ContactRequestAccept_Request) Reset() { method String (line 5715) | func (x *ContactRequestAccept_Request) String() string { method ProtoMessage (line 5719) | func (*ContactRequestAccept_Request) ProtoMessage() {} method ProtoReflect (line 5721) | func (x *ContactRequestAccept_Request) ProtoReflect() protoreflect.Mes... method Descriptor (line 5734) | func (*ContactRequestAccept_Request) Descriptor() ([]byte, []int) { method GetContactPk (line 5738) | func (x *ContactRequestAccept_Request) GetContactPk() []byte { type ContactRequestAccept_Reply (line 5745) | type ContactRequestAccept_Reply struct method Reset (line 5751) | func (x *ContactRequestAccept_Reply) Reset() { method String (line 5760) | func (x *ContactRequestAccept_Reply) String() string { method ProtoMessage (line 5764) | func (*ContactRequestAccept_Reply) ProtoMessage() {} method ProtoReflect (line 5766) | func (x *ContactRequestAccept_Reply) ProtoReflect() protoreflect.Messa... method Descriptor (line 5779) | func (*ContactRequestAccept_Reply) Descriptor() ([]byte, []int) { type ContactRequestDiscard_Request (line 5783) | type ContactRequestDiscard_Request struct method Reset (line 5792) | func (x *ContactRequestDiscard_Request) Reset() { method String (line 5801) | func (x *ContactRequestDiscard_Request) String() string { method ProtoMessage (line 5805) | func (*ContactRequestDiscard_Request) ProtoMessage() {} method ProtoReflect (line 5807) | func (x *ContactRequestDiscard_Request) ProtoReflect() protoreflect.Me... method Descriptor (line 5820) | func (*ContactRequestDiscard_Request) Descriptor() ([]byte, []int) { method GetContactPk (line 5824) | func (x *ContactRequestDiscard_Request) GetContactPk() []byte { type ContactRequestDiscard_Reply (line 5831) | type ContactRequestDiscard_Reply struct method Reset (line 5837) | func (x *ContactRequestDiscard_Reply) Reset() { method String (line 5846) | func (x *ContactRequestDiscard_Reply) String() string { method ProtoMessage (line 5850) | func (*ContactRequestDiscard_Reply) ProtoMessage() {} method ProtoReflect (line 5852) | func (x *ContactRequestDiscard_Reply) ProtoReflect() protoreflect.Mess... method Descriptor (line 5865) | func (*ContactRequestDiscard_Reply) Descriptor() ([]byte, []int) { type ShareContact_Request (line 5869) | type ShareContact_Request struct method Reset (line 5875) | func (x *ShareContact_Request) Reset() { method String (line 5884) | func (x *ShareContact_Request) String() string { method ProtoMessage (line 5888) | func (*ShareContact_Request) ProtoMessage() {} method ProtoReflect (line 5890) | func (x *ShareContact_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 5903) | func (*ShareContact_Request) Descriptor() ([]byte, []int) { type ShareContact_Reply (line 5907) | type ShareContact_Reply struct method Reset (line 5916) | func (x *ShareContact_Reply) Reset() { method String (line 5925) | func (x *ShareContact_Reply) String() string { method ProtoMessage (line 5929) | func (*ShareContact_Reply) ProtoMessage() {} method ProtoReflect (line 5931) | func (x *ShareContact_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 5944) | func (*ShareContact_Reply) Descriptor() ([]byte, []int) { method GetEncodedContact (line 5948) | func (x *ShareContact_Reply) GetEncodedContact() []byte { type DecodeContact_Request (line 5955) | type DecodeContact_Request struct method Reset (line 5964) | func (x *DecodeContact_Request) Reset() { method String (line 5973) | func (x *DecodeContact_Request) String() string { method ProtoMessage (line 5977) | func (*DecodeContact_Request) ProtoMessage() {} method ProtoReflect (line 5979) | func (x *DecodeContact_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 5992) | func (*DecodeContact_Request) Descriptor() ([]byte, []int) { method GetEncodedContact (line 5996) | func (x *DecodeContact_Request) GetEncodedContact() []byte { type DecodeContact_Reply (line 6003) | type DecodeContact_Reply struct method Reset (line 6012) | func (x *DecodeContact_Reply) Reset() { method String (line 6021) | func (x *DecodeContact_Reply) String() string { method ProtoMessage (line 6025) | func (*DecodeContact_Reply) ProtoMessage() {} method ProtoReflect (line 6027) | func (x *DecodeContact_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 6040) | func (*DecodeContact_Reply) Descriptor() ([]byte, []int) { method GetContact (line 6044) | func (x *DecodeContact_Reply) GetContact() *ShareableContact { type ContactBlock_Request (line 6051) | type ContactBlock_Request struct method Reset (line 6060) | func (x *ContactBlock_Request) Reset() { method String (line 6069) | func (x *ContactBlock_Request) String() string { method ProtoMessage (line 6073) | func (*ContactBlock_Request) ProtoMessage() {} method ProtoReflect (line 6075) | func (x *ContactBlock_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 6088) | func (*ContactBlock_Request) Descriptor() ([]byte, []int) { method GetContactPk (line 6092) | func (x *ContactBlock_Request) GetContactPk() []byte { type ContactBlock_Reply (line 6099) | type ContactBlock_Reply struct method Reset (line 6105) | func (x *ContactBlock_Reply) Reset() { method String (line 6114) | func (x *ContactBlock_Reply) String() string { method ProtoMessage (line 6118) | func (*ContactBlock_Reply) ProtoMessage() {} method ProtoReflect (line 6120) | func (x *ContactBlock_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 6133) | func (*ContactBlock_Reply) Descriptor() ([]byte, []int) { type ContactUnblock_Request (line 6137) | type ContactUnblock_Request struct method Reset (line 6146) | func (x *ContactUnblock_Request) Reset() { method String (line 6155) | func (x *ContactUnblock_Request) String() string { method ProtoMessage (line 6159) | func (*ContactUnblock_Request) ProtoMessage() {} method ProtoReflect (line 6161) | func (x *ContactUnblock_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 6174) | func (*ContactUnblock_Request) Descriptor() ([]byte, []int) { method GetContactPk (line 6178) | func (x *ContactUnblock_Request) GetContactPk() []byte { type ContactUnblock_Reply (line 6185) | type ContactUnblock_Reply struct method Reset (line 6191) | func (x *ContactUnblock_Reply) Reset() { method String (line 6200) | func (x *ContactUnblock_Reply) String() string { method ProtoMessage (line 6204) | func (*ContactUnblock_Reply) ProtoMessage() {} method ProtoReflect (line 6206) | func (x *ContactUnblock_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 6219) | func (*ContactUnblock_Reply) Descriptor() ([]byte, []int) { type ContactAliasKeySend_Request (line 6223) | type ContactAliasKeySend_Request struct method Reset (line 6232) | func (x *ContactAliasKeySend_Request) Reset() { method String (line 6241) | func (x *ContactAliasKeySend_Request) String() string { method ProtoMessage (line 6245) | func (*ContactAliasKeySend_Request) ProtoMessage() {} method ProtoReflect (line 6247) | func (x *ContactAliasKeySend_Request) ProtoReflect() protoreflect.Mess... method Descriptor (line 6260) | func (*ContactAliasKeySend_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 6264) | func (x *ContactAliasKeySend_Request) GetGroupPk() []byte { type ContactAliasKeySend_Reply (line 6271) | type ContactAliasKeySend_Reply struct method Reset (line 6277) | func (x *ContactAliasKeySend_Reply) Reset() { method String (line 6286) | func (x *ContactAliasKeySend_Reply) String() string { method ProtoMessage (line 6290) | func (*ContactAliasKeySend_Reply) ProtoMessage() {} method ProtoReflect (line 6292) | func (x *ContactAliasKeySend_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 6305) | func (*ContactAliasKeySend_Reply) Descriptor() ([]byte, []int) { type MultiMemberGroupCreate_Request (line 6309) | type MultiMemberGroupCreate_Request struct method Reset (line 6315) | func (x *MultiMemberGroupCreate_Request) Reset() { method String (line 6324) | func (x *MultiMemberGroupCreate_Request) String() string { method ProtoMessage (line 6328) | func (*MultiMemberGroupCreate_Request) ProtoMessage() {} method ProtoReflect (line 6330) | func (x *MultiMemberGroupCreate_Request) ProtoReflect() protoreflect.M... method Descriptor (line 6343) | func (*MultiMemberGroupCreate_Request) Descriptor() ([]byte, []int) { type MultiMemberGroupCreate_Reply (line 6347) | type MultiMemberGroupCreate_Reply struct method Reset (line 6356) | func (x *MultiMemberGroupCreate_Reply) Reset() { method String (line 6365) | func (x *MultiMemberGroupCreate_Reply) String() string { method ProtoMessage (line 6369) | func (*MultiMemberGroupCreate_Reply) ProtoMessage() {} method ProtoReflect (line 6371) | func (x *MultiMemberGroupCreate_Reply) ProtoReflect() protoreflect.Mes... method Descriptor (line 6384) | func (*MultiMemberGroupCreate_Reply) Descriptor() ([]byte, []int) { method GetGroupPk (line 6388) | func (x *MultiMemberGroupCreate_Reply) GetGroupPk() []byte { type MultiMemberGroupJoin_Request (line 6395) | type MultiMemberGroupJoin_Request struct method Reset (line 6404) | func (x *MultiMemberGroupJoin_Request) Reset() { method String (line 6413) | func (x *MultiMemberGroupJoin_Request) String() string { method ProtoMessage (line 6417) | func (*MultiMemberGroupJoin_Request) ProtoMessage() {} method ProtoReflect (line 6419) | func (x *MultiMemberGroupJoin_Request) ProtoReflect() protoreflect.Mes... method Descriptor (line 6432) | func (*MultiMemberGroupJoin_Request) Descriptor() ([]byte, []int) { method GetGroup (line 6436) | func (x *MultiMemberGroupJoin_Request) GetGroup() *Group { type MultiMemberGroupJoin_Reply (line 6443) | type MultiMemberGroupJoin_Reply struct method Reset (line 6449) | func (x *MultiMemberGroupJoin_Reply) Reset() { method String (line 6458) | func (x *MultiMemberGroupJoin_Reply) String() string { method ProtoMessage (line 6462) | func (*MultiMemberGroupJoin_Reply) ProtoMessage() {} method ProtoReflect (line 6464) | func (x *MultiMemberGroupJoin_Reply) ProtoReflect() protoreflect.Messa... method Descriptor (line 6477) | func (*MultiMemberGroupJoin_Reply) Descriptor() ([]byte, []int) { type MultiMemberGroupLeave_Request (line 6481) | type MultiMemberGroupLeave_Request struct method Reset (line 6489) | func (x *MultiMemberGroupLeave_Request) Reset() { method String (line 6498) | func (x *MultiMemberGroupLeave_Request) String() string { method ProtoMessage (line 6502) | func (*MultiMemberGroupLeave_Request) ProtoMessage() {} method ProtoReflect (line 6504) | func (x *MultiMemberGroupLeave_Request) ProtoReflect() protoreflect.Me... method Descriptor (line 6517) | func (*MultiMemberGroupLeave_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 6521) | func (x *MultiMemberGroupLeave_Request) GetGroupPk() []byte { type MultiMemberGroupLeave_Reply (line 6528) | type MultiMemberGroupLeave_Reply struct method Reset (line 6534) | func (x *MultiMemberGroupLeave_Reply) Reset() { method String (line 6543) | func (x *MultiMemberGroupLeave_Reply) String() string { method ProtoMessage (line 6547) | func (*MultiMemberGroupLeave_Reply) ProtoMessage() {} method ProtoReflect (line 6549) | func (x *MultiMemberGroupLeave_Reply) ProtoReflect() protoreflect.Mess... method Descriptor (line 6562) | func (*MultiMemberGroupLeave_Reply) Descriptor() ([]byte, []int) { type MultiMemberGroupAliasResolverDisclose_Request (line 6566) | type MultiMemberGroupAliasResolverDisclose_Request struct method Reset (line 6575) | func (x *MultiMemberGroupAliasResolverDisclose_Request) Reset() { method String (line 6584) | func (x *MultiMemberGroupAliasResolverDisclose_Request) String() string { method ProtoMessage (line 6588) | func (*MultiMemberGroupAliasResolverDisclose_Request) ProtoMessage() {} method ProtoReflect (line 6590) | func (x *MultiMemberGroupAliasResolverDisclose_Request) ProtoReflect()... method Descriptor (line 6603) | func (*MultiMemberGroupAliasResolverDisclose_Request) Descriptor() ([]... method GetGroupPk (line 6607) | func (x *MultiMemberGroupAliasResolverDisclose_Request) GetGroupPk() [... type MultiMemberGroupAliasResolverDisclose_Reply (line 6614) | type MultiMemberGroupAliasResolverDisclose_Reply struct method Reset (line 6620) | func (x *MultiMemberGroupAliasResolverDisclose_Reply) Reset() { method String (line 6629) | func (x *MultiMemberGroupAliasResolverDisclose_Reply) String() string { method ProtoMessage (line 6633) | func (*MultiMemberGroupAliasResolverDisclose_Reply) ProtoMessage() {} method ProtoReflect (line 6635) | func (x *MultiMemberGroupAliasResolverDisclose_Reply) ProtoReflect() p... method Descriptor (line 6648) | func (*MultiMemberGroupAliasResolverDisclose_Reply) Descriptor() ([]by... type MultiMemberGroupAdminRoleGrant_Request (line 6652) | type MultiMemberGroupAdminRoleGrant_Request struct method Reset (line 6663) | func (x *MultiMemberGroupAdminRoleGrant_Request) Reset() { method String (line 6672) | func (x *MultiMemberGroupAdminRoleGrant_Request) String() string { method ProtoMessage (line 6676) | func (*MultiMemberGroupAdminRoleGrant_Request) ProtoMessage() {} method ProtoReflect (line 6678) | func (x *MultiMemberGroupAdminRoleGrant_Request) ProtoReflect() protor... method Descriptor (line 6691) | func (*MultiMemberGroupAdminRoleGrant_Request) Descriptor() ([]byte, [... method GetGroupPk (line 6695) | func (x *MultiMemberGroupAdminRoleGrant_Request) GetGroupPk() []byte { method GetMemberPk (line 6702) | func (x *MultiMemberGroupAdminRoleGrant_Request) GetMemberPk() []byte { type MultiMemberGroupAdminRoleGrant_Reply (line 6709) | type MultiMemberGroupAdminRoleGrant_Reply struct method Reset (line 6715) | func (x *MultiMemberGroupAdminRoleGrant_Reply) Reset() { method String (line 6724) | func (x *MultiMemberGroupAdminRoleGrant_Reply) String() string { method ProtoMessage (line 6728) | func (*MultiMemberGroupAdminRoleGrant_Reply) ProtoMessage() {} method ProtoReflect (line 6730) | func (x *MultiMemberGroupAdminRoleGrant_Reply) ProtoReflect() protoref... method Descriptor (line 6743) | func (*MultiMemberGroupAdminRoleGrant_Reply) Descriptor() ([]byte, []i... type MultiMemberGroupInvitationCreate_Request (line 6747) | type MultiMemberGroupInvitationCreate_Request struct method Reset (line 6756) | func (x *MultiMemberGroupInvitationCreate_Request) Reset() { method String (line 6765) | func (x *MultiMemberGroupInvitationCreate_Request) String() string { method ProtoMessage (line 6769) | func (*MultiMemberGroupInvitationCreate_Request) ProtoMessage() {} method ProtoReflect (line 6771) | func (x *MultiMemberGroupInvitationCreate_Request) ProtoReflect() prot... method Descriptor (line 6784) | func (*MultiMemberGroupInvitationCreate_Request) Descriptor() ([]byte,... method GetGroupPk (line 6788) | func (x *MultiMemberGroupInvitationCreate_Request) GetGroupPk() []byte { type MultiMemberGroupInvitationCreate_Reply (line 6795) | type MultiMemberGroupInvitationCreate_Reply struct method Reset (line 6804) | func (x *MultiMemberGroupInvitationCreate_Reply) Reset() { method String (line 6813) | func (x *MultiMemberGroupInvitationCreate_Reply) String() string { method ProtoMessage (line 6817) | func (*MultiMemberGroupInvitationCreate_Reply) ProtoMessage() {} method ProtoReflect (line 6819) | func (x *MultiMemberGroupInvitationCreate_Reply) ProtoReflect() protor... method Descriptor (line 6832) | func (*MultiMemberGroupInvitationCreate_Reply) Descriptor() ([]byte, [... method GetGroup (line 6836) | func (x *MultiMemberGroupInvitationCreate_Reply) GetGroup() *Group { type AppMetadataSend_Request (line 6843) | type AppMetadataSend_Request struct method Reset (line 6854) | func (x *AppMetadataSend_Request) Reset() { method String (line 6863) | func (x *AppMetadataSend_Request) String() string { method ProtoMessage (line 6867) | func (*AppMetadataSend_Request) ProtoMessage() {} method ProtoReflect (line 6869) | func (x *AppMetadataSend_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 6882) | func (*AppMetadataSend_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 6886) | func (x *AppMetadataSend_Request) GetGroupPk() []byte { method GetPayload (line 6893) | func (x *AppMetadataSend_Request) GetPayload() []byte { type AppMetadataSend_Reply (line 6900) | type AppMetadataSend_Reply struct method Reset (line 6908) | func (x *AppMetadataSend_Reply) Reset() { method String (line 6917) | func (x *AppMetadataSend_Reply) String() string { method ProtoMessage (line 6921) | func (*AppMetadataSend_Reply) ProtoMessage() {} method ProtoReflect (line 6923) | func (x *AppMetadataSend_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 6936) | func (*AppMetadataSend_Reply) Descriptor() ([]byte, []int) { method GetCid (line 6940) | func (x *AppMetadataSend_Reply) GetCid() []byte { type AppMessageSend_Request (line 6947) | type AppMessageSend_Request struct method Reset (line 6958) | func (x *AppMessageSend_Request) Reset() { method String (line 6967) | func (x *AppMessageSend_Request) String() string { method ProtoMessage (line 6971) | func (*AppMessageSend_Request) ProtoMessage() {} method ProtoReflect (line 6973) | func (x *AppMessageSend_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 6986) | func (*AppMessageSend_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 6990) | func (x *AppMessageSend_Request) GetGroupPk() []byte { method GetPayload (line 6997) | func (x *AppMessageSend_Request) GetPayload() []byte { type AppMessageSend_Reply (line 7004) | type AppMessageSend_Reply struct method Reset (line 7012) | func (x *AppMessageSend_Reply) Reset() { method String (line 7021) | func (x *AppMessageSend_Reply) String() string { method ProtoMessage (line 7025) | func (*AppMessageSend_Reply) ProtoMessage() {} method ProtoReflect (line 7027) | func (x *AppMessageSend_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 7040) | func (*AppMessageSend_Reply) Descriptor() ([]byte, []int) { method GetCid (line 7044) | func (x *AppMessageSend_Reply) GetCid() []byte { type GroupMetadataList_Request (line 7051) | type GroupMetadataList_Request struct method Reset (line 7075) | func (x *GroupMetadataList_Request) Reset() { method String (line 7084) | func (x *GroupMetadataList_Request) String() string { method ProtoMessage (line 7088) | func (*GroupMetadataList_Request) ProtoMessage() {} method ProtoReflect (line 7090) | func (x *GroupMetadataList_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 7103) | func (*GroupMetadataList_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 7107) | func (x *GroupMetadataList_Request) GetGroupPk() []byte { method GetSinceId (line 7114) | func (x *GroupMetadataList_Request) GetSinceId() []byte { method GetSinceNow (line 7121) | func (x *GroupMetadataList_Request) GetSinceNow() bool { method GetUntilId (line 7128) | func (x *GroupMetadataList_Request) GetUntilId() []byte { method GetUntilNow (line 7135) | func (x *GroupMetadataList_Request) GetUntilNow() bool { method GetReverseOrder (line 7142) | func (x *GroupMetadataList_Request) GetReverseOrder() bool { type GroupMessageList_Request (line 7149) | type GroupMessageList_Request struct method Reset (line 7173) | func (x *GroupMessageList_Request) Reset() { method String (line 7182) | func (x *GroupMessageList_Request) String() string { method ProtoMessage (line 7186) | func (*GroupMessageList_Request) ProtoMessage() {} method ProtoReflect (line 7188) | func (x *GroupMessageList_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 7201) | func (*GroupMessageList_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 7205) | func (x *GroupMessageList_Request) GetGroupPk() []byte { method GetSinceId (line 7212) | func (x *GroupMessageList_Request) GetSinceId() []byte { method GetSinceNow (line 7219) | func (x *GroupMessageList_Request) GetSinceNow() bool { method GetUntilId (line 7226) | func (x *GroupMessageList_Request) GetUntilId() []byte { method GetUntilNow (line 7233) | func (x *GroupMessageList_Request) GetUntilNow() bool { method GetReverseOrder (line 7240) | func (x *GroupMessageList_Request) GetReverseOrder() bool { type GroupInfo_Request (line 7247) | type GroupInfo_Request struct method Reset (line 7258) | func (x *GroupInfo_Request) Reset() { method String (line 7267) | func (x *GroupInfo_Request) String() string { method ProtoMessage (line 7271) | func (*GroupInfo_Request) ProtoMessage() {} method ProtoReflect (line 7273) | func (x *GroupInfo_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 7286) | func (*GroupInfo_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 7290) | func (x *GroupInfo_Request) GetGroupPk() []byte { method GetContactPk (line 7297) | func (x *GroupInfo_Request) GetContactPk() []byte { type GroupInfo_Reply (line 7304) | type GroupInfo_Reply struct method Reset (line 7317) | func (x *GroupInfo_Reply) Reset() { method String (line 7326) | func (x *GroupInfo_Reply) String() string { method ProtoMessage (line 7330) | func (*GroupInfo_Reply) ProtoMessage() {} method ProtoReflect (line 7332) | func (x *GroupInfo_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 7345) | func (*GroupInfo_Reply) Descriptor() ([]byte, []int) { method GetGroup (line 7349) | func (x *GroupInfo_Reply) GetGroup() *Group { method GetMemberPk (line 7356) | func (x *GroupInfo_Reply) GetMemberPk() []byte { method GetDevicePk (line 7363) | func (x *GroupInfo_Reply) GetDevicePk() []byte { type ActivateGroup_Request (line 7370) | type ActivateGroup_Request struct method Reset (line 7382) | func (x *ActivateGroup_Request) Reset() { method String (line 7391) | func (x *ActivateGroup_Request) String() string { method ProtoMessage (line 7395) | func (*ActivateGroup_Request) ProtoMessage() {} method ProtoReflect (line 7397) | func (x *ActivateGroup_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 7410) | func (*ActivateGroup_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 7414) | func (x *ActivateGroup_Request) GetGroupPk() []byte { method GetLocalOnly (line 7421) | func (x *ActivateGroup_Request) GetLocalOnly() bool { type ActivateGroup_Reply (line 7428) | type ActivateGroup_Reply struct method Reset (line 7434) | func (x *ActivateGroup_Reply) Reset() { method String (line 7443) | func (x *ActivateGroup_Reply) String() string { method ProtoMessage (line 7447) | func (*ActivateGroup_Reply) ProtoMessage() {} method ProtoReflect (line 7449) | func (x *ActivateGroup_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 7462) | func (*ActivateGroup_Reply) Descriptor() ([]byte, []int) { type DeactivateGroup_Request (line 7466) | type DeactivateGroup_Request struct method Reset (line 7475) | func (x *DeactivateGroup_Request) Reset() { method String (line 7484) | func (x *DeactivateGroup_Request) String() string { method ProtoMessage (line 7488) | func (*DeactivateGroup_Request) ProtoMessage() {} method ProtoReflect (line 7490) | func (x *DeactivateGroup_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 7503) | func (*DeactivateGroup_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 7507) | func (x *DeactivateGroup_Request) GetGroupPk() []byte { type DeactivateGroup_Reply (line 7514) | type DeactivateGroup_Reply struct method Reset (line 7520) | func (x *DeactivateGroup_Reply) Reset() { method String (line 7529) | func (x *DeactivateGroup_Reply) String() string { method ProtoMessage (line 7533) | func (*DeactivateGroup_Reply) ProtoMessage() {} method ProtoReflect (line 7535) | func (x *DeactivateGroup_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 7548) | func (*DeactivateGroup_Reply) Descriptor() ([]byte, []int) { type GroupDeviceStatus_Request (line 7552) | type GroupDeviceStatus_Request struct method Reset (line 7560) | func (x *GroupDeviceStatus_Request) Reset() { method String (line 7569) | func (x *GroupDeviceStatus_Request) String() string { method ProtoMessage (line 7573) | func (*GroupDeviceStatus_Request) ProtoMessage() {} method ProtoReflect (line 7575) | func (x *GroupDeviceStatus_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 7588) | func (*GroupDeviceStatus_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 7592) | func (x *GroupDeviceStatus_Request) GetGroupPk() []byte { type GroupDeviceStatus_Reply (line 7599) | type GroupDeviceStatus_Reply struct method Reset (line 7608) | func (x *GroupDeviceStatus_Reply) Reset() { method String (line 7617) | func (x *GroupDeviceStatus_Reply) String() string { method ProtoMessage (line 7621) | func (*GroupDeviceStatus_Reply) ProtoMessage() {} method ProtoReflect (line 7623) | func (x *GroupDeviceStatus_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 7636) | func (*GroupDeviceStatus_Reply) Descriptor() ([]byte, []int) { method GetType (line 7640) | func (x *GroupDeviceStatus_Reply) GetType() GroupDeviceStatus_Type { method GetEvent (line 7647) | func (x *GroupDeviceStatus_Reply) GetEvent() []byte { type GroupDeviceStatus_Reply_PeerConnected (line 7654) | type GroupDeviceStatus_Reply_PeerConnected struct method Reset (line 7665) | func (x *GroupDeviceStatus_Reply_PeerConnected) Reset() { method String (line 7674) | func (x *GroupDeviceStatus_Reply_PeerConnected) String() string { method ProtoMessage (line 7678) | func (*GroupDeviceStatus_Reply_PeerConnected) ProtoMessage() {} method ProtoReflect (line 7680) | func (x *GroupDeviceStatus_Reply_PeerConnected) ProtoReflect() protore... method Descriptor (line 7693) | func (*GroupDeviceStatus_Reply_PeerConnected) Descriptor() ([]byte, []... method GetPeerId (line 7697) | func (x *GroupDeviceStatus_Reply_PeerConnected) GetPeerId() string { method GetDevicePk (line 7704) | func (x *GroupDeviceStatus_Reply_PeerConnected) GetDevicePk() []byte { method GetTransports (line 7711) | func (x *GroupDeviceStatus_Reply_PeerConnected) GetTransports() []Grou... method GetMaddrs (line 7718) | func (x *GroupDeviceStatus_Reply_PeerConnected) GetMaddrs() []string { type GroupDeviceStatus_Reply_PeerReconnecting (line 7725) | type GroupDeviceStatus_Reply_PeerReconnecting struct method Reset (line 7733) | func (x *GroupDeviceStatus_Reply_PeerReconnecting) Reset() { method String (line 7742) | func (x *GroupDeviceStatus_Reply_PeerReconnecting) String() string { method ProtoMessage (line 7746) | func (*GroupDeviceStatus_Reply_PeerReconnecting) ProtoMessage() {} method ProtoReflect (line 7748) | func (x *GroupDeviceStatus_Reply_PeerReconnecting) ProtoReflect() prot... method Descriptor (line 7761) | func (*GroupDeviceStatus_Reply_PeerReconnecting) Descriptor() ([]byte,... method GetPeerId (line 7765) | func (x *GroupDeviceStatus_Reply_PeerReconnecting) GetPeerId() string { type GroupDeviceStatus_Reply_PeerDisconnected (line 7772) | type GroupDeviceStatus_Reply_PeerDisconnected struct method Reset (line 7780) | func (x *GroupDeviceStatus_Reply_PeerDisconnected) Reset() { method String (line 7789) | func (x *GroupDeviceStatus_Reply_PeerDisconnected) String() string { method ProtoMessage (line 7793) | func (*GroupDeviceStatus_Reply_PeerDisconnected) ProtoMessage() {} method ProtoReflect (line 7795) | func (x *GroupDeviceStatus_Reply_PeerDisconnected) ProtoReflect() prot... method Descriptor (line 7808) | func (*GroupDeviceStatus_Reply_PeerDisconnected) Descriptor() ([]byte,... method GetPeerId (line 7812) | func (x *GroupDeviceStatus_Reply_PeerDisconnected) GetPeerId() string { type DebugListGroups_Request (line 7819) | type DebugListGroups_Request struct method Reset (line 7825) | func (x *DebugListGroups_Request) Reset() { method String (line 7834) | func (x *DebugListGroups_Request) String() string { method ProtoMessage (line 7838) | func (*DebugListGroups_Request) ProtoMessage() {} method ProtoReflect (line 7840) | func (x *DebugListGroups_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 7853) | func (*DebugListGroups_Request) Descriptor() ([]byte, []int) { type DebugListGroups_Reply (line 7857) | type DebugListGroups_Reply struct method Reset (line 7870) | func (x *DebugListGroups_Reply) Reset() { method String (line 7879) | func (x *DebugListGroups_Reply) String() string { method ProtoMessage (line 7883) | func (*DebugListGroups_Reply) ProtoMessage() {} method ProtoReflect (line 7885) | func (x *DebugListGroups_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 7898) | func (*DebugListGroups_Reply) Descriptor() ([]byte, []int) { method GetGroupPk (line 7902) | func (x *DebugListGroups_Reply) GetGroupPk() []byte { method GetGroupType (line 7909) | func (x *DebugListGroups_Reply) GetGroupType() GroupType { method GetContactPk (line 7916) | func (x *DebugListGroups_Reply) GetContactPk() []byte { type DebugInspectGroupStore_Request (line 7923) | type DebugInspectGroupStore_Request struct method Reset (line 7934) | func (x *DebugInspectGroupStore_Request) Reset() { method String (line 7943) | func (x *DebugInspectGroupStore_Request) String() string { method ProtoMessage (line 7947) | func (*DebugInspectGroupStore_Request) ProtoMessage() {} method ProtoReflect (line 7949) | func (x *DebugInspectGroupStore_Request) ProtoReflect() protoreflect.M... method Descriptor (line 7962) | func (*DebugInspectGroupStore_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 7966) | func (x *DebugInspectGroupStore_Request) GetGroupPk() []byte { method GetLogType (line 7973) | func (x *DebugInspectGroupStore_Request) GetLogType() DebugInspectGrou... type DebugInspectGroupStore_Reply (line 7980) | type DebugInspectGroupStore_Reply struct method Reset (line 7997) | func (x *DebugInspectGroupStore_Reply) Reset() { method String (line 8006) | func (x *DebugInspectGroupStore_Reply) String() string { method ProtoMessage (line 8010) | func (*DebugInspectGroupStore_Reply) ProtoMessage() {} method ProtoReflect (line 8012) | func (x *DebugInspectGroupStore_Reply) ProtoReflect() protoreflect.Mes... method Descriptor (line 8025) | func (*DebugInspectGroupStore_Reply) Descriptor() ([]byte, []int) { method GetCid (line 8029) | func (x *DebugInspectGroupStore_Reply) GetCid() []byte { method GetParentCids (line 8036) | func (x *DebugInspectGroupStore_Reply) GetParentCids() [][]byte { method GetMetadataEventType (line 8043) | func (x *DebugInspectGroupStore_Reply) GetMetadataEventType() EventType { method GetDevicePk (line 8050) | func (x *DebugInspectGroupStore_Reply) GetDevicePk() []byte { method GetPayload (line 8057) | func (x *DebugInspectGroupStore_Reply) GetPayload() []byte { type DebugGroup_Request (line 8064) | type DebugGroup_Request struct method Reset (line 8073) | func (x *DebugGroup_Request) Reset() { method String (line 8082) | func (x *DebugGroup_Request) String() string { method ProtoMessage (line 8086) | func (*DebugGroup_Request) ProtoMessage() {} method ProtoReflect (line 8088) | func (x *DebugGroup_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 8101) | func (*DebugGroup_Request) Descriptor() ([]byte, []int) { method GetGroupPk (line 8105) | func (x *DebugGroup_Request) GetGroupPk() []byte { type DebugGroup_Reply (line 8112) | type DebugGroup_Reply struct method Reset (line 8121) | func (x *DebugGroup_Reply) Reset() { method String (line 8130) | func (x *DebugGroup_Reply) String() string { method ProtoMessage (line 8134) | func (*DebugGroup_Reply) ProtoMessage() {} method ProtoReflect (line 8136) | func (x *DebugGroup_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 8149) | func (*DebugGroup_Reply) Descriptor() ([]byte, []int) { method GetPeerIds (line 8153) | func (x *DebugGroup_Reply) GetPeerIds() []string { type CredentialVerificationServiceInitFlow_Request (line 8160) | type CredentialVerificationServiceInitFlow_Request struct method Reset (line 8170) | func (x *CredentialVerificationServiceInitFlow_Request) Reset() { method String (line 8179) | func (x *CredentialVerificationServiceInitFlow_Request) String() string { method ProtoMessage (line 8183) | func (*CredentialVerificationServiceInitFlow_Request) ProtoMessage() {} method ProtoReflect (line 8185) | func (x *CredentialVerificationServiceInitFlow_Request) ProtoReflect()... method Descriptor (line 8198) | func (*CredentialVerificationServiceInitFlow_Request) Descriptor() ([]... method GetServiceUrl (line 8202) | func (x *CredentialVerificationServiceInitFlow_Request) GetServiceUrl(... method GetPublicKey (line 8209) | func (x *CredentialVerificationServiceInitFlow_Request) GetPublicKey()... method GetLink (line 8216) | func (x *CredentialVerificationServiceInitFlow_Request) GetLink() stri... type CredentialVerificationServiceInitFlow_Reply (line 8223) | type CredentialVerificationServiceInitFlow_Reply struct method Reset (line 8232) | func (x *CredentialVerificationServiceInitFlow_Reply) Reset() { method String (line 8241) | func (x *CredentialVerificationServiceInitFlow_Reply) String() string { method ProtoMessage (line 8245) | func (*CredentialVerificationServiceInitFlow_Reply) ProtoMessage() {} method ProtoReflect (line 8247) | func (x *CredentialVerificationServiceInitFlow_Reply) ProtoReflect() p... method Descriptor (line 8260) | func (*CredentialVerificationServiceInitFlow_Reply) Descriptor() ([]by... method GetUrl (line 8264) | func (x *CredentialVerificationServiceInitFlow_Reply) GetUrl() string { method GetSecureUrl (line 8271) | func (x *CredentialVerificationServiceInitFlow_Reply) GetSecureUrl() b... type CredentialVerificationServiceCompleteFlow_Request (line 8278) | type CredentialVerificationServiceCompleteFlow_Request struct method Reset (line 8286) | func (x *CredentialVerificationServiceCompleteFlow_Request) Reset() { method String (line 8295) | func (x *CredentialVerificationServiceCompleteFlow_Request) String() s... method ProtoMessage (line 8299) | func (*CredentialVerificationServiceCompleteFlow_Request) ProtoMessage... method ProtoReflect (line 8301) | func (x *CredentialVerificationServiceCompleteFlow_Request) ProtoRefle... method Descriptor (line 8314) | func (*CredentialVerificationServiceCompleteFlow_Request) Descriptor()... method GetCallbackUri (line 8318) | func (x *CredentialVerificationServiceCompleteFlow_Request) GetCallbac... type CredentialVerificationServiceCompleteFlow_Reply (line 8325) | type CredentialVerificationServiceCompleteFlow_Reply struct method Reset (line 8333) | func (x *CredentialVerificationServiceCompleteFlow_Reply) Reset() { method String (line 8342) | func (x *CredentialVerificationServiceCompleteFlow_Reply) String() str... method ProtoMessage (line 8346) | func (*CredentialVerificationServiceCompleteFlow_Reply) ProtoMessage() {} method ProtoReflect (line 8348) | func (x *CredentialVerificationServiceCompleteFlow_Reply) ProtoReflect... method Descriptor (line 8361) | func (*CredentialVerificationServiceCompleteFlow_Reply) Descriptor() (... method GetIdentifier (line 8365) | func (x *CredentialVerificationServiceCompleteFlow_Reply) GetIdentifie... type VerifiedCredentialsList_Request (line 8372) | type VerifiedCredentialsList_Request struct method Reset (line 8382) | func (x *VerifiedCredentialsList_Request) Reset() { method String (line 8391) | func (x *VerifiedCredentialsList_Request) String() string { method ProtoMessage (line 8395) | func (*VerifiedCredentialsList_Request) ProtoMessage() {} method ProtoReflect (line 8397) | func (x *VerifiedCredentialsList_Request) ProtoReflect() protoreflect.... method Descriptor (line 8410) | func (*VerifiedCredentialsList_Request) Descriptor() ([]byte, []int) { method GetFilterIdentifier (line 8414) | func (x *VerifiedCredentialsList_Request) GetFilterIdentifier() string { method GetFilterIssuer (line 8421) | func (x *VerifiedCredentialsList_Request) GetFilterIssuer() string { method GetExcludeExpired (line 8428) | func (x *VerifiedCredentialsList_Request) GetExcludeExpired() bool { type VerifiedCredentialsList_Reply (line 8435) | type VerifiedCredentialsList_Reply struct method Reset (line 8443) | func (x *VerifiedCredentialsList_Reply) Reset() { method String (line 8452) | func (x *VerifiedCredentialsList_Reply) String() string { method ProtoMessage (line 8456) | func (*VerifiedCredentialsList_Reply) ProtoMessage() {} method ProtoReflect (line 8458) | func (x *VerifiedCredentialsList_Reply) ProtoReflect() protoreflect.Me... method Descriptor (line 8471) | func (*VerifiedCredentialsList_Reply) Descriptor() ([]byte, []int) { method GetCredential (line 8475) | func (x *VerifiedCredentialsList_Reply) GetCredential() *AccountVerifi... type ReplicationServiceRegisterGroup_Request (line 8482) | type ReplicationServiceRegisterGroup_Request struct method Reset (line 8493) | func (x *ReplicationServiceRegisterGroup_Request) Reset() { method String (line 8502) | func (x *ReplicationServiceRegisterGroup_Request) String() string { method ProtoMessage (line 8506) | func (*ReplicationServiceRegisterGroup_Request) ProtoMessage() {} method ProtoReflect (line 8508) | func (x *ReplicationServiceRegisterGroup_Request) ProtoReflect() proto... method Descriptor (line 8521) | func (*ReplicationServiceRegisterGroup_Request) Descriptor() ([]byte, ... method GetGroupPk (line 8525) | func (x *ReplicationServiceRegisterGroup_Request) GetGroupPk() []byte { method GetToken (line 8532) | func (x *ReplicationServiceRegisterGroup_Request) GetToken() string { method GetAuthenticationUrl (line 8539) | func (x *ReplicationServiceRegisterGroup_Request) GetAuthenticationUrl... method GetReplicationServer (line 8546) | func (x *ReplicationServiceRegisterGroup_Request) GetReplicationServer... type ReplicationServiceRegisterGroup_Reply (line 8553) | type ReplicationServiceRegisterGroup_Reply struct method Reset (line 8559) | func (x *ReplicationServiceRegisterGroup_Reply) Reset() { method String (line 8568) | func (x *ReplicationServiceRegisterGroup_Reply) String() string { method ProtoMessage (line 8572) | func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage() {} method ProtoReflect (line 8574) | func (x *ReplicationServiceRegisterGroup_Reply) ProtoReflect() protore... method Descriptor (line 8587) | func (*ReplicationServiceRegisterGroup_Reply) Descriptor() ([]byte, []... type ReplicationServiceReplicateGroup_Request (line 8591) | type ReplicationServiceReplicateGroup_Request struct method Reset (line 8599) | func (x *ReplicationServiceReplicateGroup_Request) Reset() { method String (line 8608) | func (x *ReplicationServiceReplicateGroup_Request) String() string { method ProtoMessage (line 8612) | func (*ReplicationServiceReplicateGroup_Request) ProtoMessage() {} method ProtoReflect (line 8614) | func (x *ReplicationServiceReplicateGroup_Request) ProtoReflect() prot... method Descriptor (line 8627) | func (*ReplicationServiceReplicateGroup_Request) Descriptor() ([]byte,... method GetGroup (line 8631) | func (x *ReplicationServiceReplicateGroup_Request) GetGroup() *Group { type ReplicationServiceReplicateGroup_Reply (line 8638) | type ReplicationServiceReplicateGroup_Reply struct method Reset (line 8646) | func (x *ReplicationServiceReplicateGroup_Reply) Reset() { method String (line 8655) | func (x *ReplicationServiceReplicateGroup_Reply) String() string { method ProtoMessage (line 8659) | func (*ReplicationServiceReplicateGroup_Reply) ProtoMessage() {} method ProtoReflect (line 8661) | func (x *ReplicationServiceReplicateGroup_Reply) ProtoReflect() protor... method Descriptor (line 8674) | func (*ReplicationServiceReplicateGroup_Reply) Descriptor() ([]byte, [... method GetOk (line 8678) | func (x *ReplicationServiceReplicateGroup_Reply) GetOk() bool { type SystemInfo_Request (line 8685) | type SystemInfo_Request struct method Reset (line 8691) | func (x *SystemInfo_Request) Reset() { method String (line 8700) | func (x *SystemInfo_Request) String() string { method ProtoMessage (line 8704) | func (*SystemInfo_Request) ProtoMessage() {} method ProtoReflect (line 8706) | func (x *SystemInfo_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 8719) | func (*SystemInfo_Request) Descriptor() ([]byte, []int) { type SystemInfo_Reply (line 8723) | type SystemInfo_Reply struct method Reset (line 8734) | func (x *SystemInfo_Reply) Reset() { method String (line 8743) | func (x *SystemInfo_Reply) String() string { method ProtoMessage (line 8747) | func (*SystemInfo_Reply) ProtoMessage() {} method ProtoReflect (line 8749) | func (x *SystemInfo_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 8762) | func (*SystemInfo_Reply) Descriptor() ([]byte, []int) { method GetProcess (line 8766) | func (x *SystemInfo_Reply) GetProcess() *SystemInfo_Process { method GetP2P (line 8773) | func (x *SystemInfo_Reply) GetP2P() *SystemInfo_P2P { method GetOrbitdb (line 8780) | func (x *SystemInfo_Reply) GetOrbitdb() *SystemInfo_OrbitDB { method GetWarns (line 8787) | func (x *SystemInfo_Reply) GetWarns() []string { type SystemInfo_OrbitDB (line 8794) | type SystemInfo_OrbitDB struct method Reset (line 8802) | func (x *SystemInfo_OrbitDB) Reset() { method String (line 8811) | func (x *SystemInfo_OrbitDB) String() string { method ProtoMessage (line 8815) | func (*SystemInfo_OrbitDB) ProtoMessage() {} method ProtoReflect (line 8817) | func (x *SystemInfo_OrbitDB) ProtoReflect() protoreflect.Message { method Descriptor (line 8830) | func (*SystemInfo_OrbitDB) Descriptor() ([]byte, []int) { method GetAccountMetadata (line 8834) | func (x *SystemInfo_OrbitDB) GetAccountMetadata() *SystemInfo_OrbitDB_... type SystemInfo_P2P (line 8841) | type SystemInfo_P2P struct method Reset (line 8849) | func (x *SystemInfo_P2P) Reset() { method String (line 8858) | func (x *SystemInfo_P2P) String() string { method ProtoMessage (line 8862) | func (*SystemInfo_P2P) ProtoMessage() {} method ProtoReflect (line 8864) | func (x *SystemInfo_P2P) ProtoReflect() protoreflect.Message { method Descriptor (line 8877) | func (*SystemInfo_P2P) Descriptor() ([]byte, []int) { method GetConnectedPeers (line 8881) | func (x *SystemInfo_P2P) GetConnectedPeers() int64 { type SystemInfo_Process (line 8888) | type SystemInfo_Process struct method Reset (line 8917) | func (x *SystemInfo_Process) Reset() { method String (line 8926) | func (x *SystemInfo_Process) String() string { method ProtoMessage (line 8930) | func (*SystemInfo_Process) ProtoMessage() {} method ProtoReflect (line 8932) | func (x *SystemInfo_Process) ProtoReflect() protoreflect.Message { method Descriptor (line 8945) | func (*SystemInfo_Process) Descriptor() ([]byte, []int) { method GetVersion (line 8949) | func (x *SystemInfo_Process) GetVersion() string { method GetVcsRef (line 8956) | func (x *SystemInfo_Process) GetVcsRef() string { method GetUptimeMs (line 8963) | func (x *SystemInfo_Process) GetUptimeMs() int64 { method GetUserCpuTimeMs (line 8970) | func (x *SystemInfo_Process) GetUserCpuTimeMs() int64 { method GetSystemCpuTimeMs (line 8977) | func (x *SystemInfo_Process) GetSystemCpuTimeMs() int64 { method GetStartedAt (line 8984) | func (x *SystemInfo_Process) GetStartedAt() int64 { method GetRlimitCur (line 8991) | func (x *SystemInfo_Process) GetRlimitCur() uint64 { method GetNumGoroutine (line 8998) | func (x *SystemInfo_Process) GetNumGoroutine() int64 { method GetNofile (line 9005) | func (x *SystemInfo_Process) GetNofile() int64 { method GetTooManyOpenFiles (line 9012) | func (x *SystemInfo_Process) GetTooManyOpenFiles() bool { method GetNumCpu (line 9019) | func (x *SystemInfo_Process) GetNumCpu() int64 { method GetGoVersion (line 9026) | func (x *SystemInfo_Process) GetGoVersion() string { method GetOperatingSystem (line 9033) | func (x *SystemInfo_Process) GetOperatingSystem() string { method GetHostName (line 9040) | func (x *SystemInfo_Process) GetHostName() string { method GetArch (line 9047) | func (x *SystemInfo_Process) GetArch() string { method GetRlimitMax (line 9054) | func (x *SystemInfo_Process) GetRlimitMax() uint64 { method GetPid (line 9061) | func (x *SystemInfo_Process) GetPid() int64 { method GetPpid (line 9068) | func (x *SystemInfo_Process) GetPpid() int64 { method GetPriority (line 9075) | func (x *SystemInfo_Process) GetPriority() int64 { method GetUid (line 9082) | func (x *SystemInfo_Process) GetUid() int64 { method GetWorkingDir (line 9089) | func (x *SystemInfo_Process) GetWorkingDir() string { method GetSystemUsername (line 9096) | func (x *SystemInfo_Process) GetSystemUsername() string { type SystemInfo_OrbitDB_ReplicationStatus (line 9103) | type SystemInfo_OrbitDB_ReplicationStatus struct method Reset (line 9114) | func (x *SystemInfo_OrbitDB_ReplicationStatus) Reset() { method String (line 9123) | func (x *SystemInfo_OrbitDB_ReplicationStatus) String() string { method ProtoMessage (line 9127) | func (*SystemInfo_OrbitDB_ReplicationStatus) ProtoMessage() {} method ProtoReflect (line 9129) | func (x *SystemInfo_OrbitDB_ReplicationStatus) ProtoReflect() protoref... method Descriptor (line 9142) | func (*SystemInfo_OrbitDB_ReplicationStatus) Descriptor() ([]byte, []i... method GetProgress (line 9146) | func (x *SystemInfo_OrbitDB_ReplicationStatus) GetProgress() int64 { method GetMaximum (line 9153) | func (x *SystemInfo_OrbitDB_ReplicationStatus) GetMaximum() int64 { method GetBuffered (line 9160) | func (x *SystemInfo_OrbitDB_ReplicationStatus) GetBuffered() int64 { method GetQueued (line 9167) | func (x *SystemInfo_OrbitDB_ReplicationStatus) GetQueued() int64 { type PeerList_Request (line 9174) | type PeerList_Request struct method Reset (line 9180) | func (x *PeerList_Request) Reset() { method String (line 9189) | func (x *PeerList_Request) String() string { method ProtoMessage (line 9193) | func (*PeerList_Request) ProtoMessage() {} method ProtoReflect (line 9195) | func (x *PeerList_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 9208) | func (*PeerList_Request) Descriptor() ([]byte, []int) { type PeerList_Reply (line 9212) | type PeerList_Reply struct method Reset (line 9220) | func (x *PeerList_Reply) Reset() { method String (line 9229) | func (x *PeerList_Reply) String() string { method ProtoMessage (line 9233) | func (*PeerList_Reply) ProtoMessage() {} method ProtoReflect (line 9235) | func (x *PeerList_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 9248) | func (*PeerList_Reply) Descriptor() ([]byte, []int) { method GetPeers (line 9252) | func (x *PeerList_Reply) GetPeers() []*PeerList_Peer { type PeerList_Peer (line 9259) | type PeerList_Peer struct method Reset (line 9280) | func (x *PeerList_Peer) Reset() { method String (line 9289) | func (x *PeerList_Peer) String() string { method ProtoMessage (line 9293) | func (*PeerList_Peer) ProtoMessage() {} method ProtoReflect (line 9295) | func (x *PeerList_Peer) ProtoReflect() protoreflect.Message { method Descriptor (line 9308) | func (*PeerList_Peer) Descriptor() ([]byte, []int) { method GetId (line 9312) | func (x *PeerList_Peer) GetId() string { method GetRoutes (line 9319) | func (x *PeerList_Peer) GetRoutes() []*PeerList_Route { method GetErrors (line 9326) | func (x *PeerList_Peer) GetErrors() []string { method GetFeatures (line 9333) | func (x *PeerList_Peer) GetFeatures() []PeerList_Feature { method GetMinLatency (line 9340) | func (x *PeerList_Peer) GetMinLatency() int64 { method GetIsActive (line 9347) | func (x *PeerList_Peer) GetIsActive() bool { method GetDirection (line 9354) | func (x *PeerList_Peer) GetDirection() Direction { type PeerList_Route (line 9361) | type PeerList_Route struct method Reset (line 9378) | func (x *PeerList_Route) Reset() { method String (line 9387) | func (x *PeerList_Route) String() string { method ProtoMessage (line 9391) | func (*PeerList_Route) ProtoMessage() {} method ProtoReflect (line 9393) | func (x *PeerList_Route) ProtoReflect() protoreflect.Message { method Descriptor (line 9406) | func (*PeerList_Route) Descriptor() ([]byte, []int) { method GetIsActive (line 9410) | func (x *PeerList_Route) GetIsActive() bool { method GetAddress (line 9417) | func (x *PeerList_Route) GetAddress() string { method GetDirection (line 9424) | func (x *PeerList_Route) GetDirection() Direction { method GetLatency (line 9431) | func (x *PeerList_Route) GetLatency() int64 { method GetStreams (line 9438) | func (x *PeerList_Route) GetStreams() []*PeerList_Stream { type PeerList_Stream (line 9445) | type PeerList_Stream struct method Reset (line 9454) | func (x *PeerList_Stream) Reset() { method String (line 9463) | func (x *PeerList_Stream) String() string { method ProtoMessage (line 9467) | func (*PeerList_Stream) ProtoMessage() {} method ProtoReflect (line 9469) | func (x *PeerList_Stream) ProtoReflect() protoreflect.Message { method Descriptor (line 9482) | func (*PeerList_Stream) Descriptor() ([]byte, []int) { method GetId (line 9486) | func (x *PeerList_Stream) GetId() string { type OutOfStoreReceive_Request (line 9493) | type OutOfStoreReceive_Request struct method Reset (line 9501) | func (x *OutOfStoreReceive_Request) Reset() { method String (line 9510) | func (x *OutOfStoreReceive_Request) String() string { method ProtoMessage (line 9514) | func (*OutOfStoreReceive_Request) ProtoMessage() {} method ProtoReflect (line 9516) | func (x *OutOfStoreReceive_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 9529) | func (*OutOfStoreReceive_Request) Descriptor() ([]byte, []int) { method GetPayload (line 9533) | func (x *OutOfStoreReceive_Request) GetPayload() []byte { type OutOfStoreReceive_Reply (line 9540) | type OutOfStoreReceive_Reply struct method Reset (line 9551) | func (x *OutOfStoreReceive_Reply) Reset() { method String (line 9560) | func (x *OutOfStoreReceive_Reply) String() string { method ProtoMessage (line 9564) | func (*OutOfStoreReceive_Reply) ProtoMessage() {} method ProtoReflect (line 9566) | func (x *OutOfStoreReceive_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 9579) | func (*OutOfStoreReceive_Reply) Descriptor() ([]byte, []int) { method GetMessage (line 9583) | func (x *OutOfStoreReceive_Reply) GetMessage() *OutOfStoreMessage { method GetCleartext (line 9590) | func (x *OutOfStoreReceive_Reply) GetCleartext() []byte { method GetGroupPublicKey (line 9597) | func (x *OutOfStoreReceive_Reply) GetGroupPublicKey() []byte { method GetAlreadyReceived (line 9604) | func (x *OutOfStoreReceive_Reply) GetAlreadyReceived() bool { type OutOfStoreSeal_Request (line 9611) | type OutOfStoreSeal_Request struct method Reset (line 9620) | func (x *OutOfStoreSeal_Request) Reset() { method String (line 9629) | func (x *OutOfStoreSeal_Request) String() string { method ProtoMessage (line 9633) | func (*OutOfStoreSeal_Request) ProtoMessage() {} method ProtoReflect (line 9635) | func (x *OutOfStoreSeal_Request) ProtoReflect() protoreflect.Message { method Descriptor (line 9648) | func (*OutOfStoreSeal_Request) Descriptor() ([]byte, []int) { method GetCid (line 9652) | func (x *OutOfStoreSeal_Request) GetCid() []byte { method GetGroupPublicKey (line 9659) | func (x *OutOfStoreSeal_Request) GetGroupPublicKey() []byte { type OutOfStoreSeal_Reply (line 9666) | type OutOfStoreSeal_Reply struct method Reset (line 9674) | func (x *OutOfStoreSeal_Reply) Reset() { method String (line 9683) | func (x *OutOfStoreSeal_Reply) String() string { method ProtoMessage (line 9687) | func (*OutOfStoreSeal_Reply) ProtoMessage() {} method ProtoReflect (line 9689) | func (x *OutOfStoreSeal_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 9702) | func (*OutOfStoreSeal_Reply) Descriptor() ([]byte, []int) { method GetEncrypted (line 9706) | func (x *OutOfStoreSeal_Reply) GetEncrypted() []byte { type OrbitDBMessageHeads_Box (line 9713) | type OrbitDBMessageHeads_Box struct method Reset (line 9724) | func (x *OrbitDBMessageHeads_Box) Reset() { method String (line 9733) | func (x *OrbitDBMessageHeads_Box) String() string { method ProtoMessage (line 9737) | func (*OrbitDBMessageHeads_Box) ProtoMessage() {} method ProtoReflect (line 9739) | func (x *OrbitDBMessageHeads_Box) ProtoReflect() protoreflect.Message { method Descriptor (line 9752) | func (*OrbitDBMessageHeads_Box) Descriptor() ([]byte, []int) { method GetAddress (line 9756) | func (x *OrbitDBMessageHeads_Box) GetAddress() string { method GetHeads (line 9763) | func (x *OrbitDBMessageHeads_Box) GetHeads() []byte { method GetDevicePk (line 9770) | func (x *OrbitDBMessageHeads_Box) GetDevicePk() []byte { method GetPeerId (line 9777) | func (x *OrbitDBMessageHeads_Box) GetPeerId() []byte { type RefreshContactRequest_Peer (line 9784) | type RefreshContactRequest_Peer struct method Reset (line 9795) | func (x *RefreshContactRequest_Peer) Reset() { method String (line 9804) | func (x *RefreshContactRequest_Peer) String() string { method ProtoMessage (line 9808) | func (*RefreshContactRequest_Peer) ProtoMessage() {} method ProtoReflect (line 9810) | func (x *RefreshContactRequest_Peer) ProtoReflect() protoreflect.Messa... method Descriptor (line 9823) | func (*RefreshContactRequest_Peer) Descriptor() ([]byte, []int) { method GetId (line 9827) | func (x *RefreshContactRequest_Peer) GetId() string { method GetAddrs (line 9834) | func (x *RefreshContactRequest_Peer) GetAddrs() []string { type RefreshContactRequest_Request (line 9841) | type RefreshContactRequest_Request struct method Reset (line 9851) | func (x *RefreshContactRequest_Request) Reset() { method String (line 9860) | func (x *RefreshContactRequest_Request) String() string { method ProtoMessage (line 9864) | func (*RefreshContactRequest_Request) ProtoMessage() {} method ProtoReflect (line 9866) | func (x *RefreshContactRequest_Request) ProtoReflect() protoreflect.Me... method Descriptor (line 9879) | func (*RefreshContactRequest_Request) Descriptor() ([]byte, []int) { method GetContactPk (line 9883) | func (x *RefreshContactRequest_Request) GetContactPk() []byte { method GetTimeout (line 9890) | func (x *RefreshContactRequest_Request) GetTimeout() int64 { type RefreshContactRequest_Reply (line 9897) | type RefreshContactRequest_Reply struct method Reset (line 9906) | func (x *RefreshContactRequest_Reply) Reset() { method String (line 9915) | func (x *RefreshContactRequest_Reply) String() string { method ProtoMessage (line 9919) | func (*RefreshContactRequest_Reply) ProtoMessage() {} method ProtoReflect (line 9921) | func (x *RefreshContactRequest_Reply) ProtoReflect() protoreflect.Mess... method Descriptor (line 9934) | func (*RefreshContactRequest_Reply) Descriptor() ([]byte, []int) { method GetPeersFound (line 9938) | func (x *RefreshContactRequest_Reply) GetPeersFound() []*RefreshContac... function file_protocoltypes_proto_rawDescGZIP (line 11234) | func file_protocoltypes_proto_rawDescGZIP() []byte { function init (line 11561) | func init() { file_protocoltypes_proto_init() } function file_protocoltypes_proto_init (line 11562) | func file_protocoltypes_proto_init() { FILE: pkg/protocoltypes/protocoltypes.pb.gw.go function request_ProtocolService_ServiceExportData_0 (line 36) | func request_ProtocolService_ServiceExportData_0(ctx context.Context, ma... function request_ProtocolService_ServiceGetConfiguration_0 (line 61) | func request_ProtocolService_ServiceGetConfiguration_0(ctx context.Conte... function local_request_ProtocolService_ServiceGetConfiguration_0 (line 78) | func local_request_ProtocolService_ServiceGetConfiguration_0(ctx context... function request_ProtocolService_ContactRequestReference_0 (line 95) | func request_ProtocolService_ContactRequestReference_0(ctx context.Conte... function local_request_ProtocolService_ContactRequestReference_0 (line 112) | func local_request_ProtocolService_ContactRequestReference_0(ctx context... function request_ProtocolService_ContactRequestDisable_0 (line 129) | func request_ProtocolService_ContactRequestDisable_0(ctx context.Context... function local_request_ProtocolService_ContactRequestDisable_0 (line 146) | func local_request_ProtocolService_ContactRequestDisable_0(ctx context.C... function request_ProtocolService_ContactRequestEnable_0 (line 163) | func request_ProtocolService_ContactRequestEnable_0(ctx context.Context,... function local_request_ProtocolService_ContactRequestEnable_0 (line 180) | func local_request_ProtocolService_ContactRequestEnable_0(ctx context.Co... function request_ProtocolService_ContactRequestResetReference_0 (line 197) | func request_ProtocolService_ContactRequestResetReference_0(ctx context.... function local_request_ProtocolService_ContactRequestResetReference_0 (line 214) | func local_request_ProtocolService_ContactRequestResetReference_0(ctx co... function request_ProtocolService_ContactRequestSend_0 (line 231) | func request_ProtocolService_ContactRequestSend_0(ctx context.Context, m... function local_request_ProtocolService_ContactRequestSend_0 (line 248) | func local_request_ProtocolService_ContactRequestSend_0(ctx context.Cont... function request_ProtocolService_ContactRequestAccept_0 (line 265) | func request_ProtocolService_ContactRequestAccept_0(ctx context.Context,... function local_request_ProtocolService_ContactRequestAccept_0 (line 282) | func local_request_ProtocolService_ContactRequestAccept_0(ctx context.Co... function request_ProtocolService_ContactRequestDiscard_0 (line 299) | func request_ProtocolService_ContactRequestDiscard_0(ctx context.Context... function local_request_ProtocolService_ContactRequestDiscard_0 (line 316) | func local_request_ProtocolService_ContactRequestDiscard_0(ctx context.C... function request_ProtocolService_ShareContact_0 (line 333) | func request_ProtocolService_ShareContact_0(ctx context.Context, marshal... function local_request_ProtocolService_ShareContact_0 (line 350) | func local_request_ProtocolService_ShareContact_0(ctx context.Context, m... function request_ProtocolService_DecodeContact_0 (line 367) | func request_ProtocolService_DecodeContact_0(ctx context.Context, marsha... function local_request_ProtocolService_DecodeContact_0 (line 384) | func local_request_ProtocolService_DecodeContact_0(ctx context.Context, ... function request_ProtocolService_ContactBlock_0 (line 401) | func request_ProtocolService_ContactBlock_0(ctx context.Context, marshal... function local_request_ProtocolService_ContactBlock_0 (line 418) | func local_request_ProtocolService_ContactBlock_0(ctx context.Context, m... function request_ProtocolService_ContactUnblock_0 (line 435) | func request_ProtocolService_ContactUnblock_0(ctx context.Context, marsh... function local_request_ProtocolService_ContactUnblock_0 (line 452) | func local_request_ProtocolService_ContactUnblock_0(ctx context.Context,... function request_ProtocolService_ContactAliasKeySend_0 (line 469) | func request_ProtocolService_ContactAliasKeySend_0(ctx context.Context, ... function local_request_ProtocolService_ContactAliasKeySend_0 (line 486) | func local_request_ProtocolService_ContactAliasKeySend_0(ctx context.Con... function request_ProtocolService_MultiMemberGroupCreate_0 (line 503) | func request_ProtocolService_MultiMemberGroupCreate_0(ctx context.Contex... function local_request_ProtocolService_MultiMemberGroupCreate_0 (line 520) | func local_request_ProtocolService_MultiMemberGroupCreate_0(ctx context.... function request_ProtocolService_MultiMemberGroupJoin_0 (line 537) | func request_ProtocolService_MultiMemberGroupJoin_0(ctx context.Context,... function local_request_ProtocolService_MultiMemberGroupJoin_0 (line 554) | func local_request_ProtocolService_MultiMemberGroupJoin_0(ctx context.Co... function request_ProtocolService_MultiMemberGroupLeave_0 (line 571) | func request_ProtocolService_MultiMemberGroupLeave_0(ctx context.Context... function local_request_ProtocolService_MultiMemberGroupLeave_0 (line 588) | func local_request_ProtocolService_MultiMemberGroupLeave_0(ctx context.C... function request_ProtocolService_MultiMemberGroupAliasResolverDisclose_0 (line 605) | func request_ProtocolService_MultiMemberGroupAliasResolverDisclose_0(ctx... function local_request_ProtocolService_MultiMemberGroupAliasResolverDisclose_0 (line 622) | func local_request_ProtocolService_MultiMemberGroupAliasResolverDisclose... function request_ProtocolService_MultiMemberGroupAdminRoleGrant_0 (line 639) | func request_ProtocolService_MultiMemberGroupAdminRoleGrant_0(ctx contex... function local_request_ProtocolService_MultiMemberGroupAdminRoleGrant_0 (line 656) | func local_request_ProtocolService_MultiMemberGroupAdminRoleGrant_0(ctx ... function request_ProtocolService_MultiMemberGroupInvitationCreate_0 (line 673) | func request_ProtocolService_MultiMemberGroupInvitationCreate_0(ctx cont... function local_request_ProtocolService_MultiMemberGroupInvitationCreate_0 (line 690) | func local_request_ProtocolService_MultiMemberGroupInvitationCreate_0(ct... function request_ProtocolService_AppMetadataSend_0 (line 707) | func request_ProtocolService_AppMetadataSend_0(ctx context.Context, mars... function local_request_ProtocolService_AppMetadataSend_0 (line 724) | func local_request_ProtocolService_AppMetadataSend_0(ctx context.Context... function request_ProtocolService_AppMessageSend_0 (line 741) | func request_ProtocolService_AppMessageSend_0(ctx context.Context, marsh... function local_request_ProtocolService_AppMessageSend_0 (line 758) | func local_request_ProtocolService_AppMessageSend_0(ctx context.Context,... function request_ProtocolService_GroupMetadataList_0 (line 775) | func request_ProtocolService_GroupMetadataList_0(ctx context.Context, ma... function request_ProtocolService_GroupMessageList_0 (line 800) | func request_ProtocolService_GroupMessageList_0(ctx context.Context, mar... function request_ProtocolService_GroupInfo_0 (line 825) | func request_ProtocolService_GroupInfo_0(ctx context.Context, marshaler ... function local_request_ProtocolService_GroupInfo_0 (line 842) | func local_request_ProtocolService_GroupInfo_0(ctx context.Context, mars... function request_ProtocolService_ActivateGroup_0 (line 859) | func request_ProtocolService_ActivateGroup_0(ctx context.Context, marsha... function local_request_ProtocolService_ActivateGroup_0 (line 876) | func local_request_ProtocolService_ActivateGroup_0(ctx context.Context, ... function request_ProtocolService_DeactivateGroup_0 (line 893) | func request_ProtocolService_DeactivateGroup_0(ctx context.Context, mars... function local_request_ProtocolService_DeactivateGroup_0 (line 910) | func local_request_ProtocolService_DeactivateGroup_0(ctx context.Context... function request_ProtocolService_GroupDeviceStatus_0 (line 927) | func request_ProtocolService_GroupDeviceStatus_0(ctx context.Context, ma... function request_ProtocolService_DebugListGroups_0 (line 952) | func request_ProtocolService_DebugListGroups_0(ctx context.Context, mars... function request_ProtocolService_DebugInspectGroupStore_0 (line 977) | func request_ProtocolService_DebugInspectGroupStore_0(ctx context.Contex... function request_ProtocolService_DebugGroup_0 (line 1002) | func request_ProtocolService_DebugGroup_0(ctx context.Context, marshaler... function local_request_ProtocolService_DebugGroup_0 (line 1019) | func local_request_ProtocolService_DebugGroup_0(ctx context.Context, mar... function request_ProtocolService_SystemInfo_0 (line 1036) | func request_ProtocolService_SystemInfo_0(ctx context.Context, marshaler... function local_request_ProtocolService_SystemInfo_0 (line 1053) | func local_request_ProtocolService_SystemInfo_0(ctx context.Context, mar... function request_ProtocolService_CredentialVerificationServiceInitFlow_0 (line 1070) | func request_ProtocolService_CredentialVerificationServiceInitFlow_0(ctx... function local_request_ProtocolService_CredentialVerificationServiceInitFlow_0 (line 1087) | func local_request_ProtocolService_CredentialVerificationServiceInitFlow... function request_ProtocolService_CredentialVerificationServiceCompleteFlow_0 (line 1104) | func request_ProtocolService_CredentialVerificationServiceCompleteFlow_0... function local_request_ProtocolService_CredentialVerificationServiceCompleteFlow_0 (line 1121) | func local_request_ProtocolService_CredentialVerificationServiceComplete... function request_ProtocolService_VerifiedCredentialsList_0 (line 1138) | func request_ProtocolService_VerifiedCredentialsList_0(ctx context.Conte... function request_ProtocolService_ReplicationServiceRegisterGroup_0 (line 1163) | func request_ProtocolService_ReplicationServiceRegisterGroup_0(ctx conte... function local_request_ProtocolService_ReplicationServiceRegisterGroup_0 (line 1180) | func local_request_ProtocolService_ReplicationServiceRegisterGroup_0(ctx... function request_ProtocolService_PeerList_0 (line 1197) | func request_ProtocolService_PeerList_0(ctx context.Context, marshaler r... function local_request_ProtocolService_PeerList_0 (line 1214) | func local_request_ProtocolService_PeerList_0(ctx context.Context, marsh... function request_ProtocolService_OutOfStoreReceive_0 (line 1231) | func request_ProtocolService_OutOfStoreReceive_0(ctx context.Context, ma... function local_request_ProtocolService_OutOfStoreReceive_0 (line 1248) | func local_request_ProtocolService_OutOfStoreReceive_0(ctx context.Conte... function request_ProtocolService_OutOfStoreSeal_0 (line 1265) | func request_ProtocolService_OutOfStoreSeal_0(ctx context.Context, marsh... function local_request_ProtocolService_OutOfStoreSeal_0 (line 1282) | func local_request_ProtocolService_OutOfStoreSeal_0(ctx context.Context,... function request_ProtocolService_RefreshContactRequest_0 (line 1299) | func request_ProtocolService_RefreshContactRequest_0(ctx context.Context... function local_request_ProtocolService_RefreshContactRequest_0 (line 1316) | func local_request_ProtocolService_RefreshContactRequest_0(ctx context.C... function RegisterProtocolServiceHandlerServer (line 1337) | func RegisterProtocolServiceHandlerServer(ctx context.Context, mux *runt... function RegisterProtocolServiceHandlerFromEndpoint (line 2152) | func RegisterProtocolServiceHandlerFromEndpoint(ctx context.Context, mux... function RegisterProtocolServiceHandler (line 2177) | func RegisterProtocolServiceHandler(ctx context.Context, mux *runtime.Se... function RegisterProtocolServiceHandlerClient (line 2186) | func RegisterProtocolServiceHandlerClient(ctx context.Context, mux *runt... FILE: pkg/protocoltypes/protocoltypes_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion9 constant ProtocolService_ServiceExportData_FullMethodName (line 22) | ProtocolService_ServiceExportData_FullMethodName ... constant ProtocolService_ServiceGetConfiguration_FullMethodName (line 23) | ProtocolService_ServiceGetConfiguration_FullMethodName ... constant ProtocolService_ContactRequestReference_FullMethodName (line 24) | ProtocolService_ContactRequestReference_FullMethodName ... constant ProtocolService_ContactRequestDisable_FullMethodName (line 25) | ProtocolService_ContactRequestDisable_FullMethodName ... constant ProtocolService_ContactRequestEnable_FullMethodName (line 26) | ProtocolService_ContactRequestEnable_FullMethodName ... constant ProtocolService_ContactRequestResetReference_FullMethodName (line 27) | ProtocolService_ContactRequestResetReference_FullMethodName ... constant ProtocolService_ContactRequestSend_FullMethodName (line 28) | ProtocolService_ContactRequestSend_FullMethodName ... constant ProtocolService_ContactRequestAccept_FullMethodName (line 29) | ProtocolService_ContactRequestAccept_FullMethodName ... constant ProtocolService_ContactRequestDiscard_FullMethodName (line 30) | ProtocolService_ContactRequestDiscard_FullMethodName ... constant ProtocolService_ShareContact_FullMethodName (line 31) | ProtocolService_ShareContact_FullMethodName ... constant ProtocolService_DecodeContact_FullMethodName (line 32) | ProtocolService_DecodeContact_FullMethodName ... constant ProtocolService_ContactBlock_FullMethodName (line 33) | ProtocolService_ContactBlock_FullMethodName ... constant ProtocolService_ContactUnblock_FullMethodName (line 34) | ProtocolService_ContactUnblock_FullMethodName ... constant ProtocolService_ContactAliasKeySend_FullMethodName (line 35) | ProtocolService_ContactAliasKeySend_FullMethodName ... constant ProtocolService_MultiMemberGroupCreate_FullMethodName (line 36) | ProtocolService_MultiMemberGroupCreate_FullMethodName ... constant ProtocolService_MultiMemberGroupJoin_FullMethodName (line 37) | ProtocolService_MultiMemberGroupJoin_FullMethodName ... constant ProtocolService_MultiMemberGroupLeave_FullMethodName (line 38) | ProtocolService_MultiMemberGroupLeave_FullMethodName ... constant ProtocolService_MultiMemberGroupAliasResolverDisclose_FullMethodName (line 39) | ProtocolService_MultiMemberGroupAliasResolverDisclose_FullMethodName ... constant ProtocolService_MultiMemberGroupAdminRoleGrant_FullMethodName (line 40) | ProtocolService_MultiMemberGroupAdminRoleGrant_FullMethodName ... constant ProtocolService_MultiMemberGroupInvitationCreate_FullMethodName (line 41) | ProtocolService_MultiMemberGroupInvitationCreate_FullMethodName ... constant ProtocolService_AppMetadataSend_FullMethodName (line 42) | ProtocolService_AppMetadataSend_FullMethodName ... constant ProtocolService_AppMessageSend_FullMethodName (line 43) | ProtocolService_AppMessageSend_FullMethodName ... constant ProtocolService_GroupMetadataList_FullMethodName (line 44) | ProtocolService_GroupMetadataList_FullMethodName ... constant ProtocolService_GroupMessageList_FullMethodName (line 45) | ProtocolService_GroupMessageList_FullMethodName ... constant ProtocolService_GroupInfo_FullMethodName (line 46) | ProtocolService_GroupInfo_FullMethodName ... constant ProtocolService_ActivateGroup_FullMethodName (line 47) | ProtocolService_ActivateGroup_FullMethodName ... constant ProtocolService_DeactivateGroup_FullMethodName (line 48) | ProtocolService_DeactivateGroup_FullMethodName ... constant ProtocolService_GroupDeviceStatus_FullMethodName (line 49) | ProtocolService_GroupDeviceStatus_FullMethodName ... constant ProtocolService_DebugListGroups_FullMethodName (line 50) | ProtocolService_DebugListGroups_FullMethodName ... constant ProtocolService_DebugInspectGroupStore_FullMethodName (line 51) | ProtocolService_DebugInspectGroupStore_FullMethodName ... constant ProtocolService_DebugGroup_FullMethodName (line 52) | ProtocolService_DebugGroup_FullMethodName ... constant ProtocolService_SystemInfo_FullMethodName (line 53) | ProtocolService_SystemInfo_FullMethodName ... constant ProtocolService_CredentialVerificationServiceInitFlow_FullMethodName (line 54) | ProtocolService_CredentialVerificationServiceInitFlow_FullMethodName ... constant ProtocolService_CredentialVerificationServiceCompleteFlow_FullMethodName (line 55) | ProtocolService_CredentialVerificationServiceCompleteFlow_FullMethodName... constant ProtocolService_VerifiedCredentialsList_FullMethodName (line 56) | ProtocolService_VerifiedCredentialsList_FullMethodName ... constant ProtocolService_ReplicationServiceRegisterGroup_FullMethodName (line 57) | ProtocolService_ReplicationServiceRegisterGroup_FullMethodName ... constant ProtocolService_PeerList_FullMethodName (line 58) | ProtocolService_PeerList_FullMethodName ... constant ProtocolService_OutOfStoreReceive_FullMethodName (line 59) | ProtocolService_OutOfStoreReceive_FullMethodName ... constant ProtocolService_OutOfStoreSeal_FullMethodName (line 60) | ProtocolService_OutOfStoreSeal_FullMethodName ... constant ProtocolService_RefreshContactRequest_FullMethodName (line 61) | ProtocolService_RefreshContactRequest_FullMethodName ... type ProtocolServiceClient (line 70) | type ProtocolServiceClient interface type protocolServiceClient (line 151) | type protocolServiceClient struct method ServiceExportData (line 159) | func (c *protocolServiceClient) ServiceExportData(ctx context.Context,... method ServiceGetConfiguration (line 178) | func (c *protocolServiceClient) ServiceGetConfiguration(ctx context.Co... method ContactRequestReference (line 188) | func (c *protocolServiceClient) ContactRequestReference(ctx context.Co... method ContactRequestDisable (line 198) | func (c *protocolServiceClient) ContactRequestDisable(ctx context.Cont... method ContactRequestEnable (line 208) | func (c *protocolServiceClient) ContactRequestEnable(ctx context.Conte... method ContactRequestResetReference (line 218) | func (c *protocolServiceClient) ContactRequestResetReference(ctx conte... method ContactRequestSend (line 228) | func (c *protocolServiceClient) ContactRequestSend(ctx context.Context... method ContactRequestAccept (line 238) | func (c *protocolServiceClient) ContactRequestAccept(ctx context.Conte... method ContactRequestDiscard (line 248) | func (c *protocolServiceClient) ContactRequestDiscard(ctx context.Cont... method ShareContact (line 258) | func (c *protocolServiceClient) ShareContact(ctx context.Context, in *... method DecodeContact (line 268) | func (c *protocolServiceClient) DecodeContact(ctx context.Context, in ... method ContactBlock (line 278) | func (c *protocolServiceClient) ContactBlock(ctx context.Context, in *... method ContactUnblock (line 288) | func (c *protocolServiceClient) ContactUnblock(ctx context.Context, in... method ContactAliasKeySend (line 298) | func (c *protocolServiceClient) ContactAliasKeySend(ctx context.Contex... method MultiMemberGroupCreate (line 308) | func (c *protocolServiceClient) MultiMemberGroupCreate(ctx context.Con... method MultiMemberGroupJoin (line 318) | func (c *protocolServiceClient) MultiMemberGroupJoin(ctx context.Conte... method MultiMemberGroupLeave (line 328) | func (c *protocolServiceClient) MultiMemberGroupLeave(ctx context.Cont... method MultiMemberGroupAliasResolverDisclose (line 338) | func (c *protocolServiceClient) MultiMemberGroupAliasResolverDisclose(... method MultiMemberGroupAdminRoleGrant (line 348) | func (c *protocolServiceClient) MultiMemberGroupAdminRoleGrant(ctx con... method MultiMemberGroupInvitationCreate (line 358) | func (c *protocolServiceClient) MultiMemberGroupInvitationCreate(ctx c... method AppMetadataSend (line 368) | func (c *protocolServiceClient) AppMetadataSend(ctx context.Context, i... method AppMessageSend (line 378) | func (c *protocolServiceClient) AppMessageSend(ctx context.Context, in... method GroupMetadataList (line 388) | func (c *protocolServiceClient) GroupMetadataList(ctx context.Context,... method GroupMessageList (line 407) | func (c *protocolServiceClient) GroupMessageList(ctx context.Context, ... method GroupInfo (line 426) | func (c *protocolServiceClient) GroupInfo(ctx context.Context, in *Gro... method ActivateGroup (line 436) | func (c *protocolServiceClient) ActivateGroup(ctx context.Context, in ... method DeactivateGroup (line 446) | func (c *protocolServiceClient) DeactivateGroup(ctx context.Context, i... method GroupDeviceStatus (line 456) | func (c *protocolServiceClient) GroupDeviceStatus(ctx context.Context,... method DebugListGroups (line 475) | func (c *protocolServiceClient) DebugListGroups(ctx context.Context, i... method DebugInspectGroupStore (line 494) | func (c *protocolServiceClient) DebugInspectGroupStore(ctx context.Con... method DebugGroup (line 513) | func (c *protocolServiceClient) DebugGroup(ctx context.Context, in *De... method SystemInfo (line 523) | func (c *protocolServiceClient) SystemInfo(ctx context.Context, in *Sy... method CredentialVerificationServiceInitFlow (line 533) | func (c *protocolServiceClient) CredentialVerificationServiceInitFlow(... method CredentialVerificationServiceCompleteFlow (line 543) | func (c *protocolServiceClient) CredentialVerificationServiceCompleteF... method VerifiedCredentialsList (line 553) | func (c *protocolServiceClient) VerifiedCredentialsList(ctx context.Co... method ReplicationServiceRegisterGroup (line 572) | func (c *protocolServiceClient) ReplicationServiceRegisterGroup(ctx co... method PeerList (line 582) | func (c *protocolServiceClient) PeerList(ctx context.Context, in *Peer... method OutOfStoreReceive (line 592) | func (c *protocolServiceClient) OutOfStoreReceive(ctx context.Context,... method OutOfStoreSeal (line 602) | func (c *protocolServiceClient) OutOfStoreSeal(ctx context.Context, in... method RefreshContactRequest (line 612) | func (c *protocolServiceClient) RefreshContactRequest(ctx context.Cont... function NewProtocolServiceClient (line 155) | func NewProtocolServiceClient(cc grpc.ClientConnInterface) ProtocolServi... type ProtocolServiceServer (line 628) | type ProtocolServiceServer interface type UnimplementedProtocolServiceServer (line 715) | type UnimplementedProtocolServiceServer struct method ServiceExportData (line 717) | func (UnimplementedProtocolServiceServer) ServiceExportData(*ServiceEx... method ServiceGetConfiguration (line 720) | func (UnimplementedProtocolServiceServer) ServiceGetConfiguration(cont... method ContactRequestReference (line 723) | func (UnimplementedProtocolServiceServer) ContactRequestReference(cont... method ContactRequestDisable (line 726) | func (UnimplementedProtocolServiceServer) ContactRequestDisable(contex... method ContactRequestEnable (line 729) | func (UnimplementedProtocolServiceServer) ContactRequestEnable(context... method ContactRequestResetReference (line 732) | func (UnimplementedProtocolServiceServer) ContactRequestResetReference... method ContactRequestSend (line 735) | func (UnimplementedProtocolServiceServer) ContactRequestSend(context.C... method ContactRequestAccept (line 738) | func (UnimplementedProtocolServiceServer) ContactRequestAccept(context... method ContactRequestDiscard (line 741) | func (UnimplementedProtocolServiceServer) ContactRequestDiscard(contex... method ShareContact (line 744) | func (UnimplementedProtocolServiceServer) ShareContact(context.Context... method DecodeContact (line 747) | func (UnimplementedProtocolServiceServer) DecodeContact(context.Contex... method ContactBlock (line 750) | func (UnimplementedProtocolServiceServer) ContactBlock(context.Context... method ContactUnblock (line 753) | func (UnimplementedProtocolServiceServer) ContactUnblock(context.Conte... method ContactAliasKeySend (line 756) | func (UnimplementedProtocolServiceServer) ContactAliasKeySend(context.... method MultiMemberGroupCreate (line 759) | func (UnimplementedProtocolServiceServer) MultiMemberGroupCreate(conte... method MultiMemberGroupJoin (line 762) | func (UnimplementedProtocolServiceServer) MultiMemberGroupJoin(context... method MultiMemberGroupLeave (line 765) | func (UnimplementedProtocolServiceServer) MultiMemberGroupLeave(contex... method MultiMemberGroupAliasResolverDisclose (line 768) | func (UnimplementedProtocolServiceServer) MultiMemberGroupAliasResolve... method MultiMemberGroupAdminRoleGrant (line 771) | func (UnimplementedProtocolServiceServer) MultiMemberGroupAdminRoleGra... method MultiMemberGroupInvitationCreate (line 774) | func (UnimplementedProtocolServiceServer) MultiMemberGroupInvitationCr... method AppMetadataSend (line 777) | func (UnimplementedProtocolServiceServer) AppMetadataSend(context.Cont... method AppMessageSend (line 780) | func (UnimplementedProtocolServiceServer) AppMessageSend(context.Conte... method GroupMetadataList (line 783) | func (UnimplementedProtocolServiceServer) GroupMetadataList(*GroupMeta... method GroupMessageList (line 786) | func (UnimplementedProtocolServiceServer) GroupMessageList(*GroupMessa... method GroupInfo (line 789) | func (UnimplementedProtocolServiceServer) GroupInfo(context.Context, *... method ActivateGroup (line 792) | func (UnimplementedProtocolServiceServer) ActivateGroup(context.Contex... method DeactivateGroup (line 795) | func (UnimplementedProtocolServiceServer) DeactivateGroup(context.Cont... method GroupDeviceStatus (line 798) | func (UnimplementedProtocolServiceServer) GroupDeviceStatus(*GroupDevi... method DebugListGroups (line 801) | func (UnimplementedProtocolServiceServer) DebugListGroups(*DebugListGr... method DebugInspectGroupStore (line 804) | func (UnimplementedProtocolServiceServer) DebugInspectGroupStore(*Debu... method DebugGroup (line 807) | func (UnimplementedProtocolServiceServer) DebugGroup(context.Context, ... method SystemInfo (line 810) | func (UnimplementedProtocolServiceServer) SystemInfo(context.Context, ... method CredentialVerificationServiceInitFlow (line 813) | func (UnimplementedProtocolServiceServer) CredentialVerificationServic... method CredentialVerificationServiceCompleteFlow (line 816) | func (UnimplementedProtocolServiceServer) CredentialVerificationServic... method VerifiedCredentialsList (line 819) | func (UnimplementedProtocolServiceServer) VerifiedCredentialsList(*Ver... method ReplicationServiceRegisterGroup (line 822) | func (UnimplementedProtocolServiceServer) ReplicationServiceRegisterGr... method PeerList (line 825) | func (UnimplementedProtocolServiceServer) PeerList(context.Context, *P... method OutOfStoreReceive (line 828) | func (UnimplementedProtocolServiceServer) OutOfStoreReceive(context.Co... method OutOfStoreSeal (line 831) | func (UnimplementedProtocolServiceServer) OutOfStoreSeal(context.Conte... method RefreshContactRequest (line 834) | func (UnimplementedProtocolServiceServer) RefreshContactRequest(contex... method mustEmbedUnimplementedProtocolServiceServer (line 837) | func (UnimplementedProtocolServiceServer) mustEmbedUnimplementedProtoc... method testEmbeddedByValue (line 838) | func (UnimplementedProtocolServiceServer) testEmbeddedByValue() ... type UnsafeProtocolServiceServer (line 843) | type UnsafeProtocolServiceServer interface function RegisterProtocolServiceServer (line 847) | func RegisterProtocolServiceServer(s grpc.ServiceRegistrar, srv Protocol... function _ProtocolService_ServiceExportData_Handler (line 858) | func _ProtocolService_ServiceExportData_Handler(srv interface{}, stream ... function _ProtocolService_ServiceGetConfiguration_Handler (line 869) | func _ProtocolService_ServiceGetConfiguration_Handler(srv interface{}, c... function _ProtocolService_ContactRequestReference_Handler (line 887) | func _ProtocolService_ContactRequestReference_Handler(srv interface{}, c... function _ProtocolService_ContactRequestDisable_Handler (line 905) | func _ProtocolService_ContactRequestDisable_Handler(srv interface{}, ctx... function _ProtocolService_ContactRequestEnable_Handler (line 923) | func _ProtocolService_ContactRequestEnable_Handler(srv interface{}, ctx ... function _ProtocolService_ContactRequestResetReference_Handler (line 941) | func _ProtocolService_ContactRequestResetReference_Handler(srv interface... function _ProtocolService_ContactRequestSend_Handler (line 959) | func _ProtocolService_ContactRequestSend_Handler(srv interface{}, ctx co... function _ProtocolService_ContactRequestAccept_Handler (line 977) | func _ProtocolService_ContactRequestAccept_Handler(srv interface{}, ctx ... function _ProtocolService_ContactRequestDiscard_Handler (line 995) | func _ProtocolService_ContactRequestDiscard_Handler(srv interface{}, ctx... function _ProtocolService_ShareContact_Handler (line 1013) | func _ProtocolService_ShareContact_Handler(srv interface{}, ctx context.... function _ProtocolService_DecodeContact_Handler (line 1031) | func _ProtocolService_DecodeContact_Handler(srv interface{}, ctx context... function _ProtocolService_ContactBlock_Handler (line 1049) | func _ProtocolService_ContactBlock_Handler(srv interface{}, ctx context.... function _ProtocolService_ContactUnblock_Handler (line 1067) | func _ProtocolService_ContactUnblock_Handler(srv interface{}, ctx contex... function _ProtocolService_ContactAliasKeySend_Handler (line 1085) | func _ProtocolService_ContactAliasKeySend_Handler(srv interface{}, ctx c... function _ProtocolService_MultiMemberGroupCreate_Handler (line 1103) | func _ProtocolService_MultiMemberGroupCreate_Handler(srv interface{}, ct... function _ProtocolService_MultiMemberGroupJoin_Handler (line 1121) | func _ProtocolService_MultiMemberGroupJoin_Handler(srv interface{}, ctx ... function _ProtocolService_MultiMemberGroupLeave_Handler (line 1139) | func _ProtocolService_MultiMemberGroupLeave_Handler(srv interface{}, ctx... function _ProtocolService_MultiMemberGroupAliasResolverDisclose_Handler (line 1157) | func _ProtocolService_MultiMemberGroupAliasResolverDisclose_Handler(srv ... function _ProtocolService_MultiMemberGroupAdminRoleGrant_Handler (line 1175) | func _ProtocolService_MultiMemberGroupAdminRoleGrant_Handler(srv interfa... function _ProtocolService_MultiMemberGroupInvitationCreate_Handler (line 1193) | func _ProtocolService_MultiMemberGroupInvitationCreate_Handler(srv inter... function _ProtocolService_AppMetadataSend_Handler (line 1211) | func _ProtocolService_AppMetadataSend_Handler(srv interface{}, ctx conte... function _ProtocolService_AppMessageSend_Handler (line 1229) | func _ProtocolService_AppMessageSend_Handler(srv interface{}, ctx contex... function _ProtocolService_GroupMetadataList_Handler (line 1247) | func _ProtocolService_GroupMetadataList_Handler(srv interface{}, stream ... function _ProtocolService_GroupMessageList_Handler (line 1258) | func _ProtocolService_GroupMessageList_Handler(srv interface{}, stream g... function _ProtocolService_GroupInfo_Handler (line 1269) | func _ProtocolService_GroupInfo_Handler(srv interface{}, ctx context.Con... function _ProtocolService_ActivateGroup_Handler (line 1287) | func _ProtocolService_ActivateGroup_Handler(srv interface{}, ctx context... function _ProtocolService_DeactivateGroup_Handler (line 1305) | func _ProtocolService_DeactivateGroup_Handler(srv interface{}, ctx conte... function _ProtocolService_GroupDeviceStatus_Handler (line 1323) | func _ProtocolService_GroupDeviceStatus_Handler(srv interface{}, stream ... function _ProtocolService_DebugListGroups_Handler (line 1334) | func _ProtocolService_DebugListGroups_Handler(srv interface{}, stream gr... function _ProtocolService_DebugInspectGroupStore_Handler (line 1345) | func _ProtocolService_DebugInspectGroupStore_Handler(srv interface{}, st... function _ProtocolService_DebugGroup_Handler (line 1356) | func _ProtocolService_DebugGroup_Handler(srv interface{}, ctx context.Co... function _ProtocolService_SystemInfo_Handler (line 1374) | func _ProtocolService_SystemInfo_Handler(srv interface{}, ctx context.Co... function _ProtocolService_CredentialVerificationServiceInitFlow_Handler (line 1392) | func _ProtocolService_CredentialVerificationServiceInitFlow_Handler(srv ... function _ProtocolService_CredentialVerificationServiceCompleteFlow_Handler (line 1410) | func _ProtocolService_CredentialVerificationServiceCompleteFlow_Handler(... function _ProtocolService_VerifiedCredentialsList_Handler (line 1428) | func _ProtocolService_VerifiedCredentialsList_Handler(srv interface{}, s... function _ProtocolService_ReplicationServiceRegisterGroup_Handler (line 1439) | func _ProtocolService_ReplicationServiceRegisterGroup_Handler(srv interf... function _ProtocolService_PeerList_Handler (line 1457) | func _ProtocolService_PeerList_Handler(srv interface{}, ctx context.Cont... function _ProtocolService_OutOfStoreReceive_Handler (line 1475) | func _ProtocolService_OutOfStoreReceive_Handler(srv interface{}, ctx con... function _ProtocolService_OutOfStoreSeal_Handler (line 1493) | func _ProtocolService_OutOfStoreSeal_Handler(srv interface{}, ctx contex... function _ProtocolService_RefreshContactRequest_Handler (line 1511) | func _ProtocolService_RefreshContactRequest_Handler(srv interface{}, ctx... FILE: pkg/protoio/full.go function NewFullWriter (line 37) | func NewFullWriter(w io.Writer) WriteCloser { type fullWriter (line 41) | type fullWriter struct method WriteMsg (line 46) | func (writer *fullWriter) WriteMsg(msg proto.Message) (err error) { method Close (line 74) | func (writer *fullWriter) Close() error { type fullReader (line 81) | type fullReader struct method ReadMsg (line 90) | func (reader *fullReader) ReadMsg(msg proto.Message) error { method Close (line 98) | func (reader *fullReader) Close() error { function NewFullReader (line 86) | func NewFullReader(r io.Reader, maxSize int) ReadCloser { FILE: pkg/protoio/io.go type Writer (line 37) | type Writer interface type WriteCloser (line 41) | type WriteCloser interface type Reader (line 46) | type Reader interface type ReadCloser (line 50) | type ReadCloser interface type marshaler (line 55) | type marshaler interface function getSize (line 59) | func getSize(v any) (int, bool) { FILE: pkg/protoio/uint32.go constant uint32BinaryLen (line 38) | uint32BinaryLen = 4 function NewUint32DelimitedWriter (line 40) | func NewUint32DelimitedWriter(w io.Writer, byteOrder binary.ByteOrder) W... function NewSizeUint32DelimitedWriter (line 44) | func NewSizeUint32DelimitedWriter(w io.Writer, byteOrder binary.ByteOrde... type uint32Writer (line 48) | type uint32Writer struct method writeFallback (line 55) | func (writer *uint32Writer) writeFallback(msg proto.Message) error { method WriteMsg (line 70) | func (writer *uint32Writer) WriteMsg(msg proto.Message) error { method Close (line 95) | func (writer *uint32Writer) Close() error { type uint32Reader (line 102) | type uint32Reader struct method ReadMsg (line 114) | func (reader *uint32Reader) ReadMsg(msg proto.Message) error { method Close (line 133) | func (reader *uint32Reader) Close() error { function NewUint32DelimitedReader (line 110) | func NewUint32DelimitedReader(r io.Reader, byteOrder binary.ByteOrder, m... FILE: pkg/protoio/varint.go function NewDelimitedWriter (line 39) | func NewDelimitedWriter(w io.Writer) WriteCloser { type varintWriter (line 43) | type varintWriter struct method WriteMsg (line 49) | func (writer *varintWriter) WriteMsg(msg proto.Message) (err error) { method Close (line 82) | func (writer *varintWriter) Close() error { function NewDelimitedReader (line 89) | func NewDelimitedReader(r io.Reader, maxSize int) ReadCloser { type varintReader (line 97) | type varintReader struct method ReadMsg (line 104) | func (reader *varintReader) ReadMsg(msg proto.Message) error { method Close (line 123) | func (reader *varintReader) Close() error { FILE: pkg/proximitytransport/addr.go type Addr (line 9) | type Addr struct method Network (line 15) | func (b *Addr) Network() string { return b.transport.driver.ProtocolNa... method String (line 18) | func (b *Addr) String() string { return b.Address } FILE: pkg/proximitytransport/conn.go type Conn (line 28) | type Conn struct method Read (line 92) | func (c *Conn) Read(payload []byte) (n int, err error) { method Write (line 111) | func (c *Conn) Write(payload []byte) (n int, err error) { method Close (line 139) | func (c *Conn) Close() error { method isReady (line 159) | func (c *Conn) isReady() bool { method LocalAddr (line 166) | func (c *Conn) LocalAddr() net.Addr { method RemoteAddr (line 175) | func (c *Conn) RemoteAddr() net.Addr { method LocalMultiaddr (line 185) | func (c *Conn) LocalMultiaddr() ma.Multiaddr { return c.localMa } method RemoteMultiaddr (line 189) | func (c *Conn) RemoteMultiaddr() ma.Multiaddr { return c.remoteMa } method SetDeadline (line 194) | func (c *Conn) SetDeadline(time.Time) error { return nil } method SetReadDeadline (line 197) | func (c *Conn) SetReadDeadline(time.Time) error { return nil } method SetWriteDeadline (line 200) | func (c *Conn) SetWriteDeadline(time.Time) error { return nil } function newConn (line 46) | func newConn(ctx context.Context, t *proximityTransport, remoteMa ma.Mul... FILE: pkg/proximitytransport/listener.go type Listener (line 21) | type Listener struct method Accept (line 58) | func (l *Listener) Accept() (tpt.CapableConn, error) { method Close (line 77) | func (l *Listener) Close() error { method Multiaddr (line 98) | func (l *Listener) Multiaddr() ma.Multiaddr { return l.localMa } method Addr (line 101) | func (l *Listener) Addr() net.Addr { type connReq (line 30) | type connReq struct function newListener (line 36) | func newListener(ctx context.Context, localMa ma.Multiaddr, t *proximity... FILE: pkg/proximitytransport/mplex.go type mplex (line 26) | type mplex struct method setOutput (line 46) | func (m *mplex) setOutput(o *io.PipeWriter) { method addInputCache (line 50) | func (m *mplex) addInputCache(c *RingBufferMap) { method write (line 56) | func (m *mplex) write(s []byte) { method run (line 67) | func (m *mplex) run(peerID string) { function newMplex (line 37) | func newMplex(ctx context.Context, logger *zap.Logger) *mplex { FILE: pkg/proximitytransport/proximitydriver.go type ProximityDriver (line 3) | type ProximityDriver interface type NoopProximityDriver (line 29) | type NoopProximityDriver struct method Start (line 43) | func (d *NoopProximityDriver) Start(_ string) {} method Stop (line 45) | func (d *NoopProximityDriver) Stop() {} method DialPeer (line 47) | func (d *NoopProximityDriver) DialPeer(_ string) bool { return false } method SendToPeer (line 49) | func (d *NoopProximityDriver) SendToPeer(_ string, _ []byte) bool { re... method CloseConnWithPeer (line 51) | func (d *NoopProximityDriver) CloseConnWithPeer(_ string) {} method ProtocolCode (line 53) | func (d *NoopProximityDriver) ProtocolCode() int { return d.protocolCo... method ProtocolName (line 55) | func (d *NoopProximityDriver) ProtocolName() string { return d.protoco... method DefaultAddr (line 57) | func (d *NoopProximityDriver) DefaultAddr() string { return d.defaultA... function NewNoopProximityDriver (line 35) | func NewNoopProximityDriver(protocolCode int, protocolName, defaultAddr ... FILE: pkg/proximitytransport/ringBuffer_map.go type RingBufferMap (line 14) | type RingBufferMap struct method Add (line 39) | func (rbm *RingBufferMap) Add(peerID string, payload []byte) { method Flush (line 64) | func (rbm *RingBufferMap) Flush(peerID string) <-chan []byte { method Delete (line 103) | func (rbm *RingBufferMap) Delete(peerID string) { type ringBuffer (line 22) | type ringBuffer struct function NewRingBufferMap (line 29) | func NewRingBufferMap(logger *zap.Logger, size int) *RingBufferMap { FILE: pkg/proximitytransport/transport.go constant Verbose (line 38) | Verbose = iota constant Debug (line 39) | Debug constant Info (line 40) | Info constant Warn (line 41) | Warn constant Error (line 42) | Error type ProximityTransport (line 45) | type ProximityTransport interface type proximityTransport (line 52) | type proximityTransport struct method Dial (line 97) | func (t *proximityTransport) Dial(ctx context.Context, remoteMa ma.Mul... method CanDial (line 133) | func (t *proximityTransport) CanDial(remoteMa ma.Multiaddr) bool { method Listen (line 140) | func (t *proximityTransport) Listen(localMa ma.Multiaddr) (tpt.Listene... method ReceiveFromPeer (line 185) | func (t *proximityTransport) ReceiveFromPeer(remotePID string, payload... method HandleFoundPeer (line 218) | func (t *proximityTransport) HandleFoundPeer(sRemotePID string) bool { method connect (line 290) | func (t *proximityTransport) connect(ctx context.Context, pi peer.Addr... method HandleLostPeer (line 309) | func (t *proximityTransport) HandleLostPeer(sRemotePID string) { method Log (line 335) | func (t *proximityTransport) Log(level int, message string) { method Proxy (line 349) | func (t *proximityTransport) Proxy() bool { method Protocols (line 354) | func (t *proximityTransport) Protocols() []int { method String (line 358) | func (t *proximityTransport) String() string { function NewTransport (line 66) | func NewTransport(ctx context.Context, l *zap.Logger, driver ProximityDr... FILE: pkg/rendezvous/emitterio_sync_client.go type SyncClient (line 20) | type SyncClient interface type registrationMessage (line 26) | type registrationMessage struct type emitterClient (line 31) | type emitterClient struct method Close (line 59) | func (e *emitterClient) Close() (err error) { method subscribeToServerUpdates (line 65) | func (e *emitterClient) subscribeToServerUpdates(inChan chan *registra... type emitterClientManager (line 39) | type emitterClientManager struct method Close (line 49) | func (e *emitterClientManager) Close() (err error) { method getClient (line 114) | func (e *emitterClientManager) getClient(psDetails *EmitterPubSubSubsc... method Subscribe (line 138) | func (e *emitterClientManager) Subscribe(ctx context.Context, psDetail... method GetServiceType (line 232) | func (e *emitterClientManager) GetServiceType() string { method unsubscribe (line 240) | func (e *emitterClientManager) unsubscribe(details *EmitterPubSubSubsc... type EmitterClientOptions (line 181) | type EmitterClientOptions struct function NewEmitterClient (line 185) | func NewEmitterClient(opts *EmitterClientOptions) SyncClient { function makeOutChanName (line 236) | func makeOutChanName(serverAddr, channelName string) string { FILE: pkg/rendezvous/emitterio_sync_provider.go constant EmitterServiceType (line 17) | EmitterServiceType = "emitter-io" type EmitterPubSub (line 19) | type EmitterPubSub struct method Register (line 74) | func (p *EmitterPubSub) Register(pid peer.ID, ns string, addrs [][]byt... method Unregister (line 105) | func (p *EmitterPubSub) Unregister(_ peer.ID, _ string) { method Subscribe (line 109) | func (p *EmitterPubSub) Subscribe(ns string) (string, error) { method GetServiceType (line 128) | func (p *EmitterPubSub) GetServiceType() string { method Close (line 132) | func (p *EmitterPubSub) Close() error { method writeKeyForChannel (line 137) | func (p *EmitterPubSub) writeKeyForChannel(channelName string) (string... method readKeysForChannel (line 141) | func (p *EmitterPubSub) readKeysForChannel(channelName string) (string... method keyForChannel (line 145) | func (p *EmitterPubSub) keyForChannel(channelName string, permissions ... type EmitterPubSubSubscriptionDetails (line 27) | type EmitterPubSubSubscriptionDetails struct type EmitterOptions (line 33) | type EmitterOptions struct function NewEmitterServer (line 39) | func NewEmitterServer(serverAddr string, adminKey string, options *Emitt... function channelForRendezvousPoint (line 154) | func channelForRendezvousPoint(topic string) string { function toBase62 (line 160) | func toBase62(topic string) string { FILE: pkg/rendezvous/emitterio_sync_test.go function MakeRendezvousServiceTest (line 22) | func MakeRendezvousServiceTest(ctx context.Context, host host.Host, path... function getEmitterRendezvousClients (line 31) | func getEmitterRendezvousClients(ctx context.Context, t *testing.T, host... function TestEmitterIOFlow (line 45) | func TestEmitterIOFlow(t *testing.T) { FILE: pkg/rendezvous/rendezvous.go constant DefaultRotationInterval (line 10) | DefaultRotationInterval = time.Hour * 24 function RoundTimePeriod (line 12) | func RoundTimePeriod(date time.Time, interval time.Duration) time.Time { function NextTimePeriod (line 25) | func NextTimePeriod(date time.Time, interval time.Duration) time.Time { function GenerateRendezvousPointForPeriod (line 33) | func GenerateRendezvousPointForPeriod(topic, seed []byte, date time.Time... FILE: pkg/rendezvous/rendezvous_test.go function TestRoundTimePeriod_Next (line 14) | func TestRoundTimePeriod_Next(t *testing.T) { function TestGenerateRendezvousPointForPeriod (line 52) | func TestGenerateRendezvousPointForPeriod(t *testing.T) { FILE: pkg/rendezvous/rotation.go type RotationInterval (line 15) | type RotationInterval struct method RegisterRotation (line 37) | func (r *RotationInterval) RegisterRotation(at time.Time, topic string... method RoundTimePeriod (line 44) | func (r *RotationInterval) RoundTimePeriod(at time.Time) time.Time { method NextTimePeriod (line 48) | func (r *RotationInterval) NextTimePeriod(at time.Time) time.Time { method PointForRawRotation (line 52) | func (r *RotationInterval) PointForRawRotation(rotation []byte) (*Poin... method PointForRotation (line 56) | func (r *RotationInterval) PointForRotation(rotation string) (*Point, ... method PointForTopic (line 71) | func (r *RotationInterval) PointForTopic(topic string) (*Point, error) { method NewRendezvousPointForPeriod (line 86) | func (r *RotationInterval) NewRendezvousPointForPeriod(at time.Time, t... method registerPoint (line 100) | func (r *RotationInterval) registerPoint(point *Point) { method rotate (line 106) | func (r *RotationInterval) rotate(old *Point, graceperiod time.Duratio... function NewStaticRotationInterval (line 23) | func NewStaticRotationInterval() *RotationInterval { function NewRotationInterval (line 29) | func NewRotationInterval(interval time.Duration) *RotationInterval { type Point (line 124) | type Point struct method NextPoint (line 132) | func (p *Point) NextPoint() *Point { method Seed (line 140) | func (p *Point) Seed() []byte { method keys (line 144) | func (p *Point) keys() (topic string, rotation string) { method Topic (line 150) | func (p *Point) Topic() string { method RawTopic (line 154) | func (p *Point) RawTopic() []byte { method RotationTopic (line 158) | func (p *Point) RotationTopic() string { method RawRotationTopic (line 162) | func (p *Point) RawRotationTopic() []byte { method Deadline (line 166) | func (p *Point) Deadline() time.Time { method TTL (line 170) | func (p *Point) TTL() time.Duration { method IsExpired (line 174) | func (p *Point) IsExpired() bool { FILE: pkg/replicationtypes/bertyreplication.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ReplicatedGroup (line 25) | type ReplicatedGroup struct method Reset (line 41) | func (x *ReplicatedGroup) Reset() { method String (line 50) | func (x *ReplicatedGroup) String() string { method ProtoMessage (line 54) | func (*ReplicatedGroup) ProtoMessage() {} method ProtoReflect (line 56) | func (x *ReplicatedGroup) ProtoReflect() protoreflect.Message { method Descriptor (line 69) | func (*ReplicatedGroup) Descriptor() ([]byte, []int) { method GetPublicKey (line 73) | func (x *ReplicatedGroup) GetPublicKey() string { method GetSignPub (line 80) | func (x *ReplicatedGroup) GetSignPub() string { method GetLinkKey (line 87) | func (x *ReplicatedGroup) GetLinkKey() string { method GetCreatedAt (line 94) | func (x *ReplicatedGroup) GetCreatedAt() int64 { method GetUpdatedAt (line 101) | func (x *ReplicatedGroup) GetUpdatedAt() int64 { method GetMetadataEntriesCount (line 108) | func (x *ReplicatedGroup) GetMetadataEntriesCount() int64 { method GetMetadataLatestHead (line 115) | func (x *ReplicatedGroup) GetMetadataLatestHead() string { method GetMessageEntriesCount (line 122) | func (x *ReplicatedGroup) GetMessageEntriesCount() int64 { method GetMessageLatestHead (line 129) | func (x *ReplicatedGroup) GetMessageLatestHead() string { type ReplicatedGroupToken (line 136) | type ReplicatedGroupToken struct method Reset (line 148) | func (x *ReplicatedGroupToken) Reset() { method String (line 157) | func (x *ReplicatedGroupToken) String() string { method ProtoMessage (line 161) | func (*ReplicatedGroupToken) ProtoMessage() {} method ProtoReflect (line 163) | func (x *ReplicatedGroupToken) ProtoReflect() protoreflect.Message { method Descriptor (line 176) | func (*ReplicatedGroupToken) Descriptor() ([]byte, []int) { method GetReplicatedGroupPublicKey (line 180) | func (x *ReplicatedGroupToken) GetReplicatedGroupPublicKey() string { method GetReplicatedGroup (line 187) | func (x *ReplicatedGroupToken) GetReplicatedGroup() *ReplicatedGroup { method GetTokenIssuer (line 194) | func (x *ReplicatedGroupToken) GetTokenIssuer() string { method GetTokenId (line 201) | func (x *ReplicatedGroupToken) GetTokenId() string { method GetCreatedAt (line 208) | func (x *ReplicatedGroupToken) GetCreatedAt() int64 { type ReplicationServiceReplicateGroup (line 215) | type ReplicationServiceReplicateGroup struct method Reset (line 221) | func (x *ReplicationServiceReplicateGroup) Reset() { method String (line 230) | func (x *ReplicationServiceReplicateGroup) String() string { method ProtoMessage (line 234) | func (*ReplicationServiceReplicateGroup) ProtoMessage() {} method ProtoReflect (line 236) | func (x *ReplicationServiceReplicateGroup) ProtoReflect() protoreflect... method Descriptor (line 249) | func (*ReplicationServiceReplicateGroup) Descriptor() ([]byte, []int) { type ReplicateGlobalStats (line 253) | type ReplicateGlobalStats struct method Reset (line 259) | func (x *ReplicateGlobalStats) Reset() { method String (line 268) | func (x *ReplicateGlobalStats) String() string { method ProtoMessage (line 272) | func (*ReplicateGlobalStats) ProtoMessage() {} method ProtoReflect (line 274) | func (x *ReplicateGlobalStats) ProtoReflect() protoreflect.Message { method Descriptor (line 287) | func (*ReplicateGlobalStats) Descriptor() ([]byte, []int) { type ReplicateGroupStats (line 291) | type ReplicateGroupStats struct method Reset (line 297) | func (x *ReplicateGroupStats) Reset() { method String (line 306) | func (x *ReplicateGroupStats) String() string { method ProtoMessage (line 310) | func (*ReplicateGroupStats) ProtoMessage() {} method ProtoReflect (line 312) | func (x *ReplicateGroupStats) ProtoReflect() protoreflect.Message { method Descriptor (line 325) | func (*ReplicateGroupStats) Descriptor() ([]byte, []int) { type ReplicationServiceReplicateGroup_Request (line 329) | type ReplicationServiceReplicateGroup_Request struct method Reset (line 337) | func (x *ReplicationServiceReplicateGroup_Request) Reset() { method String (line 346) | func (x *ReplicationServiceReplicateGroup_Request) String() string { method ProtoMessage (line 350) | func (*ReplicationServiceReplicateGroup_Request) ProtoMessage() {} method ProtoReflect (line 352) | func (x *ReplicationServiceReplicateGroup_Request) ProtoReflect() prot... method Descriptor (line 365) | func (*ReplicationServiceReplicateGroup_Request) Descriptor() ([]byte,... method GetGroup (line 369) | func (x *ReplicationServiceReplicateGroup_Request) GetGroup() *protoco... type ReplicationServiceReplicateGroup_Reply (line 376) | type ReplicationServiceReplicateGroup_Reply struct method Reset (line 384) | func (x *ReplicationServiceReplicateGroup_Reply) Reset() { method String (line 393) | func (x *ReplicationServiceReplicateGroup_Reply) String() string { method ProtoMessage (line 397) | func (*ReplicationServiceReplicateGroup_Reply) ProtoMessage() {} method ProtoReflect (line 399) | func (x *ReplicationServiceReplicateGroup_Reply) ProtoReflect() protor... method Descriptor (line 412) | func (*ReplicationServiceReplicateGroup_Reply) Descriptor() ([]byte, [... method GetOk (line 416) | func (x *ReplicationServiceReplicateGroup_Reply) GetOk() bool { type ReplicateGlobalStats_Request (line 423) | type ReplicateGlobalStats_Request struct method Reset (line 429) | func (x *ReplicateGlobalStats_Request) Reset() { method String (line 438) | func (x *ReplicateGlobalStats_Request) String() string { method ProtoMessage (line 442) | func (*ReplicateGlobalStats_Request) ProtoMessage() {} method ProtoReflect (line 444) | func (x *ReplicateGlobalStats_Request) ProtoReflect() protoreflect.Mes... method Descriptor (line 457) | func (*ReplicateGlobalStats_Request) Descriptor() ([]byte, []int) { type ReplicateGlobalStats_Reply (line 461) | type ReplicateGlobalStats_Reply struct method Reset (line 472) | func (x *ReplicateGlobalStats_Reply) Reset() { method String (line 481) | func (x *ReplicateGlobalStats_Reply) String() string { method ProtoMessage (line 485) | func (*ReplicateGlobalStats_Reply) ProtoMessage() {} method ProtoReflect (line 487) | func (x *ReplicateGlobalStats_Reply) ProtoReflect() protoreflect.Messa... method Descriptor (line 500) | func (*ReplicateGlobalStats_Reply) Descriptor() ([]byte, []int) { method GetStartedAt (line 504) | func (x *ReplicateGlobalStats_Reply) GetStartedAt() int64 { method GetReplicatedGroups (line 511) | func (x *ReplicateGlobalStats_Reply) GetReplicatedGroups() int64 { method GetTotalMetadataEntries (line 518) | func (x *ReplicateGlobalStats_Reply) GetTotalMetadataEntries() int64 { method GetTotalMessageEntries (line 525) | func (x *ReplicateGlobalStats_Reply) GetTotalMessageEntries() int64 { type ReplicateGroupStats_Request (line 532) | type ReplicateGroupStats_Request struct method Reset (line 540) | func (x *ReplicateGroupStats_Request) Reset() { method String (line 549) | func (x *ReplicateGroupStats_Request) String() string { method ProtoMessage (line 553) | func (*ReplicateGroupStats_Request) ProtoMessage() {} method ProtoReflect (line 555) | func (x *ReplicateGroupStats_Request) ProtoReflect() protoreflect.Mess... method Descriptor (line 568) | func (*ReplicateGroupStats_Request) Descriptor() ([]byte, []int) { method GetGroupPublicKey (line 572) | func (x *ReplicateGroupStats_Request) GetGroupPublicKey() string { type ReplicateGroupStats_Reply (line 579) | type ReplicateGroupStats_Reply struct method Reset (line 587) | func (x *ReplicateGroupStats_Reply) Reset() { method String (line 596) | func (x *ReplicateGroupStats_Reply) String() string { method ProtoMessage (line 600) | func (*ReplicateGroupStats_Reply) ProtoMessage() {} method ProtoReflect (line 602) | func (x *ReplicateGroupStats_Reply) ProtoReflect() protoreflect.Message { method Descriptor (line 615) | func (*ReplicateGroupStats_Reply) Descriptor() ([]byte, []int) { method GetGroup (line 619) | func (x *ReplicateGroupStats_Reply) GetGroup() *ReplicatedGroup { function file_replicationtypes_bertyreplication_proto_rawDescGZIP (line 754) | func file_replicationtypes_bertyreplication_proto_rawDescGZIP() []byte { function init (line 793) | func init() { file_replicationtypes_bertyreplication_proto_init() } function file_replicationtypes_bertyreplication_proto_init (line 794) | func file_replicationtypes_bertyreplication_proto_init() { FILE: pkg/replicationtypes/bertyreplication.pb.gw.go function request_ReplicationService_ReplicateGroup_0 (line 36) | func request_ReplicationService_ReplicateGroup_0(ctx context.Context, ma... function local_request_ReplicationService_ReplicateGroup_0 (line 53) | func local_request_ReplicationService_ReplicateGroup_0(ctx context.Conte... function request_ReplicationService_ReplicateGlobalStats_0 (line 70) | func request_ReplicationService_ReplicateGlobalStats_0(ctx context.Conte... function local_request_ReplicationService_ReplicateGlobalStats_0 (line 87) | func local_request_ReplicationService_ReplicateGlobalStats_0(ctx context... function request_ReplicationService_ReplicateGroupStats_0 (line 104) | func request_ReplicationService_ReplicateGroupStats_0(ctx context.Contex... function local_request_ReplicationService_ReplicateGroupStats_0 (line 121) | func local_request_ReplicationService_ReplicateGroupStats_0(ctx context.... function RegisterReplicationServiceHandlerServer (line 142) | func RegisterReplicationServiceHandlerServer(ctx context.Context, mux *r... function RegisterReplicationServiceHandlerFromEndpoint (line 218) | func RegisterReplicationServiceHandlerFromEndpoint(ctx context.Context, ... function RegisterReplicationServiceHandler (line 243) | func RegisterReplicationServiceHandler(ctx context.Context, mux *runtime... function RegisterReplicationServiceHandlerClient (line 252) | func RegisterReplicationServiceHandlerClient(ctx context.Context, mux *r... FILE: pkg/replicationtypes/bertyreplication_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion9 constant ReplicationService_ReplicateGroup_FullMethodName (line 22) | ReplicationService_ReplicateGroup_FullMethodName = "/weshnet.repli... constant ReplicationService_ReplicateGlobalStats_FullMethodName (line 23) | ReplicationService_ReplicateGlobalStats_FullMethodName = "/weshnet.repli... constant ReplicationService_ReplicateGroupStats_FullMethodName (line 24) | ReplicationService_ReplicateGroupStats_FullMethodName = "/weshnet.repli... type ReplicationServiceClient (line 32) | type ReplicationServiceClient interface type replicationServiceClient (line 39) | type replicationServiceClient struct method ReplicateGroup (line 47) | func (c *replicationServiceClient) ReplicateGroup(ctx context.Context,... method ReplicateGlobalStats (line 57) | func (c *replicationServiceClient) ReplicateGlobalStats(ctx context.Co... method ReplicateGroupStats (line 67) | func (c *replicationServiceClient) ReplicateGroupStats(ctx context.Con... function NewReplicationServiceClient (line 43) | func NewReplicationServiceClient(cc grpc.ClientConnInterface) Replicatio... type ReplicationServiceServer (line 82) | type ReplicationServiceServer interface type UnimplementedReplicationServiceServer (line 95) | type UnimplementedReplicationServiceServer struct method ReplicateGroup (line 97) | func (UnimplementedReplicationServiceServer) ReplicateGroup(context.Co... method ReplicateGlobalStats (line 100) | func (UnimplementedReplicationServiceServer) ReplicateGlobalStats(cont... method ReplicateGroupStats (line 103) | func (UnimplementedReplicationServiceServer) ReplicateGroupStats(conte... method mustEmbedUnimplementedReplicationServiceServer (line 106) | func (UnimplementedReplicationServiceServer) mustEmbedUnimplementedRep... method testEmbeddedByValue (line 107) | func (UnimplementedReplicationServiceServer) testEmbeddedByValue() ... type UnsafeReplicationServiceServer (line 112) | type UnsafeReplicationServiceServer interface function RegisterReplicationServiceServer (line 116) | func RegisterReplicationServiceServer(s grpc.ServiceRegistrar, srv Repli... function _ReplicationService_ReplicateGroup_Handler (line 127) | func _ReplicationService_ReplicateGroup_Handler(srv interface{}, ctx con... function _ReplicationService_ReplicateGlobalStats_Handler (line 145) | func _ReplicationService_ReplicateGlobalStats_Handler(srv interface{}, c... function _ReplicationService_ReplicateGroupStats_Handler (line 163) | func _ReplicationService_ReplicateGroupStats_Handler(srv interface{}, ct... FILE: pkg/replicationtypes/consts.go constant ServiceReplicationRegisteredPrefix (line 4) | ServiceReplicationRegisteredPrefix = "user_registration" constant ServiceReplicationKeyGroupPrefix (line 5) | ServiceReplicationKeyGroupPrefix = "group" FILE: pkg/replicationtypes/models.go method ToGroup (line 9) | func (m *ReplicatedGroup) ToGroup() (*protocoltypes.Group, error) { FILE: pkg/secretstore/chain_key.go function newDeviceChainKey (line 17) | func newDeviceChainKey() (*protocoltypes.DeviceChainKey, error) { function encryptDeviceChainKey (line 31) | func encryptDeviceChainKey(localDevicePrivateKey crypto.PrivKey, remoteM... function decryptDeviceChainKey (line 49) | func decryptDeviceChainKey(encryptedDeviceChainKey []byte, group *protoc... function groupIDToNonce (line 72) | func groupIDToNonce(group *protocoltypes.Group) *[cryptoutil.NonceSize]b... FILE: pkg/secretstore/datastore_keys.go constant dsNamespaceChainKeyForDeviceOnGroup (line 21) | dsNamespaceChainKeyForDeviceOnGroup = "chainKeyForDeviceOnGroup" constant dsNamespacePrecomputedMessageKeys (line 28) | dsNamespacePrecomputedMessageKeys = "precomputedMessageKeys" constant dsNamespaceMessageKeyForCIDs (line 32) | dsNamespaceMessageKeyForCIDs = "messageKeyForCIDs" constant dsNamespaceOutOfStoreGroupHint (line 39) | dsNamespaceOutOfStoreGroupHint = "outOfStoreGroupHint" constant dsNamespaceOutOfStoreGroupHintCounters (line 44) | dsNamespaceOutOfStoreGroupHintCounters = "outOfStoreGroupHintCounters" constant dsNamespaceGroupDatastore (line 48) | dsNamespaceGroupDatastore = "groupByPublicKey" function dsKeyForGroup (line 51) | func dsKeyForGroup(key []byte) datastore.Key { function dsKeyForPrecomputedMessageKey (line 60) | func dsKeyForPrecomputedMessageKey(groupPublicKey, devicePublicKey []byt... function dsKeyForCurrentChainKey (line 71) | func dsKeyForCurrentChainKey(groupPublicKey crypto.PubKey, devicePublicK... function dsKeyForMessageKeyByCID (line 91) | func dsKeyForMessageKeyByCID(id cid.Cid) datastore.Key { function dsKeyForOutOfStoreMessageGroupHint (line 101) | func dsKeyForOutOfStoreMessageGroupHint(ref []byte) datastore.Key { function dsKeyForOutOfStoreFirstLastCounters (line 111) | func dsKeyForOutOfStoreFirstLastCounters(groupPK, devicePK []byte) datas... FILE: pkg/secretstore/device_keystore_wrapper.go constant keyAccount (line 22) | keyAccount = "accountSK" constant keyAccountProof (line 23) | keyAccountProof = "accountProofSK" constant keyDevice (line 24) | keyDevice = "deviceSK" constant keyMemberDevice (line 25) | keyMemberDevice = "memberDeviceSK" constant keyMember (line 26) | keyMember = "memberSK" constant keyContactGroup (line 27) | keyContactGroup = "contactGroupSK" type deviceKeystore (line 32) | type deviceKeystore struct method getAccountPrivateKey (line 51) | func (a *deviceKeystore) getAccountPrivateKey() (crypto.PrivKey, error) { method getAccountProofPrivateKey (line 60) | func (a *deviceKeystore) getAccountProofPrivateKey() (crypto.PrivKey, ... method devicePrivateKey (line 69) | func (a *deviceKeystore) devicePrivateKey() (crypto.PrivKey, error) { method contactGroupPrivateKey (line 79) | func (a *deviceKeystore) contactGroupPrivateKey(contactPublicKey crypt... method memberDeviceForMultiMemberGroup (line 90) | func (a *deviceKeystore) memberDeviceForMultiMemberGroup(groupPublicKe... method memberDeviceForGroup (line 106) | func (a *deviceKeystore) memberDeviceForGroup(group *protocoltypes.Gro... method getOrGenerateNamedKey (line 135) | func (a *deviceKeystore) getOrGenerateNamedKey(name string) (crypto.Pr... method getOrGenerateDeviceKeyForMultiMemberGroup (line 158) | func (a *deviceKeystore) getOrGenerateDeviceKeyForMultiMemberGroup(gro... method getOrComputeECDH (line 174) | func (a *deviceKeystore) getOrComputeECDH(nameSpace string, publicKey ... method computeMemberKeyForMultiMemberGroup (line 215) | func (a *deviceKeystore) computeMemberKeyForMultiMemberGroup(groupPubl... method restoreAccountKeys (line 226) | func (a *deviceKeystore) restoreAccountKeys(accountPrivateKeyBytes []b... function newDeviceKeystore (line 39) | func newDeviceKeystore(ks keystore.Keystore, logger *zap.Logger) *device... FILE: pkg/secretstore/device_keystore_wrapper_test.go function Test_New_AccountPrivKey_AccountProofPrivKey (line 14) | func Test_New_AccountPrivKey_AccountProofPrivKey(t *testing.T) { function Test_ExportAccountKeys_ImportAccountKeys (line 38) | func Test_ExportAccountKeys_ImportAccountKeys(t *testing.T) { function Test_DevicePrivKey (line 105) | func Test_DevicePrivKey(t *testing.T) { function Test_ContactGroupPrivKey (line 139) | func Test_ContactGroupPrivKey(t *testing.T) { function Test_MemberDeviceForGroup_multimember (line 169) | func Test_MemberDeviceForGroup_multimember(t *testing.T) { FILE: pkg/secretstore/keys_utils.go function getEd25519PrivateKeyFromLibP2PFormattedBytes (line 22) | func getEd25519PrivateKeyFromLibP2PFormattedBytes(rawKeyBytes []byte) (c... function getKeysForGroupOfContact (line 41) | func getKeysForGroupOfContact(contactPairPrivateKey crypto.PrivKey) (cry... function getGroupForContact (line 87) | func getGroupForContact(contactPairPrivateKey crypto.PrivKey) (*protocol... function getGroupOutOfStoreSecret (line 112) | func getGroupOutOfStoreSecret(m *protocoltypes.Group) ([]byte, error) { function createOutOfStoreGroupReference (line 129) | func createOutOfStoreGroupReference(m *protocoltypes.Group, sender []byt... FILE: pkg/secretstore/member_device.go type ownMemberDevice (line 7) | type ownMemberDevice struct method MemberSign (line 24) | func (d *ownMemberDevice) MemberSign(data []byte) ([]byte, error) { method DeviceSign (line 28) | func (d *ownMemberDevice) DeviceSign(data []byte) ([]byte, error) { method Member (line 32) | func (d *ownMemberDevice) Member() crypto.PubKey { method Device (line 36) | func (d *ownMemberDevice) Device() crypto.PubKey { function newOwnMemberDevice (line 16) | func newOwnMemberDevice(member, device crypto.PrivKey) *ownMemberDevice { type memberDevice (line 40) | type memberDevice struct method Member (line 56) | func (m *memberDevice) Member() crypto.PubKey { method Device (line 60) | func (m *memberDevice) Device() crypto.PubKey { function NewMemberDevice (line 45) | func NewMemberDevice(member, device crypto.PubKey) MemberDevice { function newMemberDevice (line 49) | func newMemberDevice(member, device crypto.PubKey) *memberDevice { FILE: pkg/secretstore/secret_store.go constant namespaceDeviceKeystore (line 24) | namespaceDeviceKeystore = "device_keystore" constant namespaceOutOfStoreSecret (line 25) | namespaceOutOfStoreSecret = "push_secret_ref" type secretStore (line 28) | type secretStore struct method Close (line 98) | func (s *secretStore) Close() error { method PutGroup (line 102) | func (s *secretStore) PutGroup(ctx context.Context, g *protocoltypes.G... method GetOwnMemberDeviceForGroup (line 138) | func (s *secretStore) GetOwnMemberDeviceForGroup(g *protocoltypes.Grou... method OpenOutOfStoreMessage (line 142) | func (s *secretStore) OpenOutOfStoreMessage(ctx context.Context, paylo... method decryptOutOfStoreMessageEnv (line 173) | func (s *secretStore) decryptOutOfStoreMessageEnv(ctx context.Context,... method FetchGroupByPublicKey (line 199) | func (s *secretStore) FetchGroupByPublicKey(ctx context.Context, publi... method GetAccountProofPublicKey (line 218) | func (s *secretStore) GetAccountProofPublicKey() (crypto.PubKey, error) { method ImportAccountKeys (line 227) | func (s *secretStore) ImportAccountKeys(accountPrivateKeyBytes []byte,... method ExportAccountKeysForBackup (line 231) | func (s *secretStore) ExportAccountKeysForBackup() (accountPrivateKeyB... method GetAccountPrivateKey (line 255) | func (s *secretStore) GetAccountPrivateKey() (crypto.PrivKey, error) { method GetGroupForAccount (line 264) | func (s *secretStore) GetGroupForAccount() (*protocoltypes.Group, OwnM... method GetGroupForContact (line 298) | func (s *secretStore) GetGroupForContact(contactPublicKey crypto.PubKe... method OpenEnvelopeHeaders (line 307) | func (s *secretStore) OpenEnvelopeHeaders(data []byte, g *protocoltype... method SealOutOfStoreMessageEnvelope (line 332) | func (s *secretStore) SealOutOfStoreMessageEnvelope(id cid.Cid, env *p... method hasGroup (line 372) | func (s *secretStore) hasGroup(ctx context.Context, key crypto.PubKey)... method applyDefaults (line 39) | func (o *NewSecretStoreOptions) applyDefaults(rootDatastore datastore.Da... function NewSecretStore (line 58) | func NewSecretStore(rootDatastore datastore.Datastore, opts *NewSecretSt... function newSecretStore (line 63) | func newSecretStore(rootDatastore datastore.Datastore, opts *NewSecretSt... function NewInMemSecretStore (line 89) | func NewInMemSecretStore(opts *NewSecretStoreOptions) (SecretStore, erro... function newInMemSecretStore (line 94) | func newInMemSecretStore(opts *NewSecretStoreOptions) (*secretStore, err... FILE: pkg/secretstore/secret_store_interfaces.go constant PrecomputeOutOfStoreGroupRefsCount (line 15) | PrecomputeOutOfStoreGroupRefsCount = 100 constant PrecomputeMessageKeyCount (line 16) | PrecomputeMessageKeyCount = 100 type messageKey (line 19) | type messageKey type SecretStore (line 21) | type SecretStore interface type NewSecretStoreOptions (line 105) | type NewSecretStoreOptions struct type MemberDevice (line 128) | type MemberDevice interface type OwnMemberDevice (line 137) | type OwnMemberDevice interface FILE: pkg/secretstore/secret_store_messages.go type decryptionContext (line 26) | type decryptionContext struct type computedMessageKey (line 33) | type computedMessageKey struct method getDeviceChainKeyForGroupAndDevice (line 39) | func (s *secretStore) getDeviceChainKeyForGroupAndDevice(ctx context.Con... method IsChainKeyKnownForDevice (line 67) | func (s *secretStore) IsChainKeyKnownForDevice(ctx context.Context, grou... method delPrecomputedKey (line 86) | func (s *secretStore) delPrecomputedKey(ctx context.Context, groupPublic... method postDecryptActions (line 114) | func (s *secretStore) postDecryptActions(ctx context.Context, decryption... method GetShareableChainKey (line 158) | func (s *secretStore) GetShareableChainKey(ctx context.Context, group *p... method getOwnDeviceChainKeyForGroup (line 181) | func (s *secretStore) getOwnDeviceChainKeyForGroup(ctx context.Context, ... method RegisterChainKey (line 228) | func (s *secretStore) RegisterChainKey(ctx context.Context, group *proto... method registerChainKey (line 255) | func (s *secretStore) registerChainKey(ctx context.Context, group *proto... method preComputeKeys (line 313) | func (s *secretStore) preComputeKeys(ctx context.Context, devicePublicKe... method getPrecomputedKeyExpectedCount (line 369) | func (s *secretStore) getPrecomputedKeyExpectedCount() int { method preComputeNextKey (line 378) | func (s *secretStore) preComputeNextKey(ctx context.Context, groupPublic... method getPrecomputedMessageKey (line 418) | func (s *secretStore) getPrecomputedMessageKey(ctx context.Context, grou... method putPrecomputedKeys (line 454) | func (s *secretStore) putPrecomputedKeys(ctx context.Context, groupPubli... method putPrecomputedKeysBatched (line 487) | func (s *secretStore) putPrecomputedKeysBatched(ctx context.Context, bat... method putPrecomputedKeysNonBatched (line 503) | func (s *secretStore) putPrecomputedKeysNonBatched(ctx context.Context, ... method putKeyForCID (line 516) | func (s *secretStore) putKeyForCID(ctx context.Context, messageCID cid.C... method OpenEnvelopePayload (line 536) | func (s *secretStore) OpenEnvelopePayload(ctx context.Context, msgEnvelo... method openPayload (line 562) | func (s *secretStore) openPayload(ctx context.Context, msgCID cid.Cid, g... method openPayloadWithMessageKey (line 596) | func (s *secretStore) openPayloadWithMessageKey(decryptionCtx *decryptio... method getKeyForCID (line 616) | func (s *secretStore) getKeyForCID(ctx context.Context, msgCID cid.Cid) ... method putDeviceChainKey (line 640) | func (s *secretStore) putDeviceChainKey(ctx context.Context, groupPublic... method SealEnvelope (line 669) | func (s *secretStore) SealEnvelope(ctx context.Context, group *protocolt... method deriveDeviceChainKey (line 714) | func (s *secretStore) deriveDeviceChainKey(ctx context.Context, group *p... method updateCurrentKey (line 742) | func (s *secretStore) updateCurrentKey(ctx context.Context, groupPublicK... method OutOfStoreMessageOpen (line 769) | func (s *secretStore) OutOfStoreMessageOpen(ctx context.Context, envelop... method OutOfStoreGetGroupPublicKeyByGroupReference (line 833) | func (s *secretStore) OutOfStoreGetGroupPublicKeyByGroupReference(ctx co... method UpdateOutOfStoreGroupReferences (line 856) | func (s *secretStore) UpdateOutOfStoreGroupReferences(ctx context.Contex... method firstLastCachedGroupRefsForMember (line 929) | func (s *secretStore) firstLastCachedGroupRefsForMember(ctx context.Cont... method putFirstLastCachedGroupRefsForMember (line 948) | func (s *secretStore) putFirstLastCachedGroupRefsForMember(ctx context.C... function sealPayload (line 964) | func sealPayload(payload []byte, ds *protocoltypes.DeviceChainKey, devic... function sealEnvelope (line 982) | func sealEnvelope(messagePayload []byte, deviceChainKey *protocoltypes.D... function deriveNextKeys (line 1024) | func deriveNextKeys(chainKeyValue []byte, salt []byte, groupID []byte) (... function uint64AsNonce (line 1058) | func uint64AsNonce(val uint64) *[24]byte { FILE: pkg/secretstore/secret_store_messages_test.go function addDummyMemberInMetadataStore (line 23) | func addDummyMemberInMetadataStore(ctx context.Context, t testing.TB, ms... function Test_EncryptMessageEnvelope (line 47) | func Test_EncryptMessageEnvelope(t *testing.T) { function testMessageKeyHolderCatchUp (line 113) | func testMessageKeyHolderCatchUp(t *testing.T, expectedNewDevices int, i... function TestMessageKeyHolderCatchUp (line 155) | func TestMessageKeyHolderCatchUp(t *testing.T) { function testMessageKeyHolderSubscription (line 173) | func testMessageKeyHolderSubscription(t *testing.T, expectedNewDevices i... function TestMessageKeyHolderSubscription (line 212) | func TestMessageKeyHolderSubscription(t *testing.T) { function openEnvelope (line 232) | func openEnvelope(ctx context.Context, t testing.TB, secretStore secrets... FILE: pkg/secretstore/secret_store_test.go function Test_PushGroupReferences (line 20) | func Test_PushGroupReferences(t *testing.T) { function updateAndTestPushGroupReferences (line 56) | func updateAndTestPushGroupReferences(ctx context.Context, secretStore *... function Test_SealOutOfStoreMessageEnvelope_OpenOutOfStoreMessage (line 96) | func Test_SealOutOfStoreMessageEnvelope_OpenOutOfStoreMessage(t *testing... function Test_OutOfStoreDeserialize (line 160) | func Test_OutOfStoreDeserialize(t *testing.T) { function Test_EncryptMessageEnvelopeAndDerive (line 228) | func Test_EncryptMessageEnvelopeAndDerive(t *testing.T) { function mustDeviceChainKey (line 318) | func mustDeviceChainKey(t testing.TB) func(ds *protocoltypes.DeviceChain... function mustMessageHeaders (line 330) | func mustMessageHeaders(t testing.TB, omd OwnMemberDevice, counter uint6... function Test_EncryptMessagePayload (line 350) | func Test_EncryptMessagePayload(t *testing.T) { function TestGetGroupForContact (line 546) | func TestGetGroupForContact(t *testing.T) { function TestGetKeysForGroupOfContact (line 558) | func TestGetKeysForGroupOfContact(t *testing.T) { FILE: pkg/testutil/filters.go function TestFilterGroupMetadataPayloadSent (line 11) | func TestFilterGroupMetadataPayloadSent(t *testing.T, events <-chan *pro... FILE: pkg/testutil/logging.go constant defaultLoggingFilters (line 18) | defaultLoggingFilters = "info+:bty.test* error+:*,-ipfs*,-*.tyber" function Logger (line 30) | func Logger(t testing.TB) (*zap.Logger, func()) { function LoggerWithRing (line 37) | func LoggerWithRing(t testing.TB) (*zap.Logger, *zapring.Core, func()) { function LogTree (line 67) | func LogTree(t *testing.T, log string, indent int, title bool, args ...a... FILE: pkg/testutil/require.go function Close (line 10) | func Close(t *testing.T, closer io.Closer) { FILE: pkg/testutil/skip.go type Stability (line 11) | type Stability constant Stable (line 14) | Stable Stability = "stable" constant Flappy (line 15) | Flappy Stability = "flappy" constant Broken (line 16) | Broken Stability = "broken" constant AnyStability (line 17) | AnyStability Stability = "any" type Speed (line 21) | type Speed constant Fast (line 24) | Fast Speed = "fast" constant Slow (line 25) | Slow Speed = "slow" constant AnySpeed (line 26) | AnySpeed Speed = "any" type RacePolicy (line 30) | type RacePolicy constant SkipIfRace (line 33) | SkipIfRace RacePolicy = "skip-if-race" constant RunIfRace (line 34) | RunIfRace RacePolicy = "run-if-race" constant defaultStabilityFilter (line 39) | defaultStabilityFilter Stability = Stable constant defaultSpeedFilter (line 40) | defaultSpeedFilter Speed = AnySpeed function parseEnv (line 49) | func parseEnv() { function FilterStability (line 90) | func FilterStability(t *testing.T, stability Stability) { function FilterSpeed (line 102) | func FilterSpeed(t *testing.T, speed Speed) { function FilterStabilityAndSpeed (line 114) | func FilterStabilityAndSpeed(t *testing.T, stability Stability, speed Sp... FILE: pkg/testutil/skip_norace.go function FilterRace (line 7) | func FilterRace(t *testing.T, race RacePolicy) { FILE: pkg/testutil/skip_race.go function FilterRace (line 7) | func FilterRace(t *testing.T, race RacePolicy) { FILE: pkg/testutil/skip_test.go function TestFilterRace (line 9) | func TestFilterRace(t *testing.T) { FILE: pkg/tinder/driver.go type IDriver (line 16) | type IDriver interface FILE: pkg/tinder/driver_discovery.go type DiscoveryDriver (line 13) | type DiscoveryDriver struct method Advertise (line 28) | func (d *DiscoveryDriver) Advertise(ctx context.Context, topic string,... method FindPeers (line 33) | func (d *DiscoveryDriver) FindPeers(ctx context.Context, topic string,... method Subscribe (line 37) | func (d *DiscoveryDriver) Subscribe(_ context.Context, _ string, _ ...... method Unregister (line 41) | func (d *DiscoveryDriver) Unregister(_ context.Context, _ string, _ ..... method Name (line 45) | func (d *DiscoveryDriver) Name() string { function NewRoutingDiscoveryDriver (line 18) | func NewRoutingDiscoveryDriver(name string, routing routing.Routing) IDr... function NewDiscoveryDriver (line 23) | func NewDiscoveryDriver(name string, disc discovery.Discovery) IDriver { FILE: pkg/tinder/driver_localdiscovery.go constant LocalDiscoveryName (line 33) | LocalDiscoveryName = "localdisc" constant recProtocolID (line 35) | recProtocolID = protocol.ID("wesh/p2p/localrecord") constant minTTL (line 37) | minTTL = 7200 * time.Second constant maxLimit (line 38) | maxLimit = 1000 type LocalDiscovery (line 41) | type LocalDiscovery struct method Close (line 98) | func (ld *LocalDiscovery) Close() error { method Advertise (line 103) | func (ld *LocalDiscovery) Advertise(ctx context.Context, cid string, o... method FindPeers (line 141) | func (ld *LocalDiscovery) FindPeers(_ context.Context, cid string, opt... method Subscribe (line 181) | func (ld *LocalDiscovery) Subscribe(ctx context.Context, cid string, o... method getLocalReccord (line 261) | func (ld *LocalDiscovery) getLocalReccord() *Records { method Unregister (line 283) | func (ld *LocalDiscovery) Unregister(_ context.Context, cid string, _ ... method sendRecordsToProximityPeers (line 290) | func (ld *LocalDiscovery) sendRecordsToProximityPeers(ctx context.Cont... method handleStream (line 315) | func (ld *LocalDiscovery) handleStream(s network.Stream) { method sendRecordsTo (line 368) | func (ld *LocalDiscovery) sendRecordsTo(ctx context.Context, p peer.ID... method handleConnection (line 394) | func (ld *LocalDiscovery) handleConnection(ctx context.Context, p peer... method monitorConnection (line 420) | func (ld *LocalDiscovery) monitorConnection(ctx context.Context) error { method Name (line 463) | func (ld *LocalDiscovery) Name() string { type linkedCache (line 55) | type linkedCache struct type recCache (line 62) | type recCache struct function newLinkedCache (line 68) | func newLinkedCache() *linkedCache { function NewLocalDiscovery (line 78) | func NewLocalDiscovery(logger *zap.Logger, host host.Host, _ *rand.Rand)... function isProximityProtocol (line 383) | func isProximityProtocol(addr ma.Multiaddr) bool { FILE: pkg/tinder/driver_localdiscovery_test.go function TestServiceLocalDiscorvery (line 15) | func TestServiceLocalDiscorvery(t *testing.T) { function TestServiceLocalDiscorveryBeforeProtocolRegister (line 77) | func TestServiceLocalDiscorveryBeforeProtocolRegister(t *testing.T) { FILE: pkg/tinder/driver_mock.go type MockDriverServer (line 15) | type MockDriverServer struct method Advertise (line 28) | func (s *MockDriverServer) Advertise(topic string, info peer.AddrInfo,... method FindPeers (line 41) | func (s *MockDriverServer) FindPeers(topic string, limit int) <-chan p... method Unregister (line 72) | func (s *MockDriverServer) Unregister(ctx context.Context, topic strin... method Exist (line 81) | func (s *MockDriverServer) Exist(topic string, _ peer.ID) (ok bool) { method Subscribe (line 86) | func (s *MockDriverServer) Subscribe(ctx context.Context, topic string... method WaitForPeer (line 120) | func (s *MockDriverServer) WaitForPeer(topic string, p peer.ID, timeou... method Client (line 140) | func (s *MockDriverServer) Client(h host.Host) IDriver { function NewMockDriverServer (line 21) | func NewMockDriverServer() *MockDriverServer { type MockIDriverClient (line 146) | type MockIDriverClient struct method Name (line 151) | func (s *MockIDriverClient) Name() string { method FindPeers (line 155) | func (s *MockIDriverClient) FindPeers(_ context.Context, topic string,... method Advertise (line 169) | func (s *MockIDriverClient) Advertise(_ context.Context, topic string,... method Subscribe (line 185) | func (s *MockIDriverClient) Subscribe(ctx context.Context, topic strin... method Unregister (line 203) | func (s *MockIDriverClient) Unregister(ctx context.Context, topic stri... type discOption (line 208) | type discOption constant optionSubscribeBufferSize (line 211) | optionSubscribeBufferSize discOption = "tinder_subsize" function MockBufferSize (line 214) | func MockBufferSize(size int) discovery.Option { FILE: pkg/tinder/driver_mock_test.go function TestMockAdvertise (line 14) | func TestMockAdvertise(t *testing.T) { function TestMockFindPeers (line 39) | func TestMockFindPeers(t *testing.T) { function TestMockSubscribe (line 89) | func TestMockSubscribe(t *testing.T) { function TestMockUnregister (line 147) | func TestMockUnregister(t *testing.T) { FILE: pkg/tinder/driver_rdvp.go type rendezvousDiscovery (line 20) | type rendezvousDiscovery struct method Advertise (line 54) | func (c *rendezvousDiscovery) Advertise(ctx context.Context, topic str... method FindPeers (line 79) | func (c *rendezvousDiscovery) FindPeers(ctx context.Context, topic str... method findPeers (line 96) | func (c *rendezvousDiscovery) findPeers(ctx context.Context, topic str... method Subscribe (line 178) | func (c *rendezvousDiscovery) Subscribe(ctx context.Context, topic str... method Unregister (line 183) | func (c *rendezvousDiscovery) Unregister(ctx context.Context, topic st... method Name (line 195) | func (c *rendezvousDiscovery) Name() string { method getSubscribtionForTopic (line 199) | func (c *rendezvousDiscovery) getSubscribtionForTopic(ctx context.Cont... type rpCache (line 31) | type rpCache struct type rpRecord (line 37) | type rpRecord struct function NewRendezvousDiscovery (line 42) | func NewRendezvousDiscovery(logger *zap.Logger, host host.Host, rdvPeer ... function init (line 221) | func init() { FILE: pkg/tinder/driver_service_test.go function TestMultipleDriversSubscribe (line 23) | func TestMultipleDriversSubscribe(t *testing.T) { function testMultipleDriversSubscribe (line 64) | func testMultipleDriversSubscribe(t *testing.T, ctx context.Context, mn ... function testMakeRendezVousFactory (line 145) | func testMakeRendezVousFactory(target peer.ID) testMakeDriver { function testMakeMockedDriverFactory (line 155) | func testMakeMockedDriverFactory(srv *MockDriverServer) testMakeDriver { function testMakeDHTDriver (line 161) | func testMakeDHTDriver(t *testing.T, logger *zap.Logger, p host.Host) ID... function testMakeLocalDiscoveryDriver (line 174) | func testMakeLocalDiscoveryDriver(t *testing.T, logger *zap.Logger, p ho... FILE: pkg/tinder/filter.go function PublicAddrsOnlyFactory (line 9) | func PublicAddrsOnlyFactory(ms []ma.Multiaddr) []ma.Multiaddr { function PrivateAddrsOnlyFactory (line 14) | func PrivateAddrsOnlyFactory(ms []ma.Multiaddr) []ma.Multiaddr { function AllAddrsFactory (line 18) | func AllAddrsFactory(ms []ma.Multiaddr) []ma.Multiaddr { return ms } FILE: pkg/tinder/notify_network.go type NetworkUpdate (line 19) | type NetworkUpdate struct method WaitForUpdate (line 49) | func (n *NetworkUpdate) WaitForUpdate(ctx context.Context, currentAddr... method GetLastUpdatedAddrs (line 66) | func (n *NetworkUpdate) GetLastUpdatedAddrs(context.Context) (addrs []... method subscribeToNetworkUpdate (line 73) | func (n *NetworkUpdate) subscribeToNetworkUpdate() { method Close (line 101) | func (n *NetworkUpdate) Close() (err error) { function NewNetworkUpdate (line 28) | func NewNetworkUpdate(logger *zap.Logger, h host.Host) (*NetworkUpdate, ... function diffAddrs (line 110) | func diffAddrs(a, b []ma.Multiaddr) []ma.Multiaddr { function getAddrsFromUpdatedAddress (line 138) | func getAddrsFromUpdatedAddress(updated []event.UpdatedAddress) []ma.Mul... FILE: pkg/tinder/options.go type Filter (line 3) | type Filter method ShouldFilter (line 5) | func (f Filter) ShouldFilter(name string) (yes bool) { type Options (line 14) | type Options struct method apply (line 20) | func (o *Options) apply(opts ...Option) error { type Option (line 18) | type Option function FilterOutDrivers (line 30) | func FilterOutDrivers(drivers ...string) Option { FILE: pkg/tinder/peer_cache.go type PeersUpdate (line 14) | type PeersUpdate method HasUpdate (line 16) | func (current PeersUpdate) HasUpdate(tu *topicUpdate) []peer.ID { type topicUpdate (line 27) | type topicUpdate struct type peersCache (line 32) | type peersCache struct method UpdatePeer (line 47) | func (c *peersCache) UpdatePeer(topic string, p peer.AddrInfo) (isNew ... method GetPeers (line 80) | func (c *peersCache) GetPeers(ids ...peer.ID) (peers []peer.AddrInfo) { method GetPeersForTopics (line 91) | func (c *peersCache) GetPeersForTopics(topic string) (peers []peer.Add... method WaitForPeerUpdate (line 110) | func (c *peersCache) WaitForPeerUpdate(ctx context.Context, topic stri... method RemoveFromCache (line 129) | func (c *peersCache) RemoveFromCache(_ context.Context, topic string, ... method getTopicUpdate (line 141) | func (c *peersCache) getTopicUpdate(topic string) *topicUpdate { function newPeerCache (line 40) | func newPeerCache() *peersCache { function mergeAddrInfos (line 156) | func mergeAddrInfos(prevAi, newAi peer.AddrInfo) *peer.AddrInfo { function uniqueAddrs (line 166) | func uniqueAddrs(addrss ...[]ma.Multiaddr) (uniqueAddrs []ma.Multiaddr) { FILE: pkg/tinder/peer_cache_test.go function TestPeerCacheUpdatePeer (line 15) | func TestPeerCacheUpdatePeer(t *testing.T) { function TestPeerCacheWaitForUpdate (line 56) | func TestPeerCacheWaitForUpdate(t *testing.T) { FILE: pkg/tinder/records.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Records (line 23) | type Records struct method Reset (line 31) | func (x *Records) Reset() { method String (line 40) | func (x *Records) String() string { method ProtoMessage (line 44) | func (*Records) ProtoMessage() {} method ProtoReflect (line 46) | func (x *Records) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*Records) Descriptor() ([]byte, []int) { method GetRecords (line 63) | func (x *Records) GetRecords() []*Record { type Record (line 70) | type Record struct method Reset (line 79) | func (x *Record) Reset() { method String (line 88) | func (x *Record) String() string { method ProtoMessage (line 92) | func (*Record) ProtoMessage() {} method ProtoReflect (line 94) | func (x *Record) ProtoReflect() protoreflect.Message { method Descriptor (line 107) | func (*Record) Descriptor() ([]byte, []int) { method GetCid (line 111) | func (x *Record) GetCid() string { method GetExpire (line 118) | func (x *Record) GetExpire() int64 { function file_tinder_records_proto_rawDescGZIP (line 147) | func file_tinder_records_proto_rawDescGZIP() []byte { function init (line 168) | func init() { file_tinder_records_proto_init() } function file_tinder_records_proto_init (line 169) | func file_tinder_records_proto_init() { FILE: pkg/tinder/service.go type Service (line 16) | type Service struct method FindPeers (line 46) | func (s *Service) FindPeers(ctx context.Context, topic string) <-chan ... method Unregister (line 62) | func (s *Service) Unregister(ctx context.Context, topic string) error { method WatchPeers (line 87) | func (s *Service) WatchPeers(ctx context.Context, topic string) <-chan... method fadeIn (line 91) | func (s *Service) fadeIn(ctx context.Context, topic string, in <-chan ... method fadeOut (line 111) | func (s *Service) fadeOut(ctx context.Context, topic string, bufsize i... method Close (line 137) | func (s *Service) Close() error { method GetProcess (line 141) | func (s *Service) GetProcess() uint32 { return atomic.LoadUint32(&s.pr... method incProcess (line 142) | func (s *Service) incProcess() { atomic.AddUint32(&s.process, 1) } method decProcess (line 143) | func (s *Service) decProcess() { atomic.AddUint32(&s.process, ^... function NewService (line 30) | func NewService(h host.Host, logger *zap.Logger, drivers ...IDriver) (*S... FILE: pkg/tinder/service_adaptater.go type discoverySubscribtion (line 17) | type discoverySubscribtion struct type DiscoveryAdaptater (line 22) | type DiscoveryAdaptater struct method FindPeers (line 58) | func (a *DiscoveryAdaptater) FindPeers(_ context.Context, topic string... method Advertise (line 107) | func (a *DiscoveryAdaptater) Advertise(_ context.Context, topic string... method Close (line 160) | func (a *DiscoveryAdaptater) Close() error { function NewDiscoveryAdaptater (line 43) | func NewDiscoveryAdaptater(logger *zap.Logger, service *Service, default... FILE: pkg/tinder/service_advertises.go constant defaultTTL (line 13) | defaultTTL = time.Hour method StartAdvertises (line 16) | func (s *Service) StartAdvertises(ctx context.Context, topic string, opt... method advertise (line 43) | func (s *Service) advertise(ctx context.Context, d IDriver, topic string... FILE: pkg/tinder/service_mocked_test.go function TestMockedServiceSubscribeMultipleDriver (line 19) | func TestMockedServiceSubscribeMultipleDriver(t *testing.T) { function TestMockedServiceSubscribePull (line 91) | func TestMockedServiceSubscribePull(t *testing.T) { function TestMockedServiceSubscribeDuplicatePeer (line 154) | func TestMockedServiceSubscribeDuplicatePeer(t *testing.T) { function newTestMockedService (line 203) | func newTestMockedService(t *testing.T, logger *zap.Logger, mn mocknet.M... FILE: pkg/tinder/service_subscription.go type Subscription (line 11) | type Subscription struct method Out (line 20) | func (s *Subscription) Out() <-chan peer.AddrInfo { method Pull (line 24) | func (s *Subscription) Pull() error { method Close (line 28) | func (s *Subscription) Close() error { method Subscribe (line 33) | func (s *Service) Subscribe(topic string, opts ...Option) *Subscription { method LookupPeers (line 51) | func (s *Service) LookupPeers(ctx context.Context, topic string, opts ..... method WatchTopic (line 84) | func (s *Service) WatchTopic(ctx context.Context, topic string, opts ...... FILE: pkg/tinder/testing_test.go function makeRendezvousService (line 24) | func makeRendezvousService(t *testing.T, mn mocknet.Mocknet) (target pee... function testWaitForPeers (line 41) | func testWaitForPeers(t *testing.T, out <-chan peer.AddrInfo, timeout ti... function testDrainChannel (line 52) | func testDrainChannel(t *testing.T, out <-chan peer.AddrInfo, timeout ti... function testPeersChanToSlice (line 69) | func testPeersChanToSlice(t *testing.T, out <-chan peer.AddrInfo) (peers... function genLocalPeer (line 80) | func genLocalPeer(t *testing.T, mn mocknet.Mocknet) host.Host { FILE: pkg/tyber/context.go type traceIDKeyType (line 12) | type traceIDKeyType constant traceIDKey (line 15) | traceIDKey traceIDKeyType = "TyberTraceID" constant noTraceID (line 16) | noTraceID string = "no_trace_id" constant uuidFallback (line 17) | uuidFallback string = "409123fa-4dd5-11eb-a4a1-675173c25b22" function ContextWithTraceID (line 25) | func ContextWithTraceID(ctx context.Context) (context.Context, bool) { function ContextWithConstantTraceID (line 37) | func ContextWithConstantTraceID(ctx context.Context, traceID string) con... function GetTraceIDFromContext (line 48) | func GetTraceIDFromContext(ctx context.Context) string { function ContextWithoutTraceID (line 55) | func ContextWithoutTraceID(ctx context.Context) context.Context { function newID (line 59) | func newID() string { FILE: pkg/tyber/format.go type Detail (line 13) | type Detail struct function safeJSONMarshal (line 18) | func safeJSONMarshal(v any) string { function JSONDetail (line 26) | func JSONDetail(name string, val any) Detail { function WithJSONDetail (line 30) | func WithJSONDetail(name string, val any) StepMutator { function WithError (line 37) | func WithError(err error) StepMutator { type LogType (line 44) | type LogType method IsKnown (line 55) | func (lt LogType) IsKnown() bool { constant TraceType (line 47) | TraceType LogType = "trace" constant StepType (line 48) | StepType LogType = "step" constant EventType (line 49) | EventType LogType = "event" constant SubscribeType (line 50) | SubscribeType LogType = "subcribe" type StatusType (line 59) | type StatusType constant Running (line 62) | Running StatusType = "running" constant Succeeded (line 63) | Succeeded StatusType = "succeeded" constant Failed (line 64) | Failed StatusType = "failed" type Trace (line 67) | type Trace struct type Event (line 71) | type Event struct function FormatTraceLogFields (line 75) | func FormatTraceLogFields(ctx context.Context) []zapcore.Field { function FormatEventLogFields (line 84) | func FormatEventLogFields(_ context.Context, details []Detail) []zapcore... function ZapFieldsToDetails (line 93) | func ZapFieldsToDetails(fields ...zap.Field) []Detail { FILE: pkg/tyber/ipfs.go function WithCIDDetail (line 7) | func WithCIDDetail(name string, cidBytes []byte) StepMutator { FILE: pkg/tyber/log.go constant tyberLogNS (line 9) | tyberLogNS = "tyber" function LogError (line 11) | func LogError(ctx context.Context, logger *zap.Logger, text string, err ... function LogFatalError (line 25) | func LogFatalError(ctx context.Context, logger *zap.Logger, text string,... function LogTraceEnd (line 29) | func LogTraceEnd(ctx context.Context, logger *zap.Logger, text string, m... function LogTraceStart (line 33) | func LogTraceStart(ctx context.Context, logger *zap.Logger, text string) { function LogStep (line 37) | func LogStep(ctx context.Context, logger *zap.Logger, text string, mutat... FILE: pkg/tyber/section.go function Section (line 9) | func Section(ctx context.Context, logger *zap.Logger, name string) (cont... function SimpleSection (line 41) | func SimpleSection(ctx context.Context, logger *zap.Logger, name string)... FILE: pkg/tyber/step.go type Step (line 13) | type Step struct function FormatStepLogFields (line 26) | func FormatStepLogFields(ctx context.Context, details []Detail, mutators... function ForceReopen (line 51) | func ForceReopen(s Step) Step { function EndTrace (line 56) | func EndTrace(s Step) Step { function Fatal (line 61) | func Fatal(s Step) Step { function Status (line 69) | func Status(st StatusType) StepMutator { function UpdateTraceName (line 76) | func UpdateTraceName(newTitle string) StepMutator { function WithDetail (line 83) | func WithDetail(name string, description string) StepMutator { FILE: pkg/tyber/subscribe.go type Subscribe (line 10) | type Subscribe struct function FormatSubscribeLogFields (line 16) | func FormatSubscribeLogFields(ctx context.Context, targetName string, ta... FILE: pkg/username/android.go constant defaultUsername (line 28) | defaultUsername = "android#1337" function getUsername (line 30) | func getUsername() string { FILE: pkg/username/ios.go constant defaultUsername (line 22) | defaultUsername = "ios#1337" function getUsername (line 24) | func getUsername() string { FILE: pkg/username/others.go constant defaultUsername (line 7) | defaultUsername = "anon#1337" function getUsername (line 9) | func getUsername() string { FILE: pkg/username/username.go function GetUsername (line 5) | func GetUsername() string { FILE: pkg/verifiablecredstypes/bertyverifiablecreds.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type FlowType (line 23) | type FlowType method Enum (line 51) | func (x FlowType) Enum() *FlowType { method String (line 57) | func (x FlowType) String() string { method Descriptor (line 61) | func (FlowType) Descriptor() protoreflect.EnumDescriptor { method Type (line 65) | func (FlowType) Type() protoreflect.EnumType { method Number (line 69) | func (x FlowType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 74) | func (FlowType) EnumDescriptor() ([]byte, []int) { constant FlowType_FlowTypeUndefined (line 26) | FlowType_FlowTypeUndefined FlowType = 0 constant FlowType_FlowTypeCode (line 28) | FlowType_FlowTypeCode FlowType = 1 constant FlowType_FlowTypeAuth (line 30) | FlowType_FlowTypeAuth FlowType = 2 constant FlowType_FlowTypeProof (line 32) | FlowType_FlowTypeProof FlowType = 3 type CodeStrategy (line 78) | type CodeStrategy method Enum (line 106) | func (x CodeStrategy) Enum() *CodeStrategy { method String (line 112) | func (x CodeStrategy) String() string { method Descriptor (line 116) | func (CodeStrategy) Descriptor() protoreflect.EnumDescriptor { method Type (line 120) | func (CodeStrategy) Type() protoreflect.EnumType { method Number (line 124) | func (x CodeStrategy) Number() protoreflect.EnumNumber { method EnumDescriptor (line 129) | func (CodeStrategy) EnumDescriptor() ([]byte, []int) { constant CodeStrategy_CodeStrategyUndefined (line 81) | CodeStrategy_CodeStrategyUndefined CodeStrategy = 0 constant CodeStrategy_CodeStrategy6Digits (line 83) | CodeStrategy_CodeStrategy6Digits CodeStrategy = 1 constant CodeStrategy_CodeStrategy10Chars (line 85) | CodeStrategy_CodeStrategy10Chars CodeStrategy = 2 constant CodeStrategy_CodeStrategyMocked6Zeroes (line 87) | CodeStrategy_CodeStrategyMocked6Zeroes CodeStrategy = 999 type StateChallenge (line 134) | type StateChallenge struct method Reset (line 146) | func (x *StateChallenge) Reset() { method String (line 155) | func (x *StateChallenge) String() string { method ProtoMessage (line 159) | func (*StateChallenge) ProtoMessage() {} method ProtoReflect (line 161) | func (x *StateChallenge) ProtoReflect() protoreflect.Message { method Descriptor (line 174) | func (*StateChallenge) Descriptor() ([]byte, []int) { method GetTimestamp (line 178) | func (x *StateChallenge) GetTimestamp() []byte { method GetNonce (line 185) | func (x *StateChallenge) GetNonce() []byte { method GetBertyLink (line 192) | func (x *StateChallenge) GetBertyLink() string { method GetRedirectUri (line 199) | func (x *StateChallenge) GetRedirectUri() string { method GetState (line 206) | func (x *StateChallenge) GetState() string { type StateCode (line 214) | type StateCode struct method Reset (line 228) | func (x *StateCode) Reset() { method String (line 237) | func (x *StateCode) String() string { method ProtoMessage (line 241) | func (*StateCode) ProtoMessage() {} method ProtoReflect (line 243) | func (x *StateCode) ProtoReflect() protoreflect.Message { method Descriptor (line 256) | func (*StateCode) Descriptor() ([]byte, []int) { method GetTimestamp (line 260) | func (x *StateCode) GetTimestamp() []byte { method GetBertyLink (line 267) | func (x *StateCode) GetBertyLink() string { method GetCodeStrategy (line 274) | func (x *StateCode) GetCodeStrategy() CodeStrategy { method GetIdentifier (line 281) | func (x *StateCode) GetIdentifier() string { method GetCode (line 288) | func (x *StateCode) GetCode() string { method GetRedirectUri (line 295) | func (x *StateCode) GetRedirectUri() string { method GetState (line 302) | func (x *StateCode) GetState() string { type AccountCryptoChallenge (line 309) | type AccountCryptoChallenge struct method Reset (line 317) | func (x *AccountCryptoChallenge) Reset() { method String (line 326) | func (x *AccountCryptoChallenge) String() string { method ProtoMessage (line 330) | func (*AccountCryptoChallenge) ProtoMessage() {} method ProtoReflect (line 332) | func (x *AccountCryptoChallenge) ProtoReflect() protoreflect.Message { method Descriptor (line 345) | func (*AccountCryptoChallenge) Descriptor() ([]byte, []int) { method GetChallenge (line 349) | func (x *AccountCryptoChallenge) GetChallenge() string { function file_verifiablecredstypes_bertyverifiablecreds_proto_rawDescGZIP (line 417) | func file_verifiablecredstypes_bertyverifiablecreds_proto_rawDescGZIP() ... function init (line 442) | func init() { file_verifiablecredstypes_bertyverifiablecreds_proto_init() } function file_verifiablecredstypes_bertyverifiablecreds_proto_init (line 443) | func file_verifiablecredstypes_bertyverifiablecreds_proto_init() { FILE: scenario_test.go type testCase (line 28) | type testCase struct type testFunc (line 37) | type testFunc function TestScenario_CreateMultiMemberGroup (line 41) | func TestScenario_CreateMultiMemberGroup(t *testing.T) { function TestScenario_MessageMultiMemberGroup (line 59) | func TestScenario_MessageMultiMemberGroup(t *testing.T) { function TestScenario_GroupDeviceStatusOnMultiMemberGroup (line 82) | func TestScenario_GroupDeviceStatusOnMultiMemberGroup(t *testing.T) { function testGroupDeviceStatus (line 99) | func testGroupDeviceStatus(ctx context.Context, t *testing.T, groupID []... function TestScenario_MessageSeveralMultiMemberGroups (line 199) | func TestScenario_MessageSeveralMultiMemberGroups(t *testing.T) { function TestScenario_AddContact (line 227) | func TestScenario_AddContact(t *testing.T) { function TestScenario_MessageContactGroup (line 241) | func TestScenario_MessageContactGroup(t *testing.T) { function TestScenario_MessageAccountGroup (line 260) | func TestScenario_MessageAccountGroup(t *testing.T) { function TestScenario_MessageAccountGroup_NonMocked (line 277) | func TestScenario_MessageAccountGroup_NonMocked(t *testing.T) { function TestScenario_MessageAccountAndMultiMemberGroups (line 294) | func TestScenario_MessageAccountAndMultiMemberGroups(t *testing.T) { function TestScenario_MessageAccountAndContactGroups (line 336) | func TestScenario_MessageAccountAndContactGroups(t *testing.T) { function testingScenario (line 375) | func testingScenario(t *testing.T, tcs []testCase, tf testFunc) { function testingScenarioNonMocked (line 424) | func testingScenarioNonMocked(t *testing.T, tcs []testCase, tf testFunc) { function createMultiMemberGroup (line 473) | func createMultiMemberGroup(ctx context.Context, t *testing.T, tps ...*w... function addAsContact (line 477) | func addAsContact(ctx context.Context, t *testing.T, senders, receivers ... function getContactGroup (line 642) | func getContactGroup(ctx context.Context, t *testing.T, source *weshnet.... function sendMessageToContact (line 652) | func sendMessageToContact(ctx context.Context, t *testing.T, messages []... function sendMessageOnGroup (line 669) | func sendMessageOnGroup(ctx context.Context, t *testing.T, senders, rece... function getAccountPubKey (line 891) | func getAccountPubKey(t *testing.T, tp *weshnet.TestingProtocol) []byte { function getAccountB64PubKey (line 903) | func getAccountB64PubKey(t *testing.T, tp *weshnet.TestingProtocol) stri... FILE: service.go type Service (line 52) | type Service interface type service (line 60) | type service struct method IpfsCoreAPI (line 424) | func (s *service) IpfsCoreAPI() coreiface.CoreAPI { method Close (line 428) | func (s *service) Close() error { method startGroupDeviceMonitor (line 474) | func (s *service) startGroupDeviceMonitor() { method Status (line 549) | func (s *service) Status() Status { type Opts (line 87) | type Opts struct method applyPushDefaults (line 111) | func (opts *Opts) applyPushDefaults() { method applyDefaultsGetDatastore (line 121) | func (opts *Opts) applyDefaultsGetDatastore() error { method applyDefaults (line 154) | func (opts *Opts) applyDefaults(ctx context.Context) error { function NewService (line 349) | func NewService(opts Opts) (_ Service, err error) { type Status (line 544) | type Status struct FILE: service_client.go constant defaultLoggingFiltersKey (line 21) | defaultLoggingFiltersKey = ":default:" constant defaultLoggingFiltersValue (line 22) | defaultLoggingFiltersValue = "info+:bty.* error+:*,-ipfs*,-*.tyber" type ServiceClient (line 25) | type ServiceClient interface type ServiceOption (line 31) | type ServiceOption function NewServiceClient (line 61) | func NewServiceClient(opts Opts) (ServiceClient, error) { function NewInMemoryServiceClient (line 99) | func NewInMemoryServiceClient(options ...ServiceOption) (ServiceClient, ... function NewPersistentServiceClient (line 118) | func NewPersistentServiceClient(path string, options ...ServiceOption) (... constant ClientBufferSize (line 166) | ClientBufferSize = 4 * 1024 * 1024 type serviceClient (line 168) | type serviceClient struct method Close (line 191) | func (c *serviceClient) Close() (err error) { type persistentServiceClient (line 176) | type persistentServiceClient struct method Close (line 181) | func (p *persistentServiceClient) Close() error { type client (line 204) | type client struct method Close (line 211) | func (c *client) Close() error { function NewClientFromService (line 217) | func NewClientFromService(ctx context.Context, s *grpc.Server, svc Servi... function setupDefaultLogger (line 237) | func setupDefaultLogger() (logger *zap.Logger, cleanup func(), err error) { FILE: service_group.go method getContactGroup (line 16) | func (s *service) getContactGroup(key crypto.PubKey) (*protocoltypes.Gro... method getGroupForPK (line 25) | func (s *service) getGroupForPK(ctx context.Context, pk crypto.PubKey) (... method deactivateGroup (line 52) | func (s *service) deactivateGroup(pk crypto.PubKey) error { method activateGroup (line 81) | func (s *service) activateGroup(ctx context.Context, pk crypto.PubKey, l... method GetContextGroupForID (line 155) | func (s *service) GetContextGroupForID(id []byte) (*GroupContext, error) { function reindexGroupDatastore (line 172) | func reindexGroupDatastore(ctx context.Context, secretStore secretstore.... method getAccountGroup (line 209) | func (s *service) getAccountGroup() *GroupContext { FILE: store_message.go type MessageStore (line 34) | type MessageStore struct method setLogger (line 58) | func (m *MessageStore) setLogger(l *zap.Logger) { method openMessage (line 66) | func (m *MessageStore) openMessage(ctx context.Context, e ipfslog.Entr... method CacheSizeForDevicePK (line 109) | func (m *MessageStore) CacheSizeForDevicePK(devicePK []byte) (size int... method ProcessMessageQueueForDevicePK (line 119) | func (m *MessageStore) ProcessMessageQueueForDevicePK(ctx context.Cont... method processMessage (line 137) | func (m *MessageStore) processMessage(ctx context.Context, message *me... method processMessageLoop (line 158) | func (m *MessageStore) processMessageLoop(ctx context.Context, tracer ... method getOrCreateDeviceCache (line 201) | func (m *MessageStore) getOrCreateDeviceCache(ctx context.Context, mes... method processDeviceMessagesInQueue (line 229) | func (m *MessageStore) processDeviceMessagesInQueue(device *groupCache) { method addToMessageQueue (line 236) | func (m *MessageStore) addToMessageQueue(_ context.Context, e ipfslog.... method ListEvents (line 264) | func (m *MessageStore) ListEvents(ctx context.Context, since, until []... method AddMessage (line 293) | func (m *MessageStore) AddMessage(ctx context.Context, payload []byte)... method GetMessageByCID (line 487) | func (m *MessageStore) GetMessageByCID(c cid.Cid) (operation.Operation... method GetOutOfStoreMessageEnvelope (line 501) | func (m *MessageStore) GetOutOfStoreMessageEnvelope(_ context.Context,... method Close (line 520) | func (m *MessageStore) Close() error { type groupCache (line 103) | type groupCache struct function messageStoreAddMessage (line 313) | func messageStoreAddMessage(ctx context.Context, g *protocoltypes.Group,... function constructorFactoryGroupMessage (line 362) | func constructorFactoryGroupMessage(s *WeshOrbitDB, logger *zap.Logger) ... FILE: store_message_metrics.go constant messageMetricNamespace (line 12) | messageMetricNamespace = "bty_store_message" type messageMetricsTracer (line 29) | type messageMetricsTracer struct method ItemQueued (line 48) | func (s *messageMetricsTracer) ItemQueued(name string, m *messageItem) { method ItemPop (line 54) | func (s *messageMetricsTracer) ItemPop(name string, m *messageItem) { function newMessageMetricsTracer (line 33) | func newMessageMetricsTracer(reg prometheus.Registerer) (mt *messageMetr... FILE: store_message_queue.go type messageItem (line 12) | type messageItem struct method Counter (line 19) | func (m *messageItem) Counter() uint64 { function newMessageQueue (line 25) | func newMessageQueue(name string, tracer queue.MetricsTracer[*messageIte... function newPriorityMessageQueue (line 31) | func newPriorityMessageQueue(name string, tracer queue.MetricsTracer[*me... FILE: store_message_test.go function countEntries (line 19) | func countEntries(out <-chan *protocoltypes.GroupMessageEvent) int { function Test_AddMessage_ListMessages_manually_supplying_secrets (line 29) | func Test_AddMessage_ListMessages_manually_supplying_secrets(t *testing.... function bufferCount (line 111) | func bufferCount(buffer *ring.Ring) int { function Test_Add_Messages_To_Cache (line 121) | func Test_Add_Messages_To_Cache(t *testing.T) { FILE: store_metadata.go type MetadataStore (line 33) | type MetadataStore struct method typeChecker (line 63) | func (m *MetadataStore) typeChecker(types ...func(m *MetadataStore) bo... method setLogger (line 73) | func (m *MetadataStore) setLogger(l *zap.Logger) { method ListEvents (line 111) | func (m *MetadataStore) ListEvents(_ context.Context, since, until []b... method AddDeviceToGroup (line 140) | func (m *MetadataStore) AddDeviceToGroup(ctx context.Context) (operati... method SendSecret (line 186) | func (m *MetadataStore) SendSecret(ctx context.Context, memberPK crypt... method ClaimGroupOwnership (line 233) | func (m *MetadataStore) ClaimGroupOwnership(ctx context.Context, group... method ListContacts (line 312) | func (m *MetadataStore) ListContacts() map[string]*AccountContact { method ListVerifiedCredentials (line 316) | func (m *MetadataStore) ListVerifiedCredentials() []*protocoltypes.Acc... method GetMemberByDevice (line 320) | func (m *MetadataStore) GetMemberByDevice(pk crypto.PubKey) (crypto.Pu... method GetDevicesForMember (line 324) | func (m *MetadataStore) GetDevicesForMember(pk crypto.PubKey) ([]crypt... method ListAdmins (line 328) | func (m *MetadataStore) ListAdmins() []crypto.PubKey { method GetIncomingContactRequestsStatus (line 336) | func (m *MetadataStore) GetIncomingContactRequestsStatus() (bool, *pro... method ListMembers (line 358) | func (m *MetadataStore) ListMembers() []crypto.PubKey { method ListDevices (line 366) | func (m *MetadataStore) ListDevices() []crypto.PubKey { method ListMultiMemberGroups (line 370) | func (m *MetadataStore) ListMultiMemberGroups() []*protocoltypes.Group { method ListOtherMembersDevices (line 395) | func (m *MetadataStore) ListOtherMembersDevices() []crypto.PubKey { method GetRequestOwnMetadataForContact (line 399) | func (m *MetadataStore) GetRequestOwnMetadataForContact(pk []byte) ([]... method ListContactsByStatus (line 416) | func (m *MetadataStore) ListContactsByStatus(states ...protocoltypes.C... method GetContactFromGroupPK (line 441) | func (m *MetadataStore) GetContactFromGroupPK(groupPK []byte) *protoco... method checkIfInGroup (line 461) | func (m *MetadataStore) checkIfInGroup(pk []byte) bool { method GroupJoin (line 478) | func (m *MetadataStore) GroupJoin(ctx context.Context, g *protocoltype... method GroupLeave (line 497) | func (m *MetadataStore) GroupLeave(ctx context.Context, pk crypto.PubK... method ContactRequestDisable (line 519) | func (m *MetadataStore) ContactRequestDisable(ctx context.Context) (op... method ContactRequestEnable (line 528) | func (m *MetadataStore) ContactRequestEnable(ctx context.Context) (ope... method ContactRequestReferenceReset (line 537) | func (m *MetadataStore) ContactRequestReferenceReset(ctx context.Conte... method ContactRequestOutgoingEnqueue (line 553) | func (m *MetadataStore) ContactRequestOutgoingEnqueue(ctx context.Cont... method ContactRequestOutgoingSent (line 600) | func (m *MetadataStore) ContactRequestOutgoingSent(ctx context.Context... method ContactRequestIncomingReceived (line 625) | func (m *MetadataStore) ContactRequestIncomingReceived(ctx context.Con... method ContactRequestIncomingDiscard (line 675) | func (m *MetadataStore) ContactRequestIncomingDiscard(ctx context.Cont... method ContactRequestIncomingAccept (line 688) | func (m *MetadataStore) ContactRequestIncomingAccept(ctx context.Conte... method ContactBlock (line 701) | func (m *MetadataStore) ContactBlock(ctx context.Context, pk crypto.Pu... method ContactUnblock (line 719) | func (m *MetadataStore) ContactUnblock(ctx context.Context, pk crypto.... method ContactSendAliasKey (line 731) | func (m *MetadataStore) ContactSendAliasKey(ctx context.Context) (oper... method SendAliasProof (line 751) | func (m *MetadataStore) SendAliasProof(ctx context.Context) (operation... method SendAppMetadata (line 765) | func (m *MetadataStore) SendAppMetadata(ctx context.Context, message [... method SendAccountVerifiedCredentialAdded (line 771) | func (m *MetadataStore) SendAccountVerifiedCredentialAdded(ctx context... method SendGroupReplicating (line 779) | func (m *MetadataStore) SendGroupReplicating(ctx context.Context, auth... method attributeSignAndAddEvent (line 801) | func (m *MetadataStore) attributeSignAndAddEvent(ctx context.Context, ... method contactAction (line 814) | func (m *MetadataStore) contactAction(ctx context.Context, pk crypto.P... method groupAction (line 846) | func (m *MetadataStore) groupAction(ctx context.Context, pk crypto.Pub... method getContactStatus (line 857) | func (m *MetadataStore) getContactStatus(pk crypto.PubKey) protocoltyp... method checkContactStatus (line 871) | func (m *MetadataStore) checkContactStatus(pk crypto.PubKey, states ..... method initEmitter (line 1017) | func (m *MetadataStore) initEmitter() (err error) { method Close (line 1034) | func (m *MetadataStore) Close() error { function isMultiMemberGroup (line 51) | func isMultiMemberGroup(m *MetadataStore) bool { function isAccountGroup (line 55) | func isAccountGroup(m *MetadataStore) bool { function isContactGroup (line 59) | func isContactGroup(m *MetadataStore) bool { function openMetadataEntry (line 86) | func openMetadataEntry(log ipfslog.Log, e ipfslog.Entry, g *protocoltype... function MetadataStoreAddDeviceToGroup (line 149) | func MetadataStoreAddDeviceToGroup(ctx context.Context, m *MetadataStore... function MetadataStoreSendSecret (line 208) | func MetadataStoreSendSecret(ctx context.Context, m *MetadataStore, g *p... function signProtoWithDevice (line 250) | func signProtoWithDevice(message proto.Message, memberDevice secretstore... function signProtoWithPrivateKey (line 264) | func signProtoWithPrivateKey(message proto.Message, sk crypto.PrivKey) (... function metadataStoreAddEvent (line 278) | func metadataStoreAddEvent(ctx context.Context, m *MetadataStore, g *pro... type accountSignableEvent (line 786) | type accountSignableEvent interface type accountContactEvent (line 791) | type accountContactEvent interface type accountGroupEvent (line 796) | type accountGroupEvent interface type EventMetadataReceived (line 877) | type EventMetadataReceived struct function constructorFactoryGroupMetadata (line 882) | func constructorFactoryGroupMetadata(s *WeshOrbitDB, logger *zap.Logger)... function genNewSeed (line 1029) | func genNewSeed() (seed []byte, err error) { FILE: store_metadata_index.go type metadataStoreIndex (line 21) | type metadataStoreIndex struct method Get (line 48) | func (m *metadataStoreIndex) Get(key string) any { method setLogger (line 52) | func (m *metadataStoreIndex) setLogger(logger *zap.Logger) { method UpdateIndex (line 60) | func (m *metadataStoreIndex) UpdateIndex(log ipfslog.Log, _ []ipfslog.... method handleGroupMemberDeviceAdded (line 126) | func (m *metadataStoreIndex) handleGroupMemberDeviceAdded(event proto.... method handleGroupDeviceChainKeyAdded (line 154) | func (m *metadataStoreIndex) handleGroupDeviceChainKeyAdded(event prot... method getMemberByDevice (line 177) | func (m *metadataStoreIndex) getMemberByDevice(devicePublicKey crypto.... method unsafeGetMemberByDevice (line 189) | func (m *metadataStoreIndex) unsafeGetMemberByDevice(publicKeyBytes []... method getDevicesForMember (line 202) | func (m *metadataStoreIndex) getDevicesForMember(pk crypto.PubKey) ([]... method MemberCount (line 224) | func (m *metadataStoreIndex) MemberCount() int { method DeviceCount (line 231) | func (m *metadataStoreIndex) DeviceCount() int { method listContacts (line 238) | func (m *metadataStoreIndex) listContacts() map[string]*AccountContact { method listVerifiedCredentials (line 258) | func (m *metadataStoreIndex) listVerifiedCredentials() []*protocoltype... method listMembers (line 265) | func (m *metadataStoreIndex) listMembers() []crypto.PubKey { method listDevices (line 280) | func (m *metadataStoreIndex) listDevices() []crypto.PubKey { method areSecretsAlreadySent (line 295) | func (m *metadataStoreIndex) areSecretsAlreadySent(pk crypto.PubKey) (... method handleGroupJoined (line 325) | func (m *metadataStoreIndex) handleGroupJoined(event proto.Message) er... method handleGroupLeft (line 344) | func (m *metadataStoreIndex) handleGroupLeft(event proto.Message) error { method handleContactRequestDisabled (line 362) | func (m *metadataStoreIndex) handleContactRequestDisabled(event proto.... method handleContactRequestEnabled (line 378) | func (m *metadataStoreIndex) handleContactRequestEnabled(event proto.M... method handleContactRequestReferenceReset (line 394) | func (m *metadataStoreIndex) handleContactRequestReferenceReset(event ... method registerContactFromGroupPK (line 409) | func (m *metadataStoreIndex) registerContactFromGroupPK(ac *AccountCon... method handleContactRequestOutgoingEnqueued (line 429) | func (m *metadataStoreIndex) handleContactRequestOutgoingEnqueued(even... method handleContactRequestOutgoingSent (line 466) | func (m *metadataStoreIndex) handleContactRequestOutgoingSent(event pr... method handleContactRequestIncomingReceived (line 489) | func (m *metadataStoreIndex) handleContactRequestIncomingReceived(even... method handleContactRequestIncomingDiscarded (line 522) | func (m *metadataStoreIndex) handleContactRequestIncomingDiscarded(eve... method handleContactRequestIncomingAccepted (line 545) | func (m *metadataStoreIndex) handleContactRequestIncomingAccepted(even... method handleContactBlocked (line 568) | func (m *metadataStoreIndex) handleContactBlocked(event proto.Message)... method handleContactUnblocked (line 591) | func (m *metadataStoreIndex) handleContactUnblocked(event proto.Messag... method handleContactAliasKeyAdded (line 614) | func (m *metadataStoreIndex) handleContactAliasKeyAdded(event proto.Me... method handleMultiMemberInitialMember (line 625) | func (m *metadataStoreIndex) handleMultiMemberInitialMember(event prot... method handleMultiMemberGrantAdminRole (line 646) | func (m *metadataStoreIndex) handleMultiMemberGrantAdminRole(event pro... method handleGroupMetadataPayloadSent (line 652) | func (m *metadataStoreIndex) handleGroupMetadataPayloadSent(_ proto.Me... method handleAccountVerifiedCredentialRegistered (line 656) | func (m *metadataStoreIndex) handleAccountVerifiedCredentialRegistered... method listAdmins (line 667) | func (m *metadataStoreIndex) listAdmins() []crypto.PubKey { method listOtherMembersDevices (line 682) | func (m *metadataStoreIndex) listOtherMembersDevices() []crypto.PubKey { method contactRequestsEnabled (line 710) | func (m *metadataStoreIndex) contactRequestsEnabled() bool { method contactRequestsSeed (line 717) | func (m *metadataStoreIndex) contactRequestsSeed() []byte { method getContact (line 724) | func (m *metadataStoreIndex) getContact(pk crypto.PubKey) (*AccountCon... method postHandlerSentAliases (line 741) | func (m *metadataStoreIndex) postHandlerSentAliases() error { type accountGroupJoinedState (line 308) | type accountGroupJoinedState constant accountGroupJoinedStateJoined (line 311) | accountGroupJoinedStateJoined accountGroupJoinedState = iota + 1 constant accountGroupJoinedStateLeft (line 312) | accountGroupJoinedStateLeft type accountGroup (line 315) | type accountGroup struct type AccountContact (line 320) | type AccountContact struct function newMetadataIndex (line 767) | func newMetadataIndex(ctx context.Context, g *protocoltypes.Group, md se... FILE: store_metadata_test.go function TestMetadataStoreSecret_Basic (line 25) | func TestMetadataStoreSecret_Basic(t *testing.T) { function TestMetadataStoreMember (line 57) | func TestMetadataStoreMember(t *testing.T) { function testMemberStore (line 87) | func testMemberStore(t *testing.T, memberCount, deviceCount int) { function ipfsAPIUsingMockNet (line 146) | func ipfsAPIUsingMockNet(ctx context.Context, t *testing.T) ipfsutil.Ext... function TestMetadataRendezvousPointLifecycle (line 158) | func TestMetadataRendezvousPointLifecycle(t *testing.T) { function TestMetadataContactLifecycle (line 223) | func TestMetadataContactLifecycle(t *testing.T) { function TestMetadataAliasLifecycle (line 487) | func TestMetadataAliasLifecycle(t *testing.T) { function TestMetadataGroupsLifecycle (line 535) | func TestMetadataGroupsLifecycle(t *testing.T) { function TestFlappyMultiDevices_Basic (line 654) | func TestFlappyMultiDevices_Basic(t *testing.T) { FILE: store_options.go function DefaultOrbitDBOptions (line 16) | func DefaultOrbitDBOptions(g *protocoltypes.Group, options *orbitdb.Crea... function defaultACForGroup (line 66) | func defaultACForGroup(g *protocoltypes.Group, storeType string) (access... function defaultIdentityForGroup (line 100) | func defaultIdentityForGroup(ctx context.Context, g *protocoltypes.Group... function readIdentityForGroup (line 123) | func readIdentityForGroup(g *protocoltypes.Group, ks *BertySignedKeyStor... FILE: store_utils.go function getEntriesInRange (line 11) | func getEntriesInRange(entries []ipliface.IPFSLogEntry, since, until []b... function iterateOverEntries (line 53) | func iterateOverEntries(entries []ipliface.IPFSLogEntry, reverse bool, f... FILE: testing.go constant InMemoryDir (line 41) | InMemoryDir = ":memory:" function NewTestOrbitDB (line 43) | func NewTestOrbitDB(ctx context.Context, t *testing.T, logger *zap.Logge... type mockedPeer (line 75) | type mockedPeer struct method PeerInfo (line 82) | func (m *mockedPeer) PeerInfo() peer.AddrInfo { type TestingProtocol (line 86) | type TestingProtocol struct type TestingOpts (line 98) | type TestingOpts struct method applyDefaults (line 208) | func (opts *TestingOpts) applyDefaults(ctx context.Context, t testing.... function NewTestingProtocol (line 108) | func NewTestingProtocol(ctx context.Context, t testing.TB, opts *Testing... function NewTestingProtocolWithMockedPeers (line 223) | func NewTestingProtocolWithMockedPeers(ctx context.Context, t testing.TB... function TestingService (line 257) | func TestingService(ctx context.Context, t testing.TB, opts Opts) (Servi... function TestingClientFromServer (line 282) | func TestingClientFromServer(ctx context.Context, t testing.TB, s *grpc.... function TestingClient (line 296) | func TestingClient(ctx context.Context, t testing.TB, svc Service, clien... type ConnectTestingProtocolFunc (line 315) | type ConnectTestingProtocolFunc function ConnectAll (line 318) | func ConnectAll(t testing.TB, m mocknet.Mocknet) { function ConnectInLine (line 333) | func ConnectInLine(t testing.TB, m mocknet.Mocknet) { function CreatePeersWithGroupTest (line 347) | func CreatePeersWithGroupTest(ctx context.Context, t testing.TB, pathBas... function connectPeers (line 445) | func connectPeers(ctx context.Context, t testing.TB, mn mocknet.Mocknet) { function dropPeers (line 455) | func dropPeers(t *testing.T, mockedPeers []*mockedPeer) { type ServiceMethods (line 479) | type ServiceMethods interface function GetRootDatastoreForPath (line 483) | func GetRootDatastoreForPath(dir string, key []byte, salt []byte, logger... function CreateMultiMemberGroupInstance (line 508) | func CreateMultiMemberGroupInstance(ctx context.Context, t *testing.T, t... function isEventAddSecretTargetedToMember (line 670) | func isEventAddSecretTargetedToMember(ownRawPK []byte, evt *protocoltype... FILE: testing_test.go function TestClient_impl (line 15) | func TestClient_impl(t *testing.T) { function TestEmptyArgs (line 20) | func TestEmptyArgs(t *testing.T) { function TestTestingProtocol (line 32) | func TestTestingProtocol(t *testing.T) { function TestTestingProtocolWithMockedPeers (line 41) | func TestTestingProtocolWithMockedPeers(t *testing.T) { FILE: tinder_swiper.go type swiperRequest (line 24) | type swiperRequest struct type Swiper (line 32) | type Swiper struct method RefreshContactRequest (line 63) | func (s *Swiper) RefreshContactRequest(ctx context.Context, topic []by... method WatchTopic (line 106) | func (s *Swiper) WatchTopic(ctx context.Context, topic, seed []byte) <... method watchPeers (line 171) | func (s *Swiper) watchPeers(ctx context.Context, _ backoff.BackoffStra... method Announce (line 212) | func (s *Swiper) Announce(ctx context.Context, topic, seed []byte) { function NewSwiper (line 46) | func NewSwiper(logger *zap.Logger, tinder *tinder.Service, rp *rendezvou... FILE: tinder_swiper_test.go function TestAnnounceWatchForPeriod (line 19) | func TestAnnounceWatchForPeriod(t *testing.T) { function TestAnnounceForPeriod (line 96) | func TestAnnounceForPeriod(t *testing.T) { FILE: tool/bench-cellular/bench.go constant benchDownloadPID (line 23) | benchDownloadPID = "/bench/download/1.0.0" constant benchUploadPID (line 24) | benchUploadPID = "/bench/upload/1.0.0" type globalOpts (line 27) | type globalOpts struct function globalOptsToLibp2pOpts (line 35) | func globalOptsToLibp2pOpts(gOpts *globalOpts) ([]libp2p.Option, error) { function main (line 66) | func main() { FILE: tool/bench-cellular/client.go constant pingRequestType (line 23) | pingRequestType = "ping" constant uploadRequestType (line 24) | uploadRequestType = "upload" constant downloadRequestType (line 25) | downloadRequestType = "download" type clientOpts (line 28) | type clientOpts struct function createClientHost (line 35) | func createClientHost(ctx context.Context, gOpts *globalOpts) (host.Host... function addDestToPeerstore (line 49) | func addDestToPeerstore(h host.Host, dest string) (peer.ID, error) { function ping (line 92) | func ping(ctx context.Context, h host.Host, peerid peer.ID) error { function upload (line 124) | func upload(ctx context.Context, h host.Host, peerid peer.ID, cOpts *cli... function download (line 156) | func download(ctx context.Context, h host.Host, peerid peer.ID, cOpts *c... function runClient (line 186) | func runClient(ctx context.Context, gOpts *globalOpts, cOpts *clientOpts... FILE: tool/bench-cellular/server.go constant staticBertyRelayMode (line 46) | staticBertyRelayMode = "static-berty" constant staticIPFSRelayMode (line 47) | staticIPFSRelayMode = "static-ipfs" constant discoveryRelayMode (line 48) | discoveryRelayMode = "discovery" constant disabledRelayMode (line 49) | disabledRelayMode = "none" type serverOpts (line 52) | type serverOpts struct function createServerHost (line 58) | func createServerHost(ctx context.Context, gOpts *globalOpts, sOpts *ser... function printHint (line 137) | func printHint(h host.Host, gOpts *globalOpts, sOpts *serverOpts) { function runServer (line 214) | func runServer(ctx context.Context, gOpts *globalOpts, sOpts *serverOpts... FILE: tyber.go constant TyberEventTinderPeerFound (line 4) | TyberEventTinderPeerFound = "Tinder peer found" constant TyberEventTinderPeerJoined (line 5) | TyberEventTinderPeerJoined = "Tinder peer joined" constant TyberEventTinderPeerLeft (line 6) | TyberEventTinderPeerLeft = "Tinder peer left"