protocoltypes

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2023 License: Apache-2.0, MIT Imports: 26 Imported by: 14

Documentation

Overview

This package is generated with Protobuf. See https://github.com/berty/berty/tree/master/api for more information.

Package protocoltypes is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	ShareableContactOptionsAllowMissingRDVSeed
	ShareableContactOptionsAllowMissingPK
)
View Source
const (
	ProtocolService_ServiceExportData_FullMethodName                         = "/weshnet.protocol.v1.ProtocolService/ServiceExportData"
	ProtocolService_ServiceGetConfiguration_FullMethodName                   = "/weshnet.protocol.v1.ProtocolService/ServiceGetConfiguration"
	ProtocolService_ContactRequestReference_FullMethodName                   = "/weshnet.protocol.v1.ProtocolService/ContactRequestReference"
	ProtocolService_ContactRequestDisable_FullMethodName                     = "/weshnet.protocol.v1.ProtocolService/ContactRequestDisable"
	ProtocolService_ContactRequestEnable_FullMethodName                      = "/weshnet.protocol.v1.ProtocolService/ContactRequestEnable"
	ProtocolService_ContactRequestResetReference_FullMethodName              = "/weshnet.protocol.v1.ProtocolService/ContactRequestResetReference"
	ProtocolService_ContactRequestSend_FullMethodName                        = "/weshnet.protocol.v1.ProtocolService/ContactRequestSend"
	ProtocolService_ContactRequestAccept_FullMethodName                      = "/weshnet.protocol.v1.ProtocolService/ContactRequestAccept"
	ProtocolService_ContactRequestDiscard_FullMethodName                     = "/weshnet.protocol.v1.ProtocolService/ContactRequestDiscard"
	ProtocolService_ShareContact_FullMethodName                              = "/weshnet.protocol.v1.ProtocolService/ShareContact"
	ProtocolService_DecodeContact_FullMethodName                             = "/weshnet.protocol.v1.ProtocolService/DecodeContact"
	ProtocolService_ContactBlock_FullMethodName                              = "/weshnet.protocol.v1.ProtocolService/ContactBlock"
	ProtocolService_ContactUnblock_FullMethodName                            = "/weshnet.protocol.v1.ProtocolService/ContactUnblock"
	ProtocolService_ContactAliasKeySend_FullMethodName                       = "/weshnet.protocol.v1.ProtocolService/ContactAliasKeySend"
	ProtocolService_MultiMemberGroupCreate_FullMethodName                    = "/weshnet.protocol.v1.ProtocolService/MultiMemberGroupCreate"
	ProtocolService_MultiMemberGroupJoin_FullMethodName                      = "/weshnet.protocol.v1.ProtocolService/MultiMemberGroupJoin"
	ProtocolService_MultiMemberGroupLeave_FullMethodName                     = "/weshnet.protocol.v1.ProtocolService/MultiMemberGroupLeave"
	ProtocolService_MultiMemberGroupAliasResolverDisclose_FullMethodName     = "/weshnet.protocol.v1.ProtocolService/MultiMemberGroupAliasResolverDisclose"
	ProtocolService_MultiMemberGroupAdminRoleGrant_FullMethodName            = "/weshnet.protocol.v1.ProtocolService/MultiMemberGroupAdminRoleGrant"
	ProtocolService_MultiMemberGroupInvitationCreate_FullMethodName          = "/weshnet.protocol.v1.ProtocolService/MultiMemberGroupInvitationCreate"
	ProtocolService_AppMetadataSend_FullMethodName                           = "/weshnet.protocol.v1.ProtocolService/AppMetadataSend"
	ProtocolService_AppMessageSend_FullMethodName                            = "/weshnet.protocol.v1.ProtocolService/AppMessageSend"
	ProtocolService_GroupMetadataList_FullMethodName                         = "/weshnet.protocol.v1.ProtocolService/GroupMetadataList"
	ProtocolService_GroupMessageList_FullMethodName                          = "/weshnet.protocol.v1.ProtocolService/GroupMessageList"
	ProtocolService_GroupInfo_FullMethodName                                 = "/weshnet.protocol.v1.ProtocolService/GroupInfo"
	ProtocolService_ActivateGroup_FullMethodName                             = "/weshnet.protocol.v1.ProtocolService/ActivateGroup"
	ProtocolService_DeactivateGroup_FullMethodName                           = "/weshnet.protocol.v1.ProtocolService/DeactivateGroup"
	ProtocolService_GroupDeviceStatus_FullMethodName                         = "/weshnet.protocol.v1.ProtocolService/GroupDeviceStatus"
	ProtocolService_DebugListGroups_FullMethodName                           = "/weshnet.protocol.v1.ProtocolService/DebugListGroups"
	ProtocolService_DebugInspectGroupStore_FullMethodName                    = "/weshnet.protocol.v1.ProtocolService/DebugInspectGroupStore"
	ProtocolService_DebugGroup_FullMethodName                                = "/weshnet.protocol.v1.ProtocolService/DebugGroup"
	ProtocolService_SystemInfo_FullMethodName                                = "/weshnet.protocol.v1.ProtocolService/SystemInfo"
	ProtocolService_CredentialVerificationServiceInitFlow_FullMethodName     = "/weshnet.protocol.v1.ProtocolService/CredentialVerificationServiceInitFlow"
	ProtocolService_CredentialVerificationServiceCompleteFlow_FullMethodName = "/weshnet.protocol.v1.ProtocolService/CredentialVerificationServiceCompleteFlow"
	ProtocolService_VerifiedCredentialsList_FullMethodName                   = "/weshnet.protocol.v1.ProtocolService/VerifiedCredentialsList"
	ProtocolService_ReplicationServiceRegisterGroup_FullMethodName           = "/weshnet.protocol.v1.ProtocolService/ReplicationServiceRegisterGroup"
	ProtocolService_PeerList_FullMethodName                                  = "/weshnet.protocol.v1.ProtocolService/PeerList"
	ProtocolService_OutOfStoreReceive_FullMethodName                         = "/weshnet.protocol.v1.ProtocolService/OutOfStoreReceive"
	ProtocolService_OutOfStoreSeal_FullMethodName                            = "/weshnet.protocol.v1.ProtocolService/OutOfStoreSeal"
	ProtocolService_RefreshContactRequest_FullMethodName                     = "/weshnet.protocol.v1.ProtocolService/RefreshContactRequest"
)
View Source
const CurrentGroupVersion = 1
View Source
const RendezvousSeedLength = 32

Variables

View Source
var (
	ErrInvalidLengthProtocoltypes        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowProtocoltypes          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupProtocoltypes = fmt.Errorf("proto: unexpected end of group")
)
View Source
var ContactState_name = map[int32]string{
	0: "ContactStateUndefined",
	1: "ContactStateToRequest",
	2: "ContactStateReceived",
	3: "ContactStateAdded",
	4: "ContactStateRemoved",
	5: "ContactStateDiscarded",
	6: "ContactStateBlocked",
}
View Source
var ContactState_value = map[string]int32{
	"ContactStateUndefined": 0,
	"ContactStateToRequest": 1,
	"ContactStateReceived":  2,
	"ContactStateAdded":     3,
	"ContactStateRemoved":   4,
	"ContactStateDiscarded": 5,
	"ContactStateBlocked":   6,
}
View Source
var DebugInspectGroupLogType_name = map[int32]string{
	0: "DebugInspectGroupLogTypeUndefined",
	1: "DebugInspectGroupLogTypeMessage",
	2: "DebugInspectGroupLogTypeMetadata",
}
View Source
var DebugInspectGroupLogType_value = map[string]int32{
	"DebugInspectGroupLogTypeUndefined": 0,
	"DebugInspectGroupLogTypeMessage":   1,
	"DebugInspectGroupLogTypeMetadata":  2,
}
View Source
var Direction_name = map[int32]string{
	0: "UnknownDir",
	1: "InboundDir",
	2: "OutboundDir",
	3: "BiDir",
}
View Source
var Direction_value = map[string]int32{
	"UnknownDir":  0,
	"InboundDir":  1,
	"OutboundDir": 2,
	"BiDir":       3,
}
View Source
var EventType_name = map[int32]string{
	0:    "EventTypeUndefined",
	1:    "EventTypeGroupMemberDeviceAdded",
	2:    "EventTypeGroupDeviceChainKeyAdded",
	101:  "EventTypeAccountGroupJoined",
	102:  "EventTypeAccountGroupLeft",
	103:  "EventTypeAccountContactRequestDisabled",
	104:  "EventTypeAccountContactRequestEnabled",
	105:  "EventTypeAccountContactRequestReferenceReset",
	106:  "EventTypeAccountContactRequestOutgoingEnqueued",
	107:  "EventTypeAccountContactRequestOutgoingSent",
	108:  "EventTypeAccountContactRequestIncomingReceived",
	109:  "EventTypeAccountContactRequestIncomingDiscarded",
	110:  "EventTypeAccountContactRequestIncomingAccepted",
	111:  "EventTypeAccountContactBlocked",
	112:  "EventTypeAccountContactUnblocked",
	201:  "EventTypeContactAliasKeyAdded",
	301:  "EventTypeMultiMemberGroupAliasResolverAdded",
	302:  "EventTypeMultiMemberGroupInitialMemberAnnounced",
	303:  "EventTypeMultiMemberGroupAdminRoleGranted",
	403:  "EventTypeGroupReplicating",
	500:  "EventTypeAccountVerifiedCredentialRegistered",
	1001: "EventTypeGroupMetadataPayloadSent",
}
View Source
var EventType_value = map[string]int32{
	"EventTypeUndefined":                              0,
	"EventTypeGroupMemberDeviceAdded":                 1,
	"EventTypeGroupDeviceChainKeyAdded":               2,
	"EventTypeAccountGroupJoined":                     101,
	"EventTypeAccountGroupLeft":                       102,
	"EventTypeAccountContactRequestDisabled":          103,
	"EventTypeAccountContactRequestEnabled":           104,
	"EventTypeAccountContactRequestReferenceReset":    105,
	"EventTypeAccountContactRequestOutgoingEnqueued":  106,
	"EventTypeAccountContactRequestOutgoingSent":      107,
	"EventTypeAccountContactRequestIncomingReceived":  108,
	"EventTypeAccountContactRequestIncomingDiscarded": 109,
	"EventTypeAccountContactRequestIncomingAccepted":  110,
	"EventTypeAccountContactBlocked":                  111,
	"EventTypeAccountContactUnblocked":                112,
	"EventTypeContactAliasKeyAdded":                   201,
	"EventTypeMultiMemberGroupAliasResolverAdded":     301,
	"EventTypeMultiMemberGroupInitialMemberAnnounced": 302,
	"EventTypeMultiMemberGroupAdminRoleGranted":       303,
	"EventTypeGroupReplicating":                       403,
	"EventTypeAccountVerifiedCredentialRegistered":    500,
	"EventTypeGroupMetadataPayloadSent":               1001,
}
View Source
var GroupDeviceStatus_Transport_name = map[int32]string{
	0: "TptUnknown",
	1: "TptLAN",
	2: "TptWAN",
	3: "TptProximity",
}
View Source
var GroupDeviceStatus_Transport_value = map[string]int32{
	"TptUnknown":   0,
	"TptLAN":       1,
	"TptWAN":       2,
	"TptProximity": 3,
}
View Source
var GroupDeviceStatus_Type_name = map[int32]string{
	0: "TypeUnknown",
	1: "TypePeerDisconnected",
	2: "TypePeerConnected",
	3: "TypePeerReconnecting",
}
View Source
var GroupDeviceStatus_Type_value = map[string]int32{
	"TypeUnknown":          0,
	"TypePeerDisconnected": 1,
	"TypePeerConnected":    2,
	"TypePeerReconnecting": 3,
}
View Source
var GroupType_name = map[int32]string{
	0: "GroupTypeUndefined",
	1: "GroupTypeAccount",
	2: "GroupTypeContact",
	3: "GroupTypeMultiMember",
}
View Source
var GroupType_value = map[string]int32{
	"GroupTypeUndefined":   0,
	"GroupTypeAccount":     1,
	"GroupTypeContact":     2,
	"GroupTypeMultiMember": 3,
}
View Source
var PeerList_Feature_name = map[int32]string{
	0: "UnknownFeature",
	1: "WeshFeature",
	2: "BLEFeature",
	3: "LocalFeature",
	4: "TorFeature",
	5: "QuicFeature",
}
View Source
var PeerList_Feature_value = map[string]int32{
	"UnknownFeature": 0,
	"WeshFeature":    1,
	"BLEFeature":     2,
	"LocalFeature":   3,
	"TorFeature":     4,
	"QuicFeature":    5,
}
View Source
var ProtocolService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "weshnet.protocol.v1.ProtocolService",
	HandlerType: (*ProtocolServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ServiceGetConfiguration",
			Handler:    _ProtocolService_ServiceGetConfiguration_Handler,
		},
		{
			MethodName: "ContactRequestReference",
			Handler:    _ProtocolService_ContactRequestReference_Handler,
		},
		{
			MethodName: "ContactRequestDisable",
			Handler:    _ProtocolService_ContactRequestDisable_Handler,
		},
		{
			MethodName: "ContactRequestEnable",
			Handler:    _ProtocolService_ContactRequestEnable_Handler,
		},
		{
			MethodName: "ContactRequestResetReference",
			Handler:    _ProtocolService_ContactRequestResetReference_Handler,
		},
		{
			MethodName: "ContactRequestSend",
			Handler:    _ProtocolService_ContactRequestSend_Handler,
		},
		{
			MethodName: "ContactRequestAccept",
			Handler:    _ProtocolService_ContactRequestAccept_Handler,
		},
		{
			MethodName: "ContactRequestDiscard",
			Handler:    _ProtocolService_ContactRequestDiscard_Handler,
		},
		{
			MethodName: "ShareContact",
			Handler:    _ProtocolService_ShareContact_Handler,
		},
		{
			MethodName: "DecodeContact",
			Handler:    _ProtocolService_DecodeContact_Handler,
		},
		{
			MethodName: "ContactBlock",
			Handler:    _ProtocolService_ContactBlock_Handler,
		},
		{
			MethodName: "ContactUnblock",
			Handler:    _ProtocolService_ContactUnblock_Handler,
		},
		{
			MethodName: "ContactAliasKeySend",
			Handler:    _ProtocolService_ContactAliasKeySend_Handler,
		},
		{
			MethodName: "MultiMemberGroupCreate",
			Handler:    _ProtocolService_MultiMemberGroupCreate_Handler,
		},
		{
			MethodName: "MultiMemberGroupJoin",
			Handler:    _ProtocolService_MultiMemberGroupJoin_Handler,
		},
		{
			MethodName: "MultiMemberGroupLeave",
			Handler:    _ProtocolService_MultiMemberGroupLeave_Handler,
		},
		{
			MethodName: "MultiMemberGroupAliasResolverDisclose",
			Handler:    _ProtocolService_MultiMemberGroupAliasResolverDisclose_Handler,
		},
		{
			MethodName: "MultiMemberGroupAdminRoleGrant",
			Handler:    _ProtocolService_MultiMemberGroupAdminRoleGrant_Handler,
		},
		{
			MethodName: "MultiMemberGroupInvitationCreate",
			Handler:    _ProtocolService_MultiMemberGroupInvitationCreate_Handler,
		},
		{
			MethodName: "AppMetadataSend",
			Handler:    _ProtocolService_AppMetadataSend_Handler,
		},
		{
			MethodName: "AppMessageSend",
			Handler:    _ProtocolService_AppMessageSend_Handler,
		},
		{
			MethodName: "GroupInfo",
			Handler:    _ProtocolService_GroupInfo_Handler,
		},
		{
			MethodName: "ActivateGroup",
			Handler:    _ProtocolService_ActivateGroup_Handler,
		},
		{
			MethodName: "DeactivateGroup",
			Handler:    _ProtocolService_DeactivateGroup_Handler,
		},
		{
			MethodName: "DebugGroup",
			Handler:    _ProtocolService_DebugGroup_Handler,
		},
		{
			MethodName: "SystemInfo",
			Handler:    _ProtocolService_SystemInfo_Handler,
		},
		{
			MethodName: "CredentialVerificationServiceInitFlow",
			Handler:    _ProtocolService_CredentialVerificationServiceInitFlow_Handler,
		},
		{
			MethodName: "CredentialVerificationServiceCompleteFlow",
			Handler:    _ProtocolService_CredentialVerificationServiceCompleteFlow_Handler,
		},
		{
			MethodName: "ReplicationServiceRegisterGroup",
			Handler:    _ProtocolService_ReplicationServiceRegisterGroup_Handler,
		},
		{
			MethodName: "PeerList",
			Handler:    _ProtocolService_PeerList_Handler,
		},
		{
			MethodName: "OutOfStoreReceive",
			Handler:    _ProtocolService_OutOfStoreReceive_Handler,
		},
		{
			MethodName: "OutOfStoreSeal",
			Handler:    _ProtocolService_OutOfStoreSeal_Handler,
		},
		{
			MethodName: "RefreshContactRequest",
			Handler:    _ProtocolService_RefreshContactRequest_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "ServiceExportData",
			Handler:       _ProtocolService_ServiceExportData_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "GroupMetadataList",
			Handler:       _ProtocolService_GroupMetadataList_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "GroupMessageList",
			Handler:       _ProtocolService_GroupMessageList_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "GroupDeviceStatus",
			Handler:       _ProtocolService_GroupDeviceStatus_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "DebugListGroups",
			Handler:       _ProtocolService_DebugListGroups_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "DebugInspectGroupStore",
			Handler:       _ProtocolService_DebugInspectGroupStore_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "VerifiedCredentialsList",
			Handler:       _ProtocolService_VerifiedCredentialsList_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "protocoltypes.proto",
}

ProtocolService_ServiceDesc is the grpc.ServiceDesc for ProtocolService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ServiceGetConfiguration_SettingState_name = map[int32]string{
	0: "Unknown",
	1: "Enabled",
	2: "Disabled",
	3: "Unavailable",
}
View Source
var ServiceGetConfiguration_SettingState_value = map[string]int32{
	"Unknown":     0,
	"Enabled":     1,
	"Disabled":    2,
	"Unavailable": 3,
}

Functions

func ComputeLinkKey added in v1.3.2

func ComputeLinkKey(publicKey, secret []byte) (*[cryptoutil.KeySize]byte, error)

func RegisterProtocolServiceHandler

func RegisterProtocolServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterProtocolServiceHandler registers the http handlers for service ProtocolService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterProtocolServiceHandlerClient

func RegisterProtocolServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ProtocolServiceClient) error

RegisterProtocolServiceHandlerClient registers the http handlers for service ProtocolService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ProtocolServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ProtocolServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ProtocolServiceClient" to call the correct interceptors.

func RegisterProtocolServiceHandlerFromEndpoint

func RegisterProtocolServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterProtocolServiceHandlerFromEndpoint is same as RegisterProtocolServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterProtocolServiceHandlerServer

func RegisterProtocolServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ProtocolServiceServer) error

RegisterProtocolServiceHandlerServer registers the http handlers for service ProtocolService to "mux". UnaryRPC :call ProtocolServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterProtocolServiceHandlerFromEndpoint instead.

func RegisterProtocolServiceServer

func RegisterProtocolServiceServer(s grpc.ServiceRegistrar, srv ProtocolServiceServer)

Types

type Account

type Account struct {
	// group specifies which group is used to manage the account
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// account_private_key, private part is used to signs handshake, signs device, create contacts group keys via ECDH -- public part is used to have a shareable identity
	AccountPrivateKey []byte `protobuf:"bytes,2,opt,name=account_private_key,json=accountPrivateKey,proto3" json:"account_private_key,omitempty"`
	// alias_private_key, private part is use to derive group members private keys, signs alias proofs, public part can be shared to contacts to prove identity
	AliasPrivateKey []byte `protobuf:"bytes,3,opt,name=alias_private_key,json=aliasPrivateKey,proto3" json:"alias_private_key,omitempty"`
	// public_rendezvous_seed, rendezvous seed used for direct communication
	PublicRendezvousSeed []byte   `protobuf:"bytes,4,opt,name=public_rendezvous_seed,json=publicRendezvousSeed,proto3" json:"public_rendezvous_seed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Account describes all the secrets that identifies an Account

func (*Account) Descriptor

func (*Account) Descriptor() ([]byte, []int)

func (*Account) GetAccountPrivateKey

func (m *Account) GetAccountPrivateKey() []byte

func (*Account) GetAliasPrivateKey

func (m *Account) GetAliasPrivateKey() []byte

func (*Account) GetGroup

func (m *Account) GetGroup() *Group

func (*Account) GetPublicRendezvousSeed

func (m *Account) GetPublicRendezvousSeed() []byte

func (*Account) Marshal

func (m *Account) Marshal() (dAtA []byte, err error)

func (*Account) MarshalTo

func (m *Account) MarshalTo(dAtA []byte) (int, error)

func (*Account) MarshalToSizedBuffer

func (m *Account) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) Reset

func (m *Account) Reset()

func (*Account) Size

func (m *Account) Size() (n int)

func (*Account) String

func (m *Account) String() string

func (*Account) Unmarshal

func (m *Account) Unmarshal(dAtA []byte) error

func (*Account) XXX_DiscardUnknown

func (m *Account) XXX_DiscardUnknown()

func (*Account) XXX_Marshal

func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Account) XXX_Merge

func (m *Account) XXX_Merge(src proto.Message)

func (*Account) XXX_Size

func (m *Account) XXX_Size() int

func (*Account) XXX_Unmarshal

func (m *Account) XXX_Unmarshal(b []byte) error

type AccountContactBlocked

type AccountContactBlocked struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// contact_pk is the contact blocked
	ContactPK            []byte   `protobuf:"bytes,2,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountContactBlocked indicates that a contact is blocked

func (*AccountContactBlocked) Descriptor

func (*AccountContactBlocked) Descriptor() ([]byte, []int)

func (*AccountContactBlocked) GetContactPK

func (m *AccountContactBlocked) GetContactPK() []byte

func (*AccountContactBlocked) GetDevicePK

func (m *AccountContactBlocked) GetDevicePK() []byte

func (*AccountContactBlocked) Marshal

func (m *AccountContactBlocked) Marshal() (dAtA []byte, err error)

func (*AccountContactBlocked) MarshalTo

func (m *AccountContactBlocked) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactBlocked) MarshalToSizedBuffer

func (m *AccountContactBlocked) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactBlocked) ProtoMessage

func (*AccountContactBlocked) ProtoMessage()

func (*AccountContactBlocked) Reset

func (m *AccountContactBlocked) Reset()

func (*AccountContactBlocked) SetContactPK

func (m *AccountContactBlocked) SetContactPK(pk []byte)

func (*AccountContactBlocked) SetDevicePK

func (m *AccountContactBlocked) SetDevicePK(pk []byte)

func (*AccountContactBlocked) Size

func (m *AccountContactBlocked) Size() (n int)

func (*AccountContactBlocked) String

func (m *AccountContactBlocked) String() string

func (*AccountContactBlocked) Unmarshal

func (m *AccountContactBlocked) Unmarshal(dAtA []byte) error

func (*AccountContactBlocked) XXX_DiscardUnknown

func (m *AccountContactBlocked) XXX_DiscardUnknown()

func (*AccountContactBlocked) XXX_Marshal

func (m *AccountContactBlocked) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactBlocked) XXX_Merge

func (m *AccountContactBlocked) XXX_Merge(src proto.Message)

func (*AccountContactBlocked) XXX_Size

func (m *AccountContactBlocked) XXX_Size() int

func (*AccountContactBlocked) XXX_Unmarshal

func (m *AccountContactBlocked) XXX_Unmarshal(b []byte) error

type AccountContactRequestDisabled

type AccountContactRequestDisabled struct {
	// device_pk is the device sending the event, signs the message
	DevicePK             []byte   `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountContactRequestDisabled indicates that the account should not be advertised on a public rendezvous point

func (*AccountContactRequestDisabled) Descriptor

func (*AccountContactRequestDisabled) Descriptor() ([]byte, []int)

func (*AccountContactRequestDisabled) GetDevicePK

func (m *AccountContactRequestDisabled) GetDevicePK() []byte

func (*AccountContactRequestDisabled) Marshal

func (m *AccountContactRequestDisabled) Marshal() (dAtA []byte, err error)

func (*AccountContactRequestDisabled) MarshalTo

func (m *AccountContactRequestDisabled) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactRequestDisabled) MarshalToSizedBuffer

func (m *AccountContactRequestDisabled) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactRequestDisabled) ProtoMessage

func (*AccountContactRequestDisabled) ProtoMessage()

func (*AccountContactRequestDisabled) Reset

func (m *AccountContactRequestDisabled) Reset()

func (*AccountContactRequestDisabled) SetDevicePK

func (m *AccountContactRequestDisabled) SetDevicePK(pk []byte)

func (*AccountContactRequestDisabled) Size

func (m *AccountContactRequestDisabled) Size() (n int)

func (*AccountContactRequestDisabled) String

func (*AccountContactRequestDisabled) Unmarshal

func (m *AccountContactRequestDisabled) Unmarshal(dAtA []byte) error

func (*AccountContactRequestDisabled) XXX_DiscardUnknown

func (m *AccountContactRequestDisabled) XXX_DiscardUnknown()

func (*AccountContactRequestDisabled) XXX_Marshal

func (m *AccountContactRequestDisabled) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactRequestDisabled) XXX_Merge

func (m *AccountContactRequestDisabled) XXX_Merge(src proto.Message)

func (*AccountContactRequestDisabled) XXX_Size

func (m *AccountContactRequestDisabled) XXX_Size() int

func (*AccountContactRequestDisabled) XXX_Unmarshal

func (m *AccountContactRequestDisabled) XXX_Unmarshal(b []byte) error

type AccountContactRequestEnabled

type AccountContactRequestEnabled struct {
	// device_pk is the device sending the event, signs the message
	DevicePK             []byte   `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountContactRequestEnabled indicates that the account should be advertised on a public rendezvous point

func (*AccountContactRequestEnabled) Descriptor

func (*AccountContactRequestEnabled) Descriptor() ([]byte, []int)

func (*AccountContactRequestEnabled) GetDevicePK

func (m *AccountContactRequestEnabled) GetDevicePK() []byte

func (*AccountContactRequestEnabled) Marshal

func (m *AccountContactRequestEnabled) Marshal() (dAtA []byte, err error)

func (*AccountContactRequestEnabled) MarshalTo

func (m *AccountContactRequestEnabled) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactRequestEnabled) MarshalToSizedBuffer

func (m *AccountContactRequestEnabled) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactRequestEnabled) ProtoMessage

func (*AccountContactRequestEnabled) ProtoMessage()

func (*AccountContactRequestEnabled) Reset

func (m *AccountContactRequestEnabled) Reset()

func (*AccountContactRequestEnabled) SetDevicePK

func (m *AccountContactRequestEnabled) SetDevicePK(pk []byte)

func (*AccountContactRequestEnabled) Size

func (m *AccountContactRequestEnabled) Size() (n int)

func (*AccountContactRequestEnabled) String

func (*AccountContactRequestEnabled) Unmarshal

func (m *AccountContactRequestEnabled) Unmarshal(dAtA []byte) error

func (*AccountContactRequestEnabled) XXX_DiscardUnknown

func (m *AccountContactRequestEnabled) XXX_DiscardUnknown()

func (*AccountContactRequestEnabled) XXX_Marshal

func (m *AccountContactRequestEnabled) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactRequestEnabled) XXX_Merge

func (m *AccountContactRequestEnabled) XXX_Merge(src proto.Message)

func (*AccountContactRequestEnabled) XXX_Size

func (m *AccountContactRequestEnabled) XXX_Size() int

func (*AccountContactRequestEnabled) XXX_Unmarshal

func (m *AccountContactRequestEnabled) XXX_Unmarshal(b []byte) error

type AccountContactRequestIncomingAccepted added in v1.12.1

type AccountContactRequestIncomingAccepted struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// contact_pk is the contact whom request is accepted
	ContactPK []byte `protobuf:"bytes,2,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	// group_pk is the 1to1 group with the requester user
	GroupPK              []byte   `protobuf:"bytes,3,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

This event should be followed by an AccountGroupJoined event This event should be followed by GroupMemberDeviceAdded and GroupDeviceChainKeyAdded events within the AccountGroup AccountContactRequestIncomingAccepted indicates that a contact request has been accepted

func (*AccountContactRequestIncomingAccepted) Descriptor added in v1.12.1

func (*AccountContactRequestIncomingAccepted) Descriptor() ([]byte, []int)

func (*AccountContactRequestIncomingAccepted) GetContactPK added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) GetContactPK() []byte

func (*AccountContactRequestIncomingAccepted) GetDevicePK added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) GetDevicePK() []byte

func (*AccountContactRequestIncomingAccepted) GetGroupPK added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) GetGroupPK() []byte

func (*AccountContactRequestIncomingAccepted) Marshal added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) Marshal() (dAtA []byte, err error)

func (*AccountContactRequestIncomingAccepted) MarshalTo added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactRequestIncomingAccepted) MarshalToSizedBuffer added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactRequestIncomingAccepted) ProtoMessage added in v1.12.1

func (*AccountContactRequestIncomingAccepted) ProtoMessage()

func (*AccountContactRequestIncomingAccepted) Reset added in v1.12.1

func (*AccountContactRequestIncomingAccepted) SetContactPK added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) SetContactPK(pk []byte)

func (*AccountContactRequestIncomingAccepted) SetDevicePK added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) SetDevicePK(pk []byte)

func (*AccountContactRequestIncomingAccepted) Size added in v1.12.1

func (*AccountContactRequestIncomingAccepted) String added in v1.12.1

func (*AccountContactRequestIncomingAccepted) Unmarshal added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) Unmarshal(dAtA []byte) error

func (*AccountContactRequestIncomingAccepted) XXX_DiscardUnknown added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) XXX_DiscardUnknown()

func (*AccountContactRequestIncomingAccepted) XXX_Marshal added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactRequestIncomingAccepted) XXX_Merge added in v1.12.1

func (*AccountContactRequestIncomingAccepted) XXX_Size added in v1.12.1

func (*AccountContactRequestIncomingAccepted) XXX_Unmarshal added in v1.12.1

func (m *AccountContactRequestIncomingAccepted) XXX_Unmarshal(b []byte) error

type AccountContactRequestIncomingDiscarded added in v1.12.1

type AccountContactRequestIncomingDiscarded struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// contact_pk is the contact whom request is refused
	ContactPK            []byte   `protobuf:"bytes,2,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountContactRequestIncomingDiscarded indicates that a contact request has been refused

func (*AccountContactRequestIncomingDiscarded) Descriptor added in v1.12.1

func (*AccountContactRequestIncomingDiscarded) Descriptor() ([]byte, []int)

func (*AccountContactRequestIncomingDiscarded) GetContactPK added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) GetContactPK() []byte

func (*AccountContactRequestIncomingDiscarded) GetDevicePK added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) GetDevicePK() []byte

func (*AccountContactRequestIncomingDiscarded) Marshal added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) Marshal() (dAtA []byte, err error)

func (*AccountContactRequestIncomingDiscarded) MarshalTo added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactRequestIncomingDiscarded) MarshalToSizedBuffer added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactRequestIncomingDiscarded) ProtoMessage added in v1.12.1

func (*AccountContactRequestIncomingDiscarded) Reset added in v1.12.1

func (*AccountContactRequestIncomingDiscarded) SetContactPK added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) SetContactPK(pk []byte)

func (*AccountContactRequestIncomingDiscarded) SetDevicePK added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) SetDevicePK(pk []byte)

func (*AccountContactRequestIncomingDiscarded) Size added in v1.12.1

func (*AccountContactRequestIncomingDiscarded) String added in v1.12.1

func (*AccountContactRequestIncomingDiscarded) Unmarshal added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) Unmarshal(dAtA []byte) error

func (*AccountContactRequestIncomingDiscarded) XXX_DiscardUnknown added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) XXX_DiscardUnknown()

func (*AccountContactRequestIncomingDiscarded) XXX_Marshal added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactRequestIncomingDiscarded) XXX_Merge added in v1.12.1

func (*AccountContactRequestIncomingDiscarded) XXX_Size added in v1.12.1

func (*AccountContactRequestIncomingDiscarded) XXX_Unmarshal added in v1.12.1

func (m *AccountContactRequestIncomingDiscarded) XXX_Unmarshal(b []byte) error

type AccountContactRequestIncomingReceived added in v1.12.1

type AccountContactRequestIncomingReceived struct {
	// device_pk is the device sending the account event (which received the contact request), signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// contact_pk is the account sending the request
	ContactPK []byte `protobuf:"bytes,2,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	// TODO: is this necessary?
	// contact_rendezvous_seed is the rendezvous seed of the contact sending the request
	ContactRendezvousSeed []byte `` /* 126-byte string literal not displayed */
	// TODO: is this necessary?
	// contact_metadata is the metadata specific to the app to identify the contact for the request
	ContactMetadata      []byte   `protobuf:"bytes,4,opt,name=contact_metadata,json=contactMetadata,proto3" json:"contact_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountContactRequestIncomingReceived indicates that the account has received a new contact request

func (*AccountContactRequestIncomingReceived) Descriptor added in v1.12.1

func (*AccountContactRequestIncomingReceived) Descriptor() ([]byte, []int)

func (*AccountContactRequestIncomingReceived) GetContactMetadata added in v1.12.1

func (m *AccountContactRequestIncomingReceived) GetContactMetadata() []byte

func (*AccountContactRequestIncomingReceived) GetContactPK added in v1.12.1

func (m *AccountContactRequestIncomingReceived) GetContactPK() []byte

func (*AccountContactRequestIncomingReceived) GetContactRendezvousSeed added in v1.12.1

func (m *AccountContactRequestIncomingReceived) GetContactRendezvousSeed() []byte

func (*AccountContactRequestIncomingReceived) GetDevicePK added in v1.12.1

func (m *AccountContactRequestIncomingReceived) GetDevicePK() []byte

func (*AccountContactRequestIncomingReceived) Marshal added in v1.12.1

func (m *AccountContactRequestIncomingReceived) Marshal() (dAtA []byte, err error)

func (*AccountContactRequestIncomingReceived) MarshalTo added in v1.12.1

func (m *AccountContactRequestIncomingReceived) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactRequestIncomingReceived) MarshalToSizedBuffer added in v1.12.1

func (m *AccountContactRequestIncomingReceived) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactRequestIncomingReceived) ProtoMessage added in v1.12.1

func (*AccountContactRequestIncomingReceived) ProtoMessage()

func (*AccountContactRequestIncomingReceived) Reset added in v1.12.1

func (*AccountContactRequestIncomingReceived) SetDevicePK added in v1.12.1

func (m *AccountContactRequestIncomingReceived) SetDevicePK(pk []byte)

func (*AccountContactRequestIncomingReceived) Size added in v1.12.1

func (*AccountContactRequestIncomingReceived) String added in v1.12.1

func (*AccountContactRequestIncomingReceived) Unmarshal added in v1.12.1

func (m *AccountContactRequestIncomingReceived) Unmarshal(dAtA []byte) error

func (*AccountContactRequestIncomingReceived) XXX_DiscardUnknown added in v1.12.1

func (m *AccountContactRequestIncomingReceived) XXX_DiscardUnknown()

func (*AccountContactRequestIncomingReceived) XXX_Marshal added in v1.12.1

func (m *AccountContactRequestIncomingReceived) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactRequestIncomingReceived) XXX_Merge added in v1.12.1

func (*AccountContactRequestIncomingReceived) XXX_Size added in v1.12.1

func (*AccountContactRequestIncomingReceived) XXX_Unmarshal added in v1.12.1

func (m *AccountContactRequestIncomingReceived) XXX_Unmarshal(b []byte) error

type AccountContactRequestOutgoingEnqueued added in v1.12.1

type AccountContactRequestOutgoingEnqueued struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// group_pk is the 1to1 group with the requested user
	GroupPK []byte `protobuf:"bytes,2,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// contact is a message describing how to connect to the other account
	Contact *ShareableContact `protobuf:"bytes,3,opt,name=contact,proto3" json:"contact,omitempty"`
	// own_metadata is the identifying metadata that will be shared to the other account
	OwnMetadata          []byte   `protobuf:"bytes,4,opt,name=own_metadata,json=ownMetadata,proto3" json:"own_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

This event should be followed by an AccountGroupJoined event This event should be followed by a GroupMemberDeviceAdded event within the AccountGroup This event should be followed by a GroupDeviceChainKeyAdded event within the AccountGroup AccountContactRequestOutgoingEnqueued indicates that the account will attempt to send a contact request when a matching peer is discovered

func (*AccountContactRequestOutgoingEnqueued) Descriptor added in v1.12.1

func (*AccountContactRequestOutgoingEnqueued) Descriptor() ([]byte, []int)

func (*AccountContactRequestOutgoingEnqueued) GetContact added in v1.12.1

func (*AccountContactRequestOutgoingEnqueued) GetDevicePK added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) GetDevicePK() []byte

func (*AccountContactRequestOutgoingEnqueued) GetGroupPK added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) GetGroupPK() []byte

func (*AccountContactRequestOutgoingEnqueued) GetOwnMetadata added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) GetOwnMetadata() []byte

func (*AccountContactRequestOutgoingEnqueued) Marshal added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) Marshal() (dAtA []byte, err error)

func (*AccountContactRequestOutgoingEnqueued) MarshalTo added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactRequestOutgoingEnqueued) MarshalToSizedBuffer added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactRequestOutgoingEnqueued) ProtoMessage added in v1.12.1

func (*AccountContactRequestOutgoingEnqueued) ProtoMessage()

func (*AccountContactRequestOutgoingEnqueued) Reset added in v1.12.1

func (*AccountContactRequestOutgoingEnqueued) SetDevicePK added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) SetDevicePK(pk []byte)

func (*AccountContactRequestOutgoingEnqueued) Size added in v1.12.1

func (*AccountContactRequestOutgoingEnqueued) String added in v1.12.1

func (*AccountContactRequestOutgoingEnqueued) Unmarshal added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) Unmarshal(dAtA []byte) error

func (*AccountContactRequestOutgoingEnqueued) XXX_DiscardUnknown added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) XXX_DiscardUnknown()

func (*AccountContactRequestOutgoingEnqueued) XXX_Marshal added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactRequestOutgoingEnqueued) XXX_Merge added in v1.12.1

func (*AccountContactRequestOutgoingEnqueued) XXX_Size added in v1.12.1

func (*AccountContactRequestOutgoingEnqueued) XXX_Unmarshal added in v1.12.1

func (m *AccountContactRequestOutgoingEnqueued) XXX_Unmarshal(b []byte) error

type AccountContactRequestOutgoingSent added in v1.12.1

type AccountContactRequestOutgoingSent struct {
	// device_pk is the device sending the account event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// contact_pk is the contacted account
	ContactPK            []byte   `protobuf:"bytes,2,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountContactRequestOutgoingSent indicates that the account has sent a contact request

func (*AccountContactRequestOutgoingSent) Descriptor added in v1.12.1

func (*AccountContactRequestOutgoingSent) Descriptor() ([]byte, []int)

func (*AccountContactRequestOutgoingSent) GetContactPK added in v1.12.1

func (m *AccountContactRequestOutgoingSent) GetContactPK() []byte

func (*AccountContactRequestOutgoingSent) GetDevicePK added in v1.12.1

func (m *AccountContactRequestOutgoingSent) GetDevicePK() []byte

func (*AccountContactRequestOutgoingSent) Marshal added in v1.12.1

func (m *AccountContactRequestOutgoingSent) Marshal() (dAtA []byte, err error)

func (*AccountContactRequestOutgoingSent) MarshalTo added in v1.12.1

func (m *AccountContactRequestOutgoingSent) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactRequestOutgoingSent) MarshalToSizedBuffer added in v1.12.1

func (m *AccountContactRequestOutgoingSent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactRequestOutgoingSent) ProtoMessage added in v1.12.1

func (*AccountContactRequestOutgoingSent) ProtoMessage()

func (*AccountContactRequestOutgoingSent) Reset added in v1.12.1

func (*AccountContactRequestOutgoingSent) SetContactPK added in v1.12.1

func (m *AccountContactRequestOutgoingSent) SetContactPK(pk []byte)

func (*AccountContactRequestOutgoingSent) SetDevicePK added in v1.12.1

func (m *AccountContactRequestOutgoingSent) SetDevicePK(pk []byte)

func (*AccountContactRequestOutgoingSent) Size added in v1.12.1

func (m *AccountContactRequestOutgoingSent) Size() (n int)

func (*AccountContactRequestOutgoingSent) String added in v1.12.1

func (*AccountContactRequestOutgoingSent) Unmarshal added in v1.12.1

func (m *AccountContactRequestOutgoingSent) Unmarshal(dAtA []byte) error

func (*AccountContactRequestOutgoingSent) XXX_DiscardUnknown added in v1.12.1

func (m *AccountContactRequestOutgoingSent) XXX_DiscardUnknown()

func (*AccountContactRequestOutgoingSent) XXX_Marshal added in v1.12.1

func (m *AccountContactRequestOutgoingSent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactRequestOutgoingSent) XXX_Merge added in v1.12.1

func (*AccountContactRequestOutgoingSent) XXX_Size added in v1.12.1

func (m *AccountContactRequestOutgoingSent) XXX_Size() int

func (*AccountContactRequestOutgoingSent) XXX_Unmarshal added in v1.12.1

func (m *AccountContactRequestOutgoingSent) XXX_Unmarshal(b []byte) error

type AccountContactRequestReferenceReset

type AccountContactRequestReferenceReset struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// public_rendezvous_seed is the new rendezvous point seed
	PublicRendezvousSeed []byte   `protobuf:"bytes,2,opt,name=public_rendezvous_seed,json=publicRendezvousSeed,proto3" json:"public_rendezvous_seed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountContactRequestReferenceReset indicates that the account should be advertised on different public rendezvous points

func (*AccountContactRequestReferenceReset) Descriptor

func (*AccountContactRequestReferenceReset) Descriptor() ([]byte, []int)

func (*AccountContactRequestReferenceReset) GetDevicePK

func (m *AccountContactRequestReferenceReset) GetDevicePK() []byte

func (*AccountContactRequestReferenceReset) GetPublicRendezvousSeed

func (m *AccountContactRequestReferenceReset) GetPublicRendezvousSeed() []byte

func (*AccountContactRequestReferenceReset) Marshal

func (m *AccountContactRequestReferenceReset) Marshal() (dAtA []byte, err error)

func (*AccountContactRequestReferenceReset) MarshalTo

func (m *AccountContactRequestReferenceReset) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactRequestReferenceReset) MarshalToSizedBuffer

func (m *AccountContactRequestReferenceReset) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactRequestReferenceReset) ProtoMessage

func (*AccountContactRequestReferenceReset) ProtoMessage()

func (*AccountContactRequestReferenceReset) Reset

func (*AccountContactRequestReferenceReset) SetDevicePK

func (m *AccountContactRequestReferenceReset) SetDevicePK(pk []byte)

func (*AccountContactRequestReferenceReset) Size

func (*AccountContactRequestReferenceReset) String

func (*AccountContactRequestReferenceReset) Unmarshal

func (m *AccountContactRequestReferenceReset) Unmarshal(dAtA []byte) error

func (*AccountContactRequestReferenceReset) XXX_DiscardUnknown

func (m *AccountContactRequestReferenceReset) XXX_DiscardUnknown()

func (*AccountContactRequestReferenceReset) XXX_Marshal

func (m *AccountContactRequestReferenceReset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactRequestReferenceReset) XXX_Merge

func (*AccountContactRequestReferenceReset) XXX_Size

func (*AccountContactRequestReferenceReset) XXX_Unmarshal

func (m *AccountContactRequestReferenceReset) XXX_Unmarshal(b []byte) error

type AccountContactUnblocked

type AccountContactUnblocked struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// contact_pk is the contact unblocked
	ContactPK            []byte   `protobuf:"bytes,2,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountContactUnblocked indicates that a contact is unblocked

func (*AccountContactUnblocked) Descriptor

func (*AccountContactUnblocked) Descriptor() ([]byte, []int)

func (*AccountContactUnblocked) GetContactPK

func (m *AccountContactUnblocked) GetContactPK() []byte

func (*AccountContactUnblocked) GetDevicePK

func (m *AccountContactUnblocked) GetDevicePK() []byte

func (*AccountContactUnblocked) Marshal

func (m *AccountContactUnblocked) Marshal() (dAtA []byte, err error)

func (*AccountContactUnblocked) MarshalTo

func (m *AccountContactUnblocked) MarshalTo(dAtA []byte) (int, error)

func (*AccountContactUnblocked) MarshalToSizedBuffer

func (m *AccountContactUnblocked) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountContactUnblocked) ProtoMessage

func (*AccountContactUnblocked) ProtoMessage()

func (*AccountContactUnblocked) Reset

func (m *AccountContactUnblocked) Reset()

func (*AccountContactUnblocked) SetContactPK

func (m *AccountContactUnblocked) SetContactPK(pk []byte)

func (*AccountContactUnblocked) SetDevicePK

func (m *AccountContactUnblocked) SetDevicePK(pk []byte)

func (*AccountContactUnblocked) Size

func (m *AccountContactUnblocked) Size() (n int)

func (*AccountContactUnblocked) String

func (m *AccountContactUnblocked) String() string

func (*AccountContactUnblocked) Unmarshal

func (m *AccountContactUnblocked) Unmarshal(dAtA []byte) error

func (*AccountContactUnblocked) XXX_DiscardUnknown

func (m *AccountContactUnblocked) XXX_DiscardUnknown()

func (*AccountContactUnblocked) XXX_Marshal

func (m *AccountContactUnblocked) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountContactUnblocked) XXX_Merge

func (m *AccountContactUnblocked) XXX_Merge(src proto.Message)

func (*AccountContactUnblocked) XXX_Size

func (m *AccountContactUnblocked) XXX_Size() int

func (*AccountContactUnblocked) XXX_Unmarshal

func (m *AccountContactUnblocked) XXX_Unmarshal(b []byte) error

type AccountGroupJoined

type AccountGroupJoined struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// group describe the joined group
	Group                *Group   `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountGroupJoined indicates that the account is now part of a new group

func (*AccountGroupJoined) Descriptor

func (*AccountGroupJoined) Descriptor() ([]byte, []int)

func (*AccountGroupJoined) GetDevicePK

func (m *AccountGroupJoined) GetDevicePK() []byte

func (*AccountGroupJoined) GetGroup

func (m *AccountGroupJoined) GetGroup() *Group

func (*AccountGroupJoined) Marshal

func (m *AccountGroupJoined) Marshal() (dAtA []byte, err error)

func (*AccountGroupJoined) MarshalTo

func (m *AccountGroupJoined) MarshalTo(dAtA []byte) (int, error)

func (*AccountGroupJoined) MarshalToSizedBuffer

func (m *AccountGroupJoined) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountGroupJoined) ProtoMessage

func (*AccountGroupJoined) ProtoMessage()

func (*AccountGroupJoined) Reset

func (m *AccountGroupJoined) Reset()

func (*AccountGroupJoined) SetDevicePK

func (m *AccountGroupJoined) SetDevicePK(pk []byte)

func (*AccountGroupJoined) Size

func (m *AccountGroupJoined) Size() (n int)

func (*AccountGroupJoined) String

func (m *AccountGroupJoined) String() string

func (*AccountGroupJoined) Unmarshal

func (m *AccountGroupJoined) Unmarshal(dAtA []byte) error

func (*AccountGroupJoined) XXX_DiscardUnknown

func (m *AccountGroupJoined) XXX_DiscardUnknown()

func (*AccountGroupJoined) XXX_Marshal

func (m *AccountGroupJoined) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountGroupJoined) XXX_Merge

func (m *AccountGroupJoined) XXX_Merge(src proto.Message)

func (*AccountGroupJoined) XXX_Size

func (m *AccountGroupJoined) XXX_Size() int

func (*AccountGroupJoined) XXX_Unmarshal

func (m *AccountGroupJoined) XXX_Unmarshal(b []byte) error

type AccountGroupLeft

type AccountGroupLeft struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// group_pk references the group left
	GroupPK              []byte   `protobuf:"bytes,2,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountGroupLeft indicates that the account has left a group

func (*AccountGroupLeft) Descriptor

func (*AccountGroupLeft) Descriptor() ([]byte, []int)

func (*AccountGroupLeft) GetDevicePK

func (m *AccountGroupLeft) GetDevicePK() []byte

func (*AccountGroupLeft) GetGroupPK

func (m *AccountGroupLeft) GetGroupPK() []byte

func (*AccountGroupLeft) Marshal

func (m *AccountGroupLeft) Marshal() (dAtA []byte, err error)

func (*AccountGroupLeft) MarshalTo

func (m *AccountGroupLeft) MarshalTo(dAtA []byte) (int, error)

func (*AccountGroupLeft) MarshalToSizedBuffer

func (m *AccountGroupLeft) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountGroupLeft) ProtoMessage

func (*AccountGroupLeft) ProtoMessage()

func (*AccountGroupLeft) Reset

func (m *AccountGroupLeft) Reset()

func (*AccountGroupLeft) SetDevicePK

func (m *AccountGroupLeft) SetDevicePK(pk []byte)

func (*AccountGroupLeft) SetGroupPK

func (m *AccountGroupLeft) SetGroupPK(pk []byte)

func (*AccountGroupLeft) Size

func (m *AccountGroupLeft) Size() (n int)

func (*AccountGroupLeft) String

func (m *AccountGroupLeft) String() string

func (*AccountGroupLeft) Unmarshal

func (m *AccountGroupLeft) Unmarshal(dAtA []byte) error

func (*AccountGroupLeft) XXX_DiscardUnknown

func (m *AccountGroupLeft) XXX_DiscardUnknown()

func (*AccountGroupLeft) XXX_Marshal

func (m *AccountGroupLeft) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountGroupLeft) XXX_Merge

func (m *AccountGroupLeft) XXX_Merge(src proto.Message)

func (*AccountGroupLeft) XXX_Size

func (m *AccountGroupLeft) XXX_Size() int

func (*AccountGroupLeft) XXX_Unmarshal

func (m *AccountGroupLeft) XXX_Unmarshal(b []byte) error

type AccountVerifiedCredentialRegistered

type AccountVerifiedCredentialRegistered struct {
	// device_pk is the public key of the device sending the message
	DevicePK                []byte   `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	SignedIdentityPublicKey []byte   `` /* 134-byte string literal not displayed */
	VerifiedCredential      string   `protobuf:"bytes,3,opt,name=verified_credential,json=verifiedCredential,proto3" json:"verified_credential,omitempty"`
	RegistrationDate        int64    `protobuf:"varint,4,opt,name=registration_date,json=registrationDate,proto3" json:"registration_date,omitempty"`
	ExpirationDate          int64    `protobuf:"varint,5,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	Identifier              string   `protobuf:"bytes,6,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Issuer                  string   `protobuf:"bytes,7,opt,name=issuer,proto3" json:"issuer,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*AccountVerifiedCredentialRegistered) Descriptor

func (*AccountVerifiedCredentialRegistered) Descriptor() ([]byte, []int)

func (*AccountVerifiedCredentialRegistered) GetDevicePK

func (m *AccountVerifiedCredentialRegistered) GetDevicePK() []byte

func (*AccountVerifiedCredentialRegistered) GetExpirationDate

func (m *AccountVerifiedCredentialRegistered) GetExpirationDate() int64

func (*AccountVerifiedCredentialRegistered) GetIdentifier

func (m *AccountVerifiedCredentialRegistered) GetIdentifier() string

func (*AccountVerifiedCredentialRegistered) GetIssuer

func (*AccountVerifiedCredentialRegistered) GetRegistrationDate

func (m *AccountVerifiedCredentialRegistered) GetRegistrationDate() int64

func (*AccountVerifiedCredentialRegistered) GetSignedIdentityPublicKey

func (m *AccountVerifiedCredentialRegistered) GetSignedIdentityPublicKey() []byte

func (*AccountVerifiedCredentialRegistered) GetVerifiedCredential

func (m *AccountVerifiedCredentialRegistered) GetVerifiedCredential() string

func (*AccountVerifiedCredentialRegistered) Marshal

func (m *AccountVerifiedCredentialRegistered) Marshal() (dAtA []byte, err error)

func (*AccountVerifiedCredentialRegistered) MarshalTo

func (m *AccountVerifiedCredentialRegistered) MarshalTo(dAtA []byte) (int, error)

func (*AccountVerifiedCredentialRegistered) MarshalToSizedBuffer

func (m *AccountVerifiedCredentialRegistered) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AccountVerifiedCredentialRegistered) ProtoMessage

func (*AccountVerifiedCredentialRegistered) ProtoMessage()

func (*AccountVerifiedCredentialRegistered) Reset

func (*AccountVerifiedCredentialRegistered) SetDevicePK

func (m *AccountVerifiedCredentialRegistered) SetDevicePK(pk []byte)

func (*AccountVerifiedCredentialRegistered) Size

func (*AccountVerifiedCredentialRegistered) String

func (*AccountVerifiedCredentialRegistered) Unmarshal

func (m *AccountVerifiedCredentialRegistered) Unmarshal(dAtA []byte) error

func (*AccountVerifiedCredentialRegistered) XXX_DiscardUnknown

func (m *AccountVerifiedCredentialRegistered) XXX_DiscardUnknown()

func (*AccountVerifiedCredentialRegistered) XXX_Marshal

func (m *AccountVerifiedCredentialRegistered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountVerifiedCredentialRegistered) XXX_Merge

func (*AccountVerifiedCredentialRegistered) XXX_Size

func (*AccountVerifiedCredentialRegistered) XXX_Unmarshal

func (m *AccountVerifiedCredentialRegistered) XXX_Unmarshal(b []byte) error

type ActivateGroup

type ActivateGroup struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivateGroup) Descriptor

func (*ActivateGroup) Descriptor() ([]byte, []int)

func (*ActivateGroup) Marshal

func (m *ActivateGroup) Marshal() (dAtA []byte, err error)

func (*ActivateGroup) MarshalTo

func (m *ActivateGroup) MarshalTo(dAtA []byte) (int, error)

func (*ActivateGroup) MarshalToSizedBuffer

func (m *ActivateGroup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivateGroup) ProtoMessage

func (*ActivateGroup) ProtoMessage()

func (*ActivateGroup) Reset

func (m *ActivateGroup) Reset()

func (*ActivateGroup) Size

func (m *ActivateGroup) Size() (n int)

func (*ActivateGroup) String

func (m *ActivateGroup) String() string

func (*ActivateGroup) Unmarshal

func (m *ActivateGroup) Unmarshal(dAtA []byte) error

func (*ActivateGroup) XXX_DiscardUnknown

func (m *ActivateGroup) XXX_DiscardUnknown()

func (*ActivateGroup) XXX_Marshal

func (m *ActivateGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivateGroup) XXX_Merge

func (m *ActivateGroup) XXX_Merge(src proto.Message)

func (*ActivateGroup) XXX_Size

func (m *ActivateGroup) XXX_Size() int

func (*ActivateGroup) XXX_Unmarshal

func (m *ActivateGroup) XXX_Unmarshal(b []byte) error

type ActivateGroup_Reply

type ActivateGroup_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivateGroup_Reply) Descriptor

func (*ActivateGroup_Reply) Descriptor() ([]byte, []int)

func (*ActivateGroup_Reply) Marshal

func (m *ActivateGroup_Reply) Marshal() (dAtA []byte, err error)

func (*ActivateGroup_Reply) MarshalTo

func (m *ActivateGroup_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ActivateGroup_Reply) MarshalToSizedBuffer

func (m *ActivateGroup_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivateGroup_Reply) ProtoMessage

func (*ActivateGroup_Reply) ProtoMessage()

func (*ActivateGroup_Reply) Reset

func (m *ActivateGroup_Reply) Reset()

func (*ActivateGroup_Reply) Size

func (m *ActivateGroup_Reply) Size() (n int)

func (*ActivateGroup_Reply) String

func (m *ActivateGroup_Reply) String() string

func (*ActivateGroup_Reply) Unmarshal

func (m *ActivateGroup_Reply) Unmarshal(dAtA []byte) error

func (*ActivateGroup_Reply) XXX_DiscardUnknown

func (m *ActivateGroup_Reply) XXX_DiscardUnknown()

func (*ActivateGroup_Reply) XXX_Marshal

func (m *ActivateGroup_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivateGroup_Reply) XXX_Merge

func (m *ActivateGroup_Reply) XXX_Merge(src proto.Message)

func (*ActivateGroup_Reply) XXX_Size

func (m *ActivateGroup_Reply) XXX_Size() int

func (*ActivateGroup_Reply) XXX_Unmarshal

func (m *ActivateGroup_Reply) XXX_Unmarshal(b []byte) error

type ActivateGroup_Request

type ActivateGroup_Request struct {
	// group_pk is the identifier of the group
	GroupPK []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// local_only will open the group without enabling network interactions
	// with other members
	LocalOnly            bool     `protobuf:"varint,2,opt,name=local_only,json=localOnly,proto3" json:"local_only,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivateGroup_Request) Descriptor

func (*ActivateGroup_Request) Descriptor() ([]byte, []int)

func (*ActivateGroup_Request) GetGroupPK

func (m *ActivateGroup_Request) GetGroupPK() []byte

func (*ActivateGroup_Request) GetLocalOnly

func (m *ActivateGroup_Request) GetLocalOnly() bool

func (*ActivateGroup_Request) Marshal

func (m *ActivateGroup_Request) Marshal() (dAtA []byte, err error)

func (*ActivateGroup_Request) MarshalTo

func (m *ActivateGroup_Request) MarshalTo(dAtA []byte) (int, error)

func (*ActivateGroup_Request) MarshalToSizedBuffer

func (m *ActivateGroup_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivateGroup_Request) ProtoMessage

func (*ActivateGroup_Request) ProtoMessage()

func (*ActivateGroup_Request) Reset

func (m *ActivateGroup_Request) Reset()

func (*ActivateGroup_Request) Size

func (m *ActivateGroup_Request) Size() (n int)

func (*ActivateGroup_Request) String

func (m *ActivateGroup_Request) String() string

func (*ActivateGroup_Request) Unmarshal

func (m *ActivateGroup_Request) Unmarshal(dAtA []byte) error

func (*ActivateGroup_Request) XXX_DiscardUnknown

func (m *ActivateGroup_Request) XXX_DiscardUnknown()

func (*ActivateGroup_Request) XXX_Marshal

func (m *ActivateGroup_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivateGroup_Request) XXX_Merge

func (m *ActivateGroup_Request) XXX_Merge(src proto.Message)

func (*ActivateGroup_Request) XXX_Size

func (m *ActivateGroup_Request) XXX_Size() int

func (*ActivateGroup_Request) XXX_Unmarshal

func (m *ActivateGroup_Request) XXX_Unmarshal(b []byte) error

type AppMessageSend

type AppMessageSend struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppMessageSend) Descriptor

func (*AppMessageSend) Descriptor() ([]byte, []int)

func (*AppMessageSend) Marshal

func (m *AppMessageSend) Marshal() (dAtA []byte, err error)

func (*AppMessageSend) MarshalTo

func (m *AppMessageSend) MarshalTo(dAtA []byte) (int, error)

func (*AppMessageSend) MarshalToSizedBuffer

func (m *AppMessageSend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AppMessageSend) ProtoMessage

func (*AppMessageSend) ProtoMessage()

func (*AppMessageSend) Reset

func (m *AppMessageSend) Reset()

func (*AppMessageSend) Size

func (m *AppMessageSend) Size() (n int)

func (*AppMessageSend) String

func (m *AppMessageSend) String() string

func (*AppMessageSend) Unmarshal

func (m *AppMessageSend) Unmarshal(dAtA []byte) error

func (*AppMessageSend) XXX_DiscardUnknown

func (m *AppMessageSend) XXX_DiscardUnknown()

func (*AppMessageSend) XXX_Marshal

func (m *AppMessageSend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppMessageSend) XXX_Merge

func (m *AppMessageSend) XXX_Merge(src proto.Message)

func (*AppMessageSend) XXX_Size

func (m *AppMessageSend) XXX_Size() int

func (*AppMessageSend) XXX_Unmarshal

func (m *AppMessageSend) XXX_Unmarshal(b []byte) error

type AppMessageSend_Reply

type AppMessageSend_Reply struct {
	CID                  []byte   `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppMessageSend_Reply) Descriptor

func (*AppMessageSend_Reply) Descriptor() ([]byte, []int)

func (*AppMessageSend_Reply) GetCID

func (m *AppMessageSend_Reply) GetCID() []byte

func (*AppMessageSend_Reply) Marshal

func (m *AppMessageSend_Reply) Marshal() (dAtA []byte, err error)

func (*AppMessageSend_Reply) MarshalTo

func (m *AppMessageSend_Reply) MarshalTo(dAtA []byte) (int, error)

func (*AppMessageSend_Reply) MarshalToSizedBuffer

func (m *AppMessageSend_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AppMessageSend_Reply) ProtoMessage

func (*AppMessageSend_Reply) ProtoMessage()

func (*AppMessageSend_Reply) Reset

func (m *AppMessageSend_Reply) Reset()

func (*AppMessageSend_Reply) Size

func (m *AppMessageSend_Reply) Size() (n int)

func (*AppMessageSend_Reply) String

func (m *AppMessageSend_Reply) String() string

func (*AppMessageSend_Reply) Unmarshal

func (m *AppMessageSend_Reply) Unmarshal(dAtA []byte) error

func (*AppMessageSend_Reply) XXX_DiscardUnknown

func (m *AppMessageSend_Reply) XXX_DiscardUnknown()

func (*AppMessageSend_Reply) XXX_Marshal

func (m *AppMessageSend_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppMessageSend_Reply) XXX_Merge

func (m *AppMessageSend_Reply) XXX_Merge(src proto.Message)

func (*AppMessageSend_Reply) XXX_Size

func (m *AppMessageSend_Reply) XXX_Size() int

func (*AppMessageSend_Reply) XXX_Unmarshal

func (m *AppMessageSend_Reply) XXX_Unmarshal(b []byte) error

type AppMessageSend_Request

type AppMessageSend_Request struct {
	// group_pk is the identifier of the group
	GroupPK []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// payload is the payload to send
	Payload              []byte   `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppMessageSend_Request) Descriptor

func (*AppMessageSend_Request) Descriptor() ([]byte, []int)

func (*AppMessageSend_Request) GetGroupPK

func (m *AppMessageSend_Request) GetGroupPK() []byte

func (*AppMessageSend_Request) GetPayload

func (m *AppMessageSend_Request) GetPayload() []byte

func (*AppMessageSend_Request) Marshal

func (m *AppMessageSend_Request) Marshal() (dAtA []byte, err error)

func (*AppMessageSend_Request) MarshalTo

func (m *AppMessageSend_Request) MarshalTo(dAtA []byte) (int, error)

func (*AppMessageSend_Request) MarshalToSizedBuffer

func (m *AppMessageSend_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AppMessageSend_Request) ProtoMessage

func (*AppMessageSend_Request) ProtoMessage()

func (*AppMessageSend_Request) Reset

func (m *AppMessageSend_Request) Reset()

func (*AppMessageSend_Request) Size

func (m *AppMessageSend_Request) Size() (n int)

func (*AppMessageSend_Request) String

func (m *AppMessageSend_Request) String() string

func (*AppMessageSend_Request) Unmarshal

func (m *AppMessageSend_Request) Unmarshal(dAtA []byte) error

func (*AppMessageSend_Request) XXX_DiscardUnknown

func (m *AppMessageSend_Request) XXX_DiscardUnknown()

func (*AppMessageSend_Request) XXX_Marshal

func (m *AppMessageSend_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppMessageSend_Request) XXX_Merge

func (m *AppMessageSend_Request) XXX_Merge(src proto.Message)

func (*AppMessageSend_Request) XXX_Size

func (m *AppMessageSend_Request) XXX_Size() int

func (*AppMessageSend_Request) XXX_Unmarshal

func (m *AppMessageSend_Request) XXX_Unmarshal(b []byte) error

type AppMetadataSend

type AppMetadataSend struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppMetadataSend) Descriptor

func (*AppMetadataSend) Descriptor() ([]byte, []int)

func (*AppMetadataSend) Marshal

func (m *AppMetadataSend) Marshal() (dAtA []byte, err error)

func (*AppMetadataSend) MarshalTo

func (m *AppMetadataSend) MarshalTo(dAtA []byte) (int, error)

func (*AppMetadataSend) MarshalToSizedBuffer

func (m *AppMetadataSend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AppMetadataSend) ProtoMessage

func (*AppMetadataSend) ProtoMessage()

func (*AppMetadataSend) Reset

func (m *AppMetadataSend) Reset()

func (*AppMetadataSend) Size

func (m *AppMetadataSend) Size() (n int)

func (*AppMetadataSend) String

func (m *AppMetadataSend) String() string

func (*AppMetadataSend) Unmarshal

func (m *AppMetadataSend) Unmarshal(dAtA []byte) error

func (*AppMetadataSend) XXX_DiscardUnknown

func (m *AppMetadataSend) XXX_DiscardUnknown()

func (*AppMetadataSend) XXX_Marshal

func (m *AppMetadataSend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppMetadataSend) XXX_Merge

func (m *AppMetadataSend) XXX_Merge(src proto.Message)

func (*AppMetadataSend) XXX_Size

func (m *AppMetadataSend) XXX_Size() int

func (*AppMetadataSend) XXX_Unmarshal

func (m *AppMetadataSend) XXX_Unmarshal(b []byte) error

type AppMetadataSend_Reply

type AppMetadataSend_Reply struct {
	CID                  []byte   `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppMetadataSend_Reply) Descriptor

func (*AppMetadataSend_Reply) Descriptor() ([]byte, []int)

func (*AppMetadataSend_Reply) GetCID

func (m *AppMetadataSend_Reply) GetCID() []byte

func (*AppMetadataSend_Reply) Marshal

func (m *AppMetadataSend_Reply) Marshal() (dAtA []byte, err error)

func (*AppMetadataSend_Reply) MarshalTo

func (m *AppMetadataSend_Reply) MarshalTo(dAtA []byte) (int, error)

func (*AppMetadataSend_Reply) MarshalToSizedBuffer

func (m *AppMetadataSend_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AppMetadataSend_Reply) ProtoMessage

func (*AppMetadataSend_Reply) ProtoMessage()

func (*AppMetadataSend_Reply) Reset

func (m *AppMetadataSend_Reply) Reset()

func (*AppMetadataSend_Reply) Size

func (m *AppMetadataSend_Reply) Size() (n int)

func (*AppMetadataSend_Reply) String

func (m *AppMetadataSend_Reply) String() string

func (*AppMetadataSend_Reply) Unmarshal

func (m *AppMetadataSend_Reply) Unmarshal(dAtA []byte) error

func (*AppMetadataSend_Reply) XXX_DiscardUnknown

func (m *AppMetadataSend_Reply) XXX_DiscardUnknown()

func (*AppMetadataSend_Reply) XXX_Marshal

func (m *AppMetadataSend_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppMetadataSend_Reply) XXX_Merge

func (m *AppMetadataSend_Reply) XXX_Merge(src proto.Message)

func (*AppMetadataSend_Reply) XXX_Size

func (m *AppMetadataSend_Reply) XXX_Size() int

func (*AppMetadataSend_Reply) XXX_Unmarshal

func (m *AppMetadataSend_Reply) XXX_Unmarshal(b []byte) error

type AppMetadataSend_Request

type AppMetadataSend_Request struct {
	// group_pk is the identifier of the group
	GroupPK []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// payload is the payload to send
	Payload              []byte   `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AppMetadataSend_Request) Descriptor

func (*AppMetadataSend_Request) Descriptor() ([]byte, []int)

func (*AppMetadataSend_Request) GetGroupPK

func (m *AppMetadataSend_Request) GetGroupPK() []byte

func (*AppMetadataSend_Request) GetPayload

func (m *AppMetadataSend_Request) GetPayload() []byte

func (*AppMetadataSend_Request) Marshal

func (m *AppMetadataSend_Request) Marshal() (dAtA []byte, err error)

func (*AppMetadataSend_Request) MarshalTo

func (m *AppMetadataSend_Request) MarshalTo(dAtA []byte) (int, error)

func (*AppMetadataSend_Request) MarshalToSizedBuffer

func (m *AppMetadataSend_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AppMetadataSend_Request) ProtoMessage

func (*AppMetadataSend_Request) ProtoMessage()

func (*AppMetadataSend_Request) Reset

func (m *AppMetadataSend_Request) Reset()

func (*AppMetadataSend_Request) Size

func (m *AppMetadataSend_Request) Size() (n int)

func (*AppMetadataSend_Request) String

func (m *AppMetadataSend_Request) String() string

func (*AppMetadataSend_Request) Unmarshal

func (m *AppMetadataSend_Request) Unmarshal(dAtA []byte) error

func (*AppMetadataSend_Request) XXX_DiscardUnknown

func (m *AppMetadataSend_Request) XXX_DiscardUnknown()

func (*AppMetadataSend_Request) XXX_Marshal

func (m *AppMetadataSend_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppMetadataSend_Request) XXX_Merge

func (m *AppMetadataSend_Request) XXX_Merge(src proto.Message)

func (*AppMetadataSend_Request) XXX_Size

func (m *AppMetadataSend_Request) XXX_Size() int

func (*AppMetadataSend_Request) XXX_Unmarshal

func (m *AppMetadataSend_Request) XXX_Unmarshal(b []byte) error

type ContactAliasKeyAdded added in v1.12.1

type ContactAliasKeyAdded struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// alias_pk is the alias key which will be used to verify a contact identity
	AliasPK              []byte   `protobuf:"bytes,2,opt,name=alias_pk,json=aliasPk,proto3" json:"alias_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ContactAliasKeyAdded is an event type where ones shares their alias public key

func (*ContactAliasKeyAdded) Descriptor added in v1.12.1

func (*ContactAliasKeyAdded) Descriptor() ([]byte, []int)

func (*ContactAliasKeyAdded) GetAliasPK added in v1.12.1

func (m *ContactAliasKeyAdded) GetAliasPK() []byte

func (*ContactAliasKeyAdded) GetDevicePK added in v1.12.1

func (m *ContactAliasKeyAdded) GetDevicePK() []byte

func (*ContactAliasKeyAdded) Marshal added in v1.12.1

func (m *ContactAliasKeyAdded) Marshal() (dAtA []byte, err error)

func (*ContactAliasKeyAdded) MarshalTo added in v1.12.1

func (m *ContactAliasKeyAdded) MarshalTo(dAtA []byte) (int, error)

func (*ContactAliasKeyAdded) MarshalToSizedBuffer added in v1.12.1

func (m *ContactAliasKeyAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactAliasKeyAdded) ProtoMessage added in v1.12.1

func (*ContactAliasKeyAdded) ProtoMessage()

func (*ContactAliasKeyAdded) Reset added in v1.12.1

func (m *ContactAliasKeyAdded) Reset()

func (*ContactAliasKeyAdded) SetDevicePK added in v1.12.1

func (m *ContactAliasKeyAdded) SetDevicePK(pk []byte)

func (*ContactAliasKeyAdded) Size added in v1.12.1

func (m *ContactAliasKeyAdded) Size() (n int)

func (*ContactAliasKeyAdded) String added in v1.12.1

func (m *ContactAliasKeyAdded) String() string

func (*ContactAliasKeyAdded) Unmarshal added in v1.12.1

func (m *ContactAliasKeyAdded) Unmarshal(dAtA []byte) error

func (*ContactAliasKeyAdded) XXX_DiscardUnknown added in v1.12.1

func (m *ContactAliasKeyAdded) XXX_DiscardUnknown()

func (*ContactAliasKeyAdded) XXX_Marshal added in v1.12.1

func (m *ContactAliasKeyAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactAliasKeyAdded) XXX_Merge added in v1.12.1

func (m *ContactAliasKeyAdded) XXX_Merge(src proto.Message)

func (*ContactAliasKeyAdded) XXX_Size added in v1.12.1

func (m *ContactAliasKeyAdded) XXX_Size() int

func (*ContactAliasKeyAdded) XXX_Unmarshal added in v1.12.1

func (m *ContactAliasKeyAdded) XXX_Unmarshal(b []byte) error

type ContactAliasKeySend

type ContactAliasKeySend struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactAliasKeySend) Descriptor

func (*ContactAliasKeySend) Descriptor() ([]byte, []int)

func (*ContactAliasKeySend) Marshal

func (m *ContactAliasKeySend) Marshal() (dAtA []byte, err error)

func (*ContactAliasKeySend) MarshalTo

func (m *ContactAliasKeySend) MarshalTo(dAtA []byte) (int, error)

func (*ContactAliasKeySend) MarshalToSizedBuffer

func (m *ContactAliasKeySend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactAliasKeySend) ProtoMessage

func (*ContactAliasKeySend) ProtoMessage()

func (*ContactAliasKeySend) Reset

func (m *ContactAliasKeySend) Reset()

func (*ContactAliasKeySend) Size

func (m *ContactAliasKeySend) Size() (n int)

func (*ContactAliasKeySend) String

func (m *ContactAliasKeySend) String() string

func (*ContactAliasKeySend) Unmarshal

func (m *ContactAliasKeySend) Unmarshal(dAtA []byte) error

func (*ContactAliasKeySend) XXX_DiscardUnknown

func (m *ContactAliasKeySend) XXX_DiscardUnknown()

func (*ContactAliasKeySend) XXX_Marshal

func (m *ContactAliasKeySend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactAliasKeySend) XXX_Merge

func (m *ContactAliasKeySend) XXX_Merge(src proto.Message)

func (*ContactAliasKeySend) XXX_Size

func (m *ContactAliasKeySend) XXX_Size() int

func (*ContactAliasKeySend) XXX_Unmarshal

func (m *ContactAliasKeySend) XXX_Unmarshal(b []byte) error

type ContactAliasKeySend_Reply

type ContactAliasKeySend_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactAliasKeySend_Reply) Descriptor

func (*ContactAliasKeySend_Reply) Descriptor() ([]byte, []int)

func (*ContactAliasKeySend_Reply) Marshal

func (m *ContactAliasKeySend_Reply) Marshal() (dAtA []byte, err error)

func (*ContactAliasKeySend_Reply) MarshalTo

func (m *ContactAliasKeySend_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactAliasKeySend_Reply) MarshalToSizedBuffer

func (m *ContactAliasKeySend_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactAliasKeySend_Reply) ProtoMessage

func (*ContactAliasKeySend_Reply) ProtoMessage()

func (*ContactAliasKeySend_Reply) Reset

func (m *ContactAliasKeySend_Reply) Reset()

func (*ContactAliasKeySend_Reply) Size

func (m *ContactAliasKeySend_Reply) Size() (n int)

func (*ContactAliasKeySend_Reply) String

func (m *ContactAliasKeySend_Reply) String() string

func (*ContactAliasKeySend_Reply) Unmarshal

func (m *ContactAliasKeySend_Reply) Unmarshal(dAtA []byte) error

func (*ContactAliasKeySend_Reply) XXX_DiscardUnknown

func (m *ContactAliasKeySend_Reply) XXX_DiscardUnknown()

func (*ContactAliasKeySend_Reply) XXX_Marshal

func (m *ContactAliasKeySend_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactAliasKeySend_Reply) XXX_Merge

func (m *ContactAliasKeySend_Reply) XXX_Merge(src proto.Message)

func (*ContactAliasKeySend_Reply) XXX_Size

func (m *ContactAliasKeySend_Reply) XXX_Size() int

func (*ContactAliasKeySend_Reply) XXX_Unmarshal

func (m *ContactAliasKeySend_Reply) XXX_Unmarshal(b []byte) error

type ContactAliasKeySend_Request

type ContactAliasKeySend_Request struct {
	// contact_pk is the identifier of the contact to send the alias public key to
	GroupPK              []byte   `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactAliasKeySend_Request) Descriptor

func (*ContactAliasKeySend_Request) Descriptor() ([]byte, []int)

func (*ContactAliasKeySend_Request) GetGroupPK

func (m *ContactAliasKeySend_Request) GetGroupPK() []byte

func (*ContactAliasKeySend_Request) Marshal

func (m *ContactAliasKeySend_Request) Marshal() (dAtA []byte, err error)

func (*ContactAliasKeySend_Request) MarshalTo

func (m *ContactAliasKeySend_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactAliasKeySend_Request) MarshalToSizedBuffer

func (m *ContactAliasKeySend_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactAliasKeySend_Request) ProtoMessage

func (*ContactAliasKeySend_Request) ProtoMessage()

func (*ContactAliasKeySend_Request) Reset

func (m *ContactAliasKeySend_Request) Reset()

func (*ContactAliasKeySend_Request) Size

func (m *ContactAliasKeySend_Request) Size() (n int)

func (*ContactAliasKeySend_Request) String

func (m *ContactAliasKeySend_Request) String() string

func (*ContactAliasKeySend_Request) Unmarshal

func (m *ContactAliasKeySend_Request) Unmarshal(dAtA []byte) error

func (*ContactAliasKeySend_Request) XXX_DiscardUnknown

func (m *ContactAliasKeySend_Request) XXX_DiscardUnknown()

func (*ContactAliasKeySend_Request) XXX_Marshal

func (m *ContactAliasKeySend_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactAliasKeySend_Request) XXX_Merge

func (m *ContactAliasKeySend_Request) XXX_Merge(src proto.Message)

func (*ContactAliasKeySend_Request) XXX_Size

func (m *ContactAliasKeySend_Request) XXX_Size() int

func (*ContactAliasKeySend_Request) XXX_Unmarshal

func (m *ContactAliasKeySend_Request) XXX_Unmarshal(b []byte) error

type ContactBlock

type ContactBlock struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactBlock) Descriptor

func (*ContactBlock) Descriptor() ([]byte, []int)

func (*ContactBlock) Marshal

func (m *ContactBlock) Marshal() (dAtA []byte, err error)

func (*ContactBlock) MarshalTo

func (m *ContactBlock) MarshalTo(dAtA []byte) (int, error)

func (*ContactBlock) MarshalToSizedBuffer

func (m *ContactBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactBlock) ProtoMessage

func (*ContactBlock) ProtoMessage()

func (*ContactBlock) Reset

func (m *ContactBlock) Reset()

func (*ContactBlock) Size

func (m *ContactBlock) Size() (n int)

func (*ContactBlock) String

func (m *ContactBlock) String() string

func (*ContactBlock) Unmarshal

func (m *ContactBlock) Unmarshal(dAtA []byte) error

func (*ContactBlock) XXX_DiscardUnknown

func (m *ContactBlock) XXX_DiscardUnknown()

func (*ContactBlock) XXX_Marshal

func (m *ContactBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactBlock) XXX_Merge

func (m *ContactBlock) XXX_Merge(src proto.Message)

func (*ContactBlock) XXX_Size

func (m *ContactBlock) XXX_Size() int

func (*ContactBlock) XXX_Unmarshal

func (m *ContactBlock) XXX_Unmarshal(b []byte) error

type ContactBlock_Reply

type ContactBlock_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactBlock_Reply) Descriptor

func (*ContactBlock_Reply) Descriptor() ([]byte, []int)

func (*ContactBlock_Reply) Marshal

func (m *ContactBlock_Reply) Marshal() (dAtA []byte, err error)

func (*ContactBlock_Reply) MarshalTo

func (m *ContactBlock_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactBlock_Reply) MarshalToSizedBuffer

func (m *ContactBlock_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactBlock_Reply) ProtoMessage

func (*ContactBlock_Reply) ProtoMessage()

func (*ContactBlock_Reply) Reset

func (m *ContactBlock_Reply) Reset()

func (*ContactBlock_Reply) Size

func (m *ContactBlock_Reply) Size() (n int)

func (*ContactBlock_Reply) String

func (m *ContactBlock_Reply) String() string

func (*ContactBlock_Reply) Unmarshal

func (m *ContactBlock_Reply) Unmarshal(dAtA []byte) error

func (*ContactBlock_Reply) XXX_DiscardUnknown

func (m *ContactBlock_Reply) XXX_DiscardUnknown()

func (*ContactBlock_Reply) XXX_Marshal

func (m *ContactBlock_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactBlock_Reply) XXX_Merge

func (m *ContactBlock_Reply) XXX_Merge(src proto.Message)

func (*ContactBlock_Reply) XXX_Size

func (m *ContactBlock_Reply) XXX_Size() int

func (*ContactBlock_Reply) XXX_Unmarshal

func (m *ContactBlock_Reply) XXX_Unmarshal(b []byte) error

type ContactBlock_Request

type ContactBlock_Request struct {
	// contact_pk is the identifier of the contact to block
	ContactPK            []byte   `protobuf:"bytes,1,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactBlock_Request) Descriptor

func (*ContactBlock_Request) Descriptor() ([]byte, []int)

func (*ContactBlock_Request) GetContactPK

func (m *ContactBlock_Request) GetContactPK() []byte

func (*ContactBlock_Request) Marshal

func (m *ContactBlock_Request) Marshal() (dAtA []byte, err error)

func (*ContactBlock_Request) MarshalTo

func (m *ContactBlock_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactBlock_Request) MarshalToSizedBuffer

func (m *ContactBlock_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactBlock_Request) ProtoMessage

func (*ContactBlock_Request) ProtoMessage()

func (*ContactBlock_Request) Reset

func (m *ContactBlock_Request) Reset()

func (*ContactBlock_Request) Size

func (m *ContactBlock_Request) Size() (n int)

func (*ContactBlock_Request) String

func (m *ContactBlock_Request) String() string

func (*ContactBlock_Request) Unmarshal

func (m *ContactBlock_Request) Unmarshal(dAtA []byte) error

func (*ContactBlock_Request) XXX_DiscardUnknown

func (m *ContactBlock_Request) XXX_DiscardUnknown()

func (*ContactBlock_Request) XXX_Marshal

func (m *ContactBlock_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactBlock_Request) XXX_Merge

func (m *ContactBlock_Request) XXX_Merge(src proto.Message)

func (*ContactBlock_Request) XXX_Size

func (m *ContactBlock_Request) XXX_Size() int

func (*ContactBlock_Request) XXX_Unmarshal

func (m *ContactBlock_Request) XXX_Unmarshal(b []byte) error

type ContactRequestAccept

type ContactRequestAccept struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestAccept) Descriptor

func (*ContactRequestAccept) Descriptor() ([]byte, []int)

func (*ContactRequestAccept) Marshal

func (m *ContactRequestAccept) Marshal() (dAtA []byte, err error)

func (*ContactRequestAccept) MarshalTo

func (m *ContactRequestAccept) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestAccept) MarshalToSizedBuffer

func (m *ContactRequestAccept) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestAccept) ProtoMessage

func (*ContactRequestAccept) ProtoMessage()

func (*ContactRequestAccept) Reset

func (m *ContactRequestAccept) Reset()

func (*ContactRequestAccept) Size

func (m *ContactRequestAccept) Size() (n int)

func (*ContactRequestAccept) String

func (m *ContactRequestAccept) String() string

func (*ContactRequestAccept) Unmarshal

func (m *ContactRequestAccept) Unmarshal(dAtA []byte) error

func (*ContactRequestAccept) XXX_DiscardUnknown

func (m *ContactRequestAccept) XXX_DiscardUnknown()

func (*ContactRequestAccept) XXX_Marshal

func (m *ContactRequestAccept) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestAccept) XXX_Merge

func (m *ContactRequestAccept) XXX_Merge(src proto.Message)

func (*ContactRequestAccept) XXX_Size

func (m *ContactRequestAccept) XXX_Size() int

func (*ContactRequestAccept) XXX_Unmarshal

func (m *ContactRequestAccept) XXX_Unmarshal(b []byte) error

type ContactRequestAccept_Reply

type ContactRequestAccept_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestAccept_Reply) Descriptor

func (*ContactRequestAccept_Reply) Descriptor() ([]byte, []int)

func (*ContactRequestAccept_Reply) Marshal

func (m *ContactRequestAccept_Reply) Marshal() (dAtA []byte, err error)

func (*ContactRequestAccept_Reply) MarshalTo

func (m *ContactRequestAccept_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestAccept_Reply) MarshalToSizedBuffer

func (m *ContactRequestAccept_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestAccept_Reply) ProtoMessage

func (*ContactRequestAccept_Reply) ProtoMessage()

func (*ContactRequestAccept_Reply) Reset

func (m *ContactRequestAccept_Reply) Reset()

func (*ContactRequestAccept_Reply) Size

func (m *ContactRequestAccept_Reply) Size() (n int)

func (*ContactRequestAccept_Reply) String

func (m *ContactRequestAccept_Reply) String() string

func (*ContactRequestAccept_Reply) Unmarshal

func (m *ContactRequestAccept_Reply) Unmarshal(dAtA []byte) error

func (*ContactRequestAccept_Reply) XXX_DiscardUnknown

func (m *ContactRequestAccept_Reply) XXX_DiscardUnknown()

func (*ContactRequestAccept_Reply) XXX_Marshal

func (m *ContactRequestAccept_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestAccept_Reply) XXX_Merge

func (m *ContactRequestAccept_Reply) XXX_Merge(src proto.Message)

func (*ContactRequestAccept_Reply) XXX_Size

func (m *ContactRequestAccept_Reply) XXX_Size() int

func (*ContactRequestAccept_Reply) XXX_Unmarshal

func (m *ContactRequestAccept_Reply) XXX_Unmarshal(b []byte) error

type ContactRequestAccept_Request

type ContactRequestAccept_Request struct {
	// contact_pk is the identifier of the contact to accept the request from
	ContactPK            []byte   `protobuf:"bytes,1,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestAccept_Request) Descriptor

func (*ContactRequestAccept_Request) Descriptor() ([]byte, []int)

func (*ContactRequestAccept_Request) GetContactPK

func (m *ContactRequestAccept_Request) GetContactPK() []byte

func (*ContactRequestAccept_Request) Marshal

func (m *ContactRequestAccept_Request) Marshal() (dAtA []byte, err error)

func (*ContactRequestAccept_Request) MarshalTo

func (m *ContactRequestAccept_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestAccept_Request) MarshalToSizedBuffer

func (m *ContactRequestAccept_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestAccept_Request) ProtoMessage

func (*ContactRequestAccept_Request) ProtoMessage()

func (*ContactRequestAccept_Request) Reset

func (m *ContactRequestAccept_Request) Reset()

func (*ContactRequestAccept_Request) Size

func (m *ContactRequestAccept_Request) Size() (n int)

func (*ContactRequestAccept_Request) String

func (*ContactRequestAccept_Request) Unmarshal

func (m *ContactRequestAccept_Request) Unmarshal(dAtA []byte) error

func (*ContactRequestAccept_Request) XXX_DiscardUnknown

func (m *ContactRequestAccept_Request) XXX_DiscardUnknown()

func (*ContactRequestAccept_Request) XXX_Marshal

func (m *ContactRequestAccept_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestAccept_Request) XXX_Merge

func (m *ContactRequestAccept_Request) XXX_Merge(src proto.Message)

func (*ContactRequestAccept_Request) XXX_Size

func (m *ContactRequestAccept_Request) XXX_Size() int

func (*ContactRequestAccept_Request) XXX_Unmarshal

func (m *ContactRequestAccept_Request) XXX_Unmarshal(b []byte) error

type ContactRequestDisable

type ContactRequestDisable struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestDisable) Descriptor

func (*ContactRequestDisable) Descriptor() ([]byte, []int)

func (*ContactRequestDisable) Marshal

func (m *ContactRequestDisable) Marshal() (dAtA []byte, err error)

func (*ContactRequestDisable) MarshalTo

func (m *ContactRequestDisable) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestDisable) MarshalToSizedBuffer

func (m *ContactRequestDisable) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestDisable) ProtoMessage

func (*ContactRequestDisable) ProtoMessage()

func (*ContactRequestDisable) Reset

func (m *ContactRequestDisable) Reset()

func (*ContactRequestDisable) Size

func (m *ContactRequestDisable) Size() (n int)

func (*ContactRequestDisable) String

func (m *ContactRequestDisable) String() string

func (*ContactRequestDisable) Unmarshal

func (m *ContactRequestDisable) Unmarshal(dAtA []byte) error

func (*ContactRequestDisable) XXX_DiscardUnknown

func (m *ContactRequestDisable) XXX_DiscardUnknown()

func (*ContactRequestDisable) XXX_Marshal

func (m *ContactRequestDisable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestDisable) XXX_Merge

func (m *ContactRequestDisable) XXX_Merge(src proto.Message)

func (*ContactRequestDisable) XXX_Size

func (m *ContactRequestDisable) XXX_Size() int

func (*ContactRequestDisable) XXX_Unmarshal

func (m *ContactRequestDisable) XXX_Unmarshal(b []byte) error

type ContactRequestDisable_Reply

type ContactRequestDisable_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestDisable_Reply) Descriptor

func (*ContactRequestDisable_Reply) Descriptor() ([]byte, []int)

func (*ContactRequestDisable_Reply) Marshal

func (m *ContactRequestDisable_Reply) Marshal() (dAtA []byte, err error)

func (*ContactRequestDisable_Reply) MarshalTo

func (m *ContactRequestDisable_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestDisable_Reply) MarshalToSizedBuffer

func (m *ContactRequestDisable_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestDisable_Reply) ProtoMessage

func (*ContactRequestDisable_Reply) ProtoMessage()

func (*ContactRequestDisable_Reply) Reset

func (m *ContactRequestDisable_Reply) Reset()

func (*ContactRequestDisable_Reply) Size

func (m *ContactRequestDisable_Reply) Size() (n int)

func (*ContactRequestDisable_Reply) String

func (m *ContactRequestDisable_Reply) String() string

func (*ContactRequestDisable_Reply) Unmarshal

func (m *ContactRequestDisable_Reply) Unmarshal(dAtA []byte) error

func (*ContactRequestDisable_Reply) XXX_DiscardUnknown

func (m *ContactRequestDisable_Reply) XXX_DiscardUnknown()

func (*ContactRequestDisable_Reply) XXX_Marshal

func (m *ContactRequestDisable_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestDisable_Reply) XXX_Merge

func (m *ContactRequestDisable_Reply) XXX_Merge(src proto.Message)

func (*ContactRequestDisable_Reply) XXX_Size

func (m *ContactRequestDisable_Reply) XXX_Size() int

func (*ContactRequestDisable_Reply) XXX_Unmarshal

func (m *ContactRequestDisable_Reply) XXX_Unmarshal(b []byte) error

type ContactRequestDisable_Request

type ContactRequestDisable_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestDisable_Request) Descriptor

func (*ContactRequestDisable_Request) Descriptor() ([]byte, []int)

func (*ContactRequestDisable_Request) Marshal

func (m *ContactRequestDisable_Request) Marshal() (dAtA []byte, err error)

func (*ContactRequestDisable_Request) MarshalTo

func (m *ContactRequestDisable_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestDisable_Request) MarshalToSizedBuffer

func (m *ContactRequestDisable_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestDisable_Request) ProtoMessage

func (*ContactRequestDisable_Request) ProtoMessage()

func (*ContactRequestDisable_Request) Reset

func (m *ContactRequestDisable_Request) Reset()

func (*ContactRequestDisable_Request) Size

func (m *ContactRequestDisable_Request) Size() (n int)

func (*ContactRequestDisable_Request) String

func (*ContactRequestDisable_Request) Unmarshal

func (m *ContactRequestDisable_Request) Unmarshal(dAtA []byte) error

func (*ContactRequestDisable_Request) XXX_DiscardUnknown

func (m *ContactRequestDisable_Request) XXX_DiscardUnknown()

func (*ContactRequestDisable_Request) XXX_Marshal

func (m *ContactRequestDisable_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestDisable_Request) XXX_Merge

func (m *ContactRequestDisable_Request) XXX_Merge(src proto.Message)

func (*ContactRequestDisable_Request) XXX_Size

func (m *ContactRequestDisable_Request) XXX_Size() int

func (*ContactRequestDisable_Request) XXX_Unmarshal

func (m *ContactRequestDisable_Request) XXX_Unmarshal(b []byte) error

type ContactRequestDiscard

type ContactRequestDiscard struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestDiscard) Descriptor

func (*ContactRequestDiscard) Descriptor() ([]byte, []int)

func (*ContactRequestDiscard) Marshal

func (m *ContactRequestDiscard) Marshal() (dAtA []byte, err error)

func (*ContactRequestDiscard) MarshalTo

func (m *ContactRequestDiscard) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestDiscard) MarshalToSizedBuffer

func (m *ContactRequestDiscard) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestDiscard) ProtoMessage

func (*ContactRequestDiscard) ProtoMessage()

func (*ContactRequestDiscard) Reset

func (m *ContactRequestDiscard) Reset()

func (*ContactRequestDiscard) Size

func (m *ContactRequestDiscard) Size() (n int)

func (*ContactRequestDiscard) String

func (m *ContactRequestDiscard) String() string

func (*ContactRequestDiscard) Unmarshal

func (m *ContactRequestDiscard) Unmarshal(dAtA []byte) error

func (*ContactRequestDiscard) XXX_DiscardUnknown

func (m *ContactRequestDiscard) XXX_DiscardUnknown()

func (*ContactRequestDiscard) XXX_Marshal

func (m *ContactRequestDiscard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestDiscard) XXX_Merge

func (m *ContactRequestDiscard) XXX_Merge(src proto.Message)

func (*ContactRequestDiscard) XXX_Size

func (m *ContactRequestDiscard) XXX_Size() int

func (*ContactRequestDiscard) XXX_Unmarshal

func (m *ContactRequestDiscard) XXX_Unmarshal(b []byte) error

type ContactRequestDiscard_Reply

type ContactRequestDiscard_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestDiscard_Reply) Descriptor

func (*ContactRequestDiscard_Reply) Descriptor() ([]byte, []int)

func (*ContactRequestDiscard_Reply) Marshal

func (m *ContactRequestDiscard_Reply) Marshal() (dAtA []byte, err error)

func (*ContactRequestDiscard_Reply) MarshalTo

func (m *ContactRequestDiscard_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestDiscard_Reply) MarshalToSizedBuffer

func (m *ContactRequestDiscard_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestDiscard_Reply) ProtoMessage

func (*ContactRequestDiscard_Reply) ProtoMessage()

func (*ContactRequestDiscard_Reply) Reset

func (m *ContactRequestDiscard_Reply) Reset()

func (*ContactRequestDiscard_Reply) Size

func (m *ContactRequestDiscard_Reply) Size() (n int)

func (*ContactRequestDiscard_Reply) String

func (m *ContactRequestDiscard_Reply) String() string

func (*ContactRequestDiscard_Reply) Unmarshal

func (m *ContactRequestDiscard_Reply) Unmarshal(dAtA []byte) error

func (*ContactRequestDiscard_Reply) XXX_DiscardUnknown

func (m *ContactRequestDiscard_Reply) XXX_DiscardUnknown()

func (*ContactRequestDiscard_Reply) XXX_Marshal

func (m *ContactRequestDiscard_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestDiscard_Reply) XXX_Merge

func (m *ContactRequestDiscard_Reply) XXX_Merge(src proto.Message)

func (*ContactRequestDiscard_Reply) XXX_Size

func (m *ContactRequestDiscard_Reply) XXX_Size() int

func (*ContactRequestDiscard_Reply) XXX_Unmarshal

func (m *ContactRequestDiscard_Reply) XXX_Unmarshal(b []byte) error

type ContactRequestDiscard_Request

type ContactRequestDiscard_Request struct {
	// contact_pk is the identifier of the contact to ignore the request from
	ContactPK            []byte   `protobuf:"bytes,1,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestDiscard_Request) Descriptor

func (*ContactRequestDiscard_Request) Descriptor() ([]byte, []int)

func (*ContactRequestDiscard_Request) GetContactPK

func (m *ContactRequestDiscard_Request) GetContactPK() []byte

func (*ContactRequestDiscard_Request) Marshal

func (m *ContactRequestDiscard_Request) Marshal() (dAtA []byte, err error)

func (*ContactRequestDiscard_Request) MarshalTo

func (m *ContactRequestDiscard_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestDiscard_Request) MarshalToSizedBuffer

func (m *ContactRequestDiscard_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestDiscard_Request) ProtoMessage

func (*ContactRequestDiscard_Request) ProtoMessage()

func (*ContactRequestDiscard_Request) Reset

func (m *ContactRequestDiscard_Request) Reset()

func (*ContactRequestDiscard_Request) Size

func (m *ContactRequestDiscard_Request) Size() (n int)

func (*ContactRequestDiscard_Request) String

func (*ContactRequestDiscard_Request) Unmarshal

func (m *ContactRequestDiscard_Request) Unmarshal(dAtA []byte) error

func (*ContactRequestDiscard_Request) XXX_DiscardUnknown

func (m *ContactRequestDiscard_Request) XXX_DiscardUnknown()

func (*ContactRequestDiscard_Request) XXX_Marshal

func (m *ContactRequestDiscard_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestDiscard_Request) XXX_Merge

func (m *ContactRequestDiscard_Request) XXX_Merge(src proto.Message)

func (*ContactRequestDiscard_Request) XXX_Size

func (m *ContactRequestDiscard_Request) XXX_Size() int

func (*ContactRequestDiscard_Request) XXX_Unmarshal

func (m *ContactRequestDiscard_Request) XXX_Unmarshal(b []byte) error

type ContactRequestEnable

type ContactRequestEnable struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestEnable) Descriptor

func (*ContactRequestEnable) Descriptor() ([]byte, []int)

func (*ContactRequestEnable) Marshal

func (m *ContactRequestEnable) Marshal() (dAtA []byte, err error)

func (*ContactRequestEnable) MarshalTo

func (m *ContactRequestEnable) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestEnable) MarshalToSizedBuffer

func (m *ContactRequestEnable) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestEnable) ProtoMessage

func (*ContactRequestEnable) ProtoMessage()

func (*ContactRequestEnable) Reset

func (m *ContactRequestEnable) Reset()

func (*ContactRequestEnable) Size

func (m *ContactRequestEnable) Size() (n int)

func (*ContactRequestEnable) String

func (m *ContactRequestEnable) String() string

func (*ContactRequestEnable) Unmarshal

func (m *ContactRequestEnable) Unmarshal(dAtA []byte) error

func (*ContactRequestEnable) XXX_DiscardUnknown

func (m *ContactRequestEnable) XXX_DiscardUnknown()

func (*ContactRequestEnable) XXX_Marshal

func (m *ContactRequestEnable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestEnable) XXX_Merge

func (m *ContactRequestEnable) XXX_Merge(src proto.Message)

func (*ContactRequestEnable) XXX_Size

func (m *ContactRequestEnable) XXX_Size() int

func (*ContactRequestEnable) XXX_Unmarshal

func (m *ContactRequestEnable) XXX_Unmarshal(b []byte) error

type ContactRequestEnable_Reply

type ContactRequestEnable_Reply struct {
	// public_rendezvous_seed is the rendezvous seed used by the current account
	PublicRendezvousSeed []byte   `protobuf:"bytes,1,opt,name=public_rendezvous_seed,json=publicRendezvousSeed,proto3" json:"public_rendezvous_seed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestEnable_Reply) Descriptor

func (*ContactRequestEnable_Reply) Descriptor() ([]byte, []int)

func (*ContactRequestEnable_Reply) GetPublicRendezvousSeed

func (m *ContactRequestEnable_Reply) GetPublicRendezvousSeed() []byte

func (*ContactRequestEnable_Reply) Marshal

func (m *ContactRequestEnable_Reply) Marshal() (dAtA []byte, err error)

func (*ContactRequestEnable_Reply) MarshalTo

func (m *ContactRequestEnable_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestEnable_Reply) MarshalToSizedBuffer

func (m *ContactRequestEnable_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestEnable_Reply) ProtoMessage

func (*ContactRequestEnable_Reply) ProtoMessage()

func (*ContactRequestEnable_Reply) Reset

func (m *ContactRequestEnable_Reply) Reset()

func (*ContactRequestEnable_Reply) Size

func (m *ContactRequestEnable_Reply) Size() (n int)

func (*ContactRequestEnable_Reply) String

func (m *ContactRequestEnable_Reply) String() string

func (*ContactRequestEnable_Reply) Unmarshal

func (m *ContactRequestEnable_Reply) Unmarshal(dAtA []byte) error

func (*ContactRequestEnable_Reply) XXX_DiscardUnknown

func (m *ContactRequestEnable_Reply) XXX_DiscardUnknown()

func (*ContactRequestEnable_Reply) XXX_Marshal

func (m *ContactRequestEnable_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestEnable_Reply) XXX_Merge

func (m *ContactRequestEnable_Reply) XXX_Merge(src proto.Message)

func (*ContactRequestEnable_Reply) XXX_Size

func (m *ContactRequestEnable_Reply) XXX_Size() int

func (*ContactRequestEnable_Reply) XXX_Unmarshal

func (m *ContactRequestEnable_Reply) XXX_Unmarshal(b []byte) error

type ContactRequestEnable_Request

type ContactRequestEnable_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestEnable_Request) Descriptor

func (*ContactRequestEnable_Request) Descriptor() ([]byte, []int)

func (*ContactRequestEnable_Request) Marshal

func (m *ContactRequestEnable_Request) Marshal() (dAtA []byte, err error)

func (*ContactRequestEnable_Request) MarshalTo

func (m *ContactRequestEnable_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestEnable_Request) MarshalToSizedBuffer

func (m *ContactRequestEnable_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestEnable_Request) ProtoMessage

func (*ContactRequestEnable_Request) ProtoMessage()

func (*ContactRequestEnable_Request) Reset

func (m *ContactRequestEnable_Request) Reset()

func (*ContactRequestEnable_Request) Size

func (m *ContactRequestEnable_Request) Size() (n int)

func (*ContactRequestEnable_Request) String

func (*ContactRequestEnable_Request) Unmarshal

func (m *ContactRequestEnable_Request) Unmarshal(dAtA []byte) error

func (*ContactRequestEnable_Request) XXX_DiscardUnknown

func (m *ContactRequestEnable_Request) XXX_DiscardUnknown()

func (*ContactRequestEnable_Request) XXX_Marshal

func (m *ContactRequestEnable_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestEnable_Request) XXX_Merge

func (m *ContactRequestEnable_Request) XXX_Merge(src proto.Message)

func (*ContactRequestEnable_Request) XXX_Size

func (m *ContactRequestEnable_Request) XXX_Size() int

func (*ContactRequestEnable_Request) XXX_Unmarshal

func (m *ContactRequestEnable_Request) XXX_Unmarshal(b []byte) error

type ContactRequestReference

type ContactRequestReference struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestReference) Descriptor

func (*ContactRequestReference) Descriptor() ([]byte, []int)

func (*ContactRequestReference) Marshal

func (m *ContactRequestReference) Marshal() (dAtA []byte, err error)

func (*ContactRequestReference) MarshalTo

func (m *ContactRequestReference) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestReference) MarshalToSizedBuffer

func (m *ContactRequestReference) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestReference) ProtoMessage

func (*ContactRequestReference) ProtoMessage()

func (*ContactRequestReference) Reset

func (m *ContactRequestReference) Reset()

func (*ContactRequestReference) Size

func (m *ContactRequestReference) Size() (n int)

func (*ContactRequestReference) String

func (m *ContactRequestReference) String() string

func (*ContactRequestReference) Unmarshal

func (m *ContactRequestReference) Unmarshal(dAtA []byte) error

func (*ContactRequestReference) XXX_DiscardUnknown

func (m *ContactRequestReference) XXX_DiscardUnknown()

func (*ContactRequestReference) XXX_Marshal

func (m *ContactRequestReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestReference) XXX_Merge

func (m *ContactRequestReference) XXX_Merge(src proto.Message)

func (*ContactRequestReference) XXX_Size

func (m *ContactRequestReference) XXX_Size() int

func (*ContactRequestReference) XXX_Unmarshal

func (m *ContactRequestReference) XXX_Unmarshal(b []byte) error

type ContactRequestReference_Reply

type ContactRequestReference_Reply struct {
	// public_rendezvous_seed is the rendezvous seed used by the current account
	PublicRendezvousSeed []byte `protobuf:"bytes,1,opt,name=public_rendezvous_seed,json=publicRendezvousSeed,proto3" json:"public_rendezvous_seed,omitempty"`
	// enabled indicates if incoming contact requests are enabled
	Enabled              bool     `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestReference_Reply) Descriptor

func (*ContactRequestReference_Reply) Descriptor() ([]byte, []int)

func (*ContactRequestReference_Reply) GetEnabled

func (m *ContactRequestReference_Reply) GetEnabled() bool

func (*ContactRequestReference_Reply) GetPublicRendezvousSeed

func (m *ContactRequestReference_Reply) GetPublicRendezvousSeed() []byte

func (*ContactRequestReference_Reply) Marshal

func (m *ContactRequestReference_Reply) Marshal() (dAtA []byte, err error)

func (*ContactRequestReference_Reply) MarshalTo

func (m *ContactRequestReference_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestReference_Reply) MarshalToSizedBuffer

func (m *ContactRequestReference_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestReference_Reply) ProtoMessage

func (*ContactRequestReference_Reply) ProtoMessage()

func (*ContactRequestReference_Reply) Reset

func (m *ContactRequestReference_Reply) Reset()

func (*ContactRequestReference_Reply) Size

func (m *ContactRequestReference_Reply) Size() (n int)

func (*ContactRequestReference_Reply) String

func (*ContactRequestReference_Reply) Unmarshal

func (m *ContactRequestReference_Reply) Unmarshal(dAtA []byte) error

func (*ContactRequestReference_Reply) XXX_DiscardUnknown

func (m *ContactRequestReference_Reply) XXX_DiscardUnknown()

func (*ContactRequestReference_Reply) XXX_Marshal

func (m *ContactRequestReference_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestReference_Reply) XXX_Merge

func (m *ContactRequestReference_Reply) XXX_Merge(src proto.Message)

func (*ContactRequestReference_Reply) XXX_Size

func (m *ContactRequestReference_Reply) XXX_Size() int

func (*ContactRequestReference_Reply) XXX_Unmarshal

func (m *ContactRequestReference_Reply) XXX_Unmarshal(b []byte) error

type ContactRequestReference_Request

type ContactRequestReference_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestReference_Request) Descriptor

func (*ContactRequestReference_Request) Descriptor() ([]byte, []int)

func (*ContactRequestReference_Request) Marshal

func (m *ContactRequestReference_Request) Marshal() (dAtA []byte, err error)

func (*ContactRequestReference_Request) MarshalTo

func (m *ContactRequestReference_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestReference_Request) MarshalToSizedBuffer

func (m *ContactRequestReference_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestReference_Request) ProtoMessage

func (*ContactRequestReference_Request) ProtoMessage()

func (*ContactRequestReference_Request) Reset

func (*ContactRequestReference_Request) Size

func (m *ContactRequestReference_Request) Size() (n int)

func (*ContactRequestReference_Request) String

func (*ContactRequestReference_Request) Unmarshal

func (m *ContactRequestReference_Request) Unmarshal(dAtA []byte) error

func (*ContactRequestReference_Request) XXX_DiscardUnknown

func (m *ContactRequestReference_Request) XXX_DiscardUnknown()

func (*ContactRequestReference_Request) XXX_Marshal

func (m *ContactRequestReference_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestReference_Request) XXX_Merge

func (m *ContactRequestReference_Request) XXX_Merge(src proto.Message)

func (*ContactRequestReference_Request) XXX_Size

func (m *ContactRequestReference_Request) XXX_Size() int

func (*ContactRequestReference_Request) XXX_Unmarshal

func (m *ContactRequestReference_Request) XXX_Unmarshal(b []byte) error

type ContactRequestResetReference

type ContactRequestResetReference struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestResetReference) Descriptor

func (*ContactRequestResetReference) Descriptor() ([]byte, []int)

func (*ContactRequestResetReference) Marshal

func (m *ContactRequestResetReference) Marshal() (dAtA []byte, err error)

func (*ContactRequestResetReference) MarshalTo

func (m *ContactRequestResetReference) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestResetReference) MarshalToSizedBuffer

func (m *ContactRequestResetReference) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestResetReference) ProtoMessage

func (*ContactRequestResetReference) ProtoMessage()

func (*ContactRequestResetReference) Reset

func (m *ContactRequestResetReference) Reset()

func (*ContactRequestResetReference) Size

func (m *ContactRequestResetReference) Size() (n int)

func (*ContactRequestResetReference) String

func (*ContactRequestResetReference) Unmarshal

func (m *ContactRequestResetReference) Unmarshal(dAtA []byte) error

func (*ContactRequestResetReference) XXX_DiscardUnknown

func (m *ContactRequestResetReference) XXX_DiscardUnknown()

func (*ContactRequestResetReference) XXX_Marshal

func (m *ContactRequestResetReference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestResetReference) XXX_Merge

func (m *ContactRequestResetReference) XXX_Merge(src proto.Message)

func (*ContactRequestResetReference) XXX_Size

func (m *ContactRequestResetReference) XXX_Size() int

func (*ContactRequestResetReference) XXX_Unmarshal

func (m *ContactRequestResetReference) XXX_Unmarshal(b []byte) error

type ContactRequestResetReference_Reply

type ContactRequestResetReference_Reply struct {
	// public_rendezvous_seed is the rendezvous seed used by the current account
	PublicRendezvousSeed []byte   `protobuf:"bytes,1,opt,name=public_rendezvous_seed,json=publicRendezvousSeed,proto3" json:"public_rendezvous_seed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestResetReference_Reply) Descriptor

func (*ContactRequestResetReference_Reply) Descriptor() ([]byte, []int)

func (*ContactRequestResetReference_Reply) GetPublicRendezvousSeed

func (m *ContactRequestResetReference_Reply) GetPublicRendezvousSeed() []byte

func (*ContactRequestResetReference_Reply) Marshal

func (m *ContactRequestResetReference_Reply) Marshal() (dAtA []byte, err error)

func (*ContactRequestResetReference_Reply) MarshalTo

func (m *ContactRequestResetReference_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestResetReference_Reply) MarshalToSizedBuffer

func (m *ContactRequestResetReference_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestResetReference_Reply) ProtoMessage

func (*ContactRequestResetReference_Reply) ProtoMessage()

func (*ContactRequestResetReference_Reply) Reset

func (*ContactRequestResetReference_Reply) Size

func (*ContactRequestResetReference_Reply) String

func (*ContactRequestResetReference_Reply) Unmarshal

func (m *ContactRequestResetReference_Reply) Unmarshal(dAtA []byte) error

func (*ContactRequestResetReference_Reply) XXX_DiscardUnknown

func (m *ContactRequestResetReference_Reply) XXX_DiscardUnknown()

func (*ContactRequestResetReference_Reply) XXX_Marshal

func (m *ContactRequestResetReference_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestResetReference_Reply) XXX_Merge

func (*ContactRequestResetReference_Reply) XXX_Size

func (*ContactRequestResetReference_Reply) XXX_Unmarshal

func (m *ContactRequestResetReference_Reply) XXX_Unmarshal(b []byte) error

type ContactRequestResetReference_Request

type ContactRequestResetReference_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestResetReference_Request) Descriptor

func (*ContactRequestResetReference_Request) Descriptor() ([]byte, []int)

func (*ContactRequestResetReference_Request) Marshal

func (m *ContactRequestResetReference_Request) Marshal() (dAtA []byte, err error)

func (*ContactRequestResetReference_Request) MarshalTo

func (m *ContactRequestResetReference_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestResetReference_Request) MarshalToSizedBuffer

func (m *ContactRequestResetReference_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestResetReference_Request) ProtoMessage

func (*ContactRequestResetReference_Request) ProtoMessage()

func (*ContactRequestResetReference_Request) Reset

func (*ContactRequestResetReference_Request) Size

func (*ContactRequestResetReference_Request) String

func (*ContactRequestResetReference_Request) Unmarshal

func (m *ContactRequestResetReference_Request) Unmarshal(dAtA []byte) error

func (*ContactRequestResetReference_Request) XXX_DiscardUnknown

func (m *ContactRequestResetReference_Request) XXX_DiscardUnknown()

func (*ContactRequestResetReference_Request) XXX_Marshal

func (m *ContactRequestResetReference_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestResetReference_Request) XXX_Merge

func (*ContactRequestResetReference_Request) XXX_Size

func (*ContactRequestResetReference_Request) XXX_Unmarshal

func (m *ContactRequestResetReference_Request) XXX_Unmarshal(b []byte) error

type ContactRequestSend

type ContactRequestSend struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestSend) Descriptor

func (*ContactRequestSend) Descriptor() ([]byte, []int)

func (*ContactRequestSend) Marshal

func (m *ContactRequestSend) Marshal() (dAtA []byte, err error)

func (*ContactRequestSend) MarshalTo

func (m *ContactRequestSend) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestSend) MarshalToSizedBuffer

func (m *ContactRequestSend) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestSend) ProtoMessage

func (*ContactRequestSend) ProtoMessage()

func (*ContactRequestSend) Reset

func (m *ContactRequestSend) Reset()

func (*ContactRequestSend) Size

func (m *ContactRequestSend) Size() (n int)

func (*ContactRequestSend) String

func (m *ContactRequestSend) String() string

func (*ContactRequestSend) Unmarshal

func (m *ContactRequestSend) Unmarshal(dAtA []byte) error

func (*ContactRequestSend) XXX_DiscardUnknown

func (m *ContactRequestSend) XXX_DiscardUnknown()

func (*ContactRequestSend) XXX_Marshal

func (m *ContactRequestSend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestSend) XXX_Merge

func (m *ContactRequestSend) XXX_Merge(src proto.Message)

func (*ContactRequestSend) XXX_Size

func (m *ContactRequestSend) XXX_Size() int

func (*ContactRequestSend) XXX_Unmarshal

func (m *ContactRequestSend) XXX_Unmarshal(b []byte) error

type ContactRequestSend_Reply

type ContactRequestSend_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestSend_Reply) Descriptor

func (*ContactRequestSend_Reply) Descriptor() ([]byte, []int)

func (*ContactRequestSend_Reply) Marshal

func (m *ContactRequestSend_Reply) Marshal() (dAtA []byte, err error)

func (*ContactRequestSend_Reply) MarshalTo

func (m *ContactRequestSend_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestSend_Reply) MarshalToSizedBuffer

func (m *ContactRequestSend_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestSend_Reply) ProtoMessage

func (*ContactRequestSend_Reply) ProtoMessage()

func (*ContactRequestSend_Reply) Reset

func (m *ContactRequestSend_Reply) Reset()

func (*ContactRequestSend_Reply) Size

func (m *ContactRequestSend_Reply) Size() (n int)

func (*ContactRequestSend_Reply) String

func (m *ContactRequestSend_Reply) String() string

func (*ContactRequestSend_Reply) Unmarshal

func (m *ContactRequestSend_Reply) Unmarshal(dAtA []byte) error

func (*ContactRequestSend_Reply) XXX_DiscardUnknown

func (m *ContactRequestSend_Reply) XXX_DiscardUnknown()

func (*ContactRequestSend_Reply) XXX_Marshal

func (m *ContactRequestSend_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestSend_Reply) XXX_Merge

func (m *ContactRequestSend_Reply) XXX_Merge(src proto.Message)

func (*ContactRequestSend_Reply) XXX_Size

func (m *ContactRequestSend_Reply) XXX_Size() int

func (*ContactRequestSend_Reply) XXX_Unmarshal

func (m *ContactRequestSend_Reply) XXX_Unmarshal(b []byte) error

type ContactRequestSend_Request

type ContactRequestSend_Request struct {
	// contact is a message describing how to connect to the other account
	Contact *ShareableContact `protobuf:"bytes,1,opt,name=contact,proto3" json:"contact,omitempty"`
	// own_metadata is the identifying metadata that will be shared to the other account
	OwnMetadata          []byte   `protobuf:"bytes,2,opt,name=own_metadata,json=ownMetadata,proto3" json:"own_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestSend_Request) Descriptor

func (*ContactRequestSend_Request) Descriptor() ([]byte, []int)

func (*ContactRequestSend_Request) GetContact

func (*ContactRequestSend_Request) GetOwnMetadata

func (m *ContactRequestSend_Request) GetOwnMetadata() []byte

func (*ContactRequestSend_Request) Marshal

func (m *ContactRequestSend_Request) Marshal() (dAtA []byte, err error)

func (*ContactRequestSend_Request) MarshalTo

func (m *ContactRequestSend_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactRequestSend_Request) MarshalToSizedBuffer

func (m *ContactRequestSend_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactRequestSend_Request) ProtoMessage

func (*ContactRequestSend_Request) ProtoMessage()

func (*ContactRequestSend_Request) Reset

func (m *ContactRequestSend_Request) Reset()

func (*ContactRequestSend_Request) Size

func (m *ContactRequestSend_Request) Size() (n int)

func (*ContactRequestSend_Request) String

func (m *ContactRequestSend_Request) String() string

func (*ContactRequestSend_Request) Unmarshal

func (m *ContactRequestSend_Request) Unmarshal(dAtA []byte) error

func (*ContactRequestSend_Request) XXX_DiscardUnknown

func (m *ContactRequestSend_Request) XXX_DiscardUnknown()

func (*ContactRequestSend_Request) XXX_Marshal

func (m *ContactRequestSend_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactRequestSend_Request) XXX_Merge

func (m *ContactRequestSend_Request) XXX_Merge(src proto.Message)

func (*ContactRequestSend_Request) XXX_Size

func (m *ContactRequestSend_Request) XXX_Size() int

func (*ContactRequestSend_Request) XXX_Unmarshal

func (m *ContactRequestSend_Request) XXX_Unmarshal(b []byte) error

type ContactState

type ContactState int32
const (
	ContactStateUndefined ContactState = 0
	ContactStateToRequest ContactState = 1
	ContactStateReceived  ContactState = 2
	ContactStateAdded     ContactState = 3
	ContactStateRemoved   ContactState = 4
	ContactStateDiscarded ContactState = 5
	ContactStateBlocked   ContactState = 6
)

func (ContactState) EnumDescriptor

func (ContactState) EnumDescriptor() ([]byte, []int)

func (ContactState) String

func (x ContactState) String() string

type ContactUnblock

type ContactUnblock struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactUnblock) Descriptor

func (*ContactUnblock) Descriptor() ([]byte, []int)

func (*ContactUnblock) Marshal

func (m *ContactUnblock) Marshal() (dAtA []byte, err error)

func (*ContactUnblock) MarshalTo

func (m *ContactUnblock) MarshalTo(dAtA []byte) (int, error)

func (*ContactUnblock) MarshalToSizedBuffer

func (m *ContactUnblock) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactUnblock) ProtoMessage

func (*ContactUnblock) ProtoMessage()

func (*ContactUnblock) Reset

func (m *ContactUnblock) Reset()

func (*ContactUnblock) Size

func (m *ContactUnblock) Size() (n int)

func (*ContactUnblock) String

func (m *ContactUnblock) String() string

func (*ContactUnblock) Unmarshal

func (m *ContactUnblock) Unmarshal(dAtA []byte) error

func (*ContactUnblock) XXX_DiscardUnknown

func (m *ContactUnblock) XXX_DiscardUnknown()

func (*ContactUnblock) XXX_Marshal

func (m *ContactUnblock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactUnblock) XXX_Merge

func (m *ContactUnblock) XXX_Merge(src proto.Message)

func (*ContactUnblock) XXX_Size

func (m *ContactUnblock) XXX_Size() int

func (*ContactUnblock) XXX_Unmarshal

func (m *ContactUnblock) XXX_Unmarshal(b []byte) error

type ContactUnblock_Reply

type ContactUnblock_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactUnblock_Reply) Descriptor

func (*ContactUnblock_Reply) Descriptor() ([]byte, []int)

func (*ContactUnblock_Reply) Marshal

func (m *ContactUnblock_Reply) Marshal() (dAtA []byte, err error)

func (*ContactUnblock_Reply) MarshalTo

func (m *ContactUnblock_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ContactUnblock_Reply) MarshalToSizedBuffer

func (m *ContactUnblock_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactUnblock_Reply) ProtoMessage

func (*ContactUnblock_Reply) ProtoMessage()

func (*ContactUnblock_Reply) Reset

func (m *ContactUnblock_Reply) Reset()

func (*ContactUnblock_Reply) Size

func (m *ContactUnblock_Reply) Size() (n int)

func (*ContactUnblock_Reply) String

func (m *ContactUnblock_Reply) String() string

func (*ContactUnblock_Reply) Unmarshal

func (m *ContactUnblock_Reply) Unmarshal(dAtA []byte) error

func (*ContactUnblock_Reply) XXX_DiscardUnknown

func (m *ContactUnblock_Reply) XXX_DiscardUnknown()

func (*ContactUnblock_Reply) XXX_Marshal

func (m *ContactUnblock_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactUnblock_Reply) XXX_Merge

func (m *ContactUnblock_Reply) XXX_Merge(src proto.Message)

func (*ContactUnblock_Reply) XXX_Size

func (m *ContactUnblock_Reply) XXX_Size() int

func (*ContactUnblock_Reply) XXX_Unmarshal

func (m *ContactUnblock_Reply) XXX_Unmarshal(b []byte) error

type ContactUnblock_Request

type ContactUnblock_Request struct {
	// contact_pk is the identifier of the contact to unblock
	ContactPK            []byte   `protobuf:"bytes,1,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactUnblock_Request) Descriptor

func (*ContactUnblock_Request) Descriptor() ([]byte, []int)

func (*ContactUnblock_Request) GetContactPK

func (m *ContactUnblock_Request) GetContactPK() []byte

func (*ContactUnblock_Request) Marshal

func (m *ContactUnblock_Request) Marshal() (dAtA []byte, err error)

func (*ContactUnblock_Request) MarshalTo

func (m *ContactUnblock_Request) MarshalTo(dAtA []byte) (int, error)

func (*ContactUnblock_Request) MarshalToSizedBuffer

func (m *ContactUnblock_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ContactUnblock_Request) ProtoMessage

func (*ContactUnblock_Request) ProtoMessage()

func (*ContactUnblock_Request) Reset

func (m *ContactUnblock_Request) Reset()

func (*ContactUnblock_Request) Size

func (m *ContactUnblock_Request) Size() (n int)

func (*ContactUnblock_Request) String

func (m *ContactUnblock_Request) String() string

func (*ContactUnblock_Request) Unmarshal

func (m *ContactUnblock_Request) Unmarshal(dAtA []byte) error

func (*ContactUnblock_Request) XXX_DiscardUnknown

func (m *ContactUnblock_Request) XXX_DiscardUnknown()

func (*ContactUnblock_Request) XXX_Marshal

func (m *ContactUnblock_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactUnblock_Request) XXX_Merge

func (m *ContactUnblock_Request) XXX_Merge(src proto.Message)

func (*ContactUnblock_Request) XXX_Size

func (m *ContactUnblock_Request) XXX_Size() int

func (*ContactUnblock_Request) XXX_Unmarshal

func (m *ContactUnblock_Request) XXX_Unmarshal(b []byte) error

type CredentialVerificationServiceCompleteFlow

type CredentialVerificationServiceCompleteFlow struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CredentialVerificationServiceCompleteFlow) Descriptor

func (*CredentialVerificationServiceCompleteFlow) Descriptor() ([]byte, []int)

func (*CredentialVerificationServiceCompleteFlow) Marshal

func (m *CredentialVerificationServiceCompleteFlow) Marshal() (dAtA []byte, err error)

func (*CredentialVerificationServiceCompleteFlow) MarshalTo

func (m *CredentialVerificationServiceCompleteFlow) MarshalTo(dAtA []byte) (int, error)

func (*CredentialVerificationServiceCompleteFlow) MarshalToSizedBuffer

func (m *CredentialVerificationServiceCompleteFlow) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialVerificationServiceCompleteFlow) ProtoMessage

func (*CredentialVerificationServiceCompleteFlow) Reset

func (*CredentialVerificationServiceCompleteFlow) Size

func (*CredentialVerificationServiceCompleteFlow) String

func (*CredentialVerificationServiceCompleteFlow) Unmarshal

func (*CredentialVerificationServiceCompleteFlow) XXX_DiscardUnknown

func (m *CredentialVerificationServiceCompleteFlow) XXX_DiscardUnknown()

func (*CredentialVerificationServiceCompleteFlow) XXX_Marshal

func (m *CredentialVerificationServiceCompleteFlow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialVerificationServiceCompleteFlow) XXX_Merge

func (*CredentialVerificationServiceCompleteFlow) XXX_Size

func (*CredentialVerificationServiceCompleteFlow) XXX_Unmarshal

type CredentialVerificationServiceCompleteFlow_Reply

type CredentialVerificationServiceCompleteFlow_Reply struct {
	Identifier           string   `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CredentialVerificationServiceCompleteFlow_Reply) Descriptor

func (*CredentialVerificationServiceCompleteFlow_Reply) GetIdentifier

func (*CredentialVerificationServiceCompleteFlow_Reply) Marshal

func (m *CredentialVerificationServiceCompleteFlow_Reply) Marshal() (dAtA []byte, err error)

func (*CredentialVerificationServiceCompleteFlow_Reply) MarshalTo

func (*CredentialVerificationServiceCompleteFlow_Reply) MarshalToSizedBuffer

func (m *CredentialVerificationServiceCompleteFlow_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialVerificationServiceCompleteFlow_Reply) ProtoMessage

func (*CredentialVerificationServiceCompleteFlow_Reply) Reset

func (*CredentialVerificationServiceCompleteFlow_Reply) Size

func (*CredentialVerificationServiceCompleteFlow_Reply) String

func (*CredentialVerificationServiceCompleteFlow_Reply) Unmarshal

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_DiscardUnknown

func (m *CredentialVerificationServiceCompleteFlow_Reply) XXX_DiscardUnknown()

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_Marshal

func (m *CredentialVerificationServiceCompleteFlow_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_Merge

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_Size

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_Unmarshal

type CredentialVerificationServiceCompleteFlow_Request

type CredentialVerificationServiceCompleteFlow_Request struct {
	CallbackURI          string   `protobuf:"bytes,1,opt,name=callback_uri,json=callbackUri,proto3" json:"callback_uri,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CredentialVerificationServiceCompleteFlow_Request) Descriptor

func (*CredentialVerificationServiceCompleteFlow_Request) GetCallbackURI

func (*CredentialVerificationServiceCompleteFlow_Request) Marshal

func (*CredentialVerificationServiceCompleteFlow_Request) MarshalTo

func (*CredentialVerificationServiceCompleteFlow_Request) MarshalToSizedBuffer

func (m *CredentialVerificationServiceCompleteFlow_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialVerificationServiceCompleteFlow_Request) ProtoMessage

func (*CredentialVerificationServiceCompleteFlow_Request) Reset

func (*CredentialVerificationServiceCompleteFlow_Request) Size

func (*CredentialVerificationServiceCompleteFlow_Request) String

func (*CredentialVerificationServiceCompleteFlow_Request) Unmarshal

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_DiscardUnknown

func (m *CredentialVerificationServiceCompleteFlow_Request) XXX_DiscardUnknown()

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_Marshal

func (m *CredentialVerificationServiceCompleteFlow_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_Merge

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_Size

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_Unmarshal

type CredentialVerificationServiceInitFlow

type CredentialVerificationServiceInitFlow struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CredentialVerificationServiceInitFlow) Descriptor

func (*CredentialVerificationServiceInitFlow) Descriptor() ([]byte, []int)

func (*CredentialVerificationServiceInitFlow) Marshal

func (m *CredentialVerificationServiceInitFlow) Marshal() (dAtA []byte, err error)

func (*CredentialVerificationServiceInitFlow) MarshalTo

func (m *CredentialVerificationServiceInitFlow) MarshalTo(dAtA []byte) (int, error)

func (*CredentialVerificationServiceInitFlow) MarshalToSizedBuffer

func (m *CredentialVerificationServiceInitFlow) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialVerificationServiceInitFlow) ProtoMessage

func (*CredentialVerificationServiceInitFlow) ProtoMessage()

func (*CredentialVerificationServiceInitFlow) Reset

func (*CredentialVerificationServiceInitFlow) Size

func (*CredentialVerificationServiceInitFlow) String

func (*CredentialVerificationServiceInitFlow) Unmarshal

func (m *CredentialVerificationServiceInitFlow) Unmarshal(dAtA []byte) error

func (*CredentialVerificationServiceInitFlow) XXX_DiscardUnknown

func (m *CredentialVerificationServiceInitFlow) XXX_DiscardUnknown()

func (*CredentialVerificationServiceInitFlow) XXX_Marshal

func (m *CredentialVerificationServiceInitFlow) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialVerificationServiceInitFlow) XXX_Merge

func (*CredentialVerificationServiceInitFlow) XXX_Size

func (*CredentialVerificationServiceInitFlow) XXX_Unmarshal

func (m *CredentialVerificationServiceInitFlow) XXX_Unmarshal(b []byte) error

type CredentialVerificationServiceInitFlow_Reply

type CredentialVerificationServiceInitFlow_Reply struct {
	URL                  string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	SecureURL            bool     `protobuf:"varint,2,opt,name=secure_url,json=secureUrl,proto3" json:"secure_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CredentialVerificationServiceInitFlow_Reply) Descriptor

func (*CredentialVerificationServiceInitFlow_Reply) GetSecureURL

func (*CredentialVerificationServiceInitFlow_Reply) GetURL

func (*CredentialVerificationServiceInitFlow_Reply) Marshal

func (m *CredentialVerificationServiceInitFlow_Reply) Marshal() (dAtA []byte, err error)

func (*CredentialVerificationServiceInitFlow_Reply) MarshalTo

func (*CredentialVerificationServiceInitFlow_Reply) MarshalToSizedBuffer

func (m *CredentialVerificationServiceInitFlow_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialVerificationServiceInitFlow_Reply) ProtoMessage

func (*CredentialVerificationServiceInitFlow_Reply) Reset

func (*CredentialVerificationServiceInitFlow_Reply) Size

func (*CredentialVerificationServiceInitFlow_Reply) String

func (*CredentialVerificationServiceInitFlow_Reply) Unmarshal

func (*CredentialVerificationServiceInitFlow_Reply) XXX_DiscardUnknown

func (m *CredentialVerificationServiceInitFlow_Reply) XXX_DiscardUnknown()

func (*CredentialVerificationServiceInitFlow_Reply) XXX_Marshal

func (m *CredentialVerificationServiceInitFlow_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialVerificationServiceInitFlow_Reply) XXX_Merge

func (*CredentialVerificationServiceInitFlow_Reply) XXX_Size

func (*CredentialVerificationServiceInitFlow_Reply) XXX_Unmarshal

type CredentialVerificationServiceInitFlow_Request

type CredentialVerificationServiceInitFlow_Request struct {
	ServiceURL           string   `protobuf:"bytes,1,opt,name=service_url,json=serviceUrl,proto3" json:"service_url,omitempty"`
	PublicKey            []byte   `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Link                 string   `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CredentialVerificationServiceInitFlow_Request) Descriptor

func (*CredentialVerificationServiceInitFlow_Request) GetPublicKey

func (*CredentialVerificationServiceInitFlow_Request) GetServiceURL

func (*CredentialVerificationServiceInitFlow_Request) Marshal

func (m *CredentialVerificationServiceInitFlow_Request) Marshal() (dAtA []byte, err error)

func (*CredentialVerificationServiceInitFlow_Request) MarshalTo

func (*CredentialVerificationServiceInitFlow_Request) MarshalToSizedBuffer

func (m *CredentialVerificationServiceInitFlow_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CredentialVerificationServiceInitFlow_Request) ProtoMessage

func (*CredentialVerificationServiceInitFlow_Request) Reset

func (*CredentialVerificationServiceInitFlow_Request) Size

func (*CredentialVerificationServiceInitFlow_Request) String

func (*CredentialVerificationServiceInitFlow_Request) Unmarshal

func (*CredentialVerificationServiceInitFlow_Request) XXX_DiscardUnknown

func (m *CredentialVerificationServiceInitFlow_Request) XXX_DiscardUnknown()

func (*CredentialVerificationServiceInitFlow_Request) XXX_Marshal

func (m *CredentialVerificationServiceInitFlow_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CredentialVerificationServiceInitFlow_Request) XXX_Merge

func (*CredentialVerificationServiceInitFlow_Request) XXX_Size

func (*CredentialVerificationServiceInitFlow_Request) XXX_Unmarshal

type DeactivateGroup

type DeactivateGroup struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeactivateGroup) Descriptor

func (*DeactivateGroup) Descriptor() ([]byte, []int)

func (*DeactivateGroup) Marshal

func (m *DeactivateGroup) Marshal() (dAtA []byte, err error)

func (*DeactivateGroup) MarshalTo

func (m *DeactivateGroup) MarshalTo(dAtA []byte) (int, error)

func (*DeactivateGroup) MarshalToSizedBuffer

func (m *DeactivateGroup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeactivateGroup) ProtoMessage

func (*DeactivateGroup) ProtoMessage()

func (*DeactivateGroup) Reset

func (m *DeactivateGroup) Reset()

func (*DeactivateGroup) Size

func (m *DeactivateGroup) Size() (n int)

func (*DeactivateGroup) String

func (m *DeactivateGroup) String() string

func (*DeactivateGroup) Unmarshal

func (m *DeactivateGroup) Unmarshal(dAtA []byte) error

func (*DeactivateGroup) XXX_DiscardUnknown

func (m *DeactivateGroup) XXX_DiscardUnknown()

func (*DeactivateGroup) XXX_Marshal

func (m *DeactivateGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeactivateGroup) XXX_Merge

func (m *DeactivateGroup) XXX_Merge(src proto.Message)

func (*DeactivateGroup) XXX_Size

func (m *DeactivateGroup) XXX_Size() int

func (*DeactivateGroup) XXX_Unmarshal

func (m *DeactivateGroup) XXX_Unmarshal(b []byte) error

type DeactivateGroup_Reply

type DeactivateGroup_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeactivateGroup_Reply) Descriptor

func (*DeactivateGroup_Reply) Descriptor() ([]byte, []int)

func (*DeactivateGroup_Reply) Marshal

func (m *DeactivateGroup_Reply) Marshal() (dAtA []byte, err error)

func (*DeactivateGroup_Reply) MarshalTo

func (m *DeactivateGroup_Reply) MarshalTo(dAtA []byte) (int, error)

func (*DeactivateGroup_Reply) MarshalToSizedBuffer

func (m *DeactivateGroup_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeactivateGroup_Reply) ProtoMessage

func (*DeactivateGroup_Reply) ProtoMessage()

func (*DeactivateGroup_Reply) Reset

func (m *DeactivateGroup_Reply) Reset()

func (*DeactivateGroup_Reply) Size

func (m *DeactivateGroup_Reply) Size() (n int)

func (*DeactivateGroup_Reply) String

func (m *DeactivateGroup_Reply) String() string

func (*DeactivateGroup_Reply) Unmarshal

func (m *DeactivateGroup_Reply) Unmarshal(dAtA []byte) error

func (*DeactivateGroup_Reply) XXX_DiscardUnknown

func (m *DeactivateGroup_Reply) XXX_DiscardUnknown()

func (*DeactivateGroup_Reply) XXX_Marshal

func (m *DeactivateGroup_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeactivateGroup_Reply) XXX_Merge

func (m *DeactivateGroup_Reply) XXX_Merge(src proto.Message)

func (*DeactivateGroup_Reply) XXX_Size

func (m *DeactivateGroup_Reply) XXX_Size() int

func (*DeactivateGroup_Reply) XXX_Unmarshal

func (m *DeactivateGroup_Reply) XXX_Unmarshal(b []byte) error

type DeactivateGroup_Request

type DeactivateGroup_Request struct {
	// group_pk is the identifier of the group
	GroupPK              []byte   `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeactivateGroup_Request) Descriptor

func (*DeactivateGroup_Request) Descriptor() ([]byte, []int)

func (*DeactivateGroup_Request) GetGroupPK

func (m *DeactivateGroup_Request) GetGroupPK() []byte

func (*DeactivateGroup_Request) Marshal

func (m *DeactivateGroup_Request) Marshal() (dAtA []byte, err error)

func (*DeactivateGroup_Request) MarshalTo

func (m *DeactivateGroup_Request) MarshalTo(dAtA []byte) (int, error)

func (*DeactivateGroup_Request) MarshalToSizedBuffer

func (m *DeactivateGroup_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeactivateGroup_Request) ProtoMessage

func (*DeactivateGroup_Request) ProtoMessage()

func (*DeactivateGroup_Request) Reset

func (m *DeactivateGroup_Request) Reset()

func (*DeactivateGroup_Request) Size

func (m *DeactivateGroup_Request) Size() (n int)

func (*DeactivateGroup_Request) String

func (m *DeactivateGroup_Request) String() string

func (*DeactivateGroup_Request) Unmarshal

func (m *DeactivateGroup_Request) Unmarshal(dAtA []byte) error

func (*DeactivateGroup_Request) XXX_DiscardUnknown

func (m *DeactivateGroup_Request) XXX_DiscardUnknown()

func (*DeactivateGroup_Request) XXX_Marshal

func (m *DeactivateGroup_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeactivateGroup_Request) XXX_Merge

func (m *DeactivateGroup_Request) XXX_Merge(src proto.Message)

func (*DeactivateGroup_Request) XXX_Size

func (m *DeactivateGroup_Request) XXX_Size() int

func (*DeactivateGroup_Request) XXX_Unmarshal

func (m *DeactivateGroup_Request) XXX_Unmarshal(b []byte) error

type DebugGroup

type DebugGroup struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugGroup) Descriptor

func (*DebugGroup) Descriptor() ([]byte, []int)

func (*DebugGroup) Marshal

func (m *DebugGroup) Marshal() (dAtA []byte, err error)

func (*DebugGroup) MarshalTo

func (m *DebugGroup) MarshalTo(dAtA []byte) (int, error)

func (*DebugGroup) MarshalToSizedBuffer

func (m *DebugGroup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DebugGroup) ProtoMessage

func (*DebugGroup) ProtoMessage()

func (*DebugGroup) Reset

func (m *DebugGroup) Reset()

func (*DebugGroup) Size

func (m *DebugGroup) Size() (n int)

func (*DebugGroup) String

func (m *DebugGroup) String() string

func (*DebugGroup) Unmarshal

func (m *DebugGroup) Unmarshal(dAtA []byte) error

func (*DebugGroup) XXX_DiscardUnknown

func (m *DebugGroup) XXX_DiscardUnknown()

func (*DebugGroup) XXX_Marshal

func (m *DebugGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DebugGroup) XXX_Merge

func (m *DebugGroup) XXX_Merge(src proto.Message)

func (*DebugGroup) XXX_Size

func (m *DebugGroup) XXX_Size() int

func (*DebugGroup) XXX_Unmarshal

func (m *DebugGroup) XXX_Unmarshal(b []byte) error

type DebugGroup_Reply

type DebugGroup_Reply struct {
	// peer_ids is the list of peer ids connected to the same group
	PeerIDs              []string `protobuf:"bytes,1,rep,name=peer_ids,json=peerIds,proto3" json:"peer_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugGroup_Reply) Descriptor

func (*DebugGroup_Reply) Descriptor() ([]byte, []int)

func (*DebugGroup_Reply) GetPeerIDs

func (m *DebugGroup_Reply) GetPeerIDs() []string

func (*DebugGroup_Reply) Marshal

func (m *DebugGroup_Reply) Marshal() (dAtA []byte, err error)

func (*DebugGroup_Reply) MarshalTo

func (m *DebugGroup_Reply) MarshalTo(dAtA []byte) (int, error)

func (*DebugGroup_Reply) MarshalToSizedBuffer

func (m *DebugGroup_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DebugGroup_Reply) ProtoMessage

func (*DebugGroup_Reply) ProtoMessage()

func (*DebugGroup_Reply) Reset

func (m *DebugGroup_Reply) Reset()

func (*DebugGroup_Reply) Size

func (m *DebugGroup_Reply) Size() (n int)

func (*DebugGroup_Reply) String

func (m *DebugGroup_Reply) String() string

func (*DebugGroup_Reply) Unmarshal

func (m *DebugGroup_Reply) Unmarshal(dAtA []byte) error

func (*DebugGroup_Reply) XXX_DiscardUnknown

func (m *DebugGroup_Reply) XXX_DiscardUnknown()

func (*DebugGroup_Reply) XXX_Marshal

func (m *DebugGroup_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DebugGroup_Reply) XXX_Merge

func (m *DebugGroup_Reply) XXX_Merge(src proto.Message)

func (*DebugGroup_Reply) XXX_Size

func (m *DebugGroup_Reply) XXX_Size() int

func (*DebugGroup_Reply) XXX_Unmarshal

func (m *DebugGroup_Reply) XXX_Unmarshal(b []byte) error

type DebugGroup_Request

type DebugGroup_Request struct {
	// group_pk is the identifier of the group
	GroupPK              []byte   `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugGroup_Request) Descriptor

func (*DebugGroup_Request) Descriptor() ([]byte, []int)

func (*DebugGroup_Request) GetGroupPK

func (m *DebugGroup_Request) GetGroupPK() []byte

func (*DebugGroup_Request) Marshal

func (m *DebugGroup_Request) Marshal() (dAtA []byte, err error)

func (*DebugGroup_Request) MarshalTo

func (m *DebugGroup_Request) MarshalTo(dAtA []byte) (int, error)

func (*DebugGroup_Request) MarshalToSizedBuffer

func (m *DebugGroup_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DebugGroup_Request) ProtoMessage

func (*DebugGroup_Request) ProtoMessage()

func (*DebugGroup_Request) Reset

func (m *DebugGroup_Request) Reset()

func (*DebugGroup_Request) Size

func (m *DebugGroup_Request) Size() (n int)

func (*DebugGroup_Request) String

func (m *DebugGroup_Request) String() string

func (*DebugGroup_Request) Unmarshal

func (m *DebugGroup_Request) Unmarshal(dAtA []byte) error

func (*DebugGroup_Request) XXX_DiscardUnknown

func (m *DebugGroup_Request) XXX_DiscardUnknown()

func (*DebugGroup_Request) XXX_Marshal

func (m *DebugGroup_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DebugGroup_Request) XXX_Merge

func (m *DebugGroup_Request) XXX_Merge(src proto.Message)

func (*DebugGroup_Request) XXX_Size

func (m *DebugGroup_Request) XXX_Size() int

func (*DebugGroup_Request) XXX_Unmarshal

func (m *DebugGroup_Request) XXX_Unmarshal(b []byte) error

type DebugInspectGroupLogType

type DebugInspectGroupLogType int32
const (
	DebugInspectGroupLogTypeUndefined DebugInspectGroupLogType = 0
	DebugInspectGroupLogTypeMessage   DebugInspectGroupLogType = 1
	DebugInspectGroupLogTypeMetadata  DebugInspectGroupLogType = 2
)

func (DebugInspectGroupLogType) EnumDescriptor

func (DebugInspectGroupLogType) EnumDescriptor() ([]byte, []int)

func (DebugInspectGroupLogType) String

func (x DebugInspectGroupLogType) String() string

type DebugInspectGroupStore

type DebugInspectGroupStore struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugInspectGroupStore) Descriptor

func (*DebugInspectGroupStore) Descriptor() ([]byte, []int)

func (*DebugInspectGroupStore) Marshal

func (m *DebugInspectGroupStore) Marshal() (dAtA []byte, err error)

func (*DebugInspectGroupStore) MarshalTo

func (m *DebugInspectGroupStore) MarshalTo(dAtA []byte) (int, error)

func (*DebugInspectGroupStore) MarshalToSizedBuffer

func (m *DebugInspectGroupStore) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DebugInspectGroupStore) ProtoMessage

func (*DebugInspectGroupStore) ProtoMessage()

func (*DebugInspectGroupStore) Reset

func (m *DebugInspectGroupStore) Reset()

func (*DebugInspectGroupStore) Size

func (m *DebugInspectGroupStore) Size() (n int)

func (*DebugInspectGroupStore) String

func (m *DebugInspectGroupStore) String() string

func (*DebugInspectGroupStore) Unmarshal

func (m *DebugInspectGroupStore) Unmarshal(dAtA []byte) error

func (*DebugInspectGroupStore) XXX_DiscardUnknown

func (m *DebugInspectGroupStore) XXX_DiscardUnknown()

func (*DebugInspectGroupStore) XXX_Marshal

func (m *DebugInspectGroupStore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DebugInspectGroupStore) XXX_Merge

func (m *DebugInspectGroupStore) XXX_Merge(src proto.Message)

func (*DebugInspectGroupStore) XXX_Size

func (m *DebugInspectGroupStore) XXX_Size() int

func (*DebugInspectGroupStore) XXX_Unmarshal

func (m *DebugInspectGroupStore) XXX_Unmarshal(b []byte) error

type DebugInspectGroupStore_Reply

type DebugInspectGroupStore_Reply struct {
	// cid is the CID of the IPFS log entry
	CID []byte `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	// parent_cids is the list of the parent entries
	ParentCIDs [][]byte `protobuf:"bytes,2,rep,name=parent_cids,json=parentCids,proto3" json:"parent_cids,omitempty"`
	// event_type metadata event type if subscribed to metadata events
	MetadataEventType EventType `` /* 150-byte string literal not displayed */
	// device_pk is the public key of the device signing the entry
	DevicePK []byte `protobuf:"bytes,4,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// payload is the un encrypted entry payload if available
	Payload              []byte   `protobuf:"bytes,6,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugInspectGroupStore_Reply) Descriptor

func (*DebugInspectGroupStore_Reply) Descriptor() ([]byte, []int)

func (*DebugInspectGroupStore_Reply) GetCID

func (m *DebugInspectGroupStore_Reply) GetCID() []byte

func (*DebugInspectGroupStore_Reply) GetDevicePK

func (m *DebugInspectGroupStore_Reply) GetDevicePK() []byte

func (*DebugInspectGroupStore_Reply) GetMetadataEventType

func (m *DebugInspectGroupStore_Reply) GetMetadataEventType() EventType

func (*DebugInspectGroupStore_Reply) GetParentCIDs

func (m *DebugInspectGroupStore_Reply) GetParentCIDs() [][]byte

func (*DebugInspectGroupStore_Reply) GetPayload

func (m *DebugInspectGroupStore_Reply) GetPayload() []byte

func (*DebugInspectGroupStore_Reply) Marshal

func (m *DebugInspectGroupStore_Reply) Marshal() (dAtA []byte, err error)

func (*DebugInspectGroupStore_Reply) MarshalTo

func (m *DebugInspectGroupStore_Reply) MarshalTo(dAtA []byte) (int, error)

func (*DebugInspectGroupStore_Reply) MarshalToSizedBuffer

func (m *DebugInspectGroupStore_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DebugInspectGroupStore_Reply) ProtoMessage

func (*DebugInspectGroupStore_Reply) ProtoMessage()

func (*DebugInspectGroupStore_Reply) Reset

func (m *DebugInspectGroupStore_Reply) Reset()

func (*DebugInspectGroupStore_Reply) Size

func (m *DebugInspectGroupStore_Reply) Size() (n int)

func (*DebugInspectGroupStore_Reply) String

func (*DebugInspectGroupStore_Reply) Unmarshal

func (m *DebugInspectGroupStore_Reply) Unmarshal(dAtA []byte) error

func (*DebugInspectGroupStore_Reply) XXX_DiscardUnknown

func (m *DebugInspectGroupStore_Reply) XXX_DiscardUnknown()

func (*DebugInspectGroupStore_Reply) XXX_Marshal

func (m *DebugInspectGroupStore_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DebugInspectGroupStore_Reply) XXX_Merge

func (m *DebugInspectGroupStore_Reply) XXX_Merge(src proto.Message)

func (*DebugInspectGroupStore_Reply) XXX_Size

func (m *DebugInspectGroupStore_Reply) XXX_Size() int

func (*DebugInspectGroupStore_Reply) XXX_Unmarshal

func (m *DebugInspectGroupStore_Reply) XXX_Unmarshal(b []byte) error

type DebugInspectGroupStore_Request

type DebugInspectGroupStore_Request struct {
	// group_pk is the identifier of the group
	GroupPK []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// log_type is the log to inspect
	LogType              DebugInspectGroupLogType `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*DebugInspectGroupStore_Request) Descriptor

func (*DebugInspectGroupStore_Request) Descriptor() ([]byte, []int)

func (*DebugInspectGroupStore_Request) GetGroupPK

func (m *DebugInspectGroupStore_Request) GetGroupPK() []byte

func (*DebugInspectGroupStore_Request) GetLogType

func (*DebugInspectGroupStore_Request) Marshal

func (m *DebugInspectGroupStore_Request) Marshal() (dAtA []byte, err error)

func (*DebugInspectGroupStore_Request) MarshalTo

func (m *DebugInspectGroupStore_Request) MarshalTo(dAtA []byte) (int, error)

func (*DebugInspectGroupStore_Request) MarshalToSizedBuffer

func (m *DebugInspectGroupStore_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DebugInspectGroupStore_Request) ProtoMessage

func (*DebugInspectGroupStore_Request) ProtoMessage()

func (*DebugInspectGroupStore_Request) Reset

func (m *DebugInspectGroupStore_Request) Reset()

func (*DebugInspectGroupStore_Request) Size

func (m *DebugInspectGroupStore_Request) Size() (n int)

func (*DebugInspectGroupStore_Request) String

func (*DebugInspectGroupStore_Request) Unmarshal

func (m *DebugInspectGroupStore_Request) Unmarshal(dAtA []byte) error

func (*DebugInspectGroupStore_Request) XXX_DiscardUnknown

func (m *DebugInspectGroupStore_Request) XXX_DiscardUnknown()

func (*DebugInspectGroupStore_Request) XXX_Marshal

func (m *DebugInspectGroupStore_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DebugInspectGroupStore_Request) XXX_Merge

func (m *DebugInspectGroupStore_Request) XXX_Merge(src proto.Message)

func (*DebugInspectGroupStore_Request) XXX_Size

func (m *DebugInspectGroupStore_Request) XXX_Size() int

func (*DebugInspectGroupStore_Request) XXX_Unmarshal

func (m *DebugInspectGroupStore_Request) XXX_Unmarshal(b []byte) error

type DebugListGroups

type DebugListGroups struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugListGroups) Descriptor

func (*DebugListGroups) Descriptor() ([]byte, []int)

func (*DebugListGroups) Marshal

func (m *DebugListGroups) Marshal() (dAtA []byte, err error)

func (*DebugListGroups) MarshalTo

func (m *DebugListGroups) MarshalTo(dAtA []byte) (int, error)

func (*DebugListGroups) MarshalToSizedBuffer

func (m *DebugListGroups) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DebugListGroups) ProtoMessage

func (*DebugListGroups) ProtoMessage()

func (*DebugListGroups) Reset

func (m *DebugListGroups) Reset()

func (*DebugListGroups) Size

func (m *DebugListGroups) Size() (n int)

func (*DebugListGroups) String

func (m *DebugListGroups) String() string

func (*DebugListGroups) Unmarshal

func (m *DebugListGroups) Unmarshal(dAtA []byte) error

func (*DebugListGroups) XXX_DiscardUnknown

func (m *DebugListGroups) XXX_DiscardUnknown()

func (*DebugListGroups) XXX_Marshal

func (m *DebugListGroups) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DebugListGroups) XXX_Merge

func (m *DebugListGroups) XXX_Merge(src proto.Message)

func (*DebugListGroups) XXX_Size

func (m *DebugListGroups) XXX_Size() int

func (*DebugListGroups) XXX_Unmarshal

func (m *DebugListGroups) XXX_Unmarshal(b []byte) error

type DebugListGroups_Reply

type DebugListGroups_Reply struct {
	// group_pk is the public key of the group
	GroupPK []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// group_type is the type of the group
	GroupType GroupType `protobuf:"varint,2,opt,name=group_type,json=groupType,proto3,enum=weshnet.protocol.v1.GroupType" json:"group_type,omitempty"`
	// contact_pk is the contact public key if appropriate
	ContactPK            []byte   `protobuf:"bytes,3,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugListGroups_Reply) Descriptor

func (*DebugListGroups_Reply) Descriptor() ([]byte, []int)

func (*DebugListGroups_Reply) GetContactPK

func (m *DebugListGroups_Reply) GetContactPK() []byte

func (*DebugListGroups_Reply) GetGroupPK

func (m *DebugListGroups_Reply) GetGroupPK() []byte

func (*DebugListGroups_Reply) GetGroupType

func (m *DebugListGroups_Reply) GetGroupType() GroupType

func (*DebugListGroups_Reply) Marshal

func (m *DebugListGroups_Reply) Marshal() (dAtA []byte, err error)

func (*DebugListGroups_Reply) MarshalTo

func (m *DebugListGroups_Reply) MarshalTo(dAtA []byte) (int, error)

func (*DebugListGroups_Reply) MarshalToSizedBuffer

func (m *DebugListGroups_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DebugListGroups_Reply) ProtoMessage

func (*DebugListGroups_Reply) ProtoMessage()

func (*DebugListGroups_Reply) Reset

func (m *DebugListGroups_Reply) Reset()

func (*DebugListGroups_Reply) Size

func (m *DebugListGroups_Reply) Size() (n int)

func (*DebugListGroups_Reply) String

func (m *DebugListGroups_Reply) String() string

func (*DebugListGroups_Reply) Unmarshal

func (m *DebugListGroups_Reply) Unmarshal(dAtA []byte) error

func (*DebugListGroups_Reply) XXX_DiscardUnknown

func (m *DebugListGroups_Reply) XXX_DiscardUnknown()

func (*DebugListGroups_Reply) XXX_Marshal

func (m *DebugListGroups_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DebugListGroups_Reply) XXX_Merge

func (m *DebugListGroups_Reply) XXX_Merge(src proto.Message)

func (*DebugListGroups_Reply) XXX_Size

func (m *DebugListGroups_Reply) XXX_Size() int

func (*DebugListGroups_Reply) XXX_Unmarshal

func (m *DebugListGroups_Reply) XXX_Unmarshal(b []byte) error

type DebugListGroups_Request

type DebugListGroups_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugListGroups_Request) Descriptor

func (*DebugListGroups_Request) Descriptor() ([]byte, []int)

func (*DebugListGroups_Request) Marshal

func (m *DebugListGroups_Request) Marshal() (dAtA []byte, err error)

func (*DebugListGroups_Request) MarshalTo

func (m *DebugListGroups_Request) MarshalTo(dAtA []byte) (int, error)

func (*DebugListGroups_Request) MarshalToSizedBuffer

func (m *DebugListGroups_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DebugListGroups_Request) ProtoMessage

func (*DebugListGroups_Request) ProtoMessage()

func (*DebugListGroups_Request) Reset

func (m *DebugListGroups_Request) Reset()

func (*DebugListGroups_Request) Size

func (m *DebugListGroups_Request) Size() (n int)

func (*DebugListGroups_Request) String

func (m *DebugListGroups_Request) String() string

func (*DebugListGroups_Request) Unmarshal

func (m *DebugListGroups_Request) Unmarshal(dAtA []byte) error

func (*DebugListGroups_Request) XXX_DiscardUnknown

func (m *DebugListGroups_Request) XXX_DiscardUnknown()

func (*DebugListGroups_Request) XXX_Marshal

func (m *DebugListGroups_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DebugListGroups_Request) XXX_Merge

func (m *DebugListGroups_Request) XXX_Merge(src proto.Message)

func (*DebugListGroups_Request) XXX_Size

func (m *DebugListGroups_Request) XXX_Size() int

func (*DebugListGroups_Request) XXX_Unmarshal

func (m *DebugListGroups_Request) XXX_Unmarshal(b []byte) error

type DecodeContact added in v1.12.0

type DecodeContact struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecodeContact) Descriptor added in v1.12.0

func (*DecodeContact) Descriptor() ([]byte, []int)

func (*DecodeContact) Marshal added in v1.12.0

func (m *DecodeContact) Marshal() (dAtA []byte, err error)

func (*DecodeContact) MarshalTo added in v1.12.0

func (m *DecodeContact) MarshalTo(dAtA []byte) (int, error)

func (*DecodeContact) MarshalToSizedBuffer added in v1.12.0

func (m *DecodeContact) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DecodeContact) ProtoMessage added in v1.12.0

func (*DecodeContact) ProtoMessage()

func (*DecodeContact) Reset added in v1.12.0

func (m *DecodeContact) Reset()

func (*DecodeContact) Size added in v1.12.0

func (m *DecodeContact) Size() (n int)

func (*DecodeContact) String added in v1.12.0

func (m *DecodeContact) String() string

func (*DecodeContact) Unmarshal added in v1.12.0

func (m *DecodeContact) Unmarshal(dAtA []byte) error

func (*DecodeContact) XXX_DiscardUnknown added in v1.12.0

func (m *DecodeContact) XXX_DiscardUnknown()

func (*DecodeContact) XXX_Marshal added in v1.12.0

func (m *DecodeContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodeContact) XXX_Merge added in v1.12.0

func (m *DecodeContact) XXX_Merge(src proto.Message)

func (*DecodeContact) XXX_Size added in v1.12.0

func (m *DecodeContact) XXX_Size() int

func (*DecodeContact) XXX_Unmarshal added in v1.12.0

func (m *DecodeContact) XXX_Unmarshal(b []byte) error

type DecodeContact_Reply added in v1.12.0

type DecodeContact_Reply struct {
	// shareable_contact is the decoded shareable contact.
	Contact              *ShareableContact `protobuf:"bytes,1,opt,name=contact,proto3" json:"contact,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*DecodeContact_Reply) Descriptor added in v1.12.0

func (*DecodeContact_Reply) Descriptor() ([]byte, []int)

func (*DecodeContact_Reply) GetContact added in v1.12.0

func (m *DecodeContact_Reply) GetContact() *ShareableContact

func (*DecodeContact_Reply) Marshal added in v1.12.0

func (m *DecodeContact_Reply) Marshal() (dAtA []byte, err error)

func (*DecodeContact_Reply) MarshalTo added in v1.12.0

func (m *DecodeContact_Reply) MarshalTo(dAtA []byte) (int, error)

func (*DecodeContact_Reply) MarshalToSizedBuffer added in v1.12.0

func (m *DecodeContact_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DecodeContact_Reply) ProtoMessage added in v1.12.0

func (*DecodeContact_Reply) ProtoMessage()

func (*DecodeContact_Reply) Reset added in v1.12.0

func (m *DecodeContact_Reply) Reset()

func (*DecodeContact_Reply) Size added in v1.12.0

func (m *DecodeContact_Reply) Size() (n int)

func (*DecodeContact_Reply) String added in v1.12.0

func (m *DecodeContact_Reply) String() string

func (*DecodeContact_Reply) Unmarshal added in v1.12.0

func (m *DecodeContact_Reply) Unmarshal(dAtA []byte) error

func (*DecodeContact_Reply) XXX_DiscardUnknown added in v1.12.0

func (m *DecodeContact_Reply) XXX_DiscardUnknown()

func (*DecodeContact_Reply) XXX_Marshal added in v1.12.0

func (m *DecodeContact_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodeContact_Reply) XXX_Merge added in v1.12.0

func (m *DecodeContact_Reply) XXX_Merge(src proto.Message)

func (*DecodeContact_Reply) XXX_Size added in v1.12.0

func (m *DecodeContact_Reply) XXX_Size() int

func (*DecodeContact_Reply) XXX_Unmarshal added in v1.12.0

func (m *DecodeContact_Reply) XXX_Unmarshal(b []byte) error

type DecodeContact_Request added in v1.12.0

type DecodeContact_Request struct {
	// encoded_contact is the Protobuf encoding of the shareable contact (as returned by ShareContact).
	EncodedContact       []byte   `protobuf:"bytes,1,opt,name=encoded_contact,json=encodedContact,proto3" json:"encoded_contact,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DecodeContact_Request) Descriptor added in v1.12.0

func (*DecodeContact_Request) Descriptor() ([]byte, []int)

func (*DecodeContact_Request) GetEncodedContact added in v1.12.0

func (m *DecodeContact_Request) GetEncodedContact() []byte

func (*DecodeContact_Request) Marshal added in v1.12.0

func (m *DecodeContact_Request) Marshal() (dAtA []byte, err error)

func (*DecodeContact_Request) MarshalTo added in v1.12.0

func (m *DecodeContact_Request) MarshalTo(dAtA []byte) (int, error)

func (*DecodeContact_Request) MarshalToSizedBuffer added in v1.12.0

func (m *DecodeContact_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DecodeContact_Request) ProtoMessage added in v1.12.0

func (*DecodeContact_Request) ProtoMessage()

func (*DecodeContact_Request) Reset added in v1.12.0

func (m *DecodeContact_Request) Reset()

func (*DecodeContact_Request) Size added in v1.12.0

func (m *DecodeContact_Request) Size() (n int)

func (*DecodeContact_Request) String added in v1.12.0

func (m *DecodeContact_Request) String() string

func (*DecodeContact_Request) Unmarshal added in v1.12.0

func (m *DecodeContact_Request) Unmarshal(dAtA []byte) error

func (*DecodeContact_Request) XXX_DiscardUnknown added in v1.12.0

func (m *DecodeContact_Request) XXX_DiscardUnknown()

func (*DecodeContact_Request) XXX_Marshal added in v1.12.0

func (m *DecodeContact_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DecodeContact_Request) XXX_Merge added in v1.12.0

func (m *DecodeContact_Request) XXX_Merge(src proto.Message)

func (*DecodeContact_Request) XXX_Size added in v1.12.0

func (m *DecodeContact_Request) XXX_Size() int

func (*DecodeContact_Request) XXX_Unmarshal added in v1.12.0

func (m *DecodeContact_Request) XXX_Unmarshal(b []byte) error

type DeviceChainKey added in v1.3.2

type DeviceChainKey struct {
	// chain_key is the current value of the chain key of the group device
	ChainKey []byte `protobuf:"bytes,1,opt,name=chain_key,json=chainKey,proto3" json:"chain_key,omitempty"`
	// counter is the current value of the counter of the group device
	Counter              uint64   `protobuf:"varint,2,opt,name=counter,proto3" json:"counter,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DeviceChainKey is a chain key, which will be encrypted for a specific member of the group

func (*DeviceChainKey) Descriptor added in v1.3.2

func (*DeviceChainKey) Descriptor() ([]byte, []int)

func (*DeviceChainKey) GetChainKey added in v1.3.2

func (m *DeviceChainKey) GetChainKey() []byte

func (*DeviceChainKey) GetCounter added in v1.3.2

func (m *DeviceChainKey) GetCounter() uint64

func (*DeviceChainKey) Marshal added in v1.3.2

func (m *DeviceChainKey) Marshal() (dAtA []byte, err error)

func (*DeviceChainKey) MarshalTo added in v1.3.2

func (m *DeviceChainKey) MarshalTo(dAtA []byte) (int, error)

func (*DeviceChainKey) MarshalToSizedBuffer added in v1.3.2

func (m *DeviceChainKey) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeviceChainKey) ProtoMessage added in v1.3.2

func (*DeviceChainKey) ProtoMessage()

func (*DeviceChainKey) Reset added in v1.3.2

func (m *DeviceChainKey) Reset()

func (*DeviceChainKey) Size added in v1.3.2

func (m *DeviceChainKey) Size() (n int)

func (*DeviceChainKey) String added in v1.3.2

func (m *DeviceChainKey) String() string

func (*DeviceChainKey) Unmarshal added in v1.3.2

func (m *DeviceChainKey) Unmarshal(dAtA []byte) error

func (*DeviceChainKey) XXX_DiscardUnknown added in v1.3.2

func (m *DeviceChainKey) XXX_DiscardUnknown()

func (*DeviceChainKey) XXX_Marshal added in v1.3.2

func (m *DeviceChainKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeviceChainKey) XXX_Merge added in v1.3.2

func (m *DeviceChainKey) XXX_Merge(src proto.Message)

func (*DeviceChainKey) XXX_Size added in v1.3.2

func (m *DeviceChainKey) XXX_Size() int

func (*DeviceChainKey) XXX_Unmarshal added in v1.3.2

func (m *DeviceChainKey) XXX_Unmarshal(b []byte) error

type Direction

type Direction int32
const (
	UnknownDir  Direction = 0
	InboundDir  Direction = 1
	OutboundDir Direction = 2
	BiDir       Direction = 3
)

func (Direction) EnumDescriptor

func (Direction) EnumDescriptor() ([]byte, []int)

func (Direction) String

func (x Direction) String() string

type EncryptedMessage

type EncryptedMessage struct {
	// plaintext is the app layer data
	Plaintext []byte `protobuf:"bytes,1,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	// protocol_metadata is protocol layer data
	ProtocolMetadata     *ProtocolMetadata `protobuf:"bytes,2,opt,name=protocol_metadata,json=protocolMetadata,proto3" json:"protocol_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

EncryptedMessage is used in MessageEnvelope and only readable by groups members that joined before the message was sent

func (*EncryptedMessage) Descriptor

func (*EncryptedMessage) Descriptor() ([]byte, []int)

func (*EncryptedMessage) GetPlaintext

func (m *EncryptedMessage) GetPlaintext() []byte

func (*EncryptedMessage) GetProtocolMetadata

func (m *EncryptedMessage) GetProtocolMetadata() *ProtocolMetadata

func (*EncryptedMessage) Marshal

func (m *EncryptedMessage) Marshal() (dAtA []byte, err error)

func (*EncryptedMessage) MarshalTo

func (m *EncryptedMessage) MarshalTo(dAtA []byte) (int, error)

func (*EncryptedMessage) MarshalToSizedBuffer

func (m *EncryptedMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EncryptedMessage) ProtoMessage

func (*EncryptedMessage) ProtoMessage()

func (*EncryptedMessage) Reset

func (m *EncryptedMessage) Reset()

func (*EncryptedMessage) Size

func (m *EncryptedMessage) Size() (n int)

func (*EncryptedMessage) String

func (m *EncryptedMessage) String() string

func (*EncryptedMessage) Unmarshal

func (m *EncryptedMessage) Unmarshal(dAtA []byte) error

func (*EncryptedMessage) XXX_DiscardUnknown

func (m *EncryptedMessage) XXX_DiscardUnknown()

func (*EncryptedMessage) XXX_Marshal

func (m *EncryptedMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EncryptedMessage) XXX_Merge

func (m *EncryptedMessage) XXX_Merge(src proto.Message)

func (*EncryptedMessage) XXX_Size

func (m *EncryptedMessage) XXX_Size() int

func (*EncryptedMessage) XXX_Unmarshal

func (m *EncryptedMessage) XXX_Unmarshal(b []byte) error

type EventContext

type EventContext struct {
	// id is the CID of the underlying OrbitDB event
	ID []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// id are the the CIDs of the underlying parents of the OrbitDB event
	ParentIDs [][]byte `protobuf:"bytes,2,rep,name=parent_ids,json=parentIds,proto3" json:"parent_ids,omitempty"`
	// group_pk receiving the event
	GroupPK              []byte   `protobuf:"bytes,3,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

EventContext adds context (its id, its parents and its attachments) to an event

func (*EventContext) Descriptor

func (*EventContext) Descriptor() ([]byte, []int)

func (*EventContext) GetGroupPK

func (m *EventContext) GetGroupPK() []byte

func (*EventContext) GetID

func (m *EventContext) GetID() []byte

func (*EventContext) GetParentIDs

func (m *EventContext) GetParentIDs() [][]byte

func (*EventContext) Marshal

func (m *EventContext) Marshal() (dAtA []byte, err error)

func (*EventContext) MarshalTo

func (m *EventContext) MarshalTo(dAtA []byte) (int, error)

func (*EventContext) MarshalToSizedBuffer

func (m *EventContext) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EventContext) ProtoMessage

func (*EventContext) ProtoMessage()

func (*EventContext) Reset

func (m *EventContext) Reset()

func (*EventContext) Size

func (m *EventContext) Size() (n int)

func (*EventContext) String

func (m *EventContext) String() string

func (*EventContext) Unmarshal

func (m *EventContext) Unmarshal(dAtA []byte) error

func (*EventContext) XXX_DiscardUnknown

func (m *EventContext) XXX_DiscardUnknown()

func (*EventContext) XXX_Marshal

func (m *EventContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EventContext) XXX_Merge

func (m *EventContext) XXX_Merge(src proto.Message)

func (*EventContext) XXX_Size

func (m *EventContext) XXX_Size() int

func (*EventContext) XXX_Unmarshal

func (m *EventContext) XXX_Unmarshal(b []byte) error

type EventType

type EventType int32
const (
	// EventTypeUndefined indicates that the value has not been set. Should not happen.
	EventTypeUndefined EventType = 0
	// EventTypeGroupMemberDeviceAdded indicates the payload includes that a member has added their device to the group
	EventTypeGroupMemberDeviceAdded EventType = 1
	// EventTypeGroupDeviceChainKeyAdded indicates the payload includes that a member has sent their device chain key to another member
	EventTypeGroupDeviceChainKeyAdded EventType = 2
	// EventTypeAccountGroupJoined indicates the payload includes that the account has joined a group
	EventTypeAccountGroupJoined EventType = 101
	// EventTypeAccountGroupLeft indicates the payload includes that the account has left a group
	EventTypeAccountGroupLeft EventType = 102
	// EventTypeAccountContactRequestDisabled indicates the payload includes that the account has disabled incoming contact requests
	EventTypeAccountContactRequestDisabled EventType = 103
	// EventTypeAccountContactRequestEnabled indicates the payload includes that the account has enabled incoming contact requests
	EventTypeAccountContactRequestEnabled EventType = 104
	// EventTypeAccountContactRequestReferenceReset indicates the payload includes that the account has a new contact request rendezvous seed
	EventTypeAccountContactRequestReferenceReset EventType = 105
	// EventTypeAccountContactRequestOutgoingEnqueued indicates the payload includes that the account will attempt to send a new contact request
	EventTypeAccountContactRequestOutgoingEnqueued EventType = 106
	// EventTypeAccountContactRequestOutgoingSent indicates the payload includes that the account has sent a contact request
	EventTypeAccountContactRequestOutgoingSent EventType = 107
	// EventTypeAccountContactRequestIncomingReceived indicates the payload includes that the account has received a contact request
	EventTypeAccountContactRequestIncomingReceived EventType = 108
	// EventTypeAccountContactRequestIncomingDiscarded indicates the payload includes that the account has ignored a contact request
	EventTypeAccountContactRequestIncomingDiscarded EventType = 109
	// EventTypeAccountContactRequestIncomingAccepted indicates the payload includes that the account has accepted a contact request
	EventTypeAccountContactRequestIncomingAccepted EventType = 110
	// EventTypeAccountContactBlocked indicates the payload includes that the account has blocked a contact
	EventTypeAccountContactBlocked EventType = 111
	// EventTypeAccountContactUnblocked indicates the payload includes that the account has unblocked a contact
	EventTypeAccountContactUnblocked EventType = 112
	// EventTypeContactAliasKeyAdded indicates the payload includes that the contact group has received an alias key
	EventTypeContactAliasKeyAdded EventType = 201
	// EventTypeMultiMemberGroupAliasResolverAdded indicates the payload includes that a member of the group sent their alias proof
	EventTypeMultiMemberGroupAliasResolverAdded EventType = 301
	// EventTypeMultiMemberGroupInitialMemberAnnounced indicates the payload includes that a member has authenticated themselves as the group owner
	EventTypeMultiMemberGroupInitialMemberAnnounced EventType = 302
	// EventTypeMultiMemberGroupAdminRoleGranted indicates the payload includes that an admin of the group granted another member as an admin
	EventTypeMultiMemberGroupAdminRoleGranted EventType = 303
	// EventTypeGroupReplicating indicates that the group has been registered for replication on a server
	EventTypeGroupReplicating EventType = 403
	// EventTypeAccountVerifiedCredentialRegistered
	EventTypeAccountVerifiedCredentialRegistered EventType = 500
	// EventTypeGroupMetadataPayloadSent indicates the payload includes an app specific event, unlike messages stored on the message store it is encrypted using a static key
	EventTypeGroupMetadataPayloadSent EventType = 1001
)

func (EventType) EnumDescriptor

func (EventType) EnumDescriptor() ([]byte, []int)

func (EventType) String

func (x EventType) String() string

type FirstLastCounters

type FirstLastCounters struct {
	First                uint64   `protobuf:"varint,1,opt,name=first,proto3" json:"first,omitempty"`
	Last                 uint64   `protobuf:"varint,2,opt,name=last,proto3" json:"last,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FirstLastCounters) Descriptor

func (*FirstLastCounters) Descriptor() ([]byte, []int)

func (*FirstLastCounters) GetFirst

func (m *FirstLastCounters) GetFirst() uint64

func (*FirstLastCounters) GetLast

func (m *FirstLastCounters) GetLast() uint64

func (*FirstLastCounters) Marshal

func (m *FirstLastCounters) Marshal() (dAtA []byte, err error)

func (*FirstLastCounters) MarshalTo

func (m *FirstLastCounters) MarshalTo(dAtA []byte) (int, error)

func (*FirstLastCounters) MarshalToSizedBuffer

func (m *FirstLastCounters) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FirstLastCounters) ProtoMessage

func (*FirstLastCounters) ProtoMessage()

func (*FirstLastCounters) Reset

func (m *FirstLastCounters) Reset()

func (*FirstLastCounters) Size

func (m *FirstLastCounters) Size() (n int)

func (*FirstLastCounters) String

func (m *FirstLastCounters) String() string

func (*FirstLastCounters) Unmarshal

func (m *FirstLastCounters) Unmarshal(dAtA []byte) error

func (*FirstLastCounters) XXX_DiscardUnknown

func (m *FirstLastCounters) XXX_DiscardUnknown()

func (*FirstLastCounters) XXX_Marshal

func (m *FirstLastCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FirstLastCounters) XXX_Merge

func (m *FirstLastCounters) XXX_Merge(src proto.Message)

func (*FirstLastCounters) XXX_Size

func (m *FirstLastCounters) XXX_Size() int

func (*FirstLastCounters) XXX_Unmarshal

func (m *FirstLastCounters) XXX_Unmarshal(b []byte) error

type Group

type Group struct {
	// public_key is the identifier of the group, it signs the group secret and the initial member of a multi-member group
	PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// secret is the symmetric secret of the group, which is used to encrypt the metadata
	Secret []byte `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	// secret_sig is the signature of the secret used to ensure the validity of the group
	SecretSig []byte `protobuf:"bytes,3,opt,name=secret_sig,json=secretSig,proto3" json:"secret_sig,omitempty"`
	// group_type specifies the type of the group, used to determine how device chain key is generated
	GroupType GroupType `protobuf:"varint,4,opt,name=group_type,json=groupType,proto3,enum=weshnet.protocol.v1.GroupType" json:"group_type,omitempty"`
	// sign_pub is the signature public key used to verify entries, not required when secret and secret_sig are provided
	SignPub []byte `protobuf:"bytes,5,opt,name=sign_pub,json=signPub,proto3" json:"sign_pub,omitempty"`
	// link_key is the secret key used to exchange group updates and links to attachments, useful for replication services
	LinkKey []byte `protobuf:"bytes,6,opt,name=link_key,json=linkKey,proto3" json:"link_key,omitempty"`
	// link_key_sig is the signature of the link_key using the group private key
	LinkKeySig           []byte   `protobuf:"bytes,7,opt,name=link_key_sig,json=linkKeySig,proto3" json:"link_key_sig,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Group define a group and is enough to invite someone to it

func NewGroupMultiMember added in v1.3.2

func NewGroupMultiMember() (*Group, crypto.PrivKey, error)

NewGroupMultiMember creates a new Group object and an invitation to be used by the first member of the group

func (*Group) Copy

func (m *Group) Copy() *Group

func (*Group) Descriptor

func (*Group) Descriptor() ([]byte, []int)

func (*Group) GetGroupType

func (m *Group) GetGroupType() GroupType

func (*Group) GetLinkKey

func (m *Group) GetLinkKey() []byte

func (*Group) GetLinkKeyArray added in v1.3.2

func (m *Group) GetLinkKeyArray() (*[cryptoutil.KeySize]byte, error)

func (*Group) GetLinkKeySig

func (m *Group) GetLinkKeySig() []byte

func (*Group) GetPubKey

func (m *Group) GetPubKey() (crypto.PubKey, error)

func (*Group) GetPublicKey

func (m *Group) GetPublicKey() []byte

func (*Group) GetSecret

func (m *Group) GetSecret() []byte

func (*Group) GetSecretSig

func (m *Group) GetSecretSig() []byte

func (*Group) GetSharedSecret added in v1.3.2

func (m *Group) GetSharedSecret() *[cryptoutil.KeySize]byte

func (*Group) GetSignPub

func (m *Group) GetSignPub() []byte

func (*Group) GetSigningPrivKey

func (m *Group) GetSigningPrivKey() (crypto.PrivKey, error)

func (*Group) GetSigningPubKey

func (m *Group) GetSigningPubKey() (crypto.PubKey, error)

func (*Group) GroupIDAsString

func (m *Group) GroupIDAsString() string

GroupIDAsString returns the group pub key as a string

func (*Group) IsValid

func (m *Group) IsValid() error

func (*Group) Marshal

func (m *Group) Marshal() (dAtA []byte, err error)

func (*Group) MarshalTo

func (m *Group) MarshalTo(dAtA []byte) (int, error)

func (*Group) MarshalToSizedBuffer

func (m *Group) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) Reset

func (m *Group) Reset()

func (*Group) Size

func (m *Group) Size() (n int)

func (*Group) String

func (m *Group) String() string

func (*Group) Unmarshal

func (m *Group) Unmarshal(dAtA []byte) error

func (*Group) XXX_DiscardUnknown

func (m *Group) XXX_DiscardUnknown()

func (*Group) XXX_Marshal

func (m *Group) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Group) XXX_Merge

func (m *Group) XXX_Merge(src proto.Message)

func (*Group) XXX_Size

func (m *Group) XXX_Size() int

func (*Group) XXX_Unmarshal

func (m *Group) XXX_Unmarshal(b []byte) error

type GroupAddAdditionalRendezvousSeed

type GroupAddAdditionalRendezvousSeed struct {
	// device_pk is the device sending the event, signs the message, must be the device of an admin of the group
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// seed is the additional rendezvous point seed which should be used
	Seed                 []byte   `protobuf:"bytes,2,opt,name=seed,proto3" json:"seed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GroupAddAdditionalRendezvousSeed indicates that an additional rendezvous point should be used for data synchronization

func (*GroupAddAdditionalRendezvousSeed) Descriptor

func (*GroupAddAdditionalRendezvousSeed) Descriptor() ([]byte, []int)

func (*GroupAddAdditionalRendezvousSeed) GetDevicePK

func (m *GroupAddAdditionalRendezvousSeed) GetDevicePK() []byte

func (*GroupAddAdditionalRendezvousSeed) GetSeed

func (m *GroupAddAdditionalRendezvousSeed) GetSeed() []byte

func (*GroupAddAdditionalRendezvousSeed) Marshal

func (m *GroupAddAdditionalRendezvousSeed) Marshal() (dAtA []byte, err error)

func (*GroupAddAdditionalRendezvousSeed) MarshalTo

func (m *GroupAddAdditionalRendezvousSeed) MarshalTo(dAtA []byte) (int, error)

func (*GroupAddAdditionalRendezvousSeed) MarshalToSizedBuffer

func (m *GroupAddAdditionalRendezvousSeed) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupAddAdditionalRendezvousSeed) ProtoMessage

func (*GroupAddAdditionalRendezvousSeed) ProtoMessage()

func (*GroupAddAdditionalRendezvousSeed) Reset

func (*GroupAddAdditionalRendezvousSeed) Size

func (m *GroupAddAdditionalRendezvousSeed) Size() (n int)

func (*GroupAddAdditionalRendezvousSeed) String

func (*GroupAddAdditionalRendezvousSeed) Unmarshal

func (m *GroupAddAdditionalRendezvousSeed) Unmarshal(dAtA []byte) error

func (*GroupAddAdditionalRendezvousSeed) XXX_DiscardUnknown

func (m *GroupAddAdditionalRendezvousSeed) XXX_DiscardUnknown()

func (*GroupAddAdditionalRendezvousSeed) XXX_Marshal

func (m *GroupAddAdditionalRendezvousSeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupAddAdditionalRendezvousSeed) XXX_Merge

func (*GroupAddAdditionalRendezvousSeed) XXX_Size

func (m *GroupAddAdditionalRendezvousSeed) XXX_Size() int

func (*GroupAddAdditionalRendezvousSeed) XXX_Unmarshal

func (m *GroupAddAdditionalRendezvousSeed) XXX_Unmarshal(b []byte) error

type GroupDeviceChainKeyAdded added in v1.12.1

type GroupDeviceChainKeyAdded struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// dest_member_pk is the member who should receive the secret
	DestMemberPK []byte `protobuf:"bytes,2,opt,name=dest_member_pk,json=destMemberPk,proto3" json:"dest_member_pk,omitempty"`
	// payload is the serialization of Payload encrypted for the specified member
	Payload              []byte   `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GroupDeviceChainKeyAdded is an event which indicates to a group member a device chain key

func (*GroupDeviceChainKeyAdded) Descriptor added in v1.12.1

func (*GroupDeviceChainKeyAdded) Descriptor() ([]byte, []int)

func (*GroupDeviceChainKeyAdded) GetDestMemberPK added in v1.12.1

func (m *GroupDeviceChainKeyAdded) GetDestMemberPK() []byte

func (*GroupDeviceChainKeyAdded) GetDevicePK added in v1.12.1

func (m *GroupDeviceChainKeyAdded) GetDevicePK() []byte

func (*GroupDeviceChainKeyAdded) GetPayload added in v1.12.1

func (m *GroupDeviceChainKeyAdded) GetPayload() []byte

func (*GroupDeviceChainKeyAdded) Marshal added in v1.12.1

func (m *GroupDeviceChainKeyAdded) Marshal() (dAtA []byte, err error)

func (*GroupDeviceChainKeyAdded) MarshalTo added in v1.12.1

func (m *GroupDeviceChainKeyAdded) MarshalTo(dAtA []byte) (int, error)

func (*GroupDeviceChainKeyAdded) MarshalToSizedBuffer added in v1.12.1

func (m *GroupDeviceChainKeyAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupDeviceChainKeyAdded) ProtoMessage added in v1.12.1

func (*GroupDeviceChainKeyAdded) ProtoMessage()

func (*GroupDeviceChainKeyAdded) Reset added in v1.12.1

func (m *GroupDeviceChainKeyAdded) Reset()

func (*GroupDeviceChainKeyAdded) Size added in v1.12.1

func (m *GroupDeviceChainKeyAdded) Size() (n int)

func (*GroupDeviceChainKeyAdded) String added in v1.12.1

func (m *GroupDeviceChainKeyAdded) String() string

func (*GroupDeviceChainKeyAdded) Unmarshal added in v1.12.1

func (m *GroupDeviceChainKeyAdded) Unmarshal(dAtA []byte) error

func (*GroupDeviceChainKeyAdded) XXX_DiscardUnknown added in v1.12.1

func (m *GroupDeviceChainKeyAdded) XXX_DiscardUnknown()

func (*GroupDeviceChainKeyAdded) XXX_Marshal added in v1.12.1

func (m *GroupDeviceChainKeyAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDeviceChainKeyAdded) XXX_Merge added in v1.12.1

func (m *GroupDeviceChainKeyAdded) XXX_Merge(src proto.Message)

func (*GroupDeviceChainKeyAdded) XXX_Size added in v1.12.1

func (m *GroupDeviceChainKeyAdded) XXX_Size() int

func (*GroupDeviceChainKeyAdded) XXX_Unmarshal added in v1.12.1

func (m *GroupDeviceChainKeyAdded) XXX_Unmarshal(b []byte) error

type GroupDeviceStatus

type GroupDeviceStatus struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupDeviceStatus) Descriptor

func (*GroupDeviceStatus) Descriptor() ([]byte, []int)

func (*GroupDeviceStatus) Marshal

func (m *GroupDeviceStatus) Marshal() (dAtA []byte, err error)

func (*GroupDeviceStatus) MarshalTo

func (m *GroupDeviceStatus) MarshalTo(dAtA []byte) (int, error)

func (*GroupDeviceStatus) MarshalToSizedBuffer

func (m *GroupDeviceStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupDeviceStatus) ProtoMessage

func (*GroupDeviceStatus) ProtoMessage()

func (*GroupDeviceStatus) Reset

func (m *GroupDeviceStatus) Reset()

func (*GroupDeviceStatus) Size

func (m *GroupDeviceStatus) Size() (n int)

func (*GroupDeviceStatus) String

func (m *GroupDeviceStatus) String() string

func (*GroupDeviceStatus) Unmarshal

func (m *GroupDeviceStatus) Unmarshal(dAtA []byte) error

func (*GroupDeviceStatus) XXX_DiscardUnknown

func (m *GroupDeviceStatus) XXX_DiscardUnknown()

func (*GroupDeviceStatus) XXX_Marshal

func (m *GroupDeviceStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDeviceStatus) XXX_Merge

func (m *GroupDeviceStatus) XXX_Merge(src proto.Message)

func (*GroupDeviceStatus) XXX_Size

func (m *GroupDeviceStatus) XXX_Size() int

func (*GroupDeviceStatus) XXX_Unmarshal

func (m *GroupDeviceStatus) XXX_Unmarshal(b []byte) error

type GroupDeviceStatus_Reply

type GroupDeviceStatus_Reply struct {
	Type                 GroupDeviceStatus_Type `protobuf:"varint,1,opt,name=type,proto3,enum=weshnet.protocol.v1.GroupDeviceStatus_Type" json:"type,omitempty"`
	Event                []byte                 `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GroupDeviceStatus_Reply) Descriptor

func (*GroupDeviceStatus_Reply) Descriptor() ([]byte, []int)

func (*GroupDeviceStatus_Reply) GetEvent

func (m *GroupDeviceStatus_Reply) GetEvent() []byte

func (*GroupDeviceStatus_Reply) GetType

func (*GroupDeviceStatus_Reply) Marshal

func (m *GroupDeviceStatus_Reply) Marshal() (dAtA []byte, err error)

func (*GroupDeviceStatus_Reply) MarshalTo

func (m *GroupDeviceStatus_Reply) MarshalTo(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Reply) MarshalToSizedBuffer

func (m *GroupDeviceStatus_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Reply) ProtoMessage

func (*GroupDeviceStatus_Reply) ProtoMessage()

func (*GroupDeviceStatus_Reply) Reset

func (m *GroupDeviceStatus_Reply) Reset()

func (*GroupDeviceStatus_Reply) Size

func (m *GroupDeviceStatus_Reply) Size() (n int)

func (*GroupDeviceStatus_Reply) String

func (m *GroupDeviceStatus_Reply) String() string

func (*GroupDeviceStatus_Reply) Unmarshal

func (m *GroupDeviceStatus_Reply) Unmarshal(dAtA []byte) error

func (*GroupDeviceStatus_Reply) XXX_DiscardUnknown

func (m *GroupDeviceStatus_Reply) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Reply) XXX_Marshal

func (m *GroupDeviceStatus_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDeviceStatus_Reply) XXX_Merge

func (m *GroupDeviceStatus_Reply) XXX_Merge(src proto.Message)

func (*GroupDeviceStatus_Reply) XXX_Size

func (m *GroupDeviceStatus_Reply) XXX_Size() int

func (*GroupDeviceStatus_Reply) XXX_Unmarshal

func (m *GroupDeviceStatus_Reply) XXX_Unmarshal(b []byte) error

type GroupDeviceStatus_Reply_PeerConnected

type GroupDeviceStatus_Reply_PeerConnected struct {
	PeerID               string                        `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	DevicePK             []byte                        `protobuf:"bytes,2,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	Transports           []GroupDeviceStatus_Transport `` /* 134-byte string literal not displayed */
	Maddrs               []string                      `protobuf:"bytes,4,rep,name=maddrs,proto3" json:"maddrs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*GroupDeviceStatus_Reply_PeerConnected) Descriptor

func (*GroupDeviceStatus_Reply_PeerConnected) Descriptor() ([]byte, []int)

func (*GroupDeviceStatus_Reply_PeerConnected) GetDevicePK

func (m *GroupDeviceStatus_Reply_PeerConnected) GetDevicePK() []byte

func (*GroupDeviceStatus_Reply_PeerConnected) GetMaddrs

func (*GroupDeviceStatus_Reply_PeerConnected) GetPeerID

func (*GroupDeviceStatus_Reply_PeerConnected) GetTransports

func (*GroupDeviceStatus_Reply_PeerConnected) Marshal

func (m *GroupDeviceStatus_Reply_PeerConnected) Marshal() (dAtA []byte, err error)

func (*GroupDeviceStatus_Reply_PeerConnected) MarshalTo

func (m *GroupDeviceStatus_Reply_PeerConnected) MarshalTo(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Reply_PeerConnected) MarshalToSizedBuffer

func (m *GroupDeviceStatus_Reply_PeerConnected) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Reply_PeerConnected) ProtoMessage

func (*GroupDeviceStatus_Reply_PeerConnected) ProtoMessage()

func (*GroupDeviceStatus_Reply_PeerConnected) Reset

func (*GroupDeviceStatus_Reply_PeerConnected) Size

func (*GroupDeviceStatus_Reply_PeerConnected) String

func (*GroupDeviceStatus_Reply_PeerConnected) Unmarshal

func (m *GroupDeviceStatus_Reply_PeerConnected) Unmarshal(dAtA []byte) error

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_DiscardUnknown

func (m *GroupDeviceStatus_Reply_PeerConnected) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_Marshal

func (m *GroupDeviceStatus_Reply_PeerConnected) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_Merge

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_Size

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_Unmarshal

func (m *GroupDeviceStatus_Reply_PeerConnected) XXX_Unmarshal(b []byte) error

type GroupDeviceStatus_Reply_PeerDisconnected

type GroupDeviceStatus_Reply_PeerDisconnected struct {
	PeerID               string   `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupDeviceStatus_Reply_PeerDisconnected) Descriptor

func (*GroupDeviceStatus_Reply_PeerDisconnected) Descriptor() ([]byte, []int)

func (*GroupDeviceStatus_Reply_PeerDisconnected) GetPeerID

func (*GroupDeviceStatus_Reply_PeerDisconnected) Marshal

func (m *GroupDeviceStatus_Reply_PeerDisconnected) Marshal() (dAtA []byte, err error)

func (*GroupDeviceStatus_Reply_PeerDisconnected) MarshalTo

func (m *GroupDeviceStatus_Reply_PeerDisconnected) MarshalTo(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Reply_PeerDisconnected) MarshalToSizedBuffer

func (m *GroupDeviceStatus_Reply_PeerDisconnected) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Reply_PeerDisconnected) ProtoMessage

func (*GroupDeviceStatus_Reply_PeerDisconnected) Reset

func (*GroupDeviceStatus_Reply_PeerDisconnected) Size

func (*GroupDeviceStatus_Reply_PeerDisconnected) String

func (*GroupDeviceStatus_Reply_PeerDisconnected) Unmarshal

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_DiscardUnknown

func (m *GroupDeviceStatus_Reply_PeerDisconnected) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_Marshal

func (m *GroupDeviceStatus_Reply_PeerDisconnected) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_Merge

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_Size

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_Unmarshal

func (m *GroupDeviceStatus_Reply_PeerDisconnected) XXX_Unmarshal(b []byte) error

type GroupDeviceStatus_Reply_PeerReconnecting

type GroupDeviceStatus_Reply_PeerReconnecting struct {
	PeerID               string   `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupDeviceStatus_Reply_PeerReconnecting) Descriptor

func (*GroupDeviceStatus_Reply_PeerReconnecting) Descriptor() ([]byte, []int)

func (*GroupDeviceStatus_Reply_PeerReconnecting) GetPeerID

func (*GroupDeviceStatus_Reply_PeerReconnecting) Marshal

func (m *GroupDeviceStatus_Reply_PeerReconnecting) Marshal() (dAtA []byte, err error)

func (*GroupDeviceStatus_Reply_PeerReconnecting) MarshalTo

func (m *GroupDeviceStatus_Reply_PeerReconnecting) MarshalTo(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Reply_PeerReconnecting) MarshalToSizedBuffer

func (m *GroupDeviceStatus_Reply_PeerReconnecting) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Reply_PeerReconnecting) ProtoMessage

func (*GroupDeviceStatus_Reply_PeerReconnecting) Reset

func (*GroupDeviceStatus_Reply_PeerReconnecting) Size

func (*GroupDeviceStatus_Reply_PeerReconnecting) String

func (*GroupDeviceStatus_Reply_PeerReconnecting) Unmarshal

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_DiscardUnknown

func (m *GroupDeviceStatus_Reply_PeerReconnecting) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_Marshal

func (m *GroupDeviceStatus_Reply_PeerReconnecting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_Merge

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_Size

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_Unmarshal

func (m *GroupDeviceStatus_Reply_PeerReconnecting) XXX_Unmarshal(b []byte) error

type GroupDeviceStatus_Request

type GroupDeviceStatus_Request struct {
	GroupPK              []byte   `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupDeviceStatus_Request) Descriptor

func (*GroupDeviceStatus_Request) Descriptor() ([]byte, []int)

func (*GroupDeviceStatus_Request) GetGroupPK

func (m *GroupDeviceStatus_Request) GetGroupPK() []byte

func (*GroupDeviceStatus_Request) Marshal

func (m *GroupDeviceStatus_Request) Marshal() (dAtA []byte, err error)

func (*GroupDeviceStatus_Request) MarshalTo

func (m *GroupDeviceStatus_Request) MarshalTo(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Request) MarshalToSizedBuffer

func (m *GroupDeviceStatus_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupDeviceStatus_Request) ProtoMessage

func (*GroupDeviceStatus_Request) ProtoMessage()

func (*GroupDeviceStatus_Request) Reset

func (m *GroupDeviceStatus_Request) Reset()

func (*GroupDeviceStatus_Request) Size

func (m *GroupDeviceStatus_Request) Size() (n int)

func (*GroupDeviceStatus_Request) String

func (m *GroupDeviceStatus_Request) String() string

func (*GroupDeviceStatus_Request) Unmarshal

func (m *GroupDeviceStatus_Request) Unmarshal(dAtA []byte) error

func (*GroupDeviceStatus_Request) XXX_DiscardUnknown

func (m *GroupDeviceStatus_Request) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Request) XXX_Marshal

func (m *GroupDeviceStatus_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDeviceStatus_Request) XXX_Merge

func (m *GroupDeviceStatus_Request) XXX_Merge(src proto.Message)

func (*GroupDeviceStatus_Request) XXX_Size

func (m *GroupDeviceStatus_Request) XXX_Size() int

func (*GroupDeviceStatus_Request) XXX_Unmarshal

func (m *GroupDeviceStatus_Request) XXX_Unmarshal(b []byte) error

type GroupDeviceStatus_Transport

type GroupDeviceStatus_Transport int32

func (GroupDeviceStatus_Transport) EnumDescriptor

func (GroupDeviceStatus_Transport) EnumDescriptor() ([]byte, []int)

func (GroupDeviceStatus_Transport) String

type GroupDeviceStatus_Type

type GroupDeviceStatus_Type int32
const (
	TypeUnknown          GroupDeviceStatus_Type = 0
	TypePeerDisconnected GroupDeviceStatus_Type = 1
	TypePeerConnected    GroupDeviceStatus_Type = 2
	TypePeerReconnecting GroupDeviceStatus_Type = 3
)

func (GroupDeviceStatus_Type) EnumDescriptor

func (GroupDeviceStatus_Type) EnumDescriptor() ([]byte, []int)

func (GroupDeviceStatus_Type) String

func (x GroupDeviceStatus_Type) String() string

type GroupEnvelope

type GroupEnvelope struct {
	// nonce is used to encrypt the message
	Nonce []byte `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// event is encrypted using a symmetric key shared among group members
	Event                []byte   `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GroupEnvelope is a publicly exposed structure containing a group metadata event

func (*GroupEnvelope) Descriptor

func (*GroupEnvelope) Descriptor() ([]byte, []int)

func (*GroupEnvelope) GetEvent

func (m *GroupEnvelope) GetEvent() []byte

func (*GroupEnvelope) GetNonce

func (m *GroupEnvelope) GetNonce() []byte

func (*GroupEnvelope) Marshal

func (m *GroupEnvelope) Marshal() (dAtA []byte, err error)

func (*GroupEnvelope) MarshalTo

func (m *GroupEnvelope) MarshalTo(dAtA []byte) (int, error)

func (*GroupEnvelope) MarshalToSizedBuffer

func (m *GroupEnvelope) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupEnvelope) ProtoMessage

func (*GroupEnvelope) ProtoMessage()

func (*GroupEnvelope) Reset

func (m *GroupEnvelope) Reset()

func (*GroupEnvelope) Size

func (m *GroupEnvelope) Size() (n int)

func (*GroupEnvelope) String

func (m *GroupEnvelope) String() string

func (*GroupEnvelope) Unmarshal

func (m *GroupEnvelope) Unmarshal(dAtA []byte) error

func (*GroupEnvelope) XXX_DiscardUnknown

func (m *GroupEnvelope) XXX_DiscardUnknown()

func (*GroupEnvelope) XXX_Marshal

func (m *GroupEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupEnvelope) XXX_Merge

func (m *GroupEnvelope) XXX_Merge(src proto.Message)

func (*GroupEnvelope) XXX_Size

func (m *GroupEnvelope) XXX_Size() int

func (*GroupEnvelope) XXX_Unmarshal

func (m *GroupEnvelope) XXX_Unmarshal(b []byte) error

type GroupHeadsExport

type GroupHeadsExport struct {
	// public_key is the identifier of the group, it signs the group secret and the initial member of a multi-member group
	PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// sign_pub is the signature public key used to verify entries
	SignPub []byte `protobuf:"bytes,2,opt,name=sign_pub,json=signPub,proto3" json:"sign_pub,omitempty"`
	// metadata_heads_cids are the heads of the metadata store that should be restored from an export
	MetadataHeadsCIDs [][]byte `protobuf:"bytes,3,rep,name=metadata_heads_cids,json=metadataHeadsCids,proto3" json:"metadata_heads_cids,omitempty"`
	// messages_heads_cids are the heads of the metadata store that should be restored from an export
	MessagesHeadsCIDs [][]byte `protobuf:"bytes,4,rep,name=messages_heads_cids,json=messagesHeadsCids,proto3" json:"messages_heads_cids,omitempty"`
	// link_key
	LinkKey              []byte   `protobuf:"bytes,5,opt,name=link_key,json=linkKey,proto3" json:"link_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupHeadsExport) Descriptor

func (*GroupHeadsExport) Descriptor() ([]byte, []int)

func (*GroupHeadsExport) GetLinkKey

func (m *GroupHeadsExport) GetLinkKey() []byte

func (*GroupHeadsExport) GetMessagesHeadsCIDs

func (m *GroupHeadsExport) GetMessagesHeadsCIDs() [][]byte

func (*GroupHeadsExport) GetMetadataHeadsCIDs

func (m *GroupHeadsExport) GetMetadataHeadsCIDs() [][]byte

func (*GroupHeadsExport) GetPublicKey

func (m *GroupHeadsExport) GetPublicKey() []byte

func (*GroupHeadsExport) GetSignPub

func (m *GroupHeadsExport) GetSignPub() []byte

func (*GroupHeadsExport) Marshal

func (m *GroupHeadsExport) Marshal() (dAtA []byte, err error)

func (*GroupHeadsExport) MarshalTo

func (m *GroupHeadsExport) MarshalTo(dAtA []byte) (int, error)

func (*GroupHeadsExport) MarshalToSizedBuffer

func (m *GroupHeadsExport) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupHeadsExport) ProtoMessage

func (*GroupHeadsExport) ProtoMessage()

func (*GroupHeadsExport) Reset

func (m *GroupHeadsExport) Reset()

func (*GroupHeadsExport) Size

func (m *GroupHeadsExport) Size() (n int)

func (*GroupHeadsExport) String

func (m *GroupHeadsExport) String() string

func (*GroupHeadsExport) Unmarshal

func (m *GroupHeadsExport) Unmarshal(dAtA []byte) error

func (*GroupHeadsExport) XXX_DiscardUnknown

func (m *GroupHeadsExport) XXX_DiscardUnknown()

func (*GroupHeadsExport) XXX_Marshal

func (m *GroupHeadsExport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupHeadsExport) XXX_Merge

func (m *GroupHeadsExport) XXX_Merge(src proto.Message)

func (*GroupHeadsExport) XXX_Size

func (m *GroupHeadsExport) XXX_Size() int

func (*GroupHeadsExport) XXX_Unmarshal

func (m *GroupHeadsExport) XXX_Unmarshal(b []byte) error

type GroupInfo

type GroupInfo struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupInfo) Descriptor

func (*GroupInfo) Descriptor() ([]byte, []int)

func (*GroupInfo) Marshal

func (m *GroupInfo) Marshal() (dAtA []byte, err error)

func (*GroupInfo) MarshalTo

func (m *GroupInfo) MarshalTo(dAtA []byte) (int, error)

func (*GroupInfo) MarshalToSizedBuffer

func (m *GroupInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupInfo) ProtoMessage

func (*GroupInfo) ProtoMessage()

func (*GroupInfo) Reset

func (m *GroupInfo) Reset()

func (*GroupInfo) Size

func (m *GroupInfo) Size() (n int)

func (*GroupInfo) String

func (m *GroupInfo) String() string

func (*GroupInfo) Unmarshal

func (m *GroupInfo) Unmarshal(dAtA []byte) error

func (*GroupInfo) XXX_DiscardUnknown

func (m *GroupInfo) XXX_DiscardUnknown()

func (*GroupInfo) XXX_Marshal

func (m *GroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupInfo) XXX_Merge

func (m *GroupInfo) XXX_Merge(src proto.Message)

func (*GroupInfo) XXX_Size

func (m *GroupInfo) XXX_Size() int

func (*GroupInfo) XXX_Unmarshal

func (m *GroupInfo) XXX_Unmarshal(b []byte) error

type GroupInfo_Reply

type GroupInfo_Reply struct {
	// group is the group invitation, containing the group pk and its type
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// member_pk is the identifier of the current member in the group
	MemberPK []byte `protobuf:"bytes,2,opt,name=member_pk,json=memberPk,proto3" json:"member_pk,omitempty"`
	// device_pk is the identifier of the current device in the group
	DevicePK             []byte   `protobuf:"bytes,3,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupInfo_Reply) Descriptor

func (*GroupInfo_Reply) Descriptor() ([]byte, []int)

func (*GroupInfo_Reply) GetDevicePK

func (m *GroupInfo_Reply) GetDevicePK() []byte

func (*GroupInfo_Reply) GetGroup

func (m *GroupInfo_Reply) GetGroup() *Group

func (*GroupInfo_Reply) GetMemberPK

func (m *GroupInfo_Reply) GetMemberPK() []byte

func (*GroupInfo_Reply) Marshal

func (m *GroupInfo_Reply) Marshal() (dAtA []byte, err error)

func (*GroupInfo_Reply) MarshalTo

func (m *GroupInfo_Reply) MarshalTo(dAtA []byte) (int, error)

func (*GroupInfo_Reply) MarshalToSizedBuffer

func (m *GroupInfo_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupInfo_Reply) ProtoMessage

func (*GroupInfo_Reply) ProtoMessage()

func (*GroupInfo_Reply) Reset

func (m *GroupInfo_Reply) Reset()

func (*GroupInfo_Reply) Size

func (m *GroupInfo_Reply) Size() (n int)

func (*GroupInfo_Reply) String

func (m *GroupInfo_Reply) String() string

func (*GroupInfo_Reply) Unmarshal

func (m *GroupInfo_Reply) Unmarshal(dAtA []byte) error

func (*GroupInfo_Reply) XXX_DiscardUnknown

func (m *GroupInfo_Reply) XXX_DiscardUnknown()

func (*GroupInfo_Reply) XXX_Marshal

func (m *GroupInfo_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupInfo_Reply) XXX_Merge

func (m *GroupInfo_Reply) XXX_Merge(src proto.Message)

func (*GroupInfo_Reply) XXX_Size

func (m *GroupInfo_Reply) XXX_Size() int

func (*GroupInfo_Reply) XXX_Unmarshal

func (m *GroupInfo_Reply) XXX_Unmarshal(b []byte) error

type GroupInfo_Request

type GroupInfo_Request struct {
	// group_pk is the identifier of the group
	GroupPK []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// contact_pk is the identifier of the contact
	ContactPK            []byte   `protobuf:"bytes,2,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupInfo_Request) Descriptor

func (*GroupInfo_Request) Descriptor() ([]byte, []int)

func (*GroupInfo_Request) GetContactPK

func (m *GroupInfo_Request) GetContactPK() []byte

func (*GroupInfo_Request) GetGroupPK

func (m *GroupInfo_Request) GetGroupPK() []byte

func (*GroupInfo_Request) Marshal

func (m *GroupInfo_Request) Marshal() (dAtA []byte, err error)

func (*GroupInfo_Request) MarshalTo

func (m *GroupInfo_Request) MarshalTo(dAtA []byte) (int, error)

func (*GroupInfo_Request) MarshalToSizedBuffer

func (m *GroupInfo_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupInfo_Request) ProtoMessage

func (*GroupInfo_Request) ProtoMessage()

func (*GroupInfo_Request) Reset

func (m *GroupInfo_Request) Reset()

func (*GroupInfo_Request) Size

func (m *GroupInfo_Request) Size() (n int)

func (*GroupInfo_Request) String

func (m *GroupInfo_Request) String() string

func (*GroupInfo_Request) Unmarshal

func (m *GroupInfo_Request) Unmarshal(dAtA []byte) error

func (*GroupInfo_Request) XXX_DiscardUnknown

func (m *GroupInfo_Request) XXX_DiscardUnknown()

func (*GroupInfo_Request) XXX_Marshal

func (m *GroupInfo_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupInfo_Request) XXX_Merge

func (m *GroupInfo_Request) XXX_Merge(src proto.Message)

func (*GroupInfo_Request) XXX_Size

func (m *GroupInfo_Request) XXX_Size() int

func (*GroupInfo_Request) XXX_Unmarshal

func (m *GroupInfo_Request) XXX_Unmarshal(b []byte) error

type GroupMemberDeviceAdded added in v1.12.1

type GroupMemberDeviceAdded struct {
	// member_pk is the member sending the event
	MemberPK []byte `protobuf:"bytes,1,opt,name=member_pk,json=memberPk,proto3" json:"member_pk,omitempty"`
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,2,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// member_sig is used to prove the ownership of the member pk
	MemberSig            []byte   `protobuf:"bytes,3,opt,name=member_sig,json=memberSig,proto3" json:"member_sig,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GroupMemberDeviceAdded is an event which indicates to a group a new device (and eventually a new member) is joining it When added on AccountGroup, this event should be followed by appropriate GroupMemberDeviceAdded and GroupDeviceChainKeyAdded events

func (*GroupMemberDeviceAdded) Descriptor added in v1.12.1

func (*GroupMemberDeviceAdded) Descriptor() ([]byte, []int)

func (*GroupMemberDeviceAdded) GetDevicePK added in v1.12.1

func (m *GroupMemberDeviceAdded) GetDevicePK() []byte

func (*GroupMemberDeviceAdded) GetMemberPK added in v1.12.1

func (m *GroupMemberDeviceAdded) GetMemberPK() []byte

func (*GroupMemberDeviceAdded) GetMemberSig added in v1.12.1

func (m *GroupMemberDeviceAdded) GetMemberSig() []byte

func (*GroupMemberDeviceAdded) Marshal added in v1.12.1

func (m *GroupMemberDeviceAdded) Marshal() (dAtA []byte, err error)

func (*GroupMemberDeviceAdded) MarshalTo added in v1.12.1

func (m *GroupMemberDeviceAdded) MarshalTo(dAtA []byte) (int, error)

func (*GroupMemberDeviceAdded) MarshalToSizedBuffer added in v1.12.1

func (m *GroupMemberDeviceAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupMemberDeviceAdded) ProtoMessage added in v1.12.1

func (*GroupMemberDeviceAdded) ProtoMessage()

func (*GroupMemberDeviceAdded) Reset added in v1.12.1

func (m *GroupMemberDeviceAdded) Reset()

func (*GroupMemberDeviceAdded) Size added in v1.12.1

func (m *GroupMemberDeviceAdded) Size() (n int)

func (*GroupMemberDeviceAdded) String added in v1.12.1

func (m *GroupMemberDeviceAdded) String() string

func (*GroupMemberDeviceAdded) Unmarshal added in v1.12.1

func (m *GroupMemberDeviceAdded) Unmarshal(dAtA []byte) error

func (*GroupMemberDeviceAdded) XXX_DiscardUnknown added in v1.12.1

func (m *GroupMemberDeviceAdded) XXX_DiscardUnknown()

func (*GroupMemberDeviceAdded) XXX_Marshal added in v1.12.1

func (m *GroupMemberDeviceAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMemberDeviceAdded) XXX_Merge added in v1.12.1

func (m *GroupMemberDeviceAdded) XXX_Merge(src proto.Message)

func (*GroupMemberDeviceAdded) XXX_Size added in v1.12.1

func (m *GroupMemberDeviceAdded) XXX_Size() int

func (*GroupMemberDeviceAdded) XXX_Unmarshal added in v1.12.1

func (m *GroupMemberDeviceAdded) XXX_Unmarshal(b []byte) error

type GroupMessageEvent

type GroupMessageEvent struct {
	// event_context contains context information about the event
	EventContext *EventContext `protobuf:"bytes,1,opt,name=event_context,json=eventContext,proto3" json:"event_context,omitempty"`
	// headers contains headers of the secure message
	Headers *MessageHeaders `protobuf:"bytes,2,opt,name=headers,proto3" json:"headers,omitempty"`
	// message contains the secure message payload
	Message              []byte   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupMessageEvent) Descriptor

func (*GroupMessageEvent) Descriptor() ([]byte, []int)

func (*GroupMessageEvent) GetEventContext

func (m *GroupMessageEvent) GetEventContext() *EventContext

func (*GroupMessageEvent) GetHeaders

func (m *GroupMessageEvent) GetHeaders() *MessageHeaders

func (*GroupMessageEvent) GetMessage

func (m *GroupMessageEvent) GetMessage() []byte

func (*GroupMessageEvent) Marshal

func (m *GroupMessageEvent) Marshal() (dAtA []byte, err error)

func (*GroupMessageEvent) MarshalTo

func (m *GroupMessageEvent) MarshalTo(dAtA []byte) (int, error)

func (*GroupMessageEvent) MarshalToSizedBuffer

func (m *GroupMessageEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupMessageEvent) ProtoMessage

func (*GroupMessageEvent) ProtoMessage()

func (*GroupMessageEvent) Reset

func (m *GroupMessageEvent) Reset()

func (*GroupMessageEvent) Size

func (m *GroupMessageEvent) Size() (n int)

func (*GroupMessageEvent) String

func (m *GroupMessageEvent) String() string

func (*GroupMessageEvent) Unmarshal

func (m *GroupMessageEvent) Unmarshal(dAtA []byte) error

func (*GroupMessageEvent) XXX_DiscardUnknown

func (m *GroupMessageEvent) XXX_DiscardUnknown()

func (*GroupMessageEvent) XXX_Marshal

func (m *GroupMessageEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMessageEvent) XXX_Merge

func (m *GroupMessageEvent) XXX_Merge(src proto.Message)

func (*GroupMessageEvent) XXX_Size

func (m *GroupMessageEvent) XXX_Size() int

func (*GroupMessageEvent) XXX_Unmarshal

func (m *GroupMessageEvent) XXX_Unmarshal(b []byte) error

type GroupMessageList

type GroupMessageList struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupMessageList) Descriptor

func (*GroupMessageList) Descriptor() ([]byte, []int)

func (*GroupMessageList) Marshal

func (m *GroupMessageList) Marshal() (dAtA []byte, err error)

func (*GroupMessageList) MarshalTo

func (m *GroupMessageList) MarshalTo(dAtA []byte) (int, error)

func (*GroupMessageList) MarshalToSizedBuffer

func (m *GroupMessageList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupMessageList) ProtoMessage

func (*GroupMessageList) ProtoMessage()

func (*GroupMessageList) Reset

func (m *GroupMessageList) Reset()

func (*GroupMessageList) Size

func (m *GroupMessageList) Size() (n int)

func (*GroupMessageList) String

func (m *GroupMessageList) String() string

func (*GroupMessageList) Unmarshal

func (m *GroupMessageList) Unmarshal(dAtA []byte) error

func (*GroupMessageList) XXX_DiscardUnknown

func (m *GroupMessageList) XXX_DiscardUnknown()

func (*GroupMessageList) XXX_Marshal

func (m *GroupMessageList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMessageList) XXX_Merge

func (m *GroupMessageList) XXX_Merge(src proto.Message)

func (*GroupMessageList) XXX_Size

func (m *GroupMessageList) XXX_Size() int

func (*GroupMessageList) XXX_Unmarshal

func (m *GroupMessageList) XXX_Unmarshal(b []byte) error

type GroupMessageList_Request

type GroupMessageList_Request struct {
	// group_pk is the identifier of the group
	GroupPK []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// since is the lower ID bound used to filter events
	// if not set, will return events since the beginning
	SinceID []byte `protobuf:"bytes,2,opt,name=since_id,json=sinceId,proto3" json:"since_id,omitempty"`
	// since_now will list only new event to come
	// since_id must not be set
	SinceNow bool `protobuf:"varint,3,opt,name=since_now,json=sinceNow,proto3" json:"since_now,omitempty"`
	// until is the upper ID bound used to filter events
	// if not set, will subscribe to new events to come
	UntilID []byte `protobuf:"bytes,4,opt,name=until_id,json=untilId,proto3" json:"until_id,omitempty"`
	// until_now will not list new event to come
	// until_id must not be set
	UntilNow bool `protobuf:"varint,5,opt,name=until_now,json=untilNow,proto3" json:"until_now,omitempty"`
	// reverse_order indicates whether the previous events should be returned in
	// reverse chronological order
	ReverseOrder         bool     `protobuf:"varint,6,opt,name=reverse_order,json=reverseOrder,proto3" json:"reverse_order,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupMessageList_Request) Descriptor

func (*GroupMessageList_Request) Descriptor() ([]byte, []int)

func (*GroupMessageList_Request) GetGroupPK

func (m *GroupMessageList_Request) GetGroupPK() []byte

func (*GroupMessageList_Request) GetReverseOrder

func (m *GroupMessageList_Request) GetReverseOrder() bool

func (*GroupMessageList_Request) GetSinceID

func (m *GroupMessageList_Request) GetSinceID() []byte

func (*GroupMessageList_Request) GetSinceNow

func (m *GroupMessageList_Request) GetSinceNow() bool

func (*GroupMessageList_Request) GetUntilID

func (m *GroupMessageList_Request) GetUntilID() []byte

func (*GroupMessageList_Request) GetUntilNow

func (m *GroupMessageList_Request) GetUntilNow() bool

func (*GroupMessageList_Request) Marshal

func (m *GroupMessageList_Request) Marshal() (dAtA []byte, err error)

func (*GroupMessageList_Request) MarshalTo

func (m *GroupMessageList_Request) MarshalTo(dAtA []byte) (int, error)

func (*GroupMessageList_Request) MarshalToSizedBuffer

func (m *GroupMessageList_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupMessageList_Request) ProtoMessage

func (*GroupMessageList_Request) ProtoMessage()

func (*GroupMessageList_Request) Reset

func (m *GroupMessageList_Request) Reset()

func (*GroupMessageList_Request) Size

func (m *GroupMessageList_Request) Size() (n int)

func (*GroupMessageList_Request) String

func (m *GroupMessageList_Request) String() string

func (*GroupMessageList_Request) Unmarshal

func (m *GroupMessageList_Request) Unmarshal(dAtA []byte) error

func (*GroupMessageList_Request) XXX_DiscardUnknown

func (m *GroupMessageList_Request) XXX_DiscardUnknown()

func (*GroupMessageList_Request) XXX_Marshal

func (m *GroupMessageList_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMessageList_Request) XXX_Merge

func (m *GroupMessageList_Request) XXX_Merge(src proto.Message)

func (*GroupMessageList_Request) XXX_Size

func (m *GroupMessageList_Request) XXX_Size() int

func (*GroupMessageList_Request) XXX_Unmarshal

func (m *GroupMessageList_Request) XXX_Unmarshal(b []byte) error

type GroupMetadata

type GroupMetadata struct {
	// event_type defines which event type is used
	EventType EventType `protobuf:"varint,1,opt,name=event_type,json=eventType,proto3,enum=weshnet.protocol.v1.EventType" json:"event_type,omitempty"`
	// the serialization depends on event_type, event is symmetrically encrypted
	Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// sig is the signature of the payload, it depends on the event_type for the used key
	Sig []byte `protobuf:"bytes,3,opt,name=sig,proto3" json:"sig,omitempty"`
	// protocol_metadata is protocol layer data
	ProtocolMetadata     *ProtocolMetadata `protobuf:"bytes,4,opt,name=protocol_metadata,json=protocolMetadata,proto3" json:"protocol_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

GroupMetadata is used in GroupEnvelope and only readable by invited group members

func (*GroupMetadata) Descriptor

func (*GroupMetadata) Descriptor() ([]byte, []int)

func (*GroupMetadata) GetEventType

func (m *GroupMetadata) GetEventType() EventType

func (*GroupMetadata) GetPayload

func (m *GroupMetadata) GetPayload() []byte

func (*GroupMetadata) GetProtocolMetadata

func (m *GroupMetadata) GetProtocolMetadata() *ProtocolMetadata

func (*GroupMetadata) GetSig

func (m *GroupMetadata) GetSig() []byte

func (*GroupMetadata) Marshal

func (m *GroupMetadata) Marshal() (dAtA []byte, err error)

func (*GroupMetadata) MarshalTo

func (m *GroupMetadata) MarshalTo(dAtA []byte) (int, error)

func (*GroupMetadata) MarshalToSizedBuffer

func (m *GroupMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupMetadata) ProtoMessage

func (*GroupMetadata) ProtoMessage()

func (*GroupMetadata) Reset

func (m *GroupMetadata) Reset()

func (*GroupMetadata) Size

func (m *GroupMetadata) Size() (n int)

func (*GroupMetadata) String

func (m *GroupMetadata) String() string

func (*GroupMetadata) Unmarshal

func (m *GroupMetadata) Unmarshal(dAtA []byte) error

func (*GroupMetadata) XXX_DiscardUnknown

func (m *GroupMetadata) XXX_DiscardUnknown()

func (*GroupMetadata) XXX_Marshal

func (m *GroupMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMetadata) XXX_Merge

func (m *GroupMetadata) XXX_Merge(src proto.Message)

func (*GroupMetadata) XXX_Size

func (m *GroupMetadata) XXX_Size() int

func (*GroupMetadata) XXX_Unmarshal

func (m *GroupMetadata) XXX_Unmarshal(b []byte) error

type GroupMetadataEvent

type GroupMetadataEvent struct {
	// event_context contains context information about the event
	EventContext *EventContext `protobuf:"bytes,1,opt,name=event_context,json=eventContext,proto3" json:"event_context,omitempty"`
	// metadata contains the newly available metadata
	Metadata *GroupMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// event_clear clear bytes for the event
	Event                []byte   `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupMetadataEvent) Descriptor

func (*GroupMetadataEvent) Descriptor() ([]byte, []int)

func (*GroupMetadataEvent) GetEvent

func (m *GroupMetadataEvent) GetEvent() []byte

func (*GroupMetadataEvent) GetEventContext

func (m *GroupMetadataEvent) GetEventContext() *EventContext

func (*GroupMetadataEvent) GetMetadata

func (m *GroupMetadataEvent) GetMetadata() *GroupMetadata

func (*GroupMetadataEvent) Marshal

func (m *GroupMetadataEvent) Marshal() (dAtA []byte, err error)

func (*GroupMetadataEvent) MarshalTo

func (m *GroupMetadataEvent) MarshalTo(dAtA []byte) (int, error)

func (*GroupMetadataEvent) MarshalToSizedBuffer

func (m *GroupMetadataEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupMetadataEvent) ProtoMessage

func (*GroupMetadataEvent) ProtoMessage()

func (*GroupMetadataEvent) Reset

func (m *GroupMetadataEvent) Reset()

func (*GroupMetadataEvent) Size

func (m *GroupMetadataEvent) Size() (n int)

func (*GroupMetadataEvent) String

func (m *GroupMetadataEvent) String() string

func (*GroupMetadataEvent) Unmarshal

func (m *GroupMetadataEvent) Unmarshal(dAtA []byte) error

func (*GroupMetadataEvent) XXX_DiscardUnknown

func (m *GroupMetadataEvent) XXX_DiscardUnknown()

func (*GroupMetadataEvent) XXX_Marshal

func (m *GroupMetadataEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMetadataEvent) XXX_Merge

func (m *GroupMetadataEvent) XXX_Merge(src proto.Message)

func (*GroupMetadataEvent) XXX_Size

func (m *GroupMetadataEvent) XXX_Size() int

func (*GroupMetadataEvent) XXX_Unmarshal

func (m *GroupMetadataEvent) XXX_Unmarshal(b []byte) error

type GroupMetadataList

type GroupMetadataList struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupMetadataList) Descriptor

func (*GroupMetadataList) Descriptor() ([]byte, []int)

func (*GroupMetadataList) Marshal

func (m *GroupMetadataList) Marshal() (dAtA []byte, err error)

func (*GroupMetadataList) MarshalTo

func (m *GroupMetadataList) MarshalTo(dAtA []byte) (int, error)

func (*GroupMetadataList) MarshalToSizedBuffer

func (m *GroupMetadataList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupMetadataList) ProtoMessage

func (*GroupMetadataList) ProtoMessage()

func (*GroupMetadataList) Reset

func (m *GroupMetadataList) Reset()

func (*GroupMetadataList) Size

func (m *GroupMetadataList) Size() (n int)

func (*GroupMetadataList) String

func (m *GroupMetadataList) String() string

func (*GroupMetadataList) Unmarshal

func (m *GroupMetadataList) Unmarshal(dAtA []byte) error

func (*GroupMetadataList) XXX_DiscardUnknown

func (m *GroupMetadataList) XXX_DiscardUnknown()

func (*GroupMetadataList) XXX_Marshal

func (m *GroupMetadataList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMetadataList) XXX_Merge

func (m *GroupMetadataList) XXX_Merge(src proto.Message)

func (*GroupMetadataList) XXX_Size

func (m *GroupMetadataList) XXX_Size() int

func (*GroupMetadataList) XXX_Unmarshal

func (m *GroupMetadataList) XXX_Unmarshal(b []byte) error

type GroupMetadataList_Request

type GroupMetadataList_Request struct {
	// group_pk is the identifier of the group
	GroupPK []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// since is the lower ID bound used to filter events
	// if not set, will return events since the beginning
	SinceID []byte `protobuf:"bytes,2,opt,name=since_id,json=sinceId,proto3" json:"since_id,omitempty"`
	// since_now will list only new event to come
	// since_id must not be set
	SinceNow bool `protobuf:"varint,3,opt,name=since_now,json=sinceNow,proto3" json:"since_now,omitempty"`
	// until is the upper ID bound used to filter events
	// if not set, will subscribe to new events to come
	UntilID []byte `protobuf:"bytes,4,opt,name=until_id,json=untilId,proto3" json:"until_id,omitempty"`
	// until_now will not list new event to come
	// until_id must not be set
	UntilNow bool `protobuf:"varint,5,opt,name=until_now,json=untilNow,proto3" json:"until_now,omitempty"`
	// reverse_order indicates whether the previous events should be returned in
	// reverse chronological order
	ReverseOrder         bool     `protobuf:"varint,6,opt,name=reverse_order,json=reverseOrder,proto3" json:"reverse_order,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupMetadataList_Request) Descriptor

func (*GroupMetadataList_Request) Descriptor() ([]byte, []int)

func (*GroupMetadataList_Request) GetGroupPK

func (m *GroupMetadataList_Request) GetGroupPK() []byte

func (*GroupMetadataList_Request) GetReverseOrder

func (m *GroupMetadataList_Request) GetReverseOrder() bool

func (*GroupMetadataList_Request) GetSinceID

func (m *GroupMetadataList_Request) GetSinceID() []byte

func (*GroupMetadataList_Request) GetSinceNow

func (m *GroupMetadataList_Request) GetSinceNow() bool

func (*GroupMetadataList_Request) GetUntilID

func (m *GroupMetadataList_Request) GetUntilID() []byte

func (*GroupMetadataList_Request) GetUntilNow

func (m *GroupMetadataList_Request) GetUntilNow() bool

func (*GroupMetadataList_Request) Marshal

func (m *GroupMetadataList_Request) Marshal() (dAtA []byte, err error)

func (*GroupMetadataList_Request) MarshalTo

func (m *GroupMetadataList_Request) MarshalTo(dAtA []byte) (int, error)

func (*GroupMetadataList_Request) MarshalToSizedBuffer

func (m *GroupMetadataList_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupMetadataList_Request) ProtoMessage

func (*GroupMetadataList_Request) ProtoMessage()

func (*GroupMetadataList_Request) Reset

func (m *GroupMetadataList_Request) Reset()

func (*GroupMetadataList_Request) Size

func (m *GroupMetadataList_Request) Size() (n int)

func (*GroupMetadataList_Request) String

func (m *GroupMetadataList_Request) String() string

func (*GroupMetadataList_Request) Unmarshal

func (m *GroupMetadataList_Request) Unmarshal(dAtA []byte) error

func (*GroupMetadataList_Request) XXX_DiscardUnknown

func (m *GroupMetadataList_Request) XXX_DiscardUnknown()

func (*GroupMetadataList_Request) XXX_Marshal

func (m *GroupMetadataList_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMetadataList_Request) XXX_Merge

func (m *GroupMetadataList_Request) XXX_Merge(src proto.Message)

func (*GroupMetadataList_Request) XXX_Size

func (m *GroupMetadataList_Request) XXX_Size() int

func (*GroupMetadataList_Request) XXX_Unmarshal

func (m *GroupMetadataList_Request) XXX_Unmarshal(b []byte) error

type GroupMetadataPayloadSent added in v1.12.1

type GroupMetadataPayloadSent struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// message is the payload
	Message              []byte   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GroupMetadataPayloadSent is an app defined message, accessible to future group members

func (*GroupMetadataPayloadSent) Descriptor added in v1.12.1

func (*GroupMetadataPayloadSent) Descriptor() ([]byte, []int)

func (*GroupMetadataPayloadSent) GetDevicePK added in v1.12.1

func (m *GroupMetadataPayloadSent) GetDevicePK() []byte

func (*GroupMetadataPayloadSent) GetMessage added in v1.12.1

func (m *GroupMetadataPayloadSent) GetMessage() []byte

func (*GroupMetadataPayloadSent) Marshal added in v1.12.1

func (m *GroupMetadataPayloadSent) Marshal() (dAtA []byte, err error)

func (*GroupMetadataPayloadSent) MarshalTo added in v1.12.1

func (m *GroupMetadataPayloadSent) MarshalTo(dAtA []byte) (int, error)

func (*GroupMetadataPayloadSent) MarshalToSizedBuffer added in v1.12.1

func (m *GroupMetadataPayloadSent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupMetadataPayloadSent) ProtoMessage added in v1.12.1

func (*GroupMetadataPayloadSent) ProtoMessage()

func (*GroupMetadataPayloadSent) Reset added in v1.12.1

func (m *GroupMetadataPayloadSent) Reset()

func (*GroupMetadataPayloadSent) SetDevicePK added in v1.12.1

func (m *GroupMetadataPayloadSent) SetDevicePK(pk []byte)

func (*GroupMetadataPayloadSent) Size added in v1.12.1

func (m *GroupMetadataPayloadSent) Size() (n int)

func (*GroupMetadataPayloadSent) String added in v1.12.1

func (m *GroupMetadataPayloadSent) String() string

func (*GroupMetadataPayloadSent) Unmarshal added in v1.12.1

func (m *GroupMetadataPayloadSent) Unmarshal(dAtA []byte) error

func (*GroupMetadataPayloadSent) XXX_DiscardUnknown added in v1.12.1

func (m *GroupMetadataPayloadSent) XXX_DiscardUnknown()

func (*GroupMetadataPayloadSent) XXX_Marshal added in v1.12.1

func (m *GroupMetadataPayloadSent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMetadataPayloadSent) XXX_Merge added in v1.12.1

func (m *GroupMetadataPayloadSent) XXX_Merge(src proto.Message)

func (*GroupMetadataPayloadSent) XXX_Size added in v1.12.1

func (m *GroupMetadataPayloadSent) XXX_Size() int

func (*GroupMetadataPayloadSent) XXX_Unmarshal added in v1.12.1

func (m *GroupMetadataPayloadSent) XXX_Unmarshal(b []byte) error

type GroupRemoveAdditionalRendezvousSeed

type GroupRemoveAdditionalRendezvousSeed struct {
	// device_pk is the device sending the event, signs the message, must be the device of an admin of the group
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// seed is the additional rendezvous point seed which should be removed
	Seed                 []byte   `protobuf:"bytes,2,opt,name=seed,proto3" json:"seed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GroupRemoveAdditionalRendezvousSeed indicates that a previously added rendezvous point should be removed

func (*GroupRemoveAdditionalRendezvousSeed) Descriptor

func (*GroupRemoveAdditionalRendezvousSeed) Descriptor() ([]byte, []int)

func (*GroupRemoveAdditionalRendezvousSeed) GetDevicePK

func (m *GroupRemoveAdditionalRendezvousSeed) GetDevicePK() []byte

func (*GroupRemoveAdditionalRendezvousSeed) GetSeed

func (*GroupRemoveAdditionalRendezvousSeed) Marshal

func (m *GroupRemoveAdditionalRendezvousSeed) Marshal() (dAtA []byte, err error)

func (*GroupRemoveAdditionalRendezvousSeed) MarshalTo

func (m *GroupRemoveAdditionalRendezvousSeed) MarshalTo(dAtA []byte) (int, error)

func (*GroupRemoveAdditionalRendezvousSeed) MarshalToSizedBuffer

func (m *GroupRemoveAdditionalRendezvousSeed) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupRemoveAdditionalRendezvousSeed) ProtoMessage

func (*GroupRemoveAdditionalRendezvousSeed) ProtoMessage()

func (*GroupRemoveAdditionalRendezvousSeed) Reset

func (*GroupRemoveAdditionalRendezvousSeed) Size

func (*GroupRemoveAdditionalRendezvousSeed) String

func (*GroupRemoveAdditionalRendezvousSeed) Unmarshal

func (m *GroupRemoveAdditionalRendezvousSeed) Unmarshal(dAtA []byte) error

func (*GroupRemoveAdditionalRendezvousSeed) XXX_DiscardUnknown

func (m *GroupRemoveAdditionalRendezvousSeed) XXX_DiscardUnknown()

func (*GroupRemoveAdditionalRendezvousSeed) XXX_Marshal

func (m *GroupRemoveAdditionalRendezvousSeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupRemoveAdditionalRendezvousSeed) XXX_Merge

func (*GroupRemoveAdditionalRendezvousSeed) XXX_Size

func (*GroupRemoveAdditionalRendezvousSeed) XXX_Unmarshal

func (m *GroupRemoveAdditionalRendezvousSeed) XXX_Unmarshal(b []byte) error

type GroupReplicating

type GroupReplicating struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// authentication_url indicates which server has been used for authentication
	AuthenticationURL string `protobuf:"bytes,2,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"`
	// replication_server indicates which server will be used for replication
	ReplicationServer    string   `protobuf:"bytes,3,opt,name=replication_server,json=replicationServer,proto3" json:"replication_server,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupReplicating) Descriptor

func (*GroupReplicating) Descriptor() ([]byte, []int)

func (*GroupReplicating) GetAuthenticationURL

func (m *GroupReplicating) GetAuthenticationURL() string

func (*GroupReplicating) GetDevicePK

func (m *GroupReplicating) GetDevicePK() []byte

func (*GroupReplicating) GetReplicationServer

func (m *GroupReplicating) GetReplicationServer() string

func (*GroupReplicating) Marshal

func (m *GroupReplicating) Marshal() (dAtA []byte, err error)

func (*GroupReplicating) MarshalTo

func (m *GroupReplicating) MarshalTo(dAtA []byte) (int, error)

func (*GroupReplicating) MarshalToSizedBuffer

func (m *GroupReplicating) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GroupReplicating) ProtoMessage

func (*GroupReplicating) ProtoMessage()

func (*GroupReplicating) Reset

func (m *GroupReplicating) Reset()

func (*GroupReplicating) SetDevicePK

func (m *GroupReplicating) SetDevicePK(pk []byte)

func (*GroupReplicating) Size

func (m *GroupReplicating) Size() (n int)

func (*GroupReplicating) String

func (m *GroupReplicating) String() string

func (*GroupReplicating) Unmarshal

func (m *GroupReplicating) Unmarshal(dAtA []byte) error

func (*GroupReplicating) XXX_DiscardUnknown

func (m *GroupReplicating) XXX_DiscardUnknown()

func (*GroupReplicating) XXX_Marshal

func (m *GroupReplicating) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupReplicating) XXX_Merge

func (m *GroupReplicating) XXX_Merge(src proto.Message)

func (*GroupReplicating) XXX_Size

func (m *GroupReplicating) XXX_Size() int

func (*GroupReplicating) XXX_Unmarshal

func (m *GroupReplicating) XXX_Unmarshal(b []byte) error

type GroupType

type GroupType int32
const (
	// GroupTypeUndefined indicates that the value has not been set. For example, happens if group is replicated.
	GroupTypeUndefined GroupType = 0
	// GroupTypeAccount is the group managing an account, available to all its devices.
	GroupTypeAccount GroupType = 1
	// GroupTypeContact is the group created between two accounts, available to all their devices.
	GroupTypeContact GroupType = 2
	// GroupTypeMultiMember is a group containing an undefined number of members.
	GroupTypeMultiMember GroupType = 3
)

func (GroupType) EnumDescriptor

func (GroupType) EnumDescriptor() ([]byte, []int)

func (GroupType) String

func (x GroupType) String() string

type MessageEnvelope

type MessageEnvelope struct {
	// message_headers is an encrypted serialization using a symmetric key of a MessageHeaders message
	MessageHeaders []byte `protobuf:"bytes,1,opt,name=message_headers,json=messageHeaders,proto3" json:"message_headers,omitempty"`
	// message is an encrypted message, only readable by group members who previously received the appropriate chain key
	Message []byte `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// nonce is a nonce for message headers
	Nonce                []byte   `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MessageEnvelope is a publicly exposed structure containing a group secure message

func (*MessageEnvelope) Descriptor

func (*MessageEnvelope) Descriptor() ([]byte, []int)

func (*MessageEnvelope) GetMessage

func (m *MessageEnvelope) GetMessage() []byte

func (*MessageEnvelope) GetMessageHeaders

func (m *MessageEnvelope) GetMessageHeaders() []byte

func (*MessageEnvelope) GetNonce

func (m *MessageEnvelope) GetNonce() []byte

func (*MessageEnvelope) Marshal

func (m *MessageEnvelope) Marshal() (dAtA []byte, err error)

func (*MessageEnvelope) MarshalTo

func (m *MessageEnvelope) MarshalTo(dAtA []byte) (int, error)

func (*MessageEnvelope) MarshalToSizedBuffer

func (m *MessageEnvelope) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MessageEnvelope) ProtoMessage

func (*MessageEnvelope) ProtoMessage()

func (*MessageEnvelope) Reset

func (m *MessageEnvelope) Reset()

func (*MessageEnvelope) Size

func (m *MessageEnvelope) Size() (n int)

func (*MessageEnvelope) String

func (m *MessageEnvelope) String() string

func (*MessageEnvelope) Unmarshal

func (m *MessageEnvelope) Unmarshal(dAtA []byte) error

func (*MessageEnvelope) XXX_DiscardUnknown

func (m *MessageEnvelope) XXX_DiscardUnknown()

func (*MessageEnvelope) XXX_Marshal

func (m *MessageEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MessageEnvelope) XXX_Merge

func (m *MessageEnvelope) XXX_Merge(src proto.Message)

func (*MessageEnvelope) XXX_Size

func (m *MessageEnvelope) XXX_Size() int

func (*MessageEnvelope) XXX_Unmarshal

func (m *MessageEnvelope) XXX_Unmarshal(b []byte) error

type MessageHeaders

type MessageHeaders struct {
	// counter is the current counter value for the specified device
	Counter uint64 `protobuf:"varint,1,opt,name=counter,proto3" json:"counter,omitempty"`
	// device_pk is the public key of the device sending the message
	DevicePK []byte `protobuf:"bytes,2,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// sig is the signature of the encrypted message using the device's private key
	Sig []byte `protobuf:"bytes,3,opt,name=sig,proto3" json:"sig,omitempty"`
	// metadata allow to pass custom informations
	Metadata             map[string]string `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

MessageHeaders is used in MessageEnvelope and only readable by invited group members

func (*MessageHeaders) Descriptor

func (*MessageHeaders) Descriptor() ([]byte, []int)

func (*MessageHeaders) GetCounter

func (m *MessageHeaders) GetCounter() uint64

func (*MessageHeaders) GetDevicePK

func (m *MessageHeaders) GetDevicePK() []byte

func (*MessageHeaders) GetMetadata

func (m *MessageHeaders) GetMetadata() map[string]string

func (*MessageHeaders) GetSig

func (m *MessageHeaders) GetSig() []byte

func (*MessageHeaders) Marshal

func (m *MessageHeaders) Marshal() (dAtA []byte, err error)

func (*MessageHeaders) MarshalTo

func (m *MessageHeaders) MarshalTo(dAtA []byte) (int, error)

func (*MessageHeaders) MarshalToSizedBuffer

func (m *MessageHeaders) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MessageHeaders) ProtoMessage

func (*MessageHeaders) ProtoMessage()

func (*MessageHeaders) Reset

func (m *MessageHeaders) Reset()

func (*MessageHeaders) Size

func (m *MessageHeaders) Size() (n int)

func (*MessageHeaders) String

func (m *MessageHeaders) String() string

func (*MessageHeaders) Unmarshal

func (m *MessageHeaders) Unmarshal(dAtA []byte) error

func (*MessageHeaders) XXX_DiscardUnknown

func (m *MessageHeaders) XXX_DiscardUnknown()

func (*MessageHeaders) XXX_Marshal

func (m *MessageHeaders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MessageHeaders) XXX_Merge

func (m *MessageHeaders) XXX_Merge(src proto.Message)

func (*MessageHeaders) XXX_Size

func (m *MessageHeaders) XXX_Size() int

func (*MessageHeaders) XXX_Unmarshal

func (m *MessageHeaders) XXX_Unmarshal(b []byte) error

type MultiMemberGroupAdminRoleGrant

type MultiMemberGroupAdminRoleGrant struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupAdminRoleGrant) Descriptor

func (*MultiMemberGroupAdminRoleGrant) Descriptor() ([]byte, []int)

func (*MultiMemberGroupAdminRoleGrant) Marshal

func (m *MultiMemberGroupAdminRoleGrant) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupAdminRoleGrant) MarshalTo

func (m *MultiMemberGroupAdminRoleGrant) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupAdminRoleGrant) MarshalToSizedBuffer

func (m *MultiMemberGroupAdminRoleGrant) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupAdminRoleGrant) ProtoMessage

func (*MultiMemberGroupAdminRoleGrant) ProtoMessage()

func (*MultiMemberGroupAdminRoleGrant) Reset

func (m *MultiMemberGroupAdminRoleGrant) Reset()

func (*MultiMemberGroupAdminRoleGrant) Size

func (m *MultiMemberGroupAdminRoleGrant) Size() (n int)

func (*MultiMemberGroupAdminRoleGrant) String

func (*MultiMemberGroupAdminRoleGrant) Unmarshal

func (m *MultiMemberGroupAdminRoleGrant) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupAdminRoleGrant) XXX_DiscardUnknown

func (m *MultiMemberGroupAdminRoleGrant) XXX_DiscardUnknown()

func (*MultiMemberGroupAdminRoleGrant) XXX_Marshal

func (m *MultiMemberGroupAdminRoleGrant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupAdminRoleGrant) XXX_Merge

func (m *MultiMemberGroupAdminRoleGrant) XXX_Merge(src proto.Message)

func (*MultiMemberGroupAdminRoleGrant) XXX_Size

func (m *MultiMemberGroupAdminRoleGrant) XXX_Size() int

func (*MultiMemberGroupAdminRoleGrant) XXX_Unmarshal

func (m *MultiMemberGroupAdminRoleGrant) XXX_Unmarshal(b []byte) error

type MultiMemberGroupAdminRoleGrant_Reply

type MultiMemberGroupAdminRoleGrant_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupAdminRoleGrant_Reply) Descriptor

func (*MultiMemberGroupAdminRoleGrant_Reply) Descriptor() ([]byte, []int)

func (*MultiMemberGroupAdminRoleGrant_Reply) Marshal

func (m *MultiMemberGroupAdminRoleGrant_Reply) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupAdminRoleGrant_Reply) MarshalTo

func (m *MultiMemberGroupAdminRoleGrant_Reply) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupAdminRoleGrant_Reply) MarshalToSizedBuffer

func (m *MultiMemberGroupAdminRoleGrant_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupAdminRoleGrant_Reply) ProtoMessage

func (*MultiMemberGroupAdminRoleGrant_Reply) ProtoMessage()

func (*MultiMemberGroupAdminRoleGrant_Reply) Reset

func (*MultiMemberGroupAdminRoleGrant_Reply) Size

func (*MultiMemberGroupAdminRoleGrant_Reply) String

func (*MultiMemberGroupAdminRoleGrant_Reply) Unmarshal

func (m *MultiMemberGroupAdminRoleGrant_Reply) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupAdminRoleGrant_Reply) XXX_DiscardUnknown

func (m *MultiMemberGroupAdminRoleGrant_Reply) XXX_DiscardUnknown()

func (*MultiMemberGroupAdminRoleGrant_Reply) XXX_Marshal

func (m *MultiMemberGroupAdminRoleGrant_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupAdminRoleGrant_Reply) XXX_Merge

func (*MultiMemberGroupAdminRoleGrant_Reply) XXX_Size

func (*MultiMemberGroupAdminRoleGrant_Reply) XXX_Unmarshal

func (m *MultiMemberGroupAdminRoleGrant_Reply) XXX_Unmarshal(b []byte) error

type MultiMemberGroupAdminRoleGrant_Request

type MultiMemberGroupAdminRoleGrant_Request struct {
	// group_pk is the identifier of the group
	GroupPK []byte `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	// member_pk is the identifier of the member which will be granted the admin role
	MemberPK             []byte   `protobuf:"bytes,2,opt,name=member_pk,json=memberPk,proto3" json:"member_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupAdminRoleGrant_Request) Descriptor

func (*MultiMemberGroupAdminRoleGrant_Request) Descriptor() ([]byte, []int)

func (*MultiMemberGroupAdminRoleGrant_Request) GetGroupPK

func (m *MultiMemberGroupAdminRoleGrant_Request) GetGroupPK() []byte

func (*MultiMemberGroupAdminRoleGrant_Request) GetMemberPK

func (m *MultiMemberGroupAdminRoleGrant_Request) GetMemberPK() []byte

func (*MultiMemberGroupAdminRoleGrant_Request) Marshal

func (m *MultiMemberGroupAdminRoleGrant_Request) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupAdminRoleGrant_Request) MarshalTo

func (m *MultiMemberGroupAdminRoleGrant_Request) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupAdminRoleGrant_Request) MarshalToSizedBuffer

func (m *MultiMemberGroupAdminRoleGrant_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupAdminRoleGrant_Request) ProtoMessage

func (*MultiMemberGroupAdminRoleGrant_Request) Reset

func (*MultiMemberGroupAdminRoleGrant_Request) Size

func (*MultiMemberGroupAdminRoleGrant_Request) String

func (*MultiMemberGroupAdminRoleGrant_Request) Unmarshal

func (m *MultiMemberGroupAdminRoleGrant_Request) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupAdminRoleGrant_Request) XXX_DiscardUnknown

func (m *MultiMemberGroupAdminRoleGrant_Request) XXX_DiscardUnknown()

func (*MultiMemberGroupAdminRoleGrant_Request) XXX_Marshal

func (m *MultiMemberGroupAdminRoleGrant_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupAdminRoleGrant_Request) XXX_Merge

func (*MultiMemberGroupAdminRoleGrant_Request) XXX_Size

func (*MultiMemberGroupAdminRoleGrant_Request) XXX_Unmarshal

func (m *MultiMemberGroupAdminRoleGrant_Request) XXX_Unmarshal(b []byte) error

type MultiMemberGroupAdminRoleGranted added in v1.12.1

type MultiMemberGroupAdminRoleGranted struct {
	// device_pk is the device sending the event, signs the message, must be the device of an admin of the group
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// grantee_member_pk is the member public key of the member granted of the admin role
	GranteeMemberPK      []byte   `protobuf:"bytes,2,opt,name=grantee_member_pk,json=granteeMemberPk,proto3" json:"grantee_member_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MultiMemberGroupAdminRoleGranted indicates that a group admin allows another group member to act as an admin

func (*MultiMemberGroupAdminRoleGranted) Descriptor added in v1.12.1

func (*MultiMemberGroupAdminRoleGranted) Descriptor() ([]byte, []int)

func (*MultiMemberGroupAdminRoleGranted) GetDevicePK added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) GetDevicePK() []byte

func (*MultiMemberGroupAdminRoleGranted) GetGranteeMemberPK added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) GetGranteeMemberPK() []byte

func (*MultiMemberGroupAdminRoleGranted) Marshal added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupAdminRoleGranted) MarshalTo added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupAdminRoleGranted) MarshalToSizedBuffer added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupAdminRoleGranted) ProtoMessage added in v1.12.1

func (*MultiMemberGroupAdminRoleGranted) ProtoMessage()

func (*MultiMemberGroupAdminRoleGranted) Reset added in v1.12.1

func (*MultiMemberGroupAdminRoleGranted) SetDevicePK added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) SetDevicePK(pk []byte)

func (*MultiMemberGroupAdminRoleGranted) Size added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) Size() (n int)

func (*MultiMemberGroupAdminRoleGranted) String added in v1.12.1

func (*MultiMemberGroupAdminRoleGranted) Unmarshal added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupAdminRoleGranted) XXX_DiscardUnknown added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) XXX_DiscardUnknown()

func (*MultiMemberGroupAdminRoleGranted) XXX_Marshal added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupAdminRoleGranted) XXX_Merge added in v1.12.1

func (*MultiMemberGroupAdminRoleGranted) XXX_Size added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) XXX_Size() int

func (*MultiMemberGroupAdminRoleGranted) XXX_Unmarshal added in v1.12.1

func (m *MultiMemberGroupAdminRoleGranted) XXX_Unmarshal(b []byte) error

type MultiMemberGroupAliasResolverAdded added in v1.12.1

type MultiMemberGroupAliasResolverAdded struct {
	// device_pk is the device sending the event, signs the message
	DevicePK []byte `protobuf:"bytes,1,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// alias_resolver allows contact of an account to resolve the real identity behind an alias (Multi-Member Group Member)
	// Generated by both contacts and account independently using: hmac(aliasPK, GroupID)
	AliasResolver []byte `protobuf:"bytes,2,opt,name=alias_resolver,json=aliasResolver,proto3" json:"alias_resolver,omitempty"`
	// alias_proof ensures that the associated alias_resolver has been issued by the right account
	// Generated using aliasSKSig(GroupID)
	AliasProof           []byte   `protobuf:"bytes,3,opt,name=alias_proof,json=aliasProof,proto3" json:"alias_proof,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MultiMemberGroupAliasResolverAdded indicates that a group member want to disclose their presence in the group to their contacts

func (*MultiMemberGroupAliasResolverAdded) Descriptor added in v1.12.1

func (*MultiMemberGroupAliasResolverAdded) Descriptor() ([]byte, []int)

func (*MultiMemberGroupAliasResolverAdded) GetAliasProof added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) GetAliasProof() []byte

func (*MultiMemberGroupAliasResolverAdded) GetAliasResolver added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) GetAliasResolver() []byte

func (*MultiMemberGroupAliasResolverAdded) GetDevicePK added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) GetDevicePK() []byte

func (*MultiMemberGroupAliasResolverAdded) Marshal added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupAliasResolverAdded) MarshalTo added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupAliasResolverAdded) MarshalToSizedBuffer added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupAliasResolverAdded) ProtoMessage added in v1.12.1

func (*MultiMemberGroupAliasResolverAdded) ProtoMessage()

func (*MultiMemberGroupAliasResolverAdded) Reset added in v1.12.1

func (*MultiMemberGroupAliasResolverAdded) SetDevicePK added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) SetDevicePK(pk []byte)

func (*MultiMemberGroupAliasResolverAdded) Size added in v1.12.1

func (*MultiMemberGroupAliasResolverAdded) String added in v1.12.1

func (*MultiMemberGroupAliasResolverAdded) Unmarshal added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupAliasResolverAdded) XXX_DiscardUnknown added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) XXX_DiscardUnknown()

func (*MultiMemberGroupAliasResolverAdded) XXX_Marshal added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupAliasResolverAdded) XXX_Merge added in v1.12.1

func (*MultiMemberGroupAliasResolverAdded) XXX_Size added in v1.12.1

func (*MultiMemberGroupAliasResolverAdded) XXX_Unmarshal added in v1.12.1

func (m *MultiMemberGroupAliasResolverAdded) XXX_Unmarshal(b []byte) error

type MultiMemberGroupAliasResolverDisclose

type MultiMemberGroupAliasResolverDisclose struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupAliasResolverDisclose) Descriptor

func (*MultiMemberGroupAliasResolverDisclose) Descriptor() ([]byte, []int)

func (*MultiMemberGroupAliasResolverDisclose) Marshal

func (m *MultiMemberGroupAliasResolverDisclose) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupAliasResolverDisclose) MarshalTo

func (m *MultiMemberGroupAliasResolverDisclose) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupAliasResolverDisclose) MarshalToSizedBuffer

func (m *MultiMemberGroupAliasResolverDisclose) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupAliasResolverDisclose) ProtoMessage

func (*MultiMemberGroupAliasResolverDisclose) ProtoMessage()

func (*MultiMemberGroupAliasResolverDisclose) Reset

func (*MultiMemberGroupAliasResolverDisclose) Size

func (*MultiMemberGroupAliasResolverDisclose) String

func (*MultiMemberGroupAliasResolverDisclose) Unmarshal

func (m *MultiMemberGroupAliasResolverDisclose) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupAliasResolverDisclose) XXX_DiscardUnknown

func (m *MultiMemberGroupAliasResolverDisclose) XXX_DiscardUnknown()

func (*MultiMemberGroupAliasResolverDisclose) XXX_Marshal

func (m *MultiMemberGroupAliasResolverDisclose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupAliasResolverDisclose) XXX_Merge

func (*MultiMemberGroupAliasResolverDisclose) XXX_Size

func (*MultiMemberGroupAliasResolverDisclose) XXX_Unmarshal

func (m *MultiMemberGroupAliasResolverDisclose) XXX_Unmarshal(b []byte) error

type MultiMemberGroupAliasResolverDisclose_Reply

type MultiMemberGroupAliasResolverDisclose_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupAliasResolverDisclose_Reply) Descriptor

func (*MultiMemberGroupAliasResolverDisclose_Reply) Marshal

func (m *MultiMemberGroupAliasResolverDisclose_Reply) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupAliasResolverDisclose_Reply) MarshalTo

func (*MultiMemberGroupAliasResolverDisclose_Reply) MarshalToSizedBuffer

func (m *MultiMemberGroupAliasResolverDisclose_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupAliasResolverDisclose_Reply) ProtoMessage

func (*MultiMemberGroupAliasResolverDisclose_Reply) Reset

func (*MultiMemberGroupAliasResolverDisclose_Reply) Size

func (*MultiMemberGroupAliasResolverDisclose_Reply) String

func (*MultiMemberGroupAliasResolverDisclose_Reply) Unmarshal

func (*MultiMemberGroupAliasResolverDisclose_Reply) XXX_DiscardUnknown

func (m *MultiMemberGroupAliasResolverDisclose_Reply) XXX_DiscardUnknown()

func (*MultiMemberGroupAliasResolverDisclose_Reply) XXX_Marshal

func (m *MultiMemberGroupAliasResolverDisclose_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupAliasResolverDisclose_Reply) XXX_Merge

func (*MultiMemberGroupAliasResolverDisclose_Reply) XXX_Size

func (*MultiMemberGroupAliasResolverDisclose_Reply) XXX_Unmarshal

type MultiMemberGroupAliasResolverDisclose_Request

type MultiMemberGroupAliasResolverDisclose_Request struct {
	// group_pk is the identifier of the group
	GroupPK              []byte   `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupAliasResolverDisclose_Request) Descriptor

func (*MultiMemberGroupAliasResolverDisclose_Request) GetGroupPK

func (*MultiMemberGroupAliasResolverDisclose_Request) Marshal

func (m *MultiMemberGroupAliasResolverDisclose_Request) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupAliasResolverDisclose_Request) MarshalTo

func (*MultiMemberGroupAliasResolverDisclose_Request) MarshalToSizedBuffer

func (m *MultiMemberGroupAliasResolverDisclose_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupAliasResolverDisclose_Request) ProtoMessage

func (*MultiMemberGroupAliasResolverDisclose_Request) Reset

func (*MultiMemberGroupAliasResolverDisclose_Request) Size

func (*MultiMemberGroupAliasResolverDisclose_Request) String

func (*MultiMemberGroupAliasResolverDisclose_Request) Unmarshal

func (*MultiMemberGroupAliasResolverDisclose_Request) XXX_DiscardUnknown

func (m *MultiMemberGroupAliasResolverDisclose_Request) XXX_DiscardUnknown()

func (*MultiMemberGroupAliasResolverDisclose_Request) XXX_Marshal

func (m *MultiMemberGroupAliasResolverDisclose_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupAliasResolverDisclose_Request) XXX_Merge

func (*MultiMemberGroupAliasResolverDisclose_Request) XXX_Size

func (*MultiMemberGroupAliasResolverDisclose_Request) XXX_Unmarshal

type MultiMemberGroupCreate

type MultiMemberGroupCreate struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupCreate) Descriptor

func (*MultiMemberGroupCreate) Descriptor() ([]byte, []int)

func (*MultiMemberGroupCreate) Marshal

func (m *MultiMemberGroupCreate) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupCreate) MarshalTo

func (m *MultiMemberGroupCreate) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupCreate) MarshalToSizedBuffer

func (m *MultiMemberGroupCreate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupCreate) ProtoMessage

func (*MultiMemberGroupCreate) ProtoMessage()

func (*MultiMemberGroupCreate) Reset

func (m *MultiMemberGroupCreate) Reset()

func (*MultiMemberGroupCreate) Size

func (m *MultiMemberGroupCreate) Size() (n int)

func (*MultiMemberGroupCreate) String

func (m *MultiMemberGroupCreate) String() string

func (*MultiMemberGroupCreate) Unmarshal

func (m *MultiMemberGroupCreate) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupCreate) XXX_DiscardUnknown

func (m *MultiMemberGroupCreate) XXX_DiscardUnknown()

func (*MultiMemberGroupCreate) XXX_Marshal

func (m *MultiMemberGroupCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupCreate) XXX_Merge

func (m *MultiMemberGroupCreate) XXX_Merge(src proto.Message)

func (*MultiMemberGroupCreate) XXX_Size

func (m *MultiMemberGroupCreate) XXX_Size() int

func (*MultiMemberGroupCreate) XXX_Unmarshal

func (m *MultiMemberGroupCreate) XXX_Unmarshal(b []byte) error

type MultiMemberGroupCreate_Reply

type MultiMemberGroupCreate_Reply struct {
	// group_pk is the identifier of the newly created group
	GroupPK              []byte   `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupCreate_Reply) Descriptor

func (*MultiMemberGroupCreate_Reply) Descriptor() ([]byte, []int)

func (*MultiMemberGroupCreate_Reply) GetGroupPK

func (m *MultiMemberGroupCreate_Reply) GetGroupPK() []byte

func (*MultiMemberGroupCreate_Reply) Marshal

func (m *MultiMemberGroupCreate_Reply) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupCreate_Reply) MarshalTo

func (m *MultiMemberGroupCreate_Reply) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupCreate_Reply) MarshalToSizedBuffer

func (m *MultiMemberGroupCreate_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupCreate_Reply) ProtoMessage

func (*MultiMemberGroupCreate_Reply) ProtoMessage()

func (*MultiMemberGroupCreate_Reply) Reset

func (m *MultiMemberGroupCreate_Reply) Reset()

func (*MultiMemberGroupCreate_Reply) Size

func (m *MultiMemberGroupCreate_Reply) Size() (n int)

func (*MultiMemberGroupCreate_Reply) String

func (*MultiMemberGroupCreate_Reply) Unmarshal

func (m *MultiMemberGroupCreate_Reply) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupCreate_Reply) XXX_DiscardUnknown

func (m *MultiMemberGroupCreate_Reply) XXX_DiscardUnknown()

func (*MultiMemberGroupCreate_Reply) XXX_Marshal

func (m *MultiMemberGroupCreate_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupCreate_Reply) XXX_Merge

func (m *MultiMemberGroupCreate_Reply) XXX_Merge(src proto.Message)

func (*MultiMemberGroupCreate_Reply) XXX_Size

func (m *MultiMemberGroupCreate_Reply) XXX_Size() int

func (*MultiMemberGroupCreate_Reply) XXX_Unmarshal

func (m *MultiMemberGroupCreate_Reply) XXX_Unmarshal(b []byte) error

type MultiMemberGroupCreate_Request

type MultiMemberGroupCreate_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupCreate_Request) Descriptor

func (*MultiMemberGroupCreate_Request) Descriptor() ([]byte, []int)

func (*MultiMemberGroupCreate_Request) Marshal

func (m *MultiMemberGroupCreate_Request) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupCreate_Request) MarshalTo

func (m *MultiMemberGroupCreate_Request) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupCreate_Request) MarshalToSizedBuffer

func (m *MultiMemberGroupCreate_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupCreate_Request) ProtoMessage

func (*MultiMemberGroupCreate_Request) ProtoMessage()

func (*MultiMemberGroupCreate_Request) Reset

func (m *MultiMemberGroupCreate_Request) Reset()

func (*MultiMemberGroupCreate_Request) Size

func (m *MultiMemberGroupCreate_Request) Size() (n int)

func (*MultiMemberGroupCreate_Request) String

func (*MultiMemberGroupCreate_Request) Unmarshal

func (m *MultiMemberGroupCreate_Request) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupCreate_Request) XXX_DiscardUnknown

func (m *MultiMemberGroupCreate_Request) XXX_DiscardUnknown()

func (*MultiMemberGroupCreate_Request) XXX_Marshal

func (m *MultiMemberGroupCreate_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupCreate_Request) XXX_Merge

func (m *MultiMemberGroupCreate_Request) XXX_Merge(src proto.Message)

func (*MultiMemberGroupCreate_Request) XXX_Size

func (m *MultiMemberGroupCreate_Request) XXX_Size() int

func (*MultiMemberGroupCreate_Request) XXX_Unmarshal

func (m *MultiMemberGroupCreate_Request) XXX_Unmarshal(b []byte) error

type MultiMemberGroupInitialMemberAnnounced added in v1.12.1

type MultiMemberGroupInitialMemberAnnounced struct {
	// member_pk is the public key of the member who is the group creator
	MemberPK             []byte   `protobuf:"bytes,1,opt,name=member_pk,json=memberPk,proto3" json:"member_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MultiMemberGroupInitialMemberAnnounced indicates that a member is the group creator, this event is signed using the group ID private key

func (*MultiMemberGroupInitialMemberAnnounced) Descriptor added in v1.12.1

func (*MultiMemberGroupInitialMemberAnnounced) Descriptor() ([]byte, []int)

func (*MultiMemberGroupInitialMemberAnnounced) GetMemberPK added in v1.12.1

func (m *MultiMemberGroupInitialMemberAnnounced) GetMemberPK() []byte

func (*MultiMemberGroupInitialMemberAnnounced) Marshal added in v1.12.1

func (m *MultiMemberGroupInitialMemberAnnounced) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupInitialMemberAnnounced) MarshalTo added in v1.12.1

func (m *MultiMemberGroupInitialMemberAnnounced) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupInitialMemberAnnounced) MarshalToSizedBuffer added in v1.12.1

func (m *MultiMemberGroupInitialMemberAnnounced) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupInitialMemberAnnounced) ProtoMessage added in v1.12.1

func (*MultiMemberGroupInitialMemberAnnounced) Reset added in v1.12.1

func (*MultiMemberGroupInitialMemberAnnounced) Size added in v1.12.1

func (*MultiMemberGroupInitialMemberAnnounced) String added in v1.12.1

func (*MultiMemberGroupInitialMemberAnnounced) Unmarshal added in v1.12.1

func (m *MultiMemberGroupInitialMemberAnnounced) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupInitialMemberAnnounced) XXX_DiscardUnknown added in v1.12.1

func (m *MultiMemberGroupInitialMemberAnnounced) XXX_DiscardUnknown()

func (*MultiMemberGroupInitialMemberAnnounced) XXX_Marshal added in v1.12.1

func (m *MultiMemberGroupInitialMemberAnnounced) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupInitialMemberAnnounced) XXX_Merge added in v1.12.1

func (*MultiMemberGroupInitialMemberAnnounced) XXX_Size added in v1.12.1

func (*MultiMemberGroupInitialMemberAnnounced) XXX_Unmarshal added in v1.12.1

func (m *MultiMemberGroupInitialMemberAnnounced) XXX_Unmarshal(b []byte) error

type MultiMemberGroupInvitationCreate

type MultiMemberGroupInvitationCreate struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupInvitationCreate) Descriptor

func (*MultiMemberGroupInvitationCreate) Descriptor() ([]byte, []int)

func (*MultiMemberGroupInvitationCreate) Marshal

func (m *MultiMemberGroupInvitationCreate) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupInvitationCreate) MarshalTo

func (m *MultiMemberGroupInvitationCreate) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupInvitationCreate) MarshalToSizedBuffer

func (m *MultiMemberGroupInvitationCreate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupInvitationCreate) ProtoMessage

func (*MultiMemberGroupInvitationCreate) ProtoMessage()

func (*MultiMemberGroupInvitationCreate) Reset

func (*MultiMemberGroupInvitationCreate) Size

func (m *MultiMemberGroupInvitationCreate) Size() (n int)

func (*MultiMemberGroupInvitationCreate) String

func (*MultiMemberGroupInvitationCreate) Unmarshal

func (m *MultiMemberGroupInvitationCreate) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupInvitationCreate) XXX_DiscardUnknown

func (m *MultiMemberGroupInvitationCreate) XXX_DiscardUnknown()

func (*MultiMemberGroupInvitationCreate) XXX_Marshal

func (m *MultiMemberGroupInvitationCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupInvitationCreate) XXX_Merge

func (*MultiMemberGroupInvitationCreate) XXX_Size

func (m *MultiMemberGroupInvitationCreate) XXX_Size() int

func (*MultiMemberGroupInvitationCreate) XXX_Unmarshal

func (m *MultiMemberGroupInvitationCreate) XXX_Unmarshal(b []byte) error

type MultiMemberGroupInvitationCreate_Reply

type MultiMemberGroupInvitationCreate_Reply struct {
	// group is the invitation to the group
	Group                *Group   `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupInvitationCreate_Reply) Descriptor

func (*MultiMemberGroupInvitationCreate_Reply) Descriptor() ([]byte, []int)

func (*MultiMemberGroupInvitationCreate_Reply) GetGroup

func (*MultiMemberGroupInvitationCreate_Reply) Marshal

func (m *MultiMemberGroupInvitationCreate_Reply) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupInvitationCreate_Reply) MarshalTo

func (m *MultiMemberGroupInvitationCreate_Reply) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupInvitationCreate_Reply) MarshalToSizedBuffer

func (m *MultiMemberGroupInvitationCreate_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupInvitationCreate_Reply) ProtoMessage

func (*MultiMemberGroupInvitationCreate_Reply) Reset

func (*MultiMemberGroupInvitationCreate_Reply) Size

func (*MultiMemberGroupInvitationCreate_Reply) String

func (*MultiMemberGroupInvitationCreate_Reply) Unmarshal

func (m *MultiMemberGroupInvitationCreate_Reply) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupInvitationCreate_Reply) XXX_DiscardUnknown

func (m *MultiMemberGroupInvitationCreate_Reply) XXX_DiscardUnknown()

func (*MultiMemberGroupInvitationCreate_Reply) XXX_Marshal

func (m *MultiMemberGroupInvitationCreate_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupInvitationCreate_Reply) XXX_Merge

func (*MultiMemberGroupInvitationCreate_Reply) XXX_Size

func (*MultiMemberGroupInvitationCreate_Reply) XXX_Unmarshal

func (m *MultiMemberGroupInvitationCreate_Reply) XXX_Unmarshal(b []byte) error

type MultiMemberGroupInvitationCreate_Request

type MultiMemberGroupInvitationCreate_Request struct {
	// group_pk is the identifier of the group
	GroupPK              []byte   `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupInvitationCreate_Request) Descriptor

func (*MultiMemberGroupInvitationCreate_Request) Descriptor() ([]byte, []int)

func (*MultiMemberGroupInvitationCreate_Request) GetGroupPK

func (*MultiMemberGroupInvitationCreate_Request) Marshal

func (m *MultiMemberGroupInvitationCreate_Request) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupInvitationCreate_Request) MarshalTo

func (m *MultiMemberGroupInvitationCreate_Request) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupInvitationCreate_Request) MarshalToSizedBuffer

func (m *MultiMemberGroupInvitationCreate_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupInvitationCreate_Request) ProtoMessage

func (*MultiMemberGroupInvitationCreate_Request) Reset

func (*MultiMemberGroupInvitationCreate_Request) Size

func (*MultiMemberGroupInvitationCreate_Request) String

func (*MultiMemberGroupInvitationCreate_Request) Unmarshal

func (*MultiMemberGroupInvitationCreate_Request) XXX_DiscardUnknown

func (m *MultiMemberGroupInvitationCreate_Request) XXX_DiscardUnknown()

func (*MultiMemberGroupInvitationCreate_Request) XXX_Marshal

func (m *MultiMemberGroupInvitationCreate_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupInvitationCreate_Request) XXX_Merge

func (*MultiMemberGroupInvitationCreate_Request) XXX_Size

func (*MultiMemberGroupInvitationCreate_Request) XXX_Unmarshal

func (m *MultiMemberGroupInvitationCreate_Request) XXX_Unmarshal(b []byte) error

type MultiMemberGroupJoin

type MultiMemberGroupJoin struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupJoin) Descriptor

func (*MultiMemberGroupJoin) Descriptor() ([]byte, []int)

func (*MultiMemberGroupJoin) Marshal

func (m *MultiMemberGroupJoin) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupJoin) MarshalTo

func (m *MultiMemberGroupJoin) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupJoin) MarshalToSizedBuffer

func (m *MultiMemberGroupJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupJoin) ProtoMessage

func (*MultiMemberGroupJoin) ProtoMessage()

func (*MultiMemberGroupJoin) Reset

func (m *MultiMemberGroupJoin) Reset()

func (*MultiMemberGroupJoin) Size

func (m *MultiMemberGroupJoin) Size() (n int)

func (*MultiMemberGroupJoin) String

func (m *MultiMemberGroupJoin) String() string

func (*MultiMemberGroupJoin) Unmarshal

func (m *MultiMemberGroupJoin) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupJoin) XXX_DiscardUnknown

func (m *MultiMemberGroupJoin) XXX_DiscardUnknown()

func (*MultiMemberGroupJoin) XXX_Marshal

func (m *MultiMemberGroupJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupJoin) XXX_Merge

func (m *MultiMemberGroupJoin) XXX_Merge(src proto.Message)

func (*MultiMemberGroupJoin) XXX_Size

func (m *MultiMemberGroupJoin) XXX_Size() int

func (*MultiMemberGroupJoin) XXX_Unmarshal

func (m *MultiMemberGroupJoin) XXX_Unmarshal(b []byte) error

type MultiMemberGroupJoin_Reply

type MultiMemberGroupJoin_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupJoin_Reply) Descriptor

func (*MultiMemberGroupJoin_Reply) Descriptor() ([]byte, []int)

func (*MultiMemberGroupJoin_Reply) Marshal

func (m *MultiMemberGroupJoin_Reply) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupJoin_Reply) MarshalTo

func (m *MultiMemberGroupJoin_Reply) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupJoin_Reply) MarshalToSizedBuffer

func (m *MultiMemberGroupJoin_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupJoin_Reply) ProtoMessage

func (*MultiMemberGroupJoin_Reply) ProtoMessage()

func (*MultiMemberGroupJoin_Reply) Reset

func (m *MultiMemberGroupJoin_Reply) Reset()

func (*MultiMemberGroupJoin_Reply) Size

func (m *MultiMemberGroupJoin_Reply) Size() (n int)

func (*MultiMemberGroupJoin_Reply) String

func (m *MultiMemberGroupJoin_Reply) String() string

func (*MultiMemberGroupJoin_Reply) Unmarshal

func (m *MultiMemberGroupJoin_Reply) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupJoin_Reply) XXX_DiscardUnknown

func (m *MultiMemberGroupJoin_Reply) XXX_DiscardUnknown()

func (*MultiMemberGroupJoin_Reply) XXX_Marshal

func (m *MultiMemberGroupJoin_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupJoin_Reply) XXX_Merge

func (m *MultiMemberGroupJoin_Reply) XXX_Merge(src proto.Message)

func (*MultiMemberGroupJoin_Reply) XXX_Size

func (m *MultiMemberGroupJoin_Reply) XXX_Size() int

func (*MultiMemberGroupJoin_Reply) XXX_Unmarshal

func (m *MultiMemberGroupJoin_Reply) XXX_Unmarshal(b []byte) error

type MultiMemberGroupJoin_Request

type MultiMemberGroupJoin_Request struct {
	// group is the information of the group to join
	Group                *Group   `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupJoin_Request) Descriptor

func (*MultiMemberGroupJoin_Request) Descriptor() ([]byte, []int)

func (*MultiMemberGroupJoin_Request) GetGroup

func (m *MultiMemberGroupJoin_Request) GetGroup() *Group

func (*MultiMemberGroupJoin_Request) Marshal

func (m *MultiMemberGroupJoin_Request) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupJoin_Request) MarshalTo

func (m *MultiMemberGroupJoin_Request) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupJoin_Request) MarshalToSizedBuffer

func (m *MultiMemberGroupJoin_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupJoin_Request) ProtoMessage

func (*MultiMemberGroupJoin_Request) ProtoMessage()

func (*MultiMemberGroupJoin_Request) Reset

func (m *MultiMemberGroupJoin_Request) Reset()

func (*MultiMemberGroupJoin_Request) Size

func (m *MultiMemberGroupJoin_Request) Size() (n int)

func (*MultiMemberGroupJoin_Request) String

func (*MultiMemberGroupJoin_Request) Unmarshal

func (m *MultiMemberGroupJoin_Request) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupJoin_Request) XXX_DiscardUnknown

func (m *MultiMemberGroupJoin_Request) XXX_DiscardUnknown()

func (*MultiMemberGroupJoin_Request) XXX_Marshal

func (m *MultiMemberGroupJoin_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupJoin_Request) XXX_Merge

func (m *MultiMemberGroupJoin_Request) XXX_Merge(src proto.Message)

func (*MultiMemberGroupJoin_Request) XXX_Size

func (m *MultiMemberGroupJoin_Request) XXX_Size() int

func (*MultiMemberGroupJoin_Request) XXX_Unmarshal

func (m *MultiMemberGroupJoin_Request) XXX_Unmarshal(b []byte) error

type MultiMemberGroupLeave

type MultiMemberGroupLeave struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupLeave) Descriptor

func (*MultiMemberGroupLeave) Descriptor() ([]byte, []int)

func (*MultiMemberGroupLeave) Marshal

func (m *MultiMemberGroupLeave) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupLeave) MarshalTo

func (m *MultiMemberGroupLeave) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupLeave) MarshalToSizedBuffer

func (m *MultiMemberGroupLeave) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupLeave) ProtoMessage

func (*MultiMemberGroupLeave) ProtoMessage()

func (*MultiMemberGroupLeave) Reset

func (m *MultiMemberGroupLeave) Reset()

func (*MultiMemberGroupLeave) Size

func (m *MultiMemberGroupLeave) Size() (n int)

func (*MultiMemberGroupLeave) String

func (m *MultiMemberGroupLeave) String() string

func (*MultiMemberGroupLeave) Unmarshal

func (m *MultiMemberGroupLeave) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupLeave) XXX_DiscardUnknown

func (m *MultiMemberGroupLeave) XXX_DiscardUnknown()

func (*MultiMemberGroupLeave) XXX_Marshal

func (m *MultiMemberGroupLeave) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupLeave) XXX_Merge

func (m *MultiMemberGroupLeave) XXX_Merge(src proto.Message)

func (*MultiMemberGroupLeave) XXX_Size

func (m *MultiMemberGroupLeave) XXX_Size() int

func (*MultiMemberGroupLeave) XXX_Unmarshal

func (m *MultiMemberGroupLeave) XXX_Unmarshal(b []byte) error

type MultiMemberGroupLeave_Reply

type MultiMemberGroupLeave_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupLeave_Reply) Descriptor

func (*MultiMemberGroupLeave_Reply) Descriptor() ([]byte, []int)

func (*MultiMemberGroupLeave_Reply) Marshal

func (m *MultiMemberGroupLeave_Reply) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupLeave_Reply) MarshalTo

func (m *MultiMemberGroupLeave_Reply) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupLeave_Reply) MarshalToSizedBuffer

func (m *MultiMemberGroupLeave_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupLeave_Reply) ProtoMessage

func (*MultiMemberGroupLeave_Reply) ProtoMessage()

func (*MultiMemberGroupLeave_Reply) Reset

func (m *MultiMemberGroupLeave_Reply) Reset()

func (*MultiMemberGroupLeave_Reply) Size

func (m *MultiMemberGroupLeave_Reply) Size() (n int)

func (*MultiMemberGroupLeave_Reply) String

func (m *MultiMemberGroupLeave_Reply) String() string

func (*MultiMemberGroupLeave_Reply) Unmarshal

func (m *MultiMemberGroupLeave_Reply) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupLeave_Reply) XXX_DiscardUnknown

func (m *MultiMemberGroupLeave_Reply) XXX_DiscardUnknown()

func (*MultiMemberGroupLeave_Reply) XXX_Marshal

func (m *MultiMemberGroupLeave_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupLeave_Reply) XXX_Merge

func (m *MultiMemberGroupLeave_Reply) XXX_Merge(src proto.Message)

func (*MultiMemberGroupLeave_Reply) XXX_Size

func (m *MultiMemberGroupLeave_Reply) XXX_Size() int

func (*MultiMemberGroupLeave_Reply) XXX_Unmarshal

func (m *MultiMemberGroupLeave_Reply) XXX_Unmarshal(b []byte) error

type MultiMemberGroupLeave_Request

type MultiMemberGroupLeave_Request struct {
	GroupPK              []byte   `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiMemberGroupLeave_Request) Descriptor

func (*MultiMemberGroupLeave_Request) Descriptor() ([]byte, []int)

func (*MultiMemberGroupLeave_Request) GetGroupPK

func (m *MultiMemberGroupLeave_Request) GetGroupPK() []byte

func (*MultiMemberGroupLeave_Request) Marshal

func (m *MultiMemberGroupLeave_Request) Marshal() (dAtA []byte, err error)

func (*MultiMemberGroupLeave_Request) MarshalTo

func (m *MultiMemberGroupLeave_Request) MarshalTo(dAtA []byte) (int, error)

func (*MultiMemberGroupLeave_Request) MarshalToSizedBuffer

func (m *MultiMemberGroupLeave_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MultiMemberGroupLeave_Request) ProtoMessage

func (*MultiMemberGroupLeave_Request) ProtoMessage()

func (*MultiMemberGroupLeave_Request) Reset

func (m *MultiMemberGroupLeave_Request) Reset()

func (*MultiMemberGroupLeave_Request) Size

func (m *MultiMemberGroupLeave_Request) Size() (n int)

func (*MultiMemberGroupLeave_Request) String

func (*MultiMemberGroupLeave_Request) Unmarshal

func (m *MultiMemberGroupLeave_Request) Unmarshal(dAtA []byte) error

func (*MultiMemberGroupLeave_Request) XXX_DiscardUnknown

func (m *MultiMemberGroupLeave_Request) XXX_DiscardUnknown()

func (*MultiMemberGroupLeave_Request) XXX_Marshal

func (m *MultiMemberGroupLeave_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiMemberGroupLeave_Request) XXX_Merge

func (m *MultiMemberGroupLeave_Request) XXX_Merge(src proto.Message)

func (*MultiMemberGroupLeave_Request) XXX_Size

func (m *MultiMemberGroupLeave_Request) XXX_Size() int

func (*MultiMemberGroupLeave_Request) XXX_Unmarshal

func (m *MultiMemberGroupLeave_Request) XXX_Unmarshal(b []byte) error

type OrbitDBMessageHeads

type OrbitDBMessageHeads struct {
	// sealed box should contain encrypted Box
	SealedBox []byte `protobuf:"bytes,2,opt,name=sealed_box,json=sealedBox,proto3" json:"sealed_box,omitempty"`
	// current topic used
	RawRotation          []byte   `protobuf:"bytes,3,opt,name=raw_rotation,json=rawRotation,proto3" json:"raw_rotation,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

OrbitDBMessageHeads is the payload sent on orbitdb to share peer's heads

func (*OrbitDBMessageHeads) Descriptor

func (*OrbitDBMessageHeads) Descriptor() ([]byte, []int)

func (*OrbitDBMessageHeads) GetRawRotation

func (m *OrbitDBMessageHeads) GetRawRotation() []byte

func (*OrbitDBMessageHeads) GetSealedBox

func (m *OrbitDBMessageHeads) GetSealedBox() []byte

func (*OrbitDBMessageHeads) Marshal

func (m *OrbitDBMessageHeads) Marshal() (dAtA []byte, err error)

func (*OrbitDBMessageHeads) MarshalTo

func (m *OrbitDBMessageHeads) MarshalTo(dAtA []byte) (int, error)

func (*OrbitDBMessageHeads) MarshalToSizedBuffer

func (m *OrbitDBMessageHeads) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OrbitDBMessageHeads) ProtoMessage

func (*OrbitDBMessageHeads) ProtoMessage()

func (*OrbitDBMessageHeads) Reset

func (m *OrbitDBMessageHeads) Reset()

func (*OrbitDBMessageHeads) Size

func (m *OrbitDBMessageHeads) Size() (n int)

func (*OrbitDBMessageHeads) String

func (m *OrbitDBMessageHeads) String() string

func (*OrbitDBMessageHeads) Unmarshal

func (m *OrbitDBMessageHeads) Unmarshal(dAtA []byte) error

func (*OrbitDBMessageHeads) XXX_DiscardUnknown

func (m *OrbitDBMessageHeads) XXX_DiscardUnknown()

func (*OrbitDBMessageHeads) XXX_Marshal

func (m *OrbitDBMessageHeads) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrbitDBMessageHeads) XXX_Merge

func (m *OrbitDBMessageHeads) XXX_Merge(src proto.Message)

func (*OrbitDBMessageHeads) XXX_Size

func (m *OrbitDBMessageHeads) XXX_Size() int

func (*OrbitDBMessageHeads) XXX_Unmarshal

func (m *OrbitDBMessageHeads) XXX_Unmarshal(b []byte) error

type OrbitDBMessageHeads_Box

type OrbitDBMessageHeads_Box struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Heads                []byte   `protobuf:"bytes,2,opt,name=heads,proto3" json:"heads,omitempty"`
	DevicePK             []byte   `protobuf:"bytes,3,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	PeerID               []byte   `protobuf:"bytes,4,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrbitDBMessageHeads_Box) Descriptor

func (*OrbitDBMessageHeads_Box) Descriptor() ([]byte, []int)

func (*OrbitDBMessageHeads_Box) GetAddress

func (m *OrbitDBMessageHeads_Box) GetAddress() string

func (*OrbitDBMessageHeads_Box) GetDevicePK

func (m *OrbitDBMessageHeads_Box) GetDevicePK() []byte

func (*OrbitDBMessageHeads_Box) GetHeads

func (m *OrbitDBMessageHeads_Box) GetHeads() []byte

func (*OrbitDBMessageHeads_Box) GetPeerID

func (m *OrbitDBMessageHeads_Box) GetPeerID() []byte

func (*OrbitDBMessageHeads_Box) Marshal

func (m *OrbitDBMessageHeads_Box) Marshal() (dAtA []byte, err error)

func (*OrbitDBMessageHeads_Box) MarshalTo

func (m *OrbitDBMessageHeads_Box) MarshalTo(dAtA []byte) (int, error)

func (*OrbitDBMessageHeads_Box) MarshalToSizedBuffer

func (m *OrbitDBMessageHeads_Box) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OrbitDBMessageHeads_Box) ProtoMessage

func (*OrbitDBMessageHeads_Box) ProtoMessage()

func (*OrbitDBMessageHeads_Box) Reset

func (m *OrbitDBMessageHeads_Box) Reset()

func (*OrbitDBMessageHeads_Box) Size

func (m *OrbitDBMessageHeads_Box) Size() (n int)

func (*OrbitDBMessageHeads_Box) String

func (m *OrbitDBMessageHeads_Box) String() string

func (*OrbitDBMessageHeads_Box) Unmarshal

func (m *OrbitDBMessageHeads_Box) Unmarshal(dAtA []byte) error

func (*OrbitDBMessageHeads_Box) XXX_DiscardUnknown

func (m *OrbitDBMessageHeads_Box) XXX_DiscardUnknown()

func (*OrbitDBMessageHeads_Box) XXX_Marshal

func (m *OrbitDBMessageHeads_Box) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrbitDBMessageHeads_Box) XXX_Merge

func (m *OrbitDBMessageHeads_Box) XXX_Merge(src proto.Message)

func (*OrbitDBMessageHeads_Box) XXX_Size

func (m *OrbitDBMessageHeads_Box) XXX_Size() int

func (*OrbitDBMessageHeads_Box) XXX_Unmarshal

func (m *OrbitDBMessageHeads_Box) XXX_Unmarshal(b []byte) error

type OutOfStoreMessage

type OutOfStoreMessage struct {
	CID                  []byte   `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	DevicePK             []byte   `protobuf:"bytes,2,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	Counter              uint64   `protobuf:"fixed64,3,opt,name=counter,proto3" json:"counter,omitempty"`
	Sig                  []byte   `protobuf:"bytes,4,opt,name=sig,proto3" json:"sig,omitempty"`
	Flags                uint32   `protobuf:"fixed32,5,opt,name=flags,proto3" json:"flags,omitempty"`
	EncryptedPayload     []byte   `protobuf:"bytes,6,opt,name=encrypted_payload,json=encryptedPayload,proto3" json:"encrypted_payload,omitempty"`
	Nonce                []byte   `protobuf:"bytes,7,opt,name=nonce,proto3" json:"nonce,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OutOfStoreMessage) Descriptor

func (*OutOfStoreMessage) Descriptor() ([]byte, []int)

func (*OutOfStoreMessage) GetCID

func (m *OutOfStoreMessage) GetCID() []byte

func (*OutOfStoreMessage) GetCounter

func (m *OutOfStoreMessage) GetCounter() uint64

func (*OutOfStoreMessage) GetDevicePK

func (m *OutOfStoreMessage) GetDevicePK() []byte

func (*OutOfStoreMessage) GetEncryptedPayload

func (m *OutOfStoreMessage) GetEncryptedPayload() []byte

func (*OutOfStoreMessage) GetFlags

func (m *OutOfStoreMessage) GetFlags() uint32

func (*OutOfStoreMessage) GetNonce

func (m *OutOfStoreMessage) GetNonce() []byte

func (*OutOfStoreMessage) GetSig

func (m *OutOfStoreMessage) GetSig() []byte

func (*OutOfStoreMessage) Marshal

func (m *OutOfStoreMessage) Marshal() (dAtA []byte, err error)

func (*OutOfStoreMessage) MarshalTo

func (m *OutOfStoreMessage) MarshalTo(dAtA []byte) (int, error)

func (*OutOfStoreMessage) MarshalToSizedBuffer

func (m *OutOfStoreMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OutOfStoreMessage) ProtoMessage

func (*OutOfStoreMessage) ProtoMessage()

func (*OutOfStoreMessage) Reset

func (m *OutOfStoreMessage) Reset()

func (*OutOfStoreMessage) Size

func (m *OutOfStoreMessage) Size() (n int)

func (*OutOfStoreMessage) String

func (m *OutOfStoreMessage) String() string

func (*OutOfStoreMessage) Unmarshal

func (m *OutOfStoreMessage) Unmarshal(dAtA []byte) error

func (*OutOfStoreMessage) XXX_DiscardUnknown

func (m *OutOfStoreMessage) XXX_DiscardUnknown()

func (*OutOfStoreMessage) XXX_Marshal

func (m *OutOfStoreMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OutOfStoreMessage) XXX_Merge

func (m *OutOfStoreMessage) XXX_Merge(src proto.Message)

func (*OutOfStoreMessage) XXX_Size

func (m *OutOfStoreMessage) XXX_Size() int

func (*OutOfStoreMessage) XXX_Unmarshal

func (m *OutOfStoreMessage) XXX_Unmarshal(b []byte) error

type OutOfStoreMessageEnvelope added in v1.13.0

type OutOfStoreMessageEnvelope struct {
	Nonce                []byte   `protobuf:"bytes,1,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Box                  []byte   `protobuf:"bytes,2,opt,name=box,proto3" json:"box,omitempty"`
	GroupReference       []byte   `protobuf:"bytes,3,opt,name=group_reference,json=groupReference,proto3" json:"group_reference,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OutOfStoreMessageEnvelope) Descriptor added in v1.13.0

func (*OutOfStoreMessageEnvelope) Descriptor() ([]byte, []int)

func (*OutOfStoreMessageEnvelope) GetBox added in v1.13.0

func (m *OutOfStoreMessageEnvelope) GetBox() []byte

func (*OutOfStoreMessageEnvelope) GetGroupReference added in v1.13.0

func (m *OutOfStoreMessageEnvelope) GetGroupReference() []byte

func (*OutOfStoreMessageEnvelope) GetNonce added in v1.13.0

func (m *OutOfStoreMessageEnvelope) GetNonce() []byte

func (*OutOfStoreMessageEnvelope) Marshal added in v1.13.0

func (m *OutOfStoreMessageEnvelope) Marshal() (dAtA []byte, err error)

func (*OutOfStoreMessageEnvelope) MarshalTo added in v1.13.0

func (m *OutOfStoreMessageEnvelope) MarshalTo(dAtA []byte) (int, error)

func (*OutOfStoreMessageEnvelope) MarshalToSizedBuffer added in v1.13.0

func (m *OutOfStoreMessageEnvelope) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OutOfStoreMessageEnvelope) ProtoMessage added in v1.13.0

func (*OutOfStoreMessageEnvelope) ProtoMessage()

func (*OutOfStoreMessageEnvelope) Reset added in v1.13.0

func (m *OutOfStoreMessageEnvelope) Reset()

func (*OutOfStoreMessageEnvelope) Size added in v1.13.0

func (m *OutOfStoreMessageEnvelope) Size() (n int)

func (*OutOfStoreMessageEnvelope) String added in v1.13.0

func (m *OutOfStoreMessageEnvelope) String() string

func (*OutOfStoreMessageEnvelope) Unmarshal added in v1.13.0

func (m *OutOfStoreMessageEnvelope) Unmarshal(dAtA []byte) error

func (*OutOfStoreMessageEnvelope) XXX_DiscardUnknown added in v1.13.0

func (m *OutOfStoreMessageEnvelope) XXX_DiscardUnknown()

func (*OutOfStoreMessageEnvelope) XXX_Marshal added in v1.13.0

func (m *OutOfStoreMessageEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OutOfStoreMessageEnvelope) XXX_Merge added in v1.13.0

func (m *OutOfStoreMessageEnvelope) XXX_Merge(src proto.Message)

func (*OutOfStoreMessageEnvelope) XXX_Size added in v1.13.0

func (m *OutOfStoreMessageEnvelope) XXX_Size() int

func (*OutOfStoreMessageEnvelope) XXX_Unmarshal added in v1.13.0

func (m *OutOfStoreMessageEnvelope) XXX_Unmarshal(b []byte) error

type OutOfStoreReceive added in v1.3.2

type OutOfStoreReceive struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OutOfStoreReceive) Descriptor added in v1.3.2

func (*OutOfStoreReceive) Descriptor() ([]byte, []int)

func (*OutOfStoreReceive) Marshal added in v1.3.2

func (m *OutOfStoreReceive) Marshal() (dAtA []byte, err error)

func (*OutOfStoreReceive) MarshalTo added in v1.3.2

func (m *OutOfStoreReceive) MarshalTo(dAtA []byte) (int, error)

func (*OutOfStoreReceive) MarshalToSizedBuffer added in v1.3.2

func (m *OutOfStoreReceive) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OutOfStoreReceive) ProtoMessage added in v1.3.2

func (*OutOfStoreReceive) ProtoMessage()

func (*OutOfStoreReceive) Reset added in v1.3.2

func (m *OutOfStoreReceive) Reset()

func (*OutOfStoreReceive) Size added in v1.3.2

func (m *OutOfStoreReceive) Size() (n int)

func (*OutOfStoreReceive) String added in v1.3.2

func (m *OutOfStoreReceive) String() string

func (*OutOfStoreReceive) Unmarshal added in v1.3.2

func (m *OutOfStoreReceive) Unmarshal(dAtA []byte) error

func (*OutOfStoreReceive) XXX_DiscardUnknown added in v1.3.2

func (m *OutOfStoreReceive) XXX_DiscardUnknown()

func (*OutOfStoreReceive) XXX_Marshal added in v1.3.2

func (m *OutOfStoreReceive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OutOfStoreReceive) XXX_Merge added in v1.3.2

func (m *OutOfStoreReceive) XXX_Merge(src proto.Message)

func (*OutOfStoreReceive) XXX_Size added in v1.3.2

func (m *OutOfStoreReceive) XXX_Size() int

func (*OutOfStoreReceive) XXX_Unmarshal added in v1.3.2

func (m *OutOfStoreReceive) XXX_Unmarshal(b []byte) error

type OutOfStoreReceive_Reply added in v1.3.2

type OutOfStoreReceive_Reply struct {
	Message              *OutOfStoreMessage `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Cleartext            []byte             `protobuf:"bytes,2,opt,name=cleartext,proto3" json:"cleartext,omitempty"`
	GroupPublicKey       []byte             `protobuf:"bytes,3,opt,name=group_public_key,json=groupPublicKey,proto3" json:"group_public_key,omitempty"`
	AlreadyReceived      bool               `protobuf:"varint,4,opt,name=already_received,json=alreadyReceived,proto3" json:"already_received,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*OutOfStoreReceive_Reply) Descriptor added in v1.3.2

func (*OutOfStoreReceive_Reply) Descriptor() ([]byte, []int)

func (*OutOfStoreReceive_Reply) GetAlreadyReceived added in v1.3.2

func (m *OutOfStoreReceive_Reply) GetAlreadyReceived() bool

func (*OutOfStoreReceive_Reply) GetCleartext added in v1.3.2

func (m *OutOfStoreReceive_Reply) GetCleartext() []byte

func (*OutOfStoreReceive_Reply) GetGroupPublicKey added in v1.3.2

func (m *OutOfStoreReceive_Reply) GetGroupPublicKey() []byte

func (*OutOfStoreReceive_Reply) GetMessage added in v1.3.2

func (m *OutOfStoreReceive_Reply) GetMessage() *OutOfStoreMessage

func (*OutOfStoreReceive_Reply) Marshal added in v1.3.2

func (m *OutOfStoreReceive_Reply) Marshal() (dAtA []byte, err error)

func (*OutOfStoreReceive_Reply) MarshalTo added in v1.3.2

func (m *OutOfStoreReceive_Reply) MarshalTo(dAtA []byte) (int, error)

func (*OutOfStoreReceive_Reply) MarshalToSizedBuffer added in v1.3.2

func (m *OutOfStoreReceive_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OutOfStoreReceive_Reply) ProtoMessage added in v1.3.2

func (*OutOfStoreReceive_Reply) ProtoMessage()

func (*OutOfStoreReceive_Reply) Reset added in v1.3.2

func (m *OutOfStoreReceive_Reply) Reset()

func (*OutOfStoreReceive_Reply) Size added in v1.3.2

func (m *OutOfStoreReceive_Reply) Size() (n int)

func (*OutOfStoreReceive_Reply) String added in v1.3.2

func (m *OutOfStoreReceive_Reply) String() string

func (*OutOfStoreReceive_Reply) Unmarshal added in v1.3.2

func (m *OutOfStoreReceive_Reply) Unmarshal(dAtA []byte) error

func (*OutOfStoreReceive_Reply) XXX_DiscardUnknown added in v1.3.2

func (m *OutOfStoreReceive_Reply) XXX_DiscardUnknown()

func (*OutOfStoreReceive_Reply) XXX_Marshal added in v1.3.2

func (m *OutOfStoreReceive_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OutOfStoreReceive_Reply) XXX_Merge added in v1.3.2

func (m *OutOfStoreReceive_Reply) XXX_Merge(src proto.Message)

func (*OutOfStoreReceive_Reply) XXX_Size added in v1.3.2

func (m *OutOfStoreReceive_Reply) XXX_Size() int

func (*OutOfStoreReceive_Reply) XXX_Unmarshal added in v1.3.2

func (m *OutOfStoreReceive_Reply) XXX_Unmarshal(b []byte) error

type OutOfStoreReceive_Request added in v1.3.2

type OutOfStoreReceive_Request struct {
	Payload              []byte   `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OutOfStoreReceive_Request) Descriptor added in v1.3.2

func (*OutOfStoreReceive_Request) Descriptor() ([]byte, []int)

func (*OutOfStoreReceive_Request) GetPayload added in v1.3.2

func (m *OutOfStoreReceive_Request) GetPayload() []byte

func (*OutOfStoreReceive_Request) Marshal added in v1.3.2

func (m *OutOfStoreReceive_Request) Marshal() (dAtA []byte, err error)

func (*OutOfStoreReceive_Request) MarshalTo added in v1.3.2

func (m *OutOfStoreReceive_Request) MarshalTo(dAtA []byte) (int, error)

func (*OutOfStoreReceive_Request) MarshalToSizedBuffer added in v1.3.2

func (m *OutOfStoreReceive_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OutOfStoreReceive_Request) ProtoMessage added in v1.3.2

func (*OutOfStoreReceive_Request) ProtoMessage()

func (*OutOfStoreReceive_Request) Reset added in v1.3.2

func (m *OutOfStoreReceive_Request) Reset()

func (*OutOfStoreReceive_Request) Size added in v1.3.2

func (m *OutOfStoreReceive_Request) Size() (n int)

func (*OutOfStoreReceive_Request) String added in v1.3.2

func (m *OutOfStoreReceive_Request) String() string

func (*OutOfStoreReceive_Request) Unmarshal added in v1.3.2

func (m *OutOfStoreReceive_Request) Unmarshal(dAtA []byte) error

func (*OutOfStoreReceive_Request) XXX_DiscardUnknown added in v1.3.2

func (m *OutOfStoreReceive_Request) XXX_DiscardUnknown()

func (*OutOfStoreReceive_Request) XXX_Marshal added in v1.3.2

func (m *OutOfStoreReceive_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OutOfStoreReceive_Request) XXX_Merge added in v1.3.2

func (m *OutOfStoreReceive_Request) XXX_Merge(src proto.Message)

func (*OutOfStoreReceive_Request) XXX_Size added in v1.3.2

func (m *OutOfStoreReceive_Request) XXX_Size() int

func (*OutOfStoreReceive_Request) XXX_Unmarshal added in v1.3.2

func (m *OutOfStoreReceive_Request) XXX_Unmarshal(b []byte) error

type OutOfStoreSeal added in v1.3.2

type OutOfStoreSeal struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OutOfStoreSeal) Descriptor added in v1.3.2

func (*OutOfStoreSeal) Descriptor() ([]byte, []int)

func (*OutOfStoreSeal) Marshal added in v1.3.2

func (m *OutOfStoreSeal) Marshal() (dAtA []byte, err error)

func (*OutOfStoreSeal) MarshalTo added in v1.3.2

func (m *OutOfStoreSeal) MarshalTo(dAtA []byte) (int, error)

func (*OutOfStoreSeal) MarshalToSizedBuffer added in v1.3.2

func (m *OutOfStoreSeal) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OutOfStoreSeal) ProtoMessage added in v1.3.2

func (*OutOfStoreSeal) ProtoMessage()

func (*OutOfStoreSeal) Reset added in v1.3.2

func (m *OutOfStoreSeal) Reset()

func (*OutOfStoreSeal) Size added in v1.3.2

func (m *OutOfStoreSeal) Size() (n int)

func (*OutOfStoreSeal) String added in v1.3.2

func (m *OutOfStoreSeal) String() string

func (*OutOfStoreSeal) Unmarshal added in v1.3.2

func (m *OutOfStoreSeal) Unmarshal(dAtA []byte) error

func (*OutOfStoreSeal) XXX_DiscardUnknown added in v1.3.2

func (m *OutOfStoreSeal) XXX_DiscardUnknown()

func (*OutOfStoreSeal) XXX_Marshal added in v1.3.2

func (m *OutOfStoreSeal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OutOfStoreSeal) XXX_Merge added in v1.3.2

func (m *OutOfStoreSeal) XXX_Merge(src proto.Message)

func (*OutOfStoreSeal) XXX_Size added in v1.3.2

func (m *OutOfStoreSeal) XXX_Size() int

func (*OutOfStoreSeal) XXX_Unmarshal added in v1.3.2

func (m *OutOfStoreSeal) XXX_Unmarshal(b []byte) error

type OutOfStoreSeal_Reply added in v1.3.2

type OutOfStoreSeal_Reply struct {
	Encrypted            []byte   `protobuf:"bytes,1,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OutOfStoreSeal_Reply) Descriptor added in v1.3.2

func (*OutOfStoreSeal_Reply) Descriptor() ([]byte, []int)

func (*OutOfStoreSeal_Reply) GetEncrypted added in v1.3.2

func (m *OutOfStoreSeal_Reply) GetEncrypted() []byte

func (*OutOfStoreSeal_Reply) Marshal added in v1.3.2

func (m *OutOfStoreSeal_Reply) Marshal() (dAtA []byte, err error)

func (*OutOfStoreSeal_Reply) MarshalTo added in v1.3.2

func (m *OutOfStoreSeal_Reply) MarshalTo(dAtA []byte) (int, error)

func (*OutOfStoreSeal_Reply) MarshalToSizedBuffer added in v1.3.2

func (m *OutOfStoreSeal_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OutOfStoreSeal_Reply) ProtoMessage added in v1.3.2

func (*OutOfStoreSeal_Reply) ProtoMessage()

func (*OutOfStoreSeal_Reply) Reset added in v1.3.2

func (m *OutOfStoreSeal_Reply) Reset()

func (*OutOfStoreSeal_Reply) Size added in v1.3.2

func (m *OutOfStoreSeal_Reply) Size() (n int)

func (*OutOfStoreSeal_Reply) String added in v1.3.2

func (m *OutOfStoreSeal_Reply) String() string

func (*OutOfStoreSeal_Reply) Unmarshal added in v1.3.2

func (m *OutOfStoreSeal_Reply) Unmarshal(dAtA []byte) error

func (*OutOfStoreSeal_Reply) XXX_DiscardUnknown added in v1.3.2

func (m *OutOfStoreSeal_Reply) XXX_DiscardUnknown()

func (*OutOfStoreSeal_Reply) XXX_Marshal added in v1.3.2

func (m *OutOfStoreSeal_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OutOfStoreSeal_Reply) XXX_Merge added in v1.3.2

func (m *OutOfStoreSeal_Reply) XXX_Merge(src proto.Message)

func (*OutOfStoreSeal_Reply) XXX_Size added in v1.3.2

func (m *OutOfStoreSeal_Reply) XXX_Size() int

func (*OutOfStoreSeal_Reply) XXX_Unmarshal added in v1.3.2

func (m *OutOfStoreSeal_Reply) XXX_Unmarshal(b []byte) error

type OutOfStoreSeal_Request added in v1.3.2

type OutOfStoreSeal_Request struct {
	CID                  []byte   `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
	GroupPublicKey       []byte   `protobuf:"bytes,2,opt,name=group_public_key,json=groupPublicKey,proto3" json:"group_public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OutOfStoreSeal_Request) Descriptor added in v1.3.2

func (*OutOfStoreSeal_Request) Descriptor() ([]byte, []int)

func (*OutOfStoreSeal_Request) GetCID added in v1.3.2

func (m *OutOfStoreSeal_Request) GetCID() []byte

func (*OutOfStoreSeal_Request) GetGroupPublicKey added in v1.3.2

func (m *OutOfStoreSeal_Request) GetGroupPublicKey() []byte

func (*OutOfStoreSeal_Request) Marshal added in v1.3.2

func (m *OutOfStoreSeal_Request) Marshal() (dAtA []byte, err error)

func (*OutOfStoreSeal_Request) MarshalTo added in v1.3.2

func (m *OutOfStoreSeal_Request) MarshalTo(dAtA []byte) (int, error)

func (*OutOfStoreSeal_Request) MarshalToSizedBuffer added in v1.3.2

func (m *OutOfStoreSeal_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OutOfStoreSeal_Request) ProtoMessage added in v1.3.2

func (*OutOfStoreSeal_Request) ProtoMessage()

func (*OutOfStoreSeal_Request) Reset added in v1.3.2

func (m *OutOfStoreSeal_Request) Reset()

func (*OutOfStoreSeal_Request) Size added in v1.3.2

func (m *OutOfStoreSeal_Request) Size() (n int)

func (*OutOfStoreSeal_Request) String added in v1.3.2

func (m *OutOfStoreSeal_Request) String() string

func (*OutOfStoreSeal_Request) Unmarshal added in v1.3.2

func (m *OutOfStoreSeal_Request) Unmarshal(dAtA []byte) error

func (*OutOfStoreSeal_Request) XXX_DiscardUnknown added in v1.3.2

func (m *OutOfStoreSeal_Request) XXX_DiscardUnknown()

func (*OutOfStoreSeal_Request) XXX_Marshal added in v1.3.2

func (m *OutOfStoreSeal_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OutOfStoreSeal_Request) XXX_Merge added in v1.3.2

func (m *OutOfStoreSeal_Request) XXX_Merge(src proto.Message)

func (*OutOfStoreSeal_Request) XXX_Size added in v1.3.2

func (m *OutOfStoreSeal_Request) XXX_Size() int

func (*OutOfStoreSeal_Request) XXX_Unmarshal added in v1.3.2

func (m *OutOfStoreSeal_Request) XXX_Unmarshal(b []byte) error

type PeerList

type PeerList struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerList) Descriptor

func (*PeerList) Descriptor() ([]byte, []int)

func (*PeerList) Marshal

func (m *PeerList) Marshal() (dAtA []byte, err error)

func (*PeerList) MarshalTo

func (m *PeerList) MarshalTo(dAtA []byte) (int, error)

func (*PeerList) MarshalToSizedBuffer

func (m *PeerList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PeerList) ProtoMessage

func (*PeerList) ProtoMessage()

func (*PeerList) Reset

func (m *PeerList) Reset()

func (*PeerList) Size

func (m *PeerList) Size() (n int)

func (*PeerList) String

func (m *PeerList) String() string

func (*PeerList) Unmarshal

func (m *PeerList) Unmarshal(dAtA []byte) error

func (*PeerList) XXX_DiscardUnknown

func (m *PeerList) XXX_DiscardUnknown()

func (*PeerList) XXX_Marshal

func (m *PeerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerList) XXX_Merge

func (m *PeerList) XXX_Merge(src proto.Message)

func (*PeerList) XXX_Size

func (m *PeerList) XXX_Size() int

func (*PeerList) XXX_Unmarshal

func (m *PeerList) XXX_Unmarshal(b []byte) error

type PeerList_Feature

type PeerList_Feature int32
const (
	UnknownFeature PeerList_Feature = 0
	WeshFeature    PeerList_Feature = 1
	BLEFeature     PeerList_Feature = 2
	LocalFeature   PeerList_Feature = 3
	TorFeature     PeerList_Feature = 4
	QuicFeature    PeerList_Feature = 5
)

func (PeerList_Feature) EnumDescriptor

func (PeerList_Feature) EnumDescriptor() ([]byte, []int)

func (PeerList_Feature) String

func (x PeerList_Feature) String() string

type PeerList_Peer

type PeerList_Peer struct {
	// id is the libp2p.PeerID.
	ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// routes are the list of active and known maddr.
	Routes []*PeerList_Route `protobuf:"bytes,2,rep,name=routes,proto3" json:"routes,omitempty"`
	// errors is a list of errors related to the peer.
	Errors []string `protobuf:"bytes,3,rep,name=errors,proto3" json:"errors,omitempty"`
	// Features is a list of available features.
	Features []PeerList_Feature `protobuf:"varint,4,rep,packed,name=features,proto3,enum=weshnet.protocol.v1.PeerList_Feature" json:"features,omitempty"`
	// MinLatency is the minimum latency across all the peer routes.
	MinLatency int64 `protobuf:"varint,5,opt,name=min_latency,json=minLatency,proto3" json:"min_latency,omitempty"`
	// IsActive is true if at least one of the route is active.
	IsActive bool `protobuf:"varint,6,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// Direction is the aggregate of all the routes's direction.
	Direction            Direction `protobuf:"varint,7,opt,name=direction,proto3,enum=weshnet.protocol.v1.Direction" json:"direction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*PeerList_Peer) Descriptor

func (*PeerList_Peer) Descriptor() ([]byte, []int)

func (*PeerList_Peer) GetDirection

func (m *PeerList_Peer) GetDirection() Direction

func (*PeerList_Peer) GetErrors

func (m *PeerList_Peer) GetErrors() []string

func (*PeerList_Peer) GetFeatures

func (m *PeerList_Peer) GetFeatures() []PeerList_Feature

func (*PeerList_Peer) GetID

func (m *PeerList_Peer) GetID() string

func (*PeerList_Peer) GetIsActive

func (m *PeerList_Peer) GetIsActive() bool

func (*PeerList_Peer) GetMinLatency

func (m *PeerList_Peer) GetMinLatency() int64

func (*PeerList_Peer) GetRoutes

func (m *PeerList_Peer) GetRoutes() []*PeerList_Route

func (*PeerList_Peer) Marshal

func (m *PeerList_Peer) Marshal() (dAtA []byte, err error)

func (*PeerList_Peer) MarshalTo

func (m *PeerList_Peer) MarshalTo(dAtA []byte) (int, error)

func (*PeerList_Peer) MarshalToSizedBuffer

func (m *PeerList_Peer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PeerList_Peer) ProtoMessage

func (*PeerList_Peer) ProtoMessage()

func (*PeerList_Peer) Reset

func (m *PeerList_Peer) Reset()

func (*PeerList_Peer) Size

func (m *PeerList_Peer) Size() (n int)

func (*PeerList_Peer) String

func (m *PeerList_Peer) String() string

func (*PeerList_Peer) Unmarshal

func (m *PeerList_Peer) Unmarshal(dAtA []byte) error

func (*PeerList_Peer) XXX_DiscardUnknown

func (m *PeerList_Peer) XXX_DiscardUnknown()

func (*PeerList_Peer) XXX_Marshal

func (m *PeerList_Peer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerList_Peer) XXX_Merge

func (m *PeerList_Peer) XXX_Merge(src proto.Message)

func (*PeerList_Peer) XXX_Size

func (m *PeerList_Peer) XXX_Size() int

func (*PeerList_Peer) XXX_Unmarshal

func (m *PeerList_Peer) XXX_Unmarshal(b []byte) error

type PeerList_Reply

type PeerList_Reply struct {
	Peers                []*PeerList_Peer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*PeerList_Reply) Descriptor

func (*PeerList_Reply) Descriptor() ([]byte, []int)

func (*PeerList_Reply) GetPeers

func (m *PeerList_Reply) GetPeers() []*PeerList_Peer

func (*PeerList_Reply) Marshal

func (m *PeerList_Reply) Marshal() (dAtA []byte, err error)

func (*PeerList_Reply) MarshalTo

func (m *PeerList_Reply) MarshalTo(dAtA []byte) (int, error)

func (*PeerList_Reply) MarshalToSizedBuffer

func (m *PeerList_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PeerList_Reply) ProtoMessage

func (*PeerList_Reply) ProtoMessage()

func (*PeerList_Reply) Reset

func (m *PeerList_Reply) Reset()

func (*PeerList_Reply) Size

func (m *PeerList_Reply) Size() (n int)

func (*PeerList_Reply) String

func (m *PeerList_Reply) String() string

func (*PeerList_Reply) Unmarshal

func (m *PeerList_Reply) Unmarshal(dAtA []byte) error

func (*PeerList_Reply) XXX_DiscardUnknown

func (m *PeerList_Reply) XXX_DiscardUnknown()

func (*PeerList_Reply) XXX_Marshal

func (m *PeerList_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerList_Reply) XXX_Merge

func (m *PeerList_Reply) XXX_Merge(src proto.Message)

func (*PeerList_Reply) XXX_Size

func (m *PeerList_Reply) XXX_Size() int

func (*PeerList_Reply) XXX_Unmarshal

func (m *PeerList_Reply) XXX_Unmarshal(b []byte) error

type PeerList_Request

type PeerList_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerList_Request) Descriptor

func (*PeerList_Request) Descriptor() ([]byte, []int)

func (*PeerList_Request) Marshal

func (m *PeerList_Request) Marshal() (dAtA []byte, err error)

func (*PeerList_Request) MarshalTo

func (m *PeerList_Request) MarshalTo(dAtA []byte) (int, error)

func (*PeerList_Request) MarshalToSizedBuffer

func (m *PeerList_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PeerList_Request) ProtoMessage

func (*PeerList_Request) ProtoMessage()

func (*PeerList_Request) Reset

func (m *PeerList_Request) Reset()

func (*PeerList_Request) Size

func (m *PeerList_Request) Size() (n int)

func (*PeerList_Request) String

func (m *PeerList_Request) String() string

func (*PeerList_Request) Unmarshal

func (m *PeerList_Request) Unmarshal(dAtA []byte) error

func (*PeerList_Request) XXX_DiscardUnknown

func (m *PeerList_Request) XXX_DiscardUnknown()

func (*PeerList_Request) XXX_Marshal

func (m *PeerList_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerList_Request) XXX_Merge

func (m *PeerList_Request) XXX_Merge(src proto.Message)

func (*PeerList_Request) XXX_Size

func (m *PeerList_Request) XXX_Size() int

func (*PeerList_Request) XXX_Unmarshal

func (m *PeerList_Request) XXX_Unmarshal(b []byte) error

type PeerList_Route

type PeerList_Route struct {
	// IsActive indicates whether the address is currently used or just known.
	IsActive bool `protobuf:"varint,1,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// Address is the multiaddress via which we are connected with the peer.
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	// Direction is which way the connection was established.
	Direction Direction `protobuf:"varint,3,opt,name=direction,proto3,enum=weshnet.protocol.v1.Direction" json:"direction,omitempty"`
	// Latency is the last known round trip time to the peer in ms.
	Latency int64 `protobuf:"varint,4,opt,name=latency,proto3" json:"latency,omitempty"`
	// Streams returns list of streams established with the peer.
	Streams              []*PeerList_Stream `protobuf:"bytes,5,rep,name=streams,proto3" json:"streams,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*PeerList_Route) Descriptor

func (*PeerList_Route) Descriptor() ([]byte, []int)

func (*PeerList_Route) GetAddress

func (m *PeerList_Route) GetAddress() string

func (*PeerList_Route) GetDirection

func (m *PeerList_Route) GetDirection() Direction

func (*PeerList_Route) GetIsActive

func (m *PeerList_Route) GetIsActive() bool

func (*PeerList_Route) GetLatency

func (m *PeerList_Route) GetLatency() int64

func (*PeerList_Route) GetStreams

func (m *PeerList_Route) GetStreams() []*PeerList_Stream

func (*PeerList_Route) Marshal

func (m *PeerList_Route) Marshal() (dAtA []byte, err error)

func (*PeerList_Route) MarshalTo

func (m *PeerList_Route) MarshalTo(dAtA []byte) (int, error)

func (*PeerList_Route) MarshalToSizedBuffer

func (m *PeerList_Route) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PeerList_Route) ProtoMessage

func (*PeerList_Route) ProtoMessage()

func (*PeerList_Route) Reset

func (m *PeerList_Route) Reset()

func (*PeerList_Route) Size

func (m *PeerList_Route) Size() (n int)

func (*PeerList_Route) String

func (m *PeerList_Route) String() string

func (*PeerList_Route) Unmarshal

func (m *PeerList_Route) Unmarshal(dAtA []byte) error

func (*PeerList_Route) XXX_DiscardUnknown

func (m *PeerList_Route) XXX_DiscardUnknown()

func (*PeerList_Route) XXX_Marshal

func (m *PeerList_Route) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerList_Route) XXX_Merge

func (m *PeerList_Route) XXX_Merge(src proto.Message)

func (*PeerList_Route) XXX_Size

func (m *PeerList_Route) XXX_Size() int

func (*PeerList_Route) XXX_Unmarshal

func (m *PeerList_Route) XXX_Unmarshal(b []byte) error

type PeerList_Stream

type PeerList_Stream struct {
	// id is an identifier used to write protocol headers in streams.
	ID                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerList_Stream) Descriptor

func (*PeerList_Stream) Descriptor() ([]byte, []int)

func (*PeerList_Stream) GetID

func (m *PeerList_Stream) GetID() string

func (*PeerList_Stream) Marshal

func (m *PeerList_Stream) Marshal() (dAtA []byte, err error)

func (*PeerList_Stream) MarshalTo

func (m *PeerList_Stream) MarshalTo(dAtA []byte) (int, error)

func (*PeerList_Stream) MarshalToSizedBuffer

func (m *PeerList_Stream) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PeerList_Stream) ProtoMessage

func (*PeerList_Stream) ProtoMessage()

func (*PeerList_Stream) Reset

func (m *PeerList_Stream) Reset()

func (*PeerList_Stream) Size

func (m *PeerList_Stream) Size() (n int)

func (*PeerList_Stream) String

func (m *PeerList_Stream) String() string

func (*PeerList_Stream) Unmarshal

func (m *PeerList_Stream) Unmarshal(dAtA []byte) error

func (*PeerList_Stream) XXX_DiscardUnknown

func (m *PeerList_Stream) XXX_DiscardUnknown()

func (*PeerList_Stream) XXX_Marshal

func (m *PeerList_Stream) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerList_Stream) XXX_Merge

func (m *PeerList_Stream) XXX_Merge(src proto.Message)

func (*PeerList_Stream) XXX_Size

func (m *PeerList_Stream) XXX_Size() int

func (*PeerList_Stream) XXX_Unmarshal

func (m *PeerList_Stream) XXX_Unmarshal(b []byte) error

type Progress

type Progress struct {
	State                string   `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	Doing                string   `protobuf:"bytes,2,opt,name=doing,proto3" json:"doing,omitempty"`
	Progress             float32  `protobuf:"fixed32,3,opt,name=progress,proto3" json:"progress,omitempty"`
	Completed            uint64   `protobuf:"varint,4,opt,name=completed,proto3" json:"completed,omitempty"`
	Total                uint64   `protobuf:"varint,5,opt,name=total,proto3" json:"total,omitempty"`
	Delay                uint64   `protobuf:"varint,6,opt,name=delay,proto3" json:"delay,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Progress define a generic object that can be used to display a progress bar for long-running actions.

func (*Progress) Descriptor

func (*Progress) Descriptor() ([]byte, []int)

func (*Progress) GetCompleted

func (m *Progress) GetCompleted() uint64

func (*Progress) GetDelay

func (m *Progress) GetDelay() uint64

func (*Progress) GetDoing

func (m *Progress) GetDoing() string

func (*Progress) GetProgress

func (m *Progress) GetProgress() float32

func (*Progress) GetState

func (m *Progress) GetState() string

func (*Progress) GetTotal

func (m *Progress) GetTotal() uint64

func (*Progress) Marshal

func (m *Progress) Marshal() (dAtA []byte, err error)

func (*Progress) MarshalTo

func (m *Progress) MarshalTo(dAtA []byte) (int, error)

func (*Progress) MarshalToSizedBuffer

func (m *Progress) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Progress) ProtoMessage

func (*Progress) ProtoMessage()

func (*Progress) Reset

func (m *Progress) Reset()

func (*Progress) Size

func (m *Progress) Size() (n int)

func (*Progress) String

func (m *Progress) String() string

func (*Progress) Unmarshal

func (m *Progress) Unmarshal(dAtA []byte) error

func (*Progress) XXX_DiscardUnknown

func (m *Progress) XXX_DiscardUnknown()

func (*Progress) XXX_Marshal

func (m *Progress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Progress) XXX_Merge

func (m *Progress) XXX_Merge(src proto.Message)

func (*Progress) XXX_Size

func (m *Progress) XXX_Size() int

func (*Progress) XXX_Unmarshal

func (m *Progress) XXX_Unmarshal(b []byte) error

type ProtocolMetadata

type ProtocolMetadata struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProtocolMetadata) Descriptor

func (*ProtocolMetadata) Descriptor() ([]byte, []int)

func (*ProtocolMetadata) Marshal

func (m *ProtocolMetadata) Marshal() (dAtA []byte, err error)

func (*ProtocolMetadata) MarshalTo

func (m *ProtocolMetadata) MarshalTo(dAtA []byte) (int, error)

func (*ProtocolMetadata) MarshalToSizedBuffer

func (m *ProtocolMetadata) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ProtocolMetadata) ProtoMessage

func (*ProtocolMetadata) ProtoMessage()

func (*ProtocolMetadata) Reset

func (m *ProtocolMetadata) Reset()

func (*ProtocolMetadata) Size

func (m *ProtocolMetadata) Size() (n int)

func (*ProtocolMetadata) String

func (m *ProtocolMetadata) String() string

func (*ProtocolMetadata) Unmarshal

func (m *ProtocolMetadata) Unmarshal(dAtA []byte) error

func (*ProtocolMetadata) XXX_DiscardUnknown

func (m *ProtocolMetadata) XXX_DiscardUnknown()

func (*ProtocolMetadata) XXX_Marshal

func (m *ProtocolMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProtocolMetadata) XXX_Merge

func (m *ProtocolMetadata) XXX_Merge(src proto.Message)

func (*ProtocolMetadata) XXX_Size

func (m *ProtocolMetadata) XXX_Size() int

func (*ProtocolMetadata) XXX_Unmarshal

func (m *ProtocolMetadata) XXX_Unmarshal(b []byte) error

type ProtocolServiceClient

type ProtocolServiceClient interface {
	// ServiceExportData exports the current data of the protocol service
	ServiceExportData(ctx context.Context, in *ServiceExportData_Request, opts ...grpc.CallOption) (ProtocolService_ServiceExportDataClient, error)
	// ServiceGetConfiguration gets the current configuration of the protocol service
	ServiceGetConfiguration(ctx context.Context, in *ServiceGetConfiguration_Request, opts ...grpc.CallOption) (*ServiceGetConfiguration_Reply, error)
	// ContactRequestReference retrieves the information required to create a reference (ie. included in a shareable link) to the current account
	ContactRequestReference(ctx context.Context, in *ContactRequestReference_Request, opts ...grpc.CallOption) (*ContactRequestReference_Reply, error)
	// ContactRequestDisable disables incoming contact requests
	ContactRequestDisable(ctx context.Context, in *ContactRequestDisable_Request, opts ...grpc.CallOption) (*ContactRequestDisable_Reply, error)
	// ContactRequestEnable enables incoming contact requests
	ContactRequestEnable(ctx context.Context, in *ContactRequestEnable_Request, opts ...grpc.CallOption) (*ContactRequestEnable_Reply, error)
	// ContactRequestResetReference changes the contact request reference
	ContactRequestResetReference(ctx context.Context, in *ContactRequestResetReference_Request, opts ...grpc.CallOption) (*ContactRequestResetReference_Reply, error)
	// ContactRequestSend attempt to send a contact request
	ContactRequestSend(ctx context.Context, in *ContactRequestSend_Request, opts ...grpc.CallOption) (*ContactRequestSend_Reply, error)
	// ContactRequestAccept accepts a contact request
	ContactRequestAccept(ctx context.Context, in *ContactRequestAccept_Request, opts ...grpc.CallOption) (*ContactRequestAccept_Reply, error)
	// ContactRequestDiscard ignores a contact request, without informing the other user
	ContactRequestDiscard(ctx context.Context, in *ContactRequestDiscard_Request, opts ...grpc.CallOption) (*ContactRequestDiscard_Reply, error)
	// ShareContact uses ContactRequestReference to get the contact information for the current account and
	// returns the Protobuf encoding of a shareable contact which you can further encode and share. If needed, this
	// will reset the contact request reference and enable contact requests. To decode the result, see DecodeContact.
	ShareContact(ctx context.Context, in *ShareContact_Request, opts ...grpc.CallOption) (*ShareContact_Reply, error)
	// DecodeContact decodes the Protobuf encoding of a shareable contact which was returned by ShareContact.
	DecodeContact(ctx context.Context, in *DecodeContact_Request, opts ...grpc.CallOption) (*DecodeContact_Reply, error)
	// ContactBlock blocks a contact from sending requests
	ContactBlock(ctx context.Context, in *ContactBlock_Request, opts ...grpc.CallOption) (*ContactBlock_Reply, error)
	// ContactUnblock unblocks a contact from sending requests
	ContactUnblock(ctx context.Context, in *ContactUnblock_Request, opts ...grpc.CallOption) (*ContactUnblock_Reply, error)
	// ContactAliasKeySend send an alias key to a contact, the contact will be able to assert that your account is being present on a multi-member group
	ContactAliasKeySend(ctx context.Context, in *ContactAliasKeySend_Request, opts ...grpc.CallOption) (*ContactAliasKeySend_Reply, error)
	// MultiMemberGroupCreate creates a new multi-member group
	MultiMemberGroupCreate(ctx context.Context, in *MultiMemberGroupCreate_Request, opts ...grpc.CallOption) (*MultiMemberGroupCreate_Reply, error)
	// MultiMemberGroupJoin joins a multi-member group
	MultiMemberGroupJoin(ctx context.Context, in *MultiMemberGroupJoin_Request, opts ...grpc.CallOption) (*MultiMemberGroupJoin_Reply, error)
	// MultiMemberGroupLeave leaves a multi-member group
	MultiMemberGroupLeave(ctx context.Context, in *MultiMemberGroupLeave_Request, opts ...grpc.CallOption) (*MultiMemberGroupLeave_Reply, error)
	// MultiMemberGroupAliasResolverDisclose discloses your alias resolver key
	MultiMemberGroupAliasResolverDisclose(ctx context.Context, in *MultiMemberGroupAliasResolverDisclose_Request, opts ...grpc.CallOption) (*MultiMemberGroupAliasResolverDisclose_Reply, error)
	// MultiMemberGroupAdminRoleGrant grants an admin role to a group member
	MultiMemberGroupAdminRoleGrant(ctx context.Context, in *MultiMemberGroupAdminRoleGrant_Request, opts ...grpc.CallOption) (*MultiMemberGroupAdminRoleGrant_Reply, error)
	// MultiMemberGroupInvitationCreate creates an invitation to a multi-member group
	MultiMemberGroupInvitationCreate(ctx context.Context, in *MultiMemberGroupInvitationCreate_Request, opts ...grpc.CallOption) (*MultiMemberGroupInvitationCreate_Reply, error)
	// AppMetadataSend adds an app event to the metadata store, the message is encrypted using a symmetric key and readable by future group members
	AppMetadataSend(ctx context.Context, in *AppMetadataSend_Request, opts ...grpc.CallOption) (*AppMetadataSend_Reply, error)
	// AppMessageSend adds an app event to the message store, the message is encrypted using a derived key and readable by current group members
	AppMessageSend(ctx context.Context, in *AppMessageSend_Request, opts ...grpc.CallOption) (*AppMessageSend_Reply, error)
	// GroupMetadataList replays previous and subscribes to new metadata events from the group
	GroupMetadataList(ctx context.Context, in *GroupMetadataList_Request, opts ...grpc.CallOption) (ProtocolService_GroupMetadataListClient, error)
	// GroupMessageList replays previous and subscribes to new message events from the group
	GroupMessageList(ctx context.Context, in *GroupMessageList_Request, opts ...grpc.CallOption) (ProtocolService_GroupMessageListClient, error)
	// GroupInfo retrieves information about a group
	GroupInfo(ctx context.Context, in *GroupInfo_Request, opts ...grpc.CallOption) (*GroupInfo_Reply, error)
	// ActivateGroup explicitly opens a group
	ActivateGroup(ctx context.Context, in *ActivateGroup_Request, opts ...grpc.CallOption) (*ActivateGroup_Reply, error)
	// DeactivateGroup closes a group
	DeactivateGroup(ctx context.Context, in *DeactivateGroup_Request, opts ...grpc.CallOption) (*DeactivateGroup_Reply, error)
	// GroupDeviceStatus monitor device status
	GroupDeviceStatus(ctx context.Context, in *GroupDeviceStatus_Request, opts ...grpc.CallOption) (ProtocolService_GroupDeviceStatusClient, error)
	DebugListGroups(ctx context.Context, in *DebugListGroups_Request, opts ...grpc.CallOption) (ProtocolService_DebugListGroupsClient, error)
	DebugInspectGroupStore(ctx context.Context, in *DebugInspectGroupStore_Request, opts ...grpc.CallOption) (ProtocolService_DebugInspectGroupStoreClient, error)
	DebugGroup(ctx context.Context, in *DebugGroup_Request, opts ...grpc.CallOption) (*DebugGroup_Reply, error)
	SystemInfo(ctx context.Context, in *SystemInfo_Request, opts ...grpc.CallOption) (*SystemInfo_Reply, error)
	// CredentialVerificationServiceInitFlow Initialize a credential verification flow
	CredentialVerificationServiceInitFlow(ctx context.Context, in *CredentialVerificationServiceInitFlow_Request, opts ...grpc.CallOption) (*CredentialVerificationServiceInitFlow_Reply, error)
	// CredentialVerificationServiceCompleteFlow Completes a credential verification flow
	CredentialVerificationServiceCompleteFlow(ctx context.Context, in *CredentialVerificationServiceCompleteFlow_Request, opts ...grpc.CallOption) (*CredentialVerificationServiceCompleteFlow_Reply, error)
	// VerifiedCredentialsList Retrieves the list of verified credentials
	VerifiedCredentialsList(ctx context.Context, in *VerifiedCredentialsList_Request, opts ...grpc.CallOption) (ProtocolService_VerifiedCredentialsListClient, error)
	// ReplicationServiceRegisterGroup Asks a replication service to distribute a group contents
	ReplicationServiceRegisterGroup(ctx context.Context, in *ReplicationServiceRegisterGroup_Request, opts ...grpc.CallOption) (*ReplicationServiceRegisterGroup_Reply, error)
	// PeerList returns a list of P2P peers
	PeerList(ctx context.Context, in *PeerList_Request, opts ...grpc.CallOption) (*PeerList_Reply, error)
	// OutOfStoreReceive parses a payload received outside a synchronized store
	OutOfStoreReceive(ctx context.Context, in *OutOfStoreReceive_Request, opts ...grpc.CallOption) (*OutOfStoreReceive_Reply, error)
	// OutOfStoreSeal creates a payload of a message present in store to be sent outside a synchronized store
	OutOfStoreSeal(ctx context.Context, in *OutOfStoreSeal_Request, opts ...grpc.CallOption) (*OutOfStoreSeal_Reply, error)
	// RefreshContactRequest try to refresh the contact request for the given contact
	RefreshContactRequest(ctx context.Context, in *RefreshContactRequest_Request, opts ...grpc.CallOption) (*RefreshContactRequest_Reply, error)
}

ProtocolServiceClient is the client API for ProtocolService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ProtocolServiceServer

type ProtocolServiceServer interface {
	// ServiceExportData exports the current data of the protocol service
	ServiceExportData(*ServiceExportData_Request, ProtocolService_ServiceExportDataServer) error
	// ServiceGetConfiguration gets the current configuration of the protocol service
	ServiceGetConfiguration(context.Context, *ServiceGetConfiguration_Request) (*ServiceGetConfiguration_Reply, error)
	// ContactRequestReference retrieves the information required to create a reference (ie. included in a shareable link) to the current account
	ContactRequestReference(context.Context, *ContactRequestReference_Request) (*ContactRequestReference_Reply, error)
	// ContactRequestDisable disables incoming contact requests
	ContactRequestDisable(context.Context, *ContactRequestDisable_Request) (*ContactRequestDisable_Reply, error)
	// ContactRequestEnable enables incoming contact requests
	ContactRequestEnable(context.Context, *ContactRequestEnable_Request) (*ContactRequestEnable_Reply, error)
	// ContactRequestResetReference changes the contact request reference
	ContactRequestResetReference(context.Context, *ContactRequestResetReference_Request) (*ContactRequestResetReference_Reply, error)
	// ContactRequestSend attempt to send a contact request
	ContactRequestSend(context.Context, *ContactRequestSend_Request) (*ContactRequestSend_Reply, error)
	// ContactRequestAccept accepts a contact request
	ContactRequestAccept(context.Context, *ContactRequestAccept_Request) (*ContactRequestAccept_Reply, error)
	// ContactRequestDiscard ignores a contact request, without informing the other user
	ContactRequestDiscard(context.Context, *ContactRequestDiscard_Request) (*ContactRequestDiscard_Reply, error)
	// ShareContact uses ContactRequestReference to get the contact information for the current account and
	// returns the Protobuf encoding of a shareable contact which you can further encode and share. If needed, this
	// will reset the contact request reference and enable contact requests. To decode the result, see DecodeContact.
	ShareContact(context.Context, *ShareContact_Request) (*ShareContact_Reply, error)
	// DecodeContact decodes the Protobuf encoding of a shareable contact which was returned by ShareContact.
	DecodeContact(context.Context, *DecodeContact_Request) (*DecodeContact_Reply, error)
	// ContactBlock blocks a contact from sending requests
	ContactBlock(context.Context, *ContactBlock_Request) (*ContactBlock_Reply, error)
	// ContactUnblock unblocks a contact from sending requests
	ContactUnblock(context.Context, *ContactUnblock_Request) (*ContactUnblock_Reply, error)
	// ContactAliasKeySend send an alias key to a contact, the contact will be able to assert that your account is being present on a multi-member group
	ContactAliasKeySend(context.Context, *ContactAliasKeySend_Request) (*ContactAliasKeySend_Reply, error)
	// MultiMemberGroupCreate creates a new multi-member group
	MultiMemberGroupCreate(context.Context, *MultiMemberGroupCreate_Request) (*MultiMemberGroupCreate_Reply, error)
	// MultiMemberGroupJoin joins a multi-member group
	MultiMemberGroupJoin(context.Context, *MultiMemberGroupJoin_Request) (*MultiMemberGroupJoin_Reply, error)
	// MultiMemberGroupLeave leaves a multi-member group
	MultiMemberGroupLeave(context.Context, *MultiMemberGroupLeave_Request) (*MultiMemberGroupLeave_Reply, error)
	// MultiMemberGroupAliasResolverDisclose discloses your alias resolver key
	MultiMemberGroupAliasResolverDisclose(context.Context, *MultiMemberGroupAliasResolverDisclose_Request) (*MultiMemberGroupAliasResolverDisclose_Reply, error)
	// MultiMemberGroupAdminRoleGrant grants an admin role to a group member
	MultiMemberGroupAdminRoleGrant(context.Context, *MultiMemberGroupAdminRoleGrant_Request) (*MultiMemberGroupAdminRoleGrant_Reply, error)
	// MultiMemberGroupInvitationCreate creates an invitation to a multi-member group
	MultiMemberGroupInvitationCreate(context.Context, *MultiMemberGroupInvitationCreate_Request) (*MultiMemberGroupInvitationCreate_Reply, error)
	// AppMetadataSend adds an app event to the metadata store, the message is encrypted using a symmetric key and readable by future group members
	AppMetadataSend(context.Context, *AppMetadataSend_Request) (*AppMetadataSend_Reply, error)
	// AppMessageSend adds an app event to the message store, the message is encrypted using a derived key and readable by current group members
	AppMessageSend(context.Context, *AppMessageSend_Request) (*AppMessageSend_Reply, error)
	// GroupMetadataList replays previous and subscribes to new metadata events from the group
	GroupMetadataList(*GroupMetadataList_Request, ProtocolService_GroupMetadataListServer) error
	// GroupMessageList replays previous and subscribes to new message events from the group
	GroupMessageList(*GroupMessageList_Request, ProtocolService_GroupMessageListServer) error
	// GroupInfo retrieves information about a group
	GroupInfo(context.Context, *GroupInfo_Request) (*GroupInfo_Reply, error)
	// ActivateGroup explicitly opens a group
	ActivateGroup(context.Context, *ActivateGroup_Request) (*ActivateGroup_Reply, error)
	// DeactivateGroup closes a group
	DeactivateGroup(context.Context, *DeactivateGroup_Request) (*DeactivateGroup_Reply, error)
	// GroupDeviceStatus monitor device status
	GroupDeviceStatus(*GroupDeviceStatus_Request, ProtocolService_GroupDeviceStatusServer) error
	DebugListGroups(*DebugListGroups_Request, ProtocolService_DebugListGroupsServer) error
	DebugInspectGroupStore(*DebugInspectGroupStore_Request, ProtocolService_DebugInspectGroupStoreServer) error
	DebugGroup(context.Context, *DebugGroup_Request) (*DebugGroup_Reply, error)
	SystemInfo(context.Context, *SystemInfo_Request) (*SystemInfo_Reply, error)
	// CredentialVerificationServiceInitFlow Initialize a credential verification flow
	CredentialVerificationServiceInitFlow(context.Context, *CredentialVerificationServiceInitFlow_Request) (*CredentialVerificationServiceInitFlow_Reply, error)
	// CredentialVerificationServiceCompleteFlow Completes a credential verification flow
	CredentialVerificationServiceCompleteFlow(context.Context, *CredentialVerificationServiceCompleteFlow_Request) (*CredentialVerificationServiceCompleteFlow_Reply, error)
	// VerifiedCredentialsList Retrieves the list of verified credentials
	VerifiedCredentialsList(*VerifiedCredentialsList_Request, ProtocolService_VerifiedCredentialsListServer) error
	// ReplicationServiceRegisterGroup Asks a replication service to distribute a group contents
	ReplicationServiceRegisterGroup(context.Context, *ReplicationServiceRegisterGroup_Request) (*ReplicationServiceRegisterGroup_Reply, error)
	// PeerList returns a list of P2P peers
	PeerList(context.Context, *PeerList_Request) (*PeerList_Reply, error)
	// OutOfStoreReceive parses a payload received outside a synchronized store
	OutOfStoreReceive(context.Context, *OutOfStoreReceive_Request) (*OutOfStoreReceive_Reply, error)
	// OutOfStoreSeal creates a payload of a message present in store to be sent outside a synchronized store
	OutOfStoreSeal(context.Context, *OutOfStoreSeal_Request) (*OutOfStoreSeal_Reply, error)
	// RefreshContactRequest try to refresh the contact request for the given contact
	RefreshContactRequest(context.Context, *RefreshContactRequest_Request) (*RefreshContactRequest_Reply, error)
	// contains filtered or unexported methods
}

ProtocolServiceServer is the server API for ProtocolService service. All implementations must embed UnimplementedProtocolServiceServer for forward compatibility

type ProtocolService_DebugInspectGroupStoreClient

type ProtocolService_DebugInspectGroupStoreClient interface {
	Recv() (*DebugInspectGroupStore_Reply, error)
	grpc.ClientStream
}

type ProtocolService_DebugInspectGroupStoreServer

type ProtocolService_DebugInspectGroupStoreServer interface {
	Send(*DebugInspectGroupStore_Reply) error
	grpc.ServerStream
}

type ProtocolService_DebugListGroupsClient

type ProtocolService_DebugListGroupsClient interface {
	Recv() (*DebugListGroups_Reply, error)
	grpc.ClientStream
}

type ProtocolService_DebugListGroupsServer

type ProtocolService_DebugListGroupsServer interface {
	Send(*DebugListGroups_Reply) error
	grpc.ServerStream
}

type ProtocolService_GroupDeviceStatusClient

type ProtocolService_GroupDeviceStatusClient interface {
	Recv() (*GroupDeviceStatus_Reply, error)
	grpc.ClientStream
}

type ProtocolService_GroupDeviceStatusServer

type ProtocolService_GroupDeviceStatusServer interface {
	Send(*GroupDeviceStatus_Reply) error
	grpc.ServerStream
}

type ProtocolService_GroupMessageListClient

type ProtocolService_GroupMessageListClient interface {
	Recv() (*GroupMessageEvent, error)
	grpc.ClientStream
}

type ProtocolService_GroupMessageListServer

type ProtocolService_GroupMessageListServer interface {
	Send(*GroupMessageEvent) error
	grpc.ServerStream
}

type ProtocolService_GroupMetadataListClient

type ProtocolService_GroupMetadataListClient interface {
	Recv() (*GroupMetadataEvent, error)
	grpc.ClientStream
}

type ProtocolService_GroupMetadataListServer

type ProtocolService_GroupMetadataListServer interface {
	Send(*GroupMetadataEvent) error
	grpc.ServerStream
}

type ProtocolService_ServiceExportDataClient added in v1.2.0

type ProtocolService_ServiceExportDataClient interface {
	Recv() (*ServiceExportData_Reply, error)
	grpc.ClientStream
}

type ProtocolService_ServiceExportDataServer added in v1.2.0

type ProtocolService_ServiceExportDataServer interface {
	Send(*ServiceExportData_Reply) error
	grpc.ServerStream
}

type ProtocolService_VerifiedCredentialsListClient

type ProtocolService_VerifiedCredentialsListClient interface {
	Recv() (*VerifiedCredentialsList_Reply, error)
	grpc.ClientStream
}

type ProtocolService_VerifiedCredentialsListServer

type ProtocolService_VerifiedCredentialsListServer interface {
	Send(*VerifiedCredentialsList_Reply) error
	grpc.ServerStream
}

type RefreshContactRequest

type RefreshContactRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RefreshContactRequest) Descriptor

func (*RefreshContactRequest) Descriptor() ([]byte, []int)

func (*RefreshContactRequest) Marshal

func (m *RefreshContactRequest) Marshal() (dAtA []byte, err error)

func (*RefreshContactRequest) MarshalTo

func (m *RefreshContactRequest) MarshalTo(dAtA []byte) (int, error)

func (*RefreshContactRequest) MarshalToSizedBuffer

func (m *RefreshContactRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RefreshContactRequest) ProtoMessage

func (*RefreshContactRequest) ProtoMessage()

func (*RefreshContactRequest) Reset

func (m *RefreshContactRequest) Reset()

func (*RefreshContactRequest) Size

func (m *RefreshContactRequest) Size() (n int)

func (*RefreshContactRequest) String

func (m *RefreshContactRequest) String() string

func (*RefreshContactRequest) Unmarshal

func (m *RefreshContactRequest) Unmarshal(dAtA []byte) error

func (*RefreshContactRequest) XXX_DiscardUnknown

func (m *RefreshContactRequest) XXX_DiscardUnknown()

func (*RefreshContactRequest) XXX_Marshal

func (m *RefreshContactRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RefreshContactRequest) XXX_Merge

func (m *RefreshContactRequest) XXX_Merge(src proto.Message)

func (*RefreshContactRequest) XXX_Size

func (m *RefreshContactRequest) XXX_Size() int

func (*RefreshContactRequest) XXX_Unmarshal

func (m *RefreshContactRequest) XXX_Unmarshal(b []byte) error

type RefreshContactRequest_Peer

type RefreshContactRequest_Peer struct {
	// id is the libp2p.PeerID.
	ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// list of peers multiaddrs.
	Addrs                []string `protobuf:"bytes,2,rep,name=addrs,proto3" json:"addrs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RefreshContactRequest_Peer) Descriptor

func (*RefreshContactRequest_Peer) Descriptor() ([]byte, []int)

func (*RefreshContactRequest_Peer) GetAddrs

func (m *RefreshContactRequest_Peer) GetAddrs() []string

func (*RefreshContactRequest_Peer) GetID

func (*RefreshContactRequest_Peer) Marshal

func (m *RefreshContactRequest_Peer) Marshal() (dAtA []byte, err error)

func (*RefreshContactRequest_Peer) MarshalTo

func (m *RefreshContactRequest_Peer) MarshalTo(dAtA []byte) (int, error)

func (*RefreshContactRequest_Peer) MarshalToSizedBuffer

func (m *RefreshContactRequest_Peer) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RefreshContactRequest_Peer) ProtoMessage

func (*RefreshContactRequest_Peer) ProtoMessage()

func (*RefreshContactRequest_Peer) Reset

func (m *RefreshContactRequest_Peer) Reset()

func (*RefreshContactRequest_Peer) Size

func (m *RefreshContactRequest_Peer) Size() (n int)

func (*RefreshContactRequest_Peer) String

func (m *RefreshContactRequest_Peer) String() string

func (*RefreshContactRequest_Peer) Unmarshal

func (m *RefreshContactRequest_Peer) Unmarshal(dAtA []byte) error

func (*RefreshContactRequest_Peer) XXX_DiscardUnknown

func (m *RefreshContactRequest_Peer) XXX_DiscardUnknown()

func (*RefreshContactRequest_Peer) XXX_Marshal

func (m *RefreshContactRequest_Peer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RefreshContactRequest_Peer) XXX_Merge

func (m *RefreshContactRequest_Peer) XXX_Merge(src proto.Message)

func (*RefreshContactRequest_Peer) XXX_Size

func (m *RefreshContactRequest_Peer) XXX_Size() int

func (*RefreshContactRequest_Peer) XXX_Unmarshal

func (m *RefreshContactRequest_Peer) XXX_Unmarshal(b []byte) error

type RefreshContactRequest_Reply

type RefreshContactRequest_Reply struct {
	// peers found and successfully connected.
	PeersFound           []*RefreshContactRequest_Peer `protobuf:"bytes,1,rep,name=peers_found,json=peersFound,proto3" json:"peers_found,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*RefreshContactRequest_Reply) Descriptor

func (*RefreshContactRequest_Reply) Descriptor() ([]byte, []int)

func (*RefreshContactRequest_Reply) GetPeersFound

func (*RefreshContactRequest_Reply) Marshal

func (m *RefreshContactRequest_Reply) Marshal() (dAtA []byte, err error)

func (*RefreshContactRequest_Reply) MarshalTo

func (m *RefreshContactRequest_Reply) MarshalTo(dAtA []byte) (int, error)

func (*RefreshContactRequest_Reply) MarshalToSizedBuffer

func (m *RefreshContactRequest_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RefreshContactRequest_Reply) ProtoMessage

func (*RefreshContactRequest_Reply) ProtoMessage()

func (*RefreshContactRequest_Reply) Reset

func (m *RefreshContactRequest_Reply) Reset()

func (*RefreshContactRequest_Reply) Size

func (m *RefreshContactRequest_Reply) Size() (n int)

func (*RefreshContactRequest_Reply) String

func (m *RefreshContactRequest_Reply) String() string

func (*RefreshContactRequest_Reply) Unmarshal

func (m *RefreshContactRequest_Reply) Unmarshal(dAtA []byte) error

func (*RefreshContactRequest_Reply) XXX_DiscardUnknown

func (m *RefreshContactRequest_Reply) XXX_DiscardUnknown()

func (*RefreshContactRequest_Reply) XXX_Marshal

func (m *RefreshContactRequest_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RefreshContactRequest_Reply) XXX_Merge

func (m *RefreshContactRequest_Reply) XXX_Merge(src proto.Message)

func (*RefreshContactRequest_Reply) XXX_Size

func (m *RefreshContactRequest_Reply) XXX_Size() int

func (*RefreshContactRequest_Reply) XXX_Unmarshal

func (m *RefreshContactRequest_Reply) XXX_Unmarshal(b []byte) error

type RefreshContactRequest_Request

type RefreshContactRequest_Request struct {
	ContactPK []byte `protobuf:"bytes,1,opt,name=contact_pk,json=contactPk,proto3" json:"contact_pk,omitempty"`
	// timeout in second
	Timeout              int64    `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RefreshContactRequest_Request) Descriptor

func (*RefreshContactRequest_Request) Descriptor() ([]byte, []int)

func (*RefreshContactRequest_Request) GetContactPK

func (m *RefreshContactRequest_Request) GetContactPK() []byte

func (*RefreshContactRequest_Request) GetTimeout

func (m *RefreshContactRequest_Request) GetTimeout() int64

func (*RefreshContactRequest_Request) Marshal

func (m *RefreshContactRequest_Request) Marshal() (dAtA []byte, err error)

func (*RefreshContactRequest_Request) MarshalTo

func (m *RefreshContactRequest_Request) MarshalTo(dAtA []byte) (int, error)

func (*RefreshContactRequest_Request) MarshalToSizedBuffer

func (m *RefreshContactRequest_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RefreshContactRequest_Request) ProtoMessage

func (*RefreshContactRequest_Request) ProtoMessage()

func (*RefreshContactRequest_Request) Reset

func (m *RefreshContactRequest_Request) Reset()

func (*RefreshContactRequest_Request) Size

func (m *RefreshContactRequest_Request) Size() (n int)

func (*RefreshContactRequest_Request) String

func (*RefreshContactRequest_Request) Unmarshal

func (m *RefreshContactRequest_Request) Unmarshal(dAtA []byte) error

func (*RefreshContactRequest_Request) XXX_DiscardUnknown

func (m *RefreshContactRequest_Request) XXX_DiscardUnknown()

func (*RefreshContactRequest_Request) XXX_Marshal

func (m *RefreshContactRequest_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RefreshContactRequest_Request) XXX_Merge

func (m *RefreshContactRequest_Request) XXX_Merge(src proto.Message)

func (*RefreshContactRequest_Request) XXX_Size

func (m *RefreshContactRequest_Request) XXX_Size() int

func (*RefreshContactRequest_Request) XXX_Unmarshal

func (m *RefreshContactRequest_Request) XXX_Unmarshal(b []byte) error

type ReplicationServiceRegisterGroup

type ReplicationServiceRegisterGroup struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReplicationServiceRegisterGroup) Descriptor

func (*ReplicationServiceRegisterGroup) Descriptor() ([]byte, []int)

func (*ReplicationServiceRegisterGroup) Marshal

func (m *ReplicationServiceRegisterGroup) Marshal() (dAtA []byte, err error)

func (*ReplicationServiceRegisterGroup) MarshalTo

func (m *ReplicationServiceRegisterGroup) MarshalTo(dAtA []byte) (int, error)

func (*ReplicationServiceRegisterGroup) MarshalToSizedBuffer

func (m *ReplicationServiceRegisterGroup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReplicationServiceRegisterGroup) ProtoMessage

func (*ReplicationServiceRegisterGroup) ProtoMessage()

func (*ReplicationServiceRegisterGroup) Reset

func (*ReplicationServiceRegisterGroup) Size

func (m *ReplicationServiceRegisterGroup) Size() (n int)

func (*ReplicationServiceRegisterGroup) String

func (*ReplicationServiceRegisterGroup) Unmarshal

func (m *ReplicationServiceRegisterGroup) Unmarshal(dAtA []byte) error

func (*ReplicationServiceRegisterGroup) XXX_DiscardUnknown

func (m *ReplicationServiceRegisterGroup) XXX_DiscardUnknown()

func (*ReplicationServiceRegisterGroup) XXX_Marshal

func (m *ReplicationServiceRegisterGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplicationServiceRegisterGroup) XXX_Merge

func (m *ReplicationServiceRegisterGroup) XXX_Merge(src proto.Message)

func (*ReplicationServiceRegisterGroup) XXX_Size

func (m *ReplicationServiceRegisterGroup) XXX_Size() int

func (*ReplicationServiceRegisterGroup) XXX_Unmarshal

func (m *ReplicationServiceRegisterGroup) XXX_Unmarshal(b []byte) error

type ReplicationServiceRegisterGroup_Reply

type ReplicationServiceRegisterGroup_Reply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReplicationServiceRegisterGroup_Reply) Descriptor

func (*ReplicationServiceRegisterGroup_Reply) Descriptor() ([]byte, []int)

func (*ReplicationServiceRegisterGroup_Reply) Marshal

func (m *ReplicationServiceRegisterGroup_Reply) Marshal() (dAtA []byte, err error)

func (*ReplicationServiceRegisterGroup_Reply) MarshalTo

func (m *ReplicationServiceRegisterGroup_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ReplicationServiceRegisterGroup_Reply) MarshalToSizedBuffer

func (m *ReplicationServiceRegisterGroup_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage

func (*ReplicationServiceRegisterGroup_Reply) ProtoMessage()

func (*ReplicationServiceRegisterGroup_Reply) Reset

func (*ReplicationServiceRegisterGroup_Reply) Size

func (*ReplicationServiceRegisterGroup_Reply) String

func (*ReplicationServiceRegisterGroup_Reply) Unmarshal

func (m *ReplicationServiceRegisterGroup_Reply) Unmarshal(dAtA []byte) error

func (*ReplicationServiceRegisterGroup_Reply) XXX_DiscardUnknown

func (m *ReplicationServiceRegisterGroup_Reply) XXX_DiscardUnknown()

func (*ReplicationServiceRegisterGroup_Reply) XXX_Marshal

func (m *ReplicationServiceRegisterGroup_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplicationServiceRegisterGroup_Reply) XXX_Merge

func (*ReplicationServiceRegisterGroup_Reply) XXX_Size

func (*ReplicationServiceRegisterGroup_Reply) XXX_Unmarshal

func (m *ReplicationServiceRegisterGroup_Reply) XXX_Unmarshal(b []byte) error

type ReplicationServiceRegisterGroup_Request

type ReplicationServiceRegisterGroup_Request struct {
	GroupPK              []byte   `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	Token                string   `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	AuthenticationURL    string   `protobuf:"bytes,3,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"`
	ReplicationServer    string   `protobuf:"bytes,4,opt,name=replication_server,json=replicationServer,proto3" json:"replication_server,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReplicationServiceRegisterGroup_Request) Descriptor

func (*ReplicationServiceRegisterGroup_Request) Descriptor() ([]byte, []int)

func (*ReplicationServiceRegisterGroup_Request) GetAuthenticationURL added in v1.13.0

func (m *ReplicationServiceRegisterGroup_Request) GetAuthenticationURL() string

func (*ReplicationServiceRegisterGroup_Request) GetGroupPK

func (*ReplicationServiceRegisterGroup_Request) GetReplicationServer added in v1.13.0

func (m *ReplicationServiceRegisterGroup_Request) GetReplicationServer() string

func (*ReplicationServiceRegisterGroup_Request) GetToken added in v1.13.0

func (*ReplicationServiceRegisterGroup_Request) Marshal

func (m *ReplicationServiceRegisterGroup_Request) Marshal() (dAtA []byte, err error)

func (*ReplicationServiceRegisterGroup_Request) MarshalTo

func (m *ReplicationServiceRegisterGroup_Request) MarshalTo(dAtA []byte) (int, error)

func (*ReplicationServiceRegisterGroup_Request) MarshalToSizedBuffer

func (m *ReplicationServiceRegisterGroup_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReplicationServiceRegisterGroup_Request) ProtoMessage

func (*ReplicationServiceRegisterGroup_Request) Reset

func (*ReplicationServiceRegisterGroup_Request) Size

func (*ReplicationServiceRegisterGroup_Request) String

func (*ReplicationServiceRegisterGroup_Request) Unmarshal

func (m *ReplicationServiceRegisterGroup_Request) Unmarshal(dAtA []byte) error

func (*ReplicationServiceRegisterGroup_Request) XXX_DiscardUnknown

func (m *ReplicationServiceRegisterGroup_Request) XXX_DiscardUnknown()

func (*ReplicationServiceRegisterGroup_Request) XXX_Marshal

func (m *ReplicationServiceRegisterGroup_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplicationServiceRegisterGroup_Request) XXX_Merge

func (*ReplicationServiceRegisterGroup_Request) XXX_Size

func (*ReplicationServiceRegisterGroup_Request) XXX_Unmarshal

func (m *ReplicationServiceRegisterGroup_Request) XXX_Unmarshal(b []byte) error

type ReplicationServiceReplicateGroup

type ReplicationServiceReplicateGroup struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReplicationServiceReplicateGroup) Descriptor

func (*ReplicationServiceReplicateGroup) Descriptor() ([]byte, []int)

func (*ReplicationServiceReplicateGroup) Marshal

func (m *ReplicationServiceReplicateGroup) Marshal() (dAtA []byte, err error)

func (*ReplicationServiceReplicateGroup) MarshalTo

func (m *ReplicationServiceReplicateGroup) MarshalTo(dAtA []byte) (int, error)

func (*ReplicationServiceReplicateGroup) MarshalToSizedBuffer

func (m *ReplicationServiceReplicateGroup) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReplicationServiceReplicateGroup) ProtoMessage

func (*ReplicationServiceReplicateGroup) ProtoMessage()

func (*ReplicationServiceReplicateGroup) Reset

func (*ReplicationServiceReplicateGroup) Size

func (m *ReplicationServiceReplicateGroup) Size() (n int)

func (*ReplicationServiceReplicateGroup) String

func (*ReplicationServiceReplicateGroup) Unmarshal

func (m *ReplicationServiceReplicateGroup) Unmarshal(dAtA []byte) error

func (*ReplicationServiceReplicateGroup) XXX_DiscardUnknown

func (m *ReplicationServiceReplicateGroup) XXX_DiscardUnknown()

func (*ReplicationServiceReplicateGroup) XXX_Marshal

func (m *ReplicationServiceReplicateGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplicationServiceReplicateGroup) XXX_Merge

func (*ReplicationServiceReplicateGroup) XXX_Size

func (m *ReplicationServiceReplicateGroup) XXX_Size() int

func (*ReplicationServiceReplicateGroup) XXX_Unmarshal

func (m *ReplicationServiceReplicateGroup) XXX_Unmarshal(b []byte) error

type ReplicationServiceReplicateGroup_Reply

type ReplicationServiceReplicateGroup_Reply struct {
	OK                   bool     `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReplicationServiceReplicateGroup_Reply) Descriptor

func (*ReplicationServiceReplicateGroup_Reply) Descriptor() ([]byte, []int)

func (*ReplicationServiceReplicateGroup_Reply) GetOK

func (*ReplicationServiceReplicateGroup_Reply) Marshal

func (m *ReplicationServiceReplicateGroup_Reply) Marshal() (dAtA []byte, err error)

func (*ReplicationServiceReplicateGroup_Reply) MarshalTo

func (m *ReplicationServiceReplicateGroup_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ReplicationServiceReplicateGroup_Reply) MarshalToSizedBuffer

func (m *ReplicationServiceReplicateGroup_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReplicationServiceReplicateGroup_Reply) ProtoMessage

func (*ReplicationServiceReplicateGroup_Reply) Reset

func (*ReplicationServiceReplicateGroup_Reply) Size

func (*ReplicationServiceReplicateGroup_Reply) String

func (*ReplicationServiceReplicateGroup_Reply) Unmarshal

func (m *ReplicationServiceReplicateGroup_Reply) Unmarshal(dAtA []byte) error

func (*ReplicationServiceReplicateGroup_Reply) XXX_DiscardUnknown

func (m *ReplicationServiceReplicateGroup_Reply) XXX_DiscardUnknown()

func (*ReplicationServiceReplicateGroup_Reply) XXX_Marshal

func (m *ReplicationServiceReplicateGroup_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplicationServiceReplicateGroup_Reply) XXX_Merge

func (*ReplicationServiceReplicateGroup_Reply) XXX_Size

func (*ReplicationServiceReplicateGroup_Reply) XXX_Unmarshal

func (m *ReplicationServiceReplicateGroup_Reply) XXX_Unmarshal(b []byte) error

type ReplicationServiceReplicateGroup_Request

type ReplicationServiceReplicateGroup_Request struct {
	Group                *Group   `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReplicationServiceReplicateGroup_Request) Descriptor

func (*ReplicationServiceReplicateGroup_Request) Descriptor() ([]byte, []int)

func (*ReplicationServiceReplicateGroup_Request) GetGroup

func (*ReplicationServiceReplicateGroup_Request) Marshal

func (m *ReplicationServiceReplicateGroup_Request) Marshal() (dAtA []byte, err error)

func (*ReplicationServiceReplicateGroup_Request) MarshalTo

func (m *ReplicationServiceReplicateGroup_Request) MarshalTo(dAtA []byte) (int, error)

func (*ReplicationServiceReplicateGroup_Request) MarshalToSizedBuffer

func (m *ReplicationServiceReplicateGroup_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReplicationServiceReplicateGroup_Request) ProtoMessage

func (*ReplicationServiceReplicateGroup_Request) Reset

func (*ReplicationServiceReplicateGroup_Request) Size

func (*ReplicationServiceReplicateGroup_Request) String

func (*ReplicationServiceReplicateGroup_Request) Unmarshal

func (*ReplicationServiceReplicateGroup_Request) XXX_DiscardUnknown

func (m *ReplicationServiceReplicateGroup_Request) XXX_DiscardUnknown()

func (*ReplicationServiceReplicateGroup_Request) XXX_Marshal

func (m *ReplicationServiceReplicateGroup_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReplicationServiceReplicateGroup_Request) XXX_Merge

func (*ReplicationServiceReplicateGroup_Request) XXX_Size

func (*ReplicationServiceReplicateGroup_Request) XXX_Unmarshal

func (m *ReplicationServiceReplicateGroup_Request) XXX_Unmarshal(b []byte) error

type ServiceExportData added in v1.2.0

type ServiceExportData struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceExportData) Descriptor added in v1.2.0

func (*ServiceExportData) Descriptor() ([]byte, []int)

func (*ServiceExportData) Marshal added in v1.2.0

func (m *ServiceExportData) Marshal() (dAtA []byte, err error)

func (*ServiceExportData) MarshalTo added in v1.2.0

func (m *ServiceExportData) MarshalTo(dAtA []byte) (int, error)

func (*ServiceExportData) MarshalToSizedBuffer added in v1.2.0

func (m *ServiceExportData) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceExportData) ProtoMessage added in v1.2.0

func (*ServiceExportData) ProtoMessage()

func (*ServiceExportData) Reset added in v1.2.0

func (m *ServiceExportData) Reset()

func (*ServiceExportData) Size added in v1.2.0

func (m *ServiceExportData) Size() (n int)

func (*ServiceExportData) String added in v1.2.0

func (m *ServiceExportData) String() string

func (*ServiceExportData) Unmarshal added in v1.2.0

func (m *ServiceExportData) Unmarshal(dAtA []byte) error

func (*ServiceExportData) XXX_DiscardUnknown added in v1.2.0

func (m *ServiceExportData) XXX_DiscardUnknown()

func (*ServiceExportData) XXX_Marshal added in v1.2.0

func (m *ServiceExportData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceExportData) XXX_Merge added in v1.2.0

func (m *ServiceExportData) XXX_Merge(src proto.Message)

func (*ServiceExportData) XXX_Size added in v1.2.0

func (m *ServiceExportData) XXX_Size() int

func (*ServiceExportData) XXX_Unmarshal added in v1.2.0

func (m *ServiceExportData) XXX_Unmarshal(b []byte) error

type ServiceExportData_Reply added in v1.2.0

type ServiceExportData_Reply struct {
	ExportedData         []byte   `protobuf:"bytes,1,opt,name=exported_data,json=exportedData,proto3" json:"exported_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceExportData_Reply) Descriptor added in v1.2.0

func (*ServiceExportData_Reply) Descriptor() ([]byte, []int)

func (*ServiceExportData_Reply) GetExportedData added in v1.2.0

func (m *ServiceExportData_Reply) GetExportedData() []byte

func (*ServiceExportData_Reply) Marshal added in v1.2.0

func (m *ServiceExportData_Reply) Marshal() (dAtA []byte, err error)

func (*ServiceExportData_Reply) MarshalTo added in v1.2.0

func (m *ServiceExportData_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ServiceExportData_Reply) MarshalToSizedBuffer added in v1.2.0

func (m *ServiceExportData_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceExportData_Reply) ProtoMessage added in v1.2.0

func (*ServiceExportData_Reply) ProtoMessage()

func (*ServiceExportData_Reply) Reset added in v1.2.0

func (m *ServiceExportData_Reply) Reset()

func (*ServiceExportData_Reply) Size added in v1.2.0

func (m *ServiceExportData_Reply) Size() (n int)

func (*ServiceExportData_Reply) String added in v1.2.0

func (m *ServiceExportData_Reply) String() string

func (*ServiceExportData_Reply) Unmarshal added in v1.2.0

func (m *ServiceExportData_Reply) Unmarshal(dAtA []byte) error

func (*ServiceExportData_Reply) XXX_DiscardUnknown added in v1.2.0

func (m *ServiceExportData_Reply) XXX_DiscardUnknown()

func (*ServiceExportData_Reply) XXX_Marshal added in v1.2.0

func (m *ServiceExportData_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceExportData_Reply) XXX_Merge added in v1.2.0

func (m *ServiceExportData_Reply) XXX_Merge(src proto.Message)

func (*ServiceExportData_Reply) XXX_Size added in v1.2.0

func (m *ServiceExportData_Reply) XXX_Size() int

func (*ServiceExportData_Reply) XXX_Unmarshal added in v1.2.0

func (m *ServiceExportData_Reply) XXX_Unmarshal(b []byte) error

type ServiceExportData_Request added in v1.2.0

type ServiceExportData_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceExportData_Request) Descriptor added in v1.2.0

func (*ServiceExportData_Request) Descriptor() ([]byte, []int)

func (*ServiceExportData_Request) Marshal added in v1.2.0

func (m *ServiceExportData_Request) Marshal() (dAtA []byte, err error)

func (*ServiceExportData_Request) MarshalTo added in v1.2.0

func (m *ServiceExportData_Request) MarshalTo(dAtA []byte) (int, error)

func (*ServiceExportData_Request) MarshalToSizedBuffer added in v1.2.0

func (m *ServiceExportData_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceExportData_Request) ProtoMessage added in v1.2.0

func (*ServiceExportData_Request) ProtoMessage()

func (*ServiceExportData_Request) Reset added in v1.2.0

func (m *ServiceExportData_Request) Reset()

func (*ServiceExportData_Request) Size added in v1.2.0

func (m *ServiceExportData_Request) Size() (n int)

func (*ServiceExportData_Request) String added in v1.2.0

func (m *ServiceExportData_Request) String() string

func (*ServiceExportData_Request) Unmarshal added in v1.2.0

func (m *ServiceExportData_Request) Unmarshal(dAtA []byte) error

func (*ServiceExportData_Request) XXX_DiscardUnknown added in v1.2.0

func (m *ServiceExportData_Request) XXX_DiscardUnknown()

func (*ServiceExportData_Request) XXX_Marshal added in v1.2.0

func (m *ServiceExportData_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceExportData_Request) XXX_Merge added in v1.2.0

func (m *ServiceExportData_Request) XXX_Merge(src proto.Message)

func (*ServiceExportData_Request) XXX_Size added in v1.2.0

func (m *ServiceExportData_Request) XXX_Size() int

func (*ServiceExportData_Request) XXX_Unmarshal added in v1.2.0

func (m *ServiceExportData_Request) XXX_Unmarshal(b []byte) error

type ServiceGetConfiguration added in v1.2.0

type ServiceGetConfiguration struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceGetConfiguration) Descriptor added in v1.2.0

func (*ServiceGetConfiguration) Descriptor() ([]byte, []int)

func (*ServiceGetConfiguration) Marshal added in v1.2.0

func (m *ServiceGetConfiguration) Marshal() (dAtA []byte, err error)

func (*ServiceGetConfiguration) MarshalTo added in v1.2.0

func (m *ServiceGetConfiguration) MarshalTo(dAtA []byte) (int, error)

func (*ServiceGetConfiguration) MarshalToSizedBuffer added in v1.2.0

func (m *ServiceGetConfiguration) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceGetConfiguration) ProtoMessage added in v1.2.0

func (*ServiceGetConfiguration) ProtoMessage()

func (*ServiceGetConfiguration) Reset added in v1.2.0

func (m *ServiceGetConfiguration) Reset()

func (*ServiceGetConfiguration) Size added in v1.2.0

func (m *ServiceGetConfiguration) Size() (n int)

func (*ServiceGetConfiguration) String added in v1.2.0

func (m *ServiceGetConfiguration) String() string

func (*ServiceGetConfiguration) Unmarshal added in v1.2.0

func (m *ServiceGetConfiguration) Unmarshal(dAtA []byte) error

func (*ServiceGetConfiguration) XXX_DiscardUnknown added in v1.2.0

func (m *ServiceGetConfiguration) XXX_DiscardUnknown()

func (*ServiceGetConfiguration) XXX_Marshal added in v1.2.0

func (m *ServiceGetConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceGetConfiguration) XXX_Merge added in v1.2.0

func (m *ServiceGetConfiguration) XXX_Merge(src proto.Message)

func (*ServiceGetConfiguration) XXX_Size added in v1.2.0

func (m *ServiceGetConfiguration) XXX_Size() int

func (*ServiceGetConfiguration) XXX_Unmarshal added in v1.2.0

func (m *ServiceGetConfiguration) XXX_Unmarshal(b []byte) error

type ServiceGetConfiguration_Reply added in v1.2.0

type ServiceGetConfiguration_Reply struct {
	// account_pk is the public key of the current account
	AccountPK []byte `protobuf:"bytes,1,opt,name=account_pk,json=accountPk,proto3" json:"account_pk,omitempty"`
	// device_pk is the public key of the current device
	DevicePK []byte `protobuf:"bytes,2,opt,name=device_pk,json=devicePk,proto3" json:"device_pk,omitempty"`
	// account_group_pk is the public key of the account group
	AccountGroupPK []byte `protobuf:"bytes,3,opt,name=account_group_pk,json=accountGroupPk,proto3" json:"account_group_pk,omitempty"`
	// peer_id is the peer ID of the current IPFS node
	PeerID string `protobuf:"bytes,4,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	// listeners is the list of swarm listening addresses of the current IPFS node
	Listeners            []string                             `protobuf:"bytes,5,rep,name=listeners,proto3" json:"listeners,omitempty"`
	BleEnabled           ServiceGetConfiguration_SettingState `` /* 154-byte string literal not displayed */
	WifiP2PEnabled       ServiceGetConfiguration_SettingState `` /* 168-byte string literal not displayed */
	MdnsEnabled          ServiceGetConfiguration_SettingState `` /* 157-byte string literal not displayed */
	RelayEnabled         ServiceGetConfiguration_SettingState `` /* 160-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*ServiceGetConfiguration_Reply) Descriptor added in v1.2.0

func (*ServiceGetConfiguration_Reply) Descriptor() ([]byte, []int)

func (*ServiceGetConfiguration_Reply) GetAccountGroupPK added in v1.2.0

func (m *ServiceGetConfiguration_Reply) GetAccountGroupPK() []byte

func (*ServiceGetConfiguration_Reply) GetAccountPK added in v1.2.0

func (m *ServiceGetConfiguration_Reply) GetAccountPK() []byte

func (*ServiceGetConfiguration_Reply) GetBleEnabled added in v1.2.0

func (*ServiceGetConfiguration_Reply) GetDevicePK added in v1.2.0

func (m *ServiceGetConfiguration_Reply) GetDevicePK() []byte

func (*ServiceGetConfiguration_Reply) GetListeners added in v1.2.0

func (m *ServiceGetConfiguration_Reply) GetListeners() []string

func (*ServiceGetConfiguration_Reply) GetMdnsEnabled added in v1.2.0

func (*ServiceGetConfiguration_Reply) GetPeerID added in v1.2.0

func (m *ServiceGetConfiguration_Reply) GetPeerID() string

func (*ServiceGetConfiguration_Reply) GetRelayEnabled added in v1.2.0

func (*ServiceGetConfiguration_Reply) GetWifiP2PEnabled added in v1.2.0

func (*ServiceGetConfiguration_Reply) Marshal added in v1.2.0

func (m *ServiceGetConfiguration_Reply) Marshal() (dAtA []byte, err error)

func (*ServiceGetConfiguration_Reply) MarshalTo added in v1.2.0

func (m *ServiceGetConfiguration_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ServiceGetConfiguration_Reply) MarshalToSizedBuffer added in v1.2.0

func (m *ServiceGetConfiguration_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceGetConfiguration_Reply) ProtoMessage added in v1.2.0

func (*ServiceGetConfiguration_Reply) ProtoMessage()

func (*ServiceGetConfiguration_Reply) Reset added in v1.2.0

func (m *ServiceGetConfiguration_Reply) Reset()

func (*ServiceGetConfiguration_Reply) Size added in v1.2.0

func (m *ServiceGetConfiguration_Reply) Size() (n int)

func (*ServiceGetConfiguration_Reply) String added in v1.2.0

func (*ServiceGetConfiguration_Reply) Unmarshal added in v1.2.0

func (m *ServiceGetConfiguration_Reply) Unmarshal(dAtA []byte) error

func (*ServiceGetConfiguration_Reply) XXX_DiscardUnknown added in v1.2.0

func (m *ServiceGetConfiguration_Reply) XXX_DiscardUnknown()

func (*ServiceGetConfiguration_Reply) XXX_Marshal added in v1.2.0

func (m *ServiceGetConfiguration_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceGetConfiguration_Reply) XXX_Merge added in v1.2.0

func (m *ServiceGetConfiguration_Reply) XXX_Merge(src proto.Message)

func (*ServiceGetConfiguration_Reply) XXX_Size added in v1.2.0

func (m *ServiceGetConfiguration_Reply) XXX_Size() int

func (*ServiceGetConfiguration_Reply) XXX_Unmarshal added in v1.2.0

func (m *ServiceGetConfiguration_Reply) XXX_Unmarshal(b []byte) error

type ServiceGetConfiguration_Request added in v1.2.0

type ServiceGetConfiguration_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceGetConfiguration_Request) Descriptor added in v1.2.0

func (*ServiceGetConfiguration_Request) Descriptor() ([]byte, []int)

func (*ServiceGetConfiguration_Request) Marshal added in v1.2.0

func (m *ServiceGetConfiguration_Request) Marshal() (dAtA []byte, err error)

func (*ServiceGetConfiguration_Request) MarshalTo added in v1.2.0

func (m *ServiceGetConfiguration_Request) MarshalTo(dAtA []byte) (int, error)

func (*ServiceGetConfiguration_Request) MarshalToSizedBuffer added in v1.2.0

func (m *ServiceGetConfiguration_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceGetConfiguration_Request) ProtoMessage added in v1.2.0

func (*ServiceGetConfiguration_Request) ProtoMessage()

func (*ServiceGetConfiguration_Request) Reset added in v1.2.0

func (*ServiceGetConfiguration_Request) Size added in v1.2.0

func (m *ServiceGetConfiguration_Request) Size() (n int)

func (*ServiceGetConfiguration_Request) String added in v1.2.0

func (*ServiceGetConfiguration_Request) Unmarshal added in v1.2.0

func (m *ServiceGetConfiguration_Request) Unmarshal(dAtA []byte) error

func (*ServiceGetConfiguration_Request) XXX_DiscardUnknown added in v1.2.0

func (m *ServiceGetConfiguration_Request) XXX_DiscardUnknown()

func (*ServiceGetConfiguration_Request) XXX_Marshal added in v1.2.0

func (m *ServiceGetConfiguration_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceGetConfiguration_Request) XXX_Merge added in v1.2.0

func (m *ServiceGetConfiguration_Request) XXX_Merge(src proto.Message)

func (*ServiceGetConfiguration_Request) XXX_Size added in v1.2.0

func (m *ServiceGetConfiguration_Request) XXX_Size() int

func (*ServiceGetConfiguration_Request) XXX_Unmarshal added in v1.2.0

func (m *ServiceGetConfiguration_Request) XXX_Unmarshal(b []byte) error

type ServiceGetConfiguration_SettingState added in v1.2.0

type ServiceGetConfiguration_SettingState int32

func (ServiceGetConfiguration_SettingState) EnumDescriptor added in v1.2.0

func (ServiceGetConfiguration_SettingState) EnumDescriptor() ([]byte, []int)

func (ServiceGetConfiguration_SettingState) String added in v1.2.0

type ServiceToken

type ServiceToken struct {
	Token                string                          `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	AuthenticationURL    string                          `protobuf:"bytes,2,opt,name=authentication_url,json=authenticationUrl,proto3" json:"authentication_url,omitempty"`
	SupportedServices    []*ServiceTokenSupportedService `protobuf:"bytes,3,rep,name=supported_services,json=supportedServices,proto3" json:"supported_services,omitempty"`
	Expiration           int64                           `protobuf:"varint,4,opt,name=expiration,proto3" json:"expiration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*ServiceToken) Descriptor

func (*ServiceToken) Descriptor() ([]byte, []int)

func (*ServiceToken) GetAuthenticationURL

func (m *ServiceToken) GetAuthenticationURL() string

func (*ServiceToken) GetExpiration

func (m *ServiceToken) GetExpiration() int64

func (*ServiceToken) GetSupportedServices

func (m *ServiceToken) GetSupportedServices() []*ServiceTokenSupportedService

func (*ServiceToken) GetToken

func (m *ServiceToken) GetToken() string

func (*ServiceToken) Marshal

func (m *ServiceToken) Marshal() (dAtA []byte, err error)

func (*ServiceToken) MarshalTo

func (m *ServiceToken) MarshalTo(dAtA []byte) (int, error)

func (*ServiceToken) MarshalToSizedBuffer

func (m *ServiceToken) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceToken) ProtoMessage

func (*ServiceToken) ProtoMessage()

func (*ServiceToken) Reset

func (m *ServiceToken) Reset()

func (*ServiceToken) Size

func (m *ServiceToken) Size() (n int)

func (*ServiceToken) String

func (m *ServiceToken) String() string

func (*ServiceToken) Unmarshal

func (m *ServiceToken) Unmarshal(dAtA []byte) error

func (*ServiceToken) XXX_DiscardUnknown

func (m *ServiceToken) XXX_DiscardUnknown()

func (*ServiceToken) XXX_Marshal

func (m *ServiceToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceToken) XXX_Merge

func (m *ServiceToken) XXX_Merge(src proto.Message)

func (*ServiceToken) XXX_Size

func (m *ServiceToken) XXX_Size() int

func (*ServiceToken) XXX_Unmarshal

func (m *ServiceToken) XXX_Unmarshal(b []byte) error

type ServiceTokenSupportedService

type ServiceTokenSupportedService struct {
	ServiceType          string   `protobuf:"bytes,1,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	ServiceEndpoint      string   `protobuf:"bytes,2,opt,name=service_endpoint,json=serviceEndpoint,proto3" json:"service_endpoint,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceTokenSupportedService) Descriptor

func (*ServiceTokenSupportedService) Descriptor() ([]byte, []int)

func (*ServiceTokenSupportedService) GetServiceEndpoint

func (m *ServiceTokenSupportedService) GetServiceEndpoint() string

func (*ServiceTokenSupportedService) GetServiceType

func (m *ServiceTokenSupportedService) GetServiceType() string

func (*ServiceTokenSupportedService) Marshal

func (m *ServiceTokenSupportedService) Marshal() (dAtA []byte, err error)

func (*ServiceTokenSupportedService) MarshalTo

func (m *ServiceTokenSupportedService) MarshalTo(dAtA []byte) (int, error)

func (*ServiceTokenSupportedService) MarshalToSizedBuffer

func (m *ServiceTokenSupportedService) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ServiceTokenSupportedService) ProtoMessage

func (*ServiceTokenSupportedService) ProtoMessage()

func (*ServiceTokenSupportedService) Reset

func (m *ServiceTokenSupportedService) Reset()

func (*ServiceTokenSupportedService) Size

func (m *ServiceTokenSupportedService) Size() (n int)

func (*ServiceTokenSupportedService) String

func (*ServiceTokenSupportedService) Unmarshal

func (m *ServiceTokenSupportedService) Unmarshal(dAtA []byte) error

func (*ServiceTokenSupportedService) XXX_DiscardUnknown

func (m *ServiceTokenSupportedService) XXX_DiscardUnknown()

func (*ServiceTokenSupportedService) XXX_Marshal

func (m *ServiceTokenSupportedService) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServiceTokenSupportedService) XXX_Merge

func (m *ServiceTokenSupportedService) XXX_Merge(src proto.Message)

func (*ServiceTokenSupportedService) XXX_Size

func (m *ServiceTokenSupportedService) XXX_Size() int

func (*ServiceTokenSupportedService) XXX_Unmarshal

func (m *ServiceTokenSupportedService) XXX_Unmarshal(b []byte) error

type ShareContact added in v1.12.0

type ShareContact struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShareContact) Descriptor added in v1.12.0

func (*ShareContact) Descriptor() ([]byte, []int)

func (*ShareContact) Marshal added in v1.12.0

func (m *ShareContact) Marshal() (dAtA []byte, err error)

func (*ShareContact) MarshalTo added in v1.12.0

func (m *ShareContact) MarshalTo(dAtA []byte) (int, error)

func (*ShareContact) MarshalToSizedBuffer added in v1.12.0

func (m *ShareContact) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ShareContact) ProtoMessage added in v1.12.0

func (*ShareContact) ProtoMessage()

func (*ShareContact) Reset added in v1.12.0

func (m *ShareContact) Reset()

func (*ShareContact) Size added in v1.12.0

func (m *ShareContact) Size() (n int)

func (*ShareContact) String added in v1.12.0

func (m *ShareContact) String() string

func (*ShareContact) Unmarshal added in v1.12.0

func (m *ShareContact) Unmarshal(dAtA []byte) error

func (*ShareContact) XXX_DiscardUnknown added in v1.12.0

func (m *ShareContact) XXX_DiscardUnknown()

func (*ShareContact) XXX_Marshal added in v1.12.0

func (m *ShareContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShareContact) XXX_Merge added in v1.12.0

func (m *ShareContact) XXX_Merge(src proto.Message)

func (*ShareContact) XXX_Size added in v1.12.0

func (m *ShareContact) XXX_Size() int

func (*ShareContact) XXX_Unmarshal added in v1.12.0

func (m *ShareContact) XXX_Unmarshal(b []byte) error

type ShareContact_Reply added in v1.12.0

type ShareContact_Reply struct {
	// encoded_contact is the Protobuf encoding of the ShareableContact. You can further encode the bytes for sharing, such as base58 or QR code.
	EncodedContact       []byte   `protobuf:"bytes,1,opt,name=encoded_contact,json=encodedContact,proto3" json:"encoded_contact,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShareContact_Reply) Descriptor added in v1.12.0

func (*ShareContact_Reply) Descriptor() ([]byte, []int)

func (*ShareContact_Reply) GetEncodedContact added in v1.12.0

func (m *ShareContact_Reply) GetEncodedContact() []byte

func (*ShareContact_Reply) Marshal added in v1.12.0

func (m *ShareContact_Reply) Marshal() (dAtA []byte, err error)

func (*ShareContact_Reply) MarshalTo added in v1.12.0

func (m *ShareContact_Reply) MarshalTo(dAtA []byte) (int, error)

func (*ShareContact_Reply) MarshalToSizedBuffer added in v1.12.0

func (m *ShareContact_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ShareContact_Reply) ProtoMessage added in v1.12.0

func (*ShareContact_Reply) ProtoMessage()

func (*ShareContact_Reply) Reset added in v1.12.0

func (m *ShareContact_Reply) Reset()

func (*ShareContact_Reply) Size added in v1.12.0

func (m *ShareContact_Reply) Size() (n int)

func (*ShareContact_Reply) String added in v1.12.0

func (m *ShareContact_Reply) String() string

func (*ShareContact_Reply) Unmarshal added in v1.12.0

func (m *ShareContact_Reply) Unmarshal(dAtA []byte) error

func (*ShareContact_Reply) XXX_DiscardUnknown added in v1.12.0

func (m *ShareContact_Reply) XXX_DiscardUnknown()

func (*ShareContact_Reply) XXX_Marshal added in v1.12.0

func (m *ShareContact_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShareContact_Reply) XXX_Merge added in v1.12.0

func (m *ShareContact_Reply) XXX_Merge(src proto.Message)

func (*ShareContact_Reply) XXX_Size added in v1.12.0

func (m *ShareContact_Reply) XXX_Size() int

func (*ShareContact_Reply) XXX_Unmarshal added in v1.12.0

func (m *ShareContact_Reply) XXX_Unmarshal(b []byte) error

type ShareContact_Request added in v1.12.0

type ShareContact_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShareContact_Request) Descriptor added in v1.12.0

func (*ShareContact_Request) Descriptor() ([]byte, []int)

func (*ShareContact_Request) Marshal added in v1.12.0

func (m *ShareContact_Request) Marshal() (dAtA []byte, err error)

func (*ShareContact_Request) MarshalTo added in v1.12.0

func (m *ShareContact_Request) MarshalTo(dAtA []byte) (int, error)

func (*ShareContact_Request) MarshalToSizedBuffer added in v1.12.0

func (m *ShareContact_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ShareContact_Request) ProtoMessage added in v1.12.0

func (*ShareContact_Request) ProtoMessage()

func (*ShareContact_Request) Reset added in v1.12.0

func (m *ShareContact_Request) Reset()

func (*ShareContact_Request) Size added in v1.12.0

func (m *ShareContact_Request) Size() (n int)

func (*ShareContact_Request) String added in v1.12.0

func (m *ShareContact_Request) String() string

func (*ShareContact_Request) Unmarshal added in v1.12.0

func (m *ShareContact_Request) Unmarshal(dAtA []byte) error

func (*ShareContact_Request) XXX_DiscardUnknown added in v1.12.0

func (m *ShareContact_Request) XXX_DiscardUnknown()

func (*ShareContact_Request) XXX_Marshal added in v1.12.0

func (m *ShareContact_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShareContact_Request) XXX_Merge added in v1.12.0

func (m *ShareContact_Request) XXX_Merge(src proto.Message)

func (*ShareContact_Request) XXX_Size added in v1.12.0

func (m *ShareContact_Request) XXX_Size() int

func (*ShareContact_Request) XXX_Unmarshal added in v1.12.0

func (m *ShareContact_Request) XXX_Unmarshal(b []byte) error

type ShareableContact

type ShareableContact struct {
	// pk is the account to send a contact request to
	PK []byte `protobuf:"bytes,1,opt,name=pk,proto3" json:"pk,omitempty"`
	// public_rendezvous_seed is the rendezvous seed used by the account to send a contact request to
	PublicRendezvousSeed []byte `protobuf:"bytes,2,opt,name=public_rendezvous_seed,json=publicRendezvousSeed,proto3" json:"public_rendezvous_seed,omitempty"`
	// metadata is the metadata specific to the app to identify the contact for the request
	Metadata             []byte   `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShareableContact) CheckFormat

func (m *ShareableContact) CheckFormat(options ...ShareableContactOptions) error

func (*ShareableContact) Descriptor

func (*ShareableContact) Descriptor() ([]byte, []int)

func (*ShareableContact) GetMetadata

func (m *ShareableContact) GetMetadata() []byte

func (*ShareableContact) GetPK

func (m *ShareableContact) GetPK() []byte

func (*ShareableContact) GetPubKey

func (m *ShareableContact) GetPubKey() (crypto.PubKey, error)

func (*ShareableContact) GetPublicRendezvousSeed

func (m *ShareableContact) GetPublicRendezvousSeed() []byte

func (*ShareableContact) IsSamePK

func (m *ShareableContact) IsSamePK(otherPK crypto.PubKey) bool

func (*ShareableContact) Marshal

func (m *ShareableContact) Marshal() (dAtA []byte, err error)

func (*ShareableContact) MarshalTo

func (m *ShareableContact) MarshalTo(dAtA []byte) (int, error)

func (*ShareableContact) MarshalToSizedBuffer

func (m *ShareableContact) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ShareableContact) ProtoMessage

func (*ShareableContact) ProtoMessage()

func (*ShareableContact) Reset

func (m *ShareableContact) Reset()

func (*ShareableContact) Size

func (m *ShareableContact) Size() (n int)

func (*ShareableContact) String

func (m *ShareableContact) String() string

func (*ShareableContact) Unmarshal

func (m *ShareableContact) Unmarshal(dAtA []byte) error

func (*ShareableContact) XXX_DiscardUnknown

func (m *ShareableContact) XXX_DiscardUnknown()

func (*ShareableContact) XXX_Marshal

func (m *ShareableContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShareableContact) XXX_Merge

func (m *ShareableContact) XXX_Merge(src proto.Message)

func (*ShareableContact) XXX_Size

func (m *ShareableContact) XXX_Size() int

func (*ShareableContact) XXX_Unmarshal

func (m *ShareableContact) XXX_Unmarshal(b []byte) error

type ShareableContactOptions

type ShareableContactOptions uint64

type SystemInfo

type SystemInfo struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SystemInfo) Descriptor

func (*SystemInfo) Descriptor() ([]byte, []int)

func (*SystemInfo) Marshal

func (m *SystemInfo) Marshal() (dAtA []byte, err error)

func (*SystemInfo) MarshalTo

func (m *SystemInfo) MarshalTo(dAtA []byte) (int, error)

func (*SystemInfo) MarshalToSizedBuffer

func (m *SystemInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SystemInfo) ProtoMessage

func (*SystemInfo) ProtoMessage()

func (*SystemInfo) Reset

func (m *SystemInfo) Reset()

func (*SystemInfo) Size

func (m *SystemInfo) Size() (n int)

func (*SystemInfo) String

func (m *SystemInfo) String() string

func (*SystemInfo) Unmarshal

func (m *SystemInfo) Unmarshal(dAtA []byte) error

func (*SystemInfo) XXX_DiscardUnknown

func (m *SystemInfo) XXX_DiscardUnknown()

func (*SystemInfo) XXX_Marshal

func (m *SystemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SystemInfo) XXX_Merge

func (m *SystemInfo) XXX_Merge(src proto.Message)

func (*SystemInfo) XXX_Size

func (m *SystemInfo) XXX_Size() int

func (*SystemInfo) XXX_Unmarshal

func (m *SystemInfo) XXX_Unmarshal(b []byte) error

type SystemInfo_OrbitDB

type SystemInfo_OrbitDB struct {
	AccountMetadata      *SystemInfo_OrbitDB_ReplicationStatus `protobuf:"bytes,1,opt,name=account_metadata,json=accountMetadata,proto3" json:"account_metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*SystemInfo_OrbitDB) Descriptor

func (*SystemInfo_OrbitDB) Descriptor() ([]byte, []int)

func (*SystemInfo_OrbitDB) GetAccountMetadata

func (*SystemInfo_OrbitDB) Marshal

func (m *SystemInfo_OrbitDB) Marshal() (dAtA []byte, err error)

func (*SystemInfo_OrbitDB) MarshalTo

func (m *SystemInfo_OrbitDB) MarshalTo(dAtA []byte) (int, error)

func (*SystemInfo_OrbitDB) MarshalToSizedBuffer

func (m *SystemInfo_OrbitDB) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SystemInfo_OrbitDB) ProtoMessage

func (*SystemInfo_OrbitDB) ProtoMessage()

func (*SystemInfo_OrbitDB) Reset

func (m *SystemInfo_OrbitDB) Reset()

func (*SystemInfo_OrbitDB) Size

func (m *SystemInfo_OrbitDB) Size() (n int)

func (*SystemInfo_OrbitDB) String

func (m *SystemInfo_OrbitDB) String() string

func (*SystemInfo_OrbitDB) Unmarshal

func (m *SystemInfo_OrbitDB) Unmarshal(dAtA []byte) error

func (*SystemInfo_OrbitDB) XXX_DiscardUnknown

func (m *SystemInfo_OrbitDB) XXX_DiscardUnknown()

func (*SystemInfo_OrbitDB) XXX_Marshal

func (m *SystemInfo_OrbitDB) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SystemInfo_OrbitDB) XXX_Merge

func (m *SystemInfo_OrbitDB) XXX_Merge(src proto.Message)

func (*SystemInfo_OrbitDB) XXX_Size

func (m *SystemInfo_OrbitDB) XXX_Size() int

func (*SystemInfo_OrbitDB) XXX_Unmarshal

func (m *SystemInfo_OrbitDB) XXX_Unmarshal(b []byte) error

type SystemInfo_OrbitDB_ReplicationStatus

type SystemInfo_OrbitDB_ReplicationStatus struct {
	Progress             int64    `protobuf:"varint,1,opt,name=progress,proto3" json:"progress,omitempty"`
	Maximum              int64    `protobuf:"varint,2,opt,name=maximum,proto3" json:"maximum,omitempty"`
	Buffered             int64    `protobuf:"varint,3,opt,name=buffered,proto3" json:"buffered,omitempty"`
	Queued               int64    `protobuf:"varint,4,opt,name=queued,proto3" json:"queued,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SystemInfo_OrbitDB_ReplicationStatus) Descriptor

func (*SystemInfo_OrbitDB_ReplicationStatus) Descriptor() ([]byte, []int)

func (*SystemInfo_OrbitDB_ReplicationStatus) GetBuffered

func (*SystemInfo_OrbitDB_ReplicationStatus) GetMaximum

func (*SystemInfo_OrbitDB_ReplicationStatus) GetProgress

func (*SystemInfo_OrbitDB_ReplicationStatus) GetQueued

func (*SystemInfo_OrbitDB_ReplicationStatus) Marshal

func (m *SystemInfo_OrbitDB_ReplicationStatus) Marshal() (dAtA []byte, err error)

func (*SystemInfo_OrbitDB_ReplicationStatus) MarshalTo

func (m *SystemInfo_OrbitDB_ReplicationStatus) MarshalTo(dAtA []byte) (int, error)

func (*SystemInfo_OrbitDB_ReplicationStatus) MarshalToSizedBuffer

func (m *SystemInfo_OrbitDB_ReplicationStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SystemInfo_OrbitDB_ReplicationStatus) ProtoMessage

func (*SystemInfo_OrbitDB_ReplicationStatus) ProtoMessage()

func (*SystemInfo_OrbitDB_ReplicationStatus) Reset

func (*SystemInfo_OrbitDB_ReplicationStatus) Size

func (*SystemInfo_OrbitDB_ReplicationStatus) String

func (*SystemInfo_OrbitDB_ReplicationStatus) Unmarshal

func (m *SystemInfo_OrbitDB_ReplicationStatus) Unmarshal(dAtA []byte) error

func (*SystemInfo_OrbitDB_ReplicationStatus) XXX_DiscardUnknown

func (m *SystemInfo_OrbitDB_ReplicationStatus) XXX_DiscardUnknown()

func (*SystemInfo_OrbitDB_ReplicationStatus) XXX_Marshal

func (m *SystemInfo_OrbitDB_ReplicationStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SystemInfo_OrbitDB_ReplicationStatus) XXX_Merge

func (*SystemInfo_OrbitDB_ReplicationStatus) XXX_Size

func (*SystemInfo_OrbitDB_ReplicationStatus) XXX_Unmarshal

func (m *SystemInfo_OrbitDB_ReplicationStatus) XXX_Unmarshal(b []byte) error

type SystemInfo_P2P

type SystemInfo_P2P struct {
	ConnectedPeers       int64    `protobuf:"varint,1,opt,name=connected_peers,json=connectedPeers,proto3" json:"connected_peers,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SystemInfo_P2P) Descriptor

func (*SystemInfo_P2P) Descriptor() ([]byte, []int)

func (*SystemInfo_P2P) GetConnectedPeers

func (m *SystemInfo_P2P) GetConnectedPeers() int64

func (*SystemInfo_P2P) Marshal

func (m *SystemInfo_P2P) Marshal() (dAtA []byte, err error)

func (*SystemInfo_P2P) MarshalTo

func (m *SystemInfo_P2P) MarshalTo(dAtA []byte) (int, error)

func (*SystemInfo_P2P) MarshalToSizedBuffer

func (m *SystemInfo_P2P) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SystemInfo_P2P) ProtoMessage

func (*SystemInfo_P2P) ProtoMessage()

func (*SystemInfo_P2P) Reset

func (m *SystemInfo_P2P) Reset()

func (*SystemInfo_P2P) Size

func (m *SystemInfo_P2P) Size() (n int)

func (*SystemInfo_P2P) String

func (m *SystemInfo_P2P) String() string

func (*SystemInfo_P2P) Unmarshal

func (m *SystemInfo_P2P) Unmarshal(dAtA []byte) error

func (*SystemInfo_P2P) XXX_DiscardUnknown

func (m *SystemInfo_P2P) XXX_DiscardUnknown()

func (*SystemInfo_P2P) XXX_Marshal

func (m *SystemInfo_P2P) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SystemInfo_P2P) XXX_Merge

func (m *SystemInfo_P2P) XXX_Merge(src proto.Message)

func (*SystemInfo_P2P) XXX_Size

func (m *SystemInfo_P2P) XXX_Size() int

func (*SystemInfo_P2P) XXX_Unmarshal

func (m *SystemInfo_P2P) XXX_Unmarshal(b []byte) error

type SystemInfo_Process

type SystemInfo_Process struct {
	Version              string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	VcsRef               string   `protobuf:"bytes,2,opt,name=vcs_ref,json=vcsRef,proto3" json:"vcs_ref,omitempty"`
	UptimeMS             int64    `protobuf:"varint,3,opt,name=uptime_ms,json=uptimeMs,proto3" json:"uptime_ms,omitempty"`
	UserCPUTimeMS        int64    `protobuf:"varint,10,opt,name=user_cpu_time_ms,json=userCpuTimeMs,proto3" json:"user_cpu_time_ms,omitempty"`
	SystemCPUTimeMS      int64    `protobuf:"varint,11,opt,name=system_cpu_time_ms,json=systemCpuTimeMs,proto3" json:"system_cpu_time_ms,omitempty"`
	StartedAt            int64    `protobuf:"varint,12,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	RlimitCur            uint64   `protobuf:"varint,13,opt,name=rlimit_cur,json=rlimitCur,proto3" json:"rlimit_cur,omitempty"`
	NumGoroutine         int64    `protobuf:"varint,14,opt,name=num_goroutine,json=numGoroutine,proto3" json:"num_goroutine,omitempty"`
	Nofile               int64    `protobuf:"varint,15,opt,name=nofile,proto3" json:"nofile,omitempty"`
	TooManyOpenFiles     bool     `protobuf:"varint,16,opt,name=too_many_open_files,json=tooManyOpenFiles,proto3" json:"too_many_open_files,omitempty"`
	NumCPU               int64    `protobuf:"varint,17,opt,name=num_cpu,json=numCpu,proto3" json:"num_cpu,omitempty"`
	GoVersion            string   `protobuf:"bytes,18,opt,name=go_version,json=goVersion,proto3" json:"go_version,omitempty"`
	OperatingSystem      string   `protobuf:"bytes,19,opt,name=operating_system,json=operatingSystem,proto3" json:"operating_system,omitempty"`
	HostName             string   `protobuf:"bytes,20,opt,name=host_name,json=hostName,proto3" json:"host_name,omitempty"`
	Arch                 string   `protobuf:"bytes,21,opt,name=arch,proto3" json:"arch,omitempty"`
	RlimitMax            uint64   `protobuf:"varint,22,opt,name=rlimit_max,json=rlimitMax,proto3" json:"rlimit_max,omitempty"`
	PID                  int64    `protobuf:"varint,23,opt,name=pid,proto3" json:"pid,omitempty"`
	PPID                 int64    `protobuf:"varint,24,opt,name=ppid,proto3" json:"ppid,omitempty"`
	Priority             int64    `protobuf:"varint,25,opt,name=priority,proto3" json:"priority,omitempty"`
	UID                  int64    `protobuf:"varint,26,opt,name=uid,proto3" json:"uid,omitempty"`
	WorkingDir           string   `protobuf:"bytes,27,opt,name=working_dir,json=workingDir,proto3" json:"working_dir,omitempty"`
	SystemUsername       string   `protobuf:"bytes,28,opt,name=system_username,json=systemUsername,proto3" json:"system_username,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SystemInfo_Process) Descriptor

func (*SystemInfo_Process) Descriptor() ([]byte, []int)

func (*SystemInfo_Process) GetArch

func (m *SystemInfo_Process) GetArch() string

func (*SystemInfo_Process) GetGoVersion

func (m *SystemInfo_Process) GetGoVersion() string

func (*SystemInfo_Process) GetHostName

func (m *SystemInfo_Process) GetHostName() string

func (*SystemInfo_Process) GetNofile

func (m *SystemInfo_Process) GetNofile() int64

func (*SystemInfo_Process) GetNumCPU

func (m *SystemInfo_Process) GetNumCPU() int64

func (*SystemInfo_Process) GetNumGoroutine

func (m *SystemInfo_Process) GetNumGoroutine() int64

func (*SystemInfo_Process) GetOperatingSystem

func (m *SystemInfo_Process) GetOperatingSystem() string

func (*SystemInfo_Process) GetPID

func (m *SystemInfo_Process) GetPID() int64

func (*SystemInfo_Process) GetPPID

func (m *SystemInfo_Process) GetPPID() int64

func (*SystemInfo_Process) GetPriority

func (m *SystemInfo_Process) GetPriority() int64

func (*SystemInfo_Process) GetRlimitCur

func (m *SystemInfo_Process) GetRlimitCur() uint64

func (*SystemInfo_Process) GetRlimitMax

func (m *SystemInfo_Process) GetRlimitMax() uint64

func (*SystemInfo_Process) GetStartedAt

func (m *SystemInfo_Process) GetStartedAt() int64

func (*SystemInfo_Process) GetSystemCPUTimeMS

func (m *SystemInfo_Process) GetSystemCPUTimeMS() int64

func (*SystemInfo_Process) GetSystemUsername

func (m *SystemInfo_Process) GetSystemUsername() string

func (*SystemInfo_Process) GetTooManyOpenFiles

func (m *SystemInfo_Process) GetTooManyOpenFiles() bool

func (*SystemInfo_Process) GetUID

func (m *SystemInfo_Process) GetUID() int64

func (*SystemInfo_Process) GetUptimeMS

func (m *SystemInfo_Process) GetUptimeMS() int64

func (*SystemInfo_Process) GetUserCPUTimeMS

func (m *SystemInfo_Process) GetUserCPUTimeMS() int64

func (*SystemInfo_Process) GetVcsRef

func (m *SystemInfo_Process) GetVcsRef() string

func (*SystemInfo_Process) GetVersion

func (m *SystemInfo_Process) GetVersion() string

func (*SystemInfo_Process) GetWorkingDir

func (m *SystemInfo_Process) GetWorkingDir() string

func (*SystemInfo_Process) Marshal

func (m *SystemInfo_Process) Marshal() (dAtA []byte, err error)

func (*SystemInfo_Process) MarshalTo

func (m *SystemInfo_Process) MarshalTo(dAtA []byte) (int, error)

func (*SystemInfo_Process) MarshalToSizedBuffer

func (m *SystemInfo_Process) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SystemInfo_Process) ProtoMessage

func (*SystemInfo_Process) ProtoMessage()

func (*SystemInfo_Process) Reset

func (m *SystemInfo_Process) Reset()

func (*SystemInfo_Process) Size

func (m *SystemInfo_Process) Size() (n int)

func (*SystemInfo_Process) String

func (m *SystemInfo_Process) String() string

func (*SystemInfo_Process) Unmarshal

func (m *SystemInfo_Process) Unmarshal(dAtA []byte) error

func (*SystemInfo_Process) XXX_DiscardUnknown

func (m *SystemInfo_Process) XXX_DiscardUnknown()

func (*SystemInfo_Process) XXX_Marshal

func (m *SystemInfo_Process) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SystemInfo_Process) XXX_Merge

func (m *SystemInfo_Process) XXX_Merge(src proto.Message)

func (*SystemInfo_Process) XXX_Size

func (m *SystemInfo_Process) XXX_Size() int

func (*SystemInfo_Process) XXX_Unmarshal

func (m *SystemInfo_Process) XXX_Unmarshal(b []byte) error

type SystemInfo_Reply

type SystemInfo_Reply struct {
	Process              *SystemInfo_Process `protobuf:"bytes,1,opt,name=process,proto3" json:"process,omitempty"`
	P2P                  *SystemInfo_P2P     `protobuf:"bytes,2,opt,name=p2p,proto3" json:"p2p,omitempty"`
	OrbitDB              *SystemInfo_OrbitDB `protobuf:"bytes,3,opt,name=orbitdb,proto3" json:"orbitdb,omitempty"`
	Warns                []string            `protobuf:"bytes,4,rep,name=warns,proto3" json:"warns,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*SystemInfo_Reply) Descriptor

func (*SystemInfo_Reply) Descriptor() ([]byte, []int)

func (*SystemInfo_Reply) GetOrbitDB

func (m *SystemInfo_Reply) GetOrbitDB() *SystemInfo_OrbitDB

func (*SystemInfo_Reply) GetP2P

func (m *SystemInfo_Reply) GetP2P() *SystemInfo_P2P

func (*SystemInfo_Reply) GetProcess

func (m *SystemInfo_Reply) GetProcess() *SystemInfo_Process

func (*SystemInfo_Reply) GetWarns

func (m *SystemInfo_Reply) GetWarns() []string

func (*SystemInfo_Reply) Marshal

func (m *SystemInfo_Reply) Marshal() (dAtA []byte, err error)

func (*SystemInfo_Reply) MarshalTo

func (m *SystemInfo_Reply) MarshalTo(dAtA []byte) (int, error)

func (*SystemInfo_Reply) MarshalToSizedBuffer

func (m *SystemInfo_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SystemInfo_Reply) ProtoMessage

func (*SystemInfo_Reply) ProtoMessage()

func (*SystemInfo_Reply) Reset

func (m *SystemInfo_Reply) Reset()

func (*SystemInfo_Reply) Size

func (m *SystemInfo_Reply) Size() (n int)

func (*SystemInfo_Reply) String

func (m *SystemInfo_Reply) String() string

func (*SystemInfo_Reply) Unmarshal

func (m *SystemInfo_Reply) Unmarshal(dAtA []byte) error

func (*SystemInfo_Reply) XXX_DiscardUnknown

func (m *SystemInfo_Reply) XXX_DiscardUnknown()

func (*SystemInfo_Reply) XXX_Marshal

func (m *SystemInfo_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SystemInfo_Reply) XXX_Merge

func (m *SystemInfo_Reply) XXX_Merge(src proto.Message)

func (*SystemInfo_Reply) XXX_Size

func (m *SystemInfo_Reply) XXX_Size() int

func (*SystemInfo_Reply) XXX_Unmarshal

func (m *SystemInfo_Reply) XXX_Unmarshal(b []byte) error

type SystemInfo_Request

type SystemInfo_Request struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SystemInfo_Request) Descriptor

func (*SystemInfo_Request) Descriptor() ([]byte, []int)

func (*SystemInfo_Request) Marshal

func (m *SystemInfo_Request) Marshal() (dAtA []byte, err error)

func (*SystemInfo_Request) MarshalTo

func (m *SystemInfo_Request) MarshalTo(dAtA []byte) (int, error)

func (*SystemInfo_Request) MarshalToSizedBuffer

func (m *SystemInfo_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SystemInfo_Request) ProtoMessage

func (*SystemInfo_Request) ProtoMessage()

func (*SystemInfo_Request) Reset

func (m *SystemInfo_Request) Reset()

func (*SystemInfo_Request) Size

func (m *SystemInfo_Request) Size() (n int)

func (*SystemInfo_Request) String

func (m *SystemInfo_Request) String() string

func (*SystemInfo_Request) Unmarshal

func (m *SystemInfo_Request) Unmarshal(dAtA []byte) error

func (*SystemInfo_Request) XXX_DiscardUnknown

func (m *SystemInfo_Request) XXX_DiscardUnknown()

func (*SystemInfo_Request) XXX_Marshal

func (m *SystemInfo_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SystemInfo_Request) XXX_Merge

func (m *SystemInfo_Request) XXX_Merge(src proto.Message)

func (*SystemInfo_Request) XXX_Size

func (m *SystemInfo_Request) XXX_Size() int

func (*SystemInfo_Request) XXX_Unmarshal

func (m *SystemInfo_Request) XXX_Unmarshal(b []byte) error

type UnimplementedProtocolServiceServer

type UnimplementedProtocolServiceServer struct {
}

UnimplementedProtocolServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedProtocolServiceServer) ActivateGroup

func (UnimplementedProtocolServiceServer) AppMessageSend

func (UnimplementedProtocolServiceServer) AppMetadataSend

func (UnimplementedProtocolServiceServer) ContactAliasKeySend

func (UnimplementedProtocolServiceServer) ContactBlock

func (UnimplementedProtocolServiceServer) ContactRequestAccept

func (UnimplementedProtocolServiceServer) ContactRequestEnable

func (UnimplementedProtocolServiceServer) ContactRequestSend

func (UnimplementedProtocolServiceServer) ContactUnblock

func (UnimplementedProtocolServiceServer) DeactivateGroup

func (UnimplementedProtocolServiceServer) DebugGroup

func (UnimplementedProtocolServiceServer) DecodeContact added in v1.12.0

func (UnimplementedProtocolServiceServer) GroupInfo

func (UnimplementedProtocolServiceServer) MultiMemberGroupJoin

func (UnimplementedProtocolServiceServer) OutOfStoreReceive added in v1.3.2

func (UnimplementedProtocolServiceServer) OutOfStoreSeal added in v1.3.2

func (UnimplementedProtocolServiceServer) PeerList

func (UnimplementedProtocolServiceServer) ServiceExportData added in v1.2.0

func (UnimplementedProtocolServiceServer) ServiceGetConfiguration added in v1.2.0

func (UnimplementedProtocolServiceServer) ShareContact added in v1.12.0

func (UnimplementedProtocolServiceServer) SystemInfo

type UnsafeProtocolServiceServer

type UnsafeProtocolServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeProtocolServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProtocolServiceServer will result in compilation errors.

type VerifiedCredentialsList

type VerifiedCredentialsList struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VerifiedCredentialsList) Descriptor

func (*VerifiedCredentialsList) Descriptor() ([]byte, []int)

func (*VerifiedCredentialsList) Marshal

func (m *VerifiedCredentialsList) Marshal() (dAtA []byte, err error)

func (*VerifiedCredentialsList) MarshalTo

func (m *VerifiedCredentialsList) MarshalTo(dAtA []byte) (int, error)

func (*VerifiedCredentialsList) MarshalToSizedBuffer

func (m *VerifiedCredentialsList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VerifiedCredentialsList) ProtoMessage

func (*VerifiedCredentialsList) ProtoMessage()

func (*VerifiedCredentialsList) Reset

func (m *VerifiedCredentialsList) Reset()

func (*VerifiedCredentialsList) Size

func (m *VerifiedCredentialsList) Size() (n int)

func (*VerifiedCredentialsList) String

func (m *VerifiedCredentialsList) String() string

func (*VerifiedCredentialsList) Unmarshal

func (m *VerifiedCredentialsList) Unmarshal(dAtA []byte) error

func (*VerifiedCredentialsList) XXX_DiscardUnknown

func (m *VerifiedCredentialsList) XXX_DiscardUnknown()

func (*VerifiedCredentialsList) XXX_Marshal

func (m *VerifiedCredentialsList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VerifiedCredentialsList) XXX_Merge

func (m *VerifiedCredentialsList) XXX_Merge(src proto.Message)

func (*VerifiedCredentialsList) XXX_Size

func (m *VerifiedCredentialsList) XXX_Size() int

func (*VerifiedCredentialsList) XXX_Unmarshal

func (m *VerifiedCredentialsList) XXX_Unmarshal(b []byte) error

type VerifiedCredentialsList_Reply

type VerifiedCredentialsList_Reply struct {
	Credential           *AccountVerifiedCredentialRegistered `protobuf:"bytes,1,opt,name=credential,proto3" json:"credential,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*VerifiedCredentialsList_Reply) Descriptor

func (*VerifiedCredentialsList_Reply) Descriptor() ([]byte, []int)

func (*VerifiedCredentialsList_Reply) GetCredential

func (*VerifiedCredentialsList_Reply) Marshal

func (m *VerifiedCredentialsList_Reply) Marshal() (dAtA []byte, err error)

func (*VerifiedCredentialsList_Reply) MarshalTo

func (m *VerifiedCredentialsList_Reply) MarshalTo(dAtA []byte) (int, error)

func (*VerifiedCredentialsList_Reply) MarshalToSizedBuffer

func (m *VerifiedCredentialsList_Reply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VerifiedCredentialsList_Reply) ProtoMessage

func (*VerifiedCredentialsList_Reply) ProtoMessage()

func (*VerifiedCredentialsList_Reply) Reset

func (m *VerifiedCredentialsList_Reply) Reset()

func (*VerifiedCredentialsList_Reply) Size

func (m *VerifiedCredentialsList_Reply) Size() (n int)

func (*VerifiedCredentialsList_Reply) String

func (*VerifiedCredentialsList_Reply) Unmarshal

func (m *VerifiedCredentialsList_Reply) Unmarshal(dAtA []byte) error

func (*VerifiedCredentialsList_Reply) XXX_DiscardUnknown

func (m *VerifiedCredentialsList_Reply) XXX_DiscardUnknown()

func (*VerifiedCredentialsList_Reply) XXX_Marshal

func (m *VerifiedCredentialsList_Reply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VerifiedCredentialsList_Reply) XXX_Merge

func (m *VerifiedCredentialsList_Reply) XXX_Merge(src proto.Message)

func (*VerifiedCredentialsList_Reply) XXX_Size

func (m *VerifiedCredentialsList_Reply) XXX_Size() int

func (*VerifiedCredentialsList_Reply) XXX_Unmarshal

func (m *VerifiedCredentialsList_Reply) XXX_Unmarshal(b []byte) error

type VerifiedCredentialsList_Request

type VerifiedCredentialsList_Request struct {
	FilterIdentifier     string   `protobuf:"bytes,1,opt,name=filter_identifier,json=filterIdentifier,proto3" json:"filter_identifier,omitempty"`
	FilterIssuer         string   `protobuf:"bytes,2,opt,name=filter_issuer,json=filterIssuer,proto3" json:"filter_issuer,omitempty"`
	ExcludeExpired       bool     `protobuf:"varint,3,opt,name=exclude_expired,json=excludeExpired,proto3" json:"exclude_expired,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VerifiedCredentialsList_Request) Descriptor

func (*VerifiedCredentialsList_Request) Descriptor() ([]byte, []int)

func (*VerifiedCredentialsList_Request) GetExcludeExpired

func (m *VerifiedCredentialsList_Request) GetExcludeExpired() bool

func (*VerifiedCredentialsList_Request) GetFilterIdentifier

func (m *VerifiedCredentialsList_Request) GetFilterIdentifier() string

func (*VerifiedCredentialsList_Request) GetFilterIssuer

func (m *VerifiedCredentialsList_Request) GetFilterIssuer() string

func (*VerifiedCredentialsList_Request) Marshal

func (m *VerifiedCredentialsList_Request) Marshal() (dAtA []byte, err error)

func (*VerifiedCredentialsList_Request) MarshalTo

func (m *VerifiedCredentialsList_Request) MarshalTo(dAtA []byte) (int, error)

func (*VerifiedCredentialsList_Request) MarshalToSizedBuffer

func (m *VerifiedCredentialsList_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VerifiedCredentialsList_Request) ProtoMessage

func (*VerifiedCredentialsList_Request) ProtoMessage()

func (*VerifiedCredentialsList_Request) Reset

func (*VerifiedCredentialsList_Request) Size

func (m *VerifiedCredentialsList_Request) Size() (n int)

func (*VerifiedCredentialsList_Request) String

func (*VerifiedCredentialsList_Request) Unmarshal

func (m *VerifiedCredentialsList_Request) Unmarshal(dAtA []byte) error

func (*VerifiedCredentialsList_Request) XXX_DiscardUnknown

func (m *VerifiedCredentialsList_Request) XXX_DiscardUnknown()

func (*VerifiedCredentialsList_Request) XXX_Marshal

func (m *VerifiedCredentialsList_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VerifiedCredentialsList_Request) XXX_Merge

func (m *VerifiedCredentialsList_Request) XXX_Merge(src proto.Message)

func (*VerifiedCredentialsList_Request) XXX_Size

func (m *VerifiedCredentialsList_Request) XXX_Size() int

func (*VerifiedCredentialsList_Request) XXX_Unmarshal

func (m *VerifiedCredentialsList_Request) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL