protocoltypes

package
v2.454.2 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2023 License: Apache-2.0, MIT Imports: 24 Imported by: 0

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 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:    "EventTypeGroupDeviceSecretAdded",
	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",
	401:  "EventTypeAccountServiceTokenAdded",
	402:  "EventTypeAccountServiceTokenRemoved",
	403:  "EventTypeGroupReplicating",
	404:  "EventTypePushMemberTokenUpdate",
	405:  "EventTypePushDeviceTokenRegistered",
	406:  "EventTypePushDeviceServerRegistered",
	500:  "EventTypeAccountVerifiedCredentialRegistered",
	1001: "EventTypeGroupMetadataPayloadSent",
}
View Source
var EventType_value = map[string]int32{
	"EventTypeUndefined":                              0,
	"EventTypeGroupMemberDeviceAdded":                 1,
	"EventTypeGroupDeviceSecretAdded":                 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,
	"EventTypeAccountServiceTokenAdded":               401,
	"EventTypeAccountServiceTokenRemoved":             402,
	"EventTypeGroupReplicating":                       403,
	"EventTypePushMemberTokenUpdate":                  404,
	"EventTypePushDeviceTokenRegistered":              405,
	"EventTypePushDeviceServerRegistered":             406,
	"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 InstanceGetConfiguration_SettingState_name = map[int32]string{
	0: "Unknown",
	1: "Enabled",
	2: "Disabled",
	3: "Unavailable",
}
View Source
var InstanceGetConfiguration_SettingState_value = map[string]int32{
	"Unknown":     0,
	"Enabled":     1,
	"Disabled":    2,
	"Unavailable": 3,
}
View Source
var PeerList_Feature_name = map[int32]string{
	0: "UnknownFeature",
	1: "BertyFeature",
	2: "BLEFeature",
	3: "LocalFeature",
	4: "TorFeature",
	5: "QuicFeature",
}
View Source
var PeerList_Feature_value = map[string]int32{
	"UnknownFeature": 0,
	"BertyFeature":   1,
	"BLEFeature":     2,
	"LocalFeature":   3,
	"TorFeature":     4,
	"QuicFeature":    5,
}

Functions

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.Server, 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 AccountContactRequestAccepted

type AccountContactRequestAccepted 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 GroupAddMemberDevice and GroupAddDeviceSecret events within the AccountGroup AccountContactRequestAccepted indicates that a contact request has been accepted

func (*AccountContactRequestAccepted) Descriptor

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

func (*AccountContactRequestAccepted) GetContactPK

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

func (*AccountContactRequestAccepted) GetDevicePK

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

func (*AccountContactRequestAccepted) GetGroupPK

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

func (*AccountContactRequestAccepted) Marshal

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

func (*AccountContactRequestAccepted) MarshalTo

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

func (*AccountContactRequestAccepted) MarshalToSizedBuffer

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

func (*AccountContactRequestAccepted) ProtoMessage

func (*AccountContactRequestAccepted) ProtoMessage()

func (*AccountContactRequestAccepted) Reset

func (m *AccountContactRequestAccepted) Reset()

func (*AccountContactRequestAccepted) SetContactPK

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

func (*AccountContactRequestAccepted) SetDevicePK

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

func (*AccountContactRequestAccepted) Size

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

func (*AccountContactRequestAccepted) String

func (*AccountContactRequestAccepted) Unmarshal

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

func (*AccountContactRequestAccepted) XXX_DiscardUnknown

func (m *AccountContactRequestAccepted) XXX_DiscardUnknown()

func (*AccountContactRequestAccepted) XXX_Marshal

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

func (*AccountContactRequestAccepted) XXX_Merge

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

func (*AccountContactRequestAccepted) XXX_Size

func (m *AccountContactRequestAccepted) XXX_Size() int

func (*AccountContactRequestAccepted) XXX_Unmarshal

func (m *AccountContactRequestAccepted) 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 AccountContactRequestDiscarded

type AccountContactRequestDiscarded 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:"-"`
}

AccountContactRequestDiscarded indicates that a contact request has been refused

func (*AccountContactRequestDiscarded) Descriptor

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

func (*AccountContactRequestDiscarded) GetContactPK

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

func (*AccountContactRequestDiscarded) GetDevicePK

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

func (*AccountContactRequestDiscarded) Marshal

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

func (*AccountContactRequestDiscarded) MarshalTo

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

func (*AccountContactRequestDiscarded) MarshalToSizedBuffer

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

func (*AccountContactRequestDiscarded) ProtoMessage

func (*AccountContactRequestDiscarded) ProtoMessage()

func (*AccountContactRequestDiscarded) Reset

func (m *AccountContactRequestDiscarded) Reset()

func (*AccountContactRequestDiscarded) SetContactPK

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

func (*AccountContactRequestDiscarded) SetDevicePK

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

func (*AccountContactRequestDiscarded) Size

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

func (*AccountContactRequestDiscarded) String

func (*AccountContactRequestDiscarded) Unmarshal

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

func (*AccountContactRequestDiscarded) XXX_DiscardUnknown

func (m *AccountContactRequestDiscarded) XXX_DiscardUnknown()

func (*AccountContactRequestDiscarded) XXX_Marshal

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

func (*AccountContactRequestDiscarded) XXX_Merge

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

func (*AccountContactRequestDiscarded) XXX_Size

func (m *AccountContactRequestDiscarded) XXX_Size() int

func (*AccountContactRequestDiscarded) XXX_Unmarshal

func (m *AccountContactRequestDiscarded) 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:"-"`
}

AccountContactRequestDisabled 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 AccountContactRequestEnqueued

type AccountContactRequestEnqueued 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 GroupAddMemberDevice event within the AccountGroup This event should be followed by a GroupAddDeviceSecret event within the AccountGroup AccountContactRequestEnqueued indicates that the account will attempt to send a contact request when a matching peer is discovered

func (*AccountContactRequestEnqueued) Descriptor

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

func (*AccountContactRequestEnqueued) GetContact

func (*AccountContactRequestEnqueued) GetDevicePK

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

func (*AccountContactRequestEnqueued) GetGroupPK

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

func (*AccountContactRequestEnqueued) GetOwnMetadata

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

func (*AccountContactRequestEnqueued) Marshal

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

func (*AccountContactRequestEnqueued) MarshalTo

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

func (*AccountContactRequestEnqueued) MarshalToSizedBuffer

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

func (*AccountContactRequestEnqueued) ProtoMessage

func (*AccountContactRequestEnqueued) ProtoMessage()

func (*AccountContactRequestEnqueued) Reset

func (m *AccountContactRequestEnqueued) Reset()

func (*AccountContactRequestEnqueued) SetDevicePK

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

func (*AccountContactRequestEnqueued) Size

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

func (*AccountContactRequestEnqueued) String

func (*AccountContactRequestEnqueued) Unmarshal

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

func (*AccountContactRequestEnqueued) XXX_DiscardUnknown

func (m *AccountContactRequestEnqueued) XXX_DiscardUnknown()

func (*AccountContactRequestEnqueued) XXX_Marshal

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

func (*AccountContactRequestEnqueued) XXX_Merge

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

func (*AccountContactRequestEnqueued) XXX_Size

func (m *AccountContactRequestEnqueued) XXX_Size() int

func (*AccountContactRequestEnqueued) XXX_Unmarshal

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

type AccountContactRequestReceived

type AccountContactRequestReceived 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:"-"`
}

AccountContactRequestReceived indicates that the account has received a new contact request

func (*AccountContactRequestReceived) Descriptor

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

func (*AccountContactRequestReceived) GetContactMetadata

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

func (*AccountContactRequestReceived) GetContactPK

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

func (*AccountContactRequestReceived) GetContactRendezvousSeed

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

func (*AccountContactRequestReceived) GetDevicePK

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

func (*AccountContactRequestReceived) Marshal

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

func (*AccountContactRequestReceived) MarshalTo

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

func (*AccountContactRequestReceived) MarshalToSizedBuffer

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

func (*AccountContactRequestReceived) ProtoMessage

func (*AccountContactRequestReceived) ProtoMessage()

func (*AccountContactRequestReceived) Reset

func (m *AccountContactRequestReceived) Reset()

func (*AccountContactRequestReceived) SetDevicePK

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

func (*AccountContactRequestReceived) Size

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

func (*AccountContactRequestReceived) String

func (*AccountContactRequestReceived) Unmarshal

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

func (*AccountContactRequestReceived) XXX_DiscardUnknown

func (m *AccountContactRequestReceived) XXX_DiscardUnknown()

func (*AccountContactRequestReceived) XXX_Marshal

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

func (*AccountContactRequestReceived) XXX_Merge

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

func (*AccountContactRequestReceived) XXX_Size

func (m *AccountContactRequestReceived) XXX_Size() int

func (*AccountContactRequestReceived) XXX_Unmarshal

func (m *AccountContactRequestReceived) 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:"-"`
}

AccountContactRequestDisabled 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 AccountContactRequestSent

type AccountContactRequestSent 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:"-"`
}

AccountContactRequestSent indicates that the account has sent a contact request

func (*AccountContactRequestSent) Descriptor

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

func (*AccountContactRequestSent) GetContactPK

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

func (*AccountContactRequestSent) GetDevicePK

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

func (*AccountContactRequestSent) Marshal

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

func (*AccountContactRequestSent) MarshalTo

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

func (*AccountContactRequestSent) MarshalToSizedBuffer

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

func (*AccountContactRequestSent) ProtoMessage

func (*AccountContactRequestSent) ProtoMessage()

func (*AccountContactRequestSent) Reset

func (m *AccountContactRequestSent) Reset()

func (*AccountContactRequestSent) SetContactPK

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

func (*AccountContactRequestSent) SetDevicePK

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

func (*AccountContactRequestSent) Size

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

func (*AccountContactRequestSent) String

func (m *AccountContactRequestSent) String() string

func (*AccountContactRequestSent) Unmarshal

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

func (*AccountContactRequestSent) XXX_DiscardUnknown

func (m *AccountContactRequestSent) XXX_DiscardUnknown()

func (*AccountContactRequestSent) XXX_Marshal

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

func (*AccountContactRequestSent) XXX_Merge

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

func (*AccountContactRequestSent) XXX_Size

func (m *AccountContactRequestSent) XXX_Size() int

func (*AccountContactRequestSent) XXX_Unmarshal

func (m *AccountContactRequestSent) 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:"-"`
}

AccountGroupJoined 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 AccountServiceTokenAdded

type AccountServiceTokenAdded 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"`
	ServiceToken         *ServiceToken `protobuf:"bytes,2,opt,name=service_token,json=serviceToken,proto3" json:"service_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

AccountServiceTokenAdded indicates a token has been added to the account

func (*AccountServiceTokenAdded) Descriptor

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

func (*AccountServiceTokenAdded) GetDevicePK

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

func (*AccountServiceTokenAdded) GetServiceToken

func (m *AccountServiceTokenAdded) GetServiceToken() *ServiceToken

func (*AccountServiceTokenAdded) Marshal

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

func (*AccountServiceTokenAdded) MarshalTo

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

func (*AccountServiceTokenAdded) MarshalToSizedBuffer

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

func (*AccountServiceTokenAdded) ProtoMessage

func (*AccountServiceTokenAdded) ProtoMessage()

func (*AccountServiceTokenAdded) Reset

func (m *AccountServiceTokenAdded) Reset()

func (*AccountServiceTokenAdded) SetDevicePK

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

func (*AccountServiceTokenAdded) Size

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

func (*AccountServiceTokenAdded) String

func (m *AccountServiceTokenAdded) String() string

func (*AccountServiceTokenAdded) Unmarshal

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

func (*AccountServiceTokenAdded) XXX_DiscardUnknown

func (m *AccountServiceTokenAdded) XXX_DiscardUnknown()

func (*AccountServiceTokenAdded) XXX_Marshal

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

func (*AccountServiceTokenAdded) XXX_Merge

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

func (*AccountServiceTokenAdded) XXX_Size

func (m *AccountServiceTokenAdded) XXX_Size() int

func (*AccountServiceTokenAdded) XXX_Unmarshal

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

type AccountServiceTokenRemoved

type AccountServiceTokenRemoved 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"`
	TokenID              string   `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AccountServiceTokenRemoved indicates a token has removed

func (*AccountServiceTokenRemoved) Descriptor

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

func (*AccountServiceTokenRemoved) GetDevicePK

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

func (*AccountServiceTokenRemoved) GetTokenID

func (m *AccountServiceTokenRemoved) GetTokenID() string

func (*AccountServiceTokenRemoved) Marshal

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

func (*AccountServiceTokenRemoved) MarshalTo

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

func (*AccountServiceTokenRemoved) MarshalToSizedBuffer

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

func (*AccountServiceTokenRemoved) ProtoMessage

func (*AccountServiceTokenRemoved) ProtoMessage()

func (*AccountServiceTokenRemoved) Reset

func (m *AccountServiceTokenRemoved) Reset()

func (*AccountServiceTokenRemoved) SetDevicePK

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

func (*AccountServiceTokenRemoved) Size

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

func (*AccountServiceTokenRemoved) String

func (m *AccountServiceTokenRemoved) String() string

func (*AccountServiceTokenRemoved) Unmarshal

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

func (*AccountServiceTokenRemoved) XXX_DiscardUnknown

func (m *AccountServiceTokenRemoved) XXX_DiscardUnknown()

func (*AccountServiceTokenRemoved) XXX_Marshal

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

func (*AccountServiceTokenRemoved) XXX_Merge

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

func (*AccountServiceTokenRemoved) XXX_Size

func (m *AccountServiceTokenRemoved) XXX_Size() int

func (*AccountServiceTokenRemoved) XXX_Unmarshal

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

type AccountVerifiedCredentialRegistered added in v2.443.0

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 added in v2.443.0

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

func (*AccountVerifiedCredentialRegistered) GetDevicePK added in v2.443.0

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

func (*AccountVerifiedCredentialRegistered) GetExpirationDate added in v2.443.0

func (m *AccountVerifiedCredentialRegistered) GetExpirationDate() int64

func (*AccountVerifiedCredentialRegistered) GetIdentifier added in v2.443.0

func (m *AccountVerifiedCredentialRegistered) GetIdentifier() string

func (*AccountVerifiedCredentialRegistered) GetIssuer added in v2.448.0

func (*AccountVerifiedCredentialRegistered) GetRegistrationDate added in v2.443.0

func (m *AccountVerifiedCredentialRegistered) GetRegistrationDate() int64

func (*AccountVerifiedCredentialRegistered) GetSignedIdentityPublicKey added in v2.443.0

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

func (*AccountVerifiedCredentialRegistered) GetVerifiedCredential added in v2.443.0

func (m *AccountVerifiedCredentialRegistered) GetVerifiedCredential() string

func (*AccountVerifiedCredentialRegistered) Marshal added in v2.443.0

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

func (*AccountVerifiedCredentialRegistered) MarshalTo added in v2.443.0

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

func (*AccountVerifiedCredentialRegistered) MarshalToSizedBuffer added in v2.443.0

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

func (*AccountVerifiedCredentialRegistered) ProtoMessage added in v2.443.0

func (*AccountVerifiedCredentialRegistered) ProtoMessage()

func (*AccountVerifiedCredentialRegistered) Reset added in v2.443.0

func (*AccountVerifiedCredentialRegistered) SetDevicePK added in v2.443.0

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

func (*AccountVerifiedCredentialRegistered) Size added in v2.443.0

func (*AccountVerifiedCredentialRegistered) String added in v2.443.0

func (*AccountVerifiedCredentialRegistered) Unmarshal added in v2.443.0

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

func (*AccountVerifiedCredentialRegistered) XXX_DiscardUnknown added in v2.443.0

func (m *AccountVerifiedCredentialRegistered) XXX_DiscardUnknown()

func (*AccountVerifiedCredentialRegistered) XXX_Marshal added in v2.443.0

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

func (*AccountVerifiedCredentialRegistered) XXX_Merge added in v2.443.0

func (*AccountVerifiedCredentialRegistered) XXX_Size added in v2.443.0

func (*AccountVerifiedCredentialRegistered) XXX_Unmarshal added in v2.443.0

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 added in v2.266.0

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 AppMetadata

type AppMetadata 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:"-"`
}

AppMetadata is an app defined message, accessible to future group members

func (*AppMetadata) Descriptor

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

func (*AppMetadata) GetDevicePK

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

func (*AppMetadata) GetMessage

func (m *AppMetadata) GetMessage() []byte

func (*AppMetadata) Marshal

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

func (*AppMetadata) MarshalTo

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

func (*AppMetadata) MarshalToSizedBuffer

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

func (*AppMetadata) ProtoMessage

func (*AppMetadata) ProtoMessage()

func (*AppMetadata) Reset

func (m *AppMetadata) Reset()

func (*AppMetadata) SetDevicePK

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

func (*AppMetadata) Size

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

func (*AppMetadata) String

func (m *AppMetadata) String() string

func (*AppMetadata) Unmarshal

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

func (*AppMetadata) XXX_DiscardUnknown

func (m *AppMetadata) XXX_DiscardUnknown()

func (*AppMetadata) XXX_Marshal

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

func (*AppMetadata) XXX_Merge

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

func (*AppMetadata) XXX_Size

func (m *AppMetadata) XXX_Size() int

func (*AppMetadata) XXX_Unmarshal

func (m *AppMetadata) 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 added in v2.285.0

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 AuthExchangeResponse added in v2.305.0

type AuthExchangeResponse struct {
	AccessToken          string            `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	Scope                string            `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	Error                string            `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	ErrorDescription     string            `protobuf:"bytes,4,opt,name=error_description,json=errorDescription,proto3" json:"error_description,omitempty"`
	Services             map[string]string `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*AuthExchangeResponse) Descriptor added in v2.305.0

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

func (*AuthExchangeResponse) GetAccessToken added in v2.305.0

func (m *AuthExchangeResponse) GetAccessToken() string

func (*AuthExchangeResponse) GetError added in v2.305.0

func (m *AuthExchangeResponse) GetError() string

func (*AuthExchangeResponse) GetErrorDescription added in v2.305.0

func (m *AuthExchangeResponse) GetErrorDescription() string

func (*AuthExchangeResponse) GetScope added in v2.305.0

func (m *AuthExchangeResponse) GetScope() string

func (*AuthExchangeResponse) GetServices added in v2.305.0

func (m *AuthExchangeResponse) GetServices() map[string]string

func (*AuthExchangeResponse) Marshal added in v2.305.0

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

func (*AuthExchangeResponse) MarshalTo added in v2.305.0

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

func (*AuthExchangeResponse) MarshalToSizedBuffer added in v2.305.0

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

func (*AuthExchangeResponse) ProtoMessage added in v2.305.0

func (*AuthExchangeResponse) ProtoMessage()

func (*AuthExchangeResponse) Reset added in v2.305.0

func (m *AuthExchangeResponse) Reset()

func (*AuthExchangeResponse) Size added in v2.305.0

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

func (*AuthExchangeResponse) String added in v2.305.0

func (m *AuthExchangeResponse) String() string

func (*AuthExchangeResponse) Unmarshal added in v2.305.0

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

func (*AuthExchangeResponse) XXX_DiscardUnknown added in v2.305.0

func (m *AuthExchangeResponse) XXX_DiscardUnknown()

func (*AuthExchangeResponse) XXX_Marshal added in v2.305.0

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

func (*AuthExchangeResponse) XXX_Merge added in v2.305.0

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

func (*AuthExchangeResponse) XXX_Size added in v2.305.0

func (m *AuthExchangeResponse) XXX_Size() int

func (*AuthExchangeResponse) XXX_Unmarshal added in v2.305.0

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

type AuthServiceCompleteFlow

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

func (*AuthServiceCompleteFlow) Descriptor

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

func (*AuthServiceCompleteFlow) Marshal

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

func (*AuthServiceCompleteFlow) MarshalTo

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

func (*AuthServiceCompleteFlow) MarshalToSizedBuffer

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

func (*AuthServiceCompleteFlow) ProtoMessage

func (*AuthServiceCompleteFlow) ProtoMessage()

func (*AuthServiceCompleteFlow) Reset

func (m *AuthServiceCompleteFlow) Reset()

func (*AuthServiceCompleteFlow) Size

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

func (*AuthServiceCompleteFlow) String

func (m *AuthServiceCompleteFlow) String() string

func (*AuthServiceCompleteFlow) Unmarshal

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

func (*AuthServiceCompleteFlow) XXX_DiscardUnknown

func (m *AuthServiceCompleteFlow) XXX_DiscardUnknown()

func (*AuthServiceCompleteFlow) XXX_Marshal

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

func (*AuthServiceCompleteFlow) XXX_Merge

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

func (*AuthServiceCompleteFlow) XXX_Size

func (m *AuthServiceCompleteFlow) XXX_Size() int

func (*AuthServiceCompleteFlow) XXX_Unmarshal

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

type AuthServiceCompleteFlow_Reply

type AuthServiceCompleteFlow_Reply struct {
	TokenID              string   `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthServiceCompleteFlow_Reply) Descriptor

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

func (*AuthServiceCompleteFlow_Reply) GetTokenID added in v2.276.1

func (m *AuthServiceCompleteFlow_Reply) GetTokenID() string

func (*AuthServiceCompleteFlow_Reply) Marshal

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

func (*AuthServiceCompleteFlow_Reply) MarshalTo

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

func (*AuthServiceCompleteFlow_Reply) MarshalToSizedBuffer

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

func (*AuthServiceCompleteFlow_Reply) ProtoMessage

func (*AuthServiceCompleteFlow_Reply) ProtoMessage()

func (*AuthServiceCompleteFlow_Reply) Reset

func (m *AuthServiceCompleteFlow_Reply) Reset()

func (*AuthServiceCompleteFlow_Reply) Size

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

func (*AuthServiceCompleteFlow_Reply) String

func (*AuthServiceCompleteFlow_Reply) Unmarshal

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

func (*AuthServiceCompleteFlow_Reply) XXX_DiscardUnknown

func (m *AuthServiceCompleteFlow_Reply) XXX_DiscardUnknown()

func (*AuthServiceCompleteFlow_Reply) XXX_Marshal

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

func (*AuthServiceCompleteFlow_Reply) XXX_Merge

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

func (*AuthServiceCompleteFlow_Reply) XXX_Size

func (m *AuthServiceCompleteFlow_Reply) XXX_Size() int

func (*AuthServiceCompleteFlow_Reply) XXX_Unmarshal

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

type AuthServiceCompleteFlow_Request

type AuthServiceCompleteFlow_Request struct {
	CallbackURL          string   `protobuf:"bytes,1,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthServiceCompleteFlow_Request) Descriptor

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

func (*AuthServiceCompleteFlow_Request) GetCallbackURL

func (m *AuthServiceCompleteFlow_Request) GetCallbackURL() string

func (*AuthServiceCompleteFlow_Request) Marshal

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

func (*AuthServiceCompleteFlow_Request) MarshalTo

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

func (*AuthServiceCompleteFlow_Request) MarshalToSizedBuffer

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

func (*AuthServiceCompleteFlow_Request) ProtoMessage

func (*AuthServiceCompleteFlow_Request) ProtoMessage()

func (*AuthServiceCompleteFlow_Request) Reset

func (*AuthServiceCompleteFlow_Request) Size

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

func (*AuthServiceCompleteFlow_Request) String

func (*AuthServiceCompleteFlow_Request) Unmarshal

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

func (*AuthServiceCompleteFlow_Request) XXX_DiscardUnknown

func (m *AuthServiceCompleteFlow_Request) XXX_DiscardUnknown()

func (*AuthServiceCompleteFlow_Request) XXX_Marshal

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

func (*AuthServiceCompleteFlow_Request) XXX_Merge

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

func (*AuthServiceCompleteFlow_Request) XXX_Size

func (m *AuthServiceCompleteFlow_Request) XXX_Size() int

func (*AuthServiceCompleteFlow_Request) XXX_Unmarshal

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

type AuthServiceInitFlow

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

func (*AuthServiceInitFlow) Descriptor

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

func (*AuthServiceInitFlow) Marshal

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

func (*AuthServiceInitFlow) MarshalTo

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

func (*AuthServiceInitFlow) MarshalToSizedBuffer

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

func (*AuthServiceInitFlow) ProtoMessage

func (*AuthServiceInitFlow) ProtoMessage()

func (*AuthServiceInitFlow) Reset

func (m *AuthServiceInitFlow) Reset()

func (*AuthServiceInitFlow) Size

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

func (*AuthServiceInitFlow) String

func (m *AuthServiceInitFlow) String() string

func (*AuthServiceInitFlow) Unmarshal

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

func (*AuthServiceInitFlow) XXX_DiscardUnknown

func (m *AuthServiceInitFlow) XXX_DiscardUnknown()

func (*AuthServiceInitFlow) XXX_Marshal

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

func (*AuthServiceInitFlow) XXX_Merge

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

func (*AuthServiceInitFlow) XXX_Size

func (m *AuthServiceInitFlow) XXX_Size() int

func (*AuthServiceInitFlow) XXX_Unmarshal

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

type AuthServiceInitFlow_Reply

type AuthServiceInitFlow_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 (*AuthServiceInitFlow_Reply) Descriptor

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

func (*AuthServiceInitFlow_Reply) GetSecureURL

func (m *AuthServiceInitFlow_Reply) GetSecureURL() bool

func (*AuthServiceInitFlow_Reply) GetURL

func (m *AuthServiceInitFlow_Reply) GetURL() string

func (*AuthServiceInitFlow_Reply) Marshal

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

func (*AuthServiceInitFlow_Reply) MarshalTo

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

func (*AuthServiceInitFlow_Reply) MarshalToSizedBuffer

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

func (*AuthServiceInitFlow_Reply) ProtoMessage

func (*AuthServiceInitFlow_Reply) ProtoMessage()

func (*AuthServiceInitFlow_Reply) Reset

func (m *AuthServiceInitFlow_Reply) Reset()

func (*AuthServiceInitFlow_Reply) Size

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

func (*AuthServiceInitFlow_Reply) String

func (m *AuthServiceInitFlow_Reply) String() string

func (*AuthServiceInitFlow_Reply) Unmarshal

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

func (*AuthServiceInitFlow_Reply) XXX_DiscardUnknown

func (m *AuthServiceInitFlow_Reply) XXX_DiscardUnknown()

func (*AuthServiceInitFlow_Reply) XXX_Marshal

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

func (*AuthServiceInitFlow_Reply) XXX_Merge

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

func (*AuthServiceInitFlow_Reply) XXX_Size

func (m *AuthServiceInitFlow_Reply) XXX_Size() int

func (*AuthServiceInitFlow_Reply) XXX_Unmarshal

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

type AuthServiceInitFlow_Request

type AuthServiceInitFlow_Request struct {
	AuthURL              string   `protobuf:"bytes,1,opt,name=auth_url,json=authUrl,proto3" json:"auth_url,omitempty"`
	Services             []string `protobuf:"bytes,3,rep,name=services,proto3" json:"services,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthServiceInitFlow_Request) Descriptor

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

func (*AuthServiceInitFlow_Request) GetAuthURL

func (m *AuthServiceInitFlow_Request) GetAuthURL() string

func (*AuthServiceInitFlow_Request) GetServices added in v2.381.0

func (m *AuthServiceInitFlow_Request) GetServices() []string

func (*AuthServiceInitFlow_Request) Marshal

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

func (*AuthServiceInitFlow_Request) MarshalTo

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

func (*AuthServiceInitFlow_Request) MarshalToSizedBuffer

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

func (*AuthServiceInitFlow_Request) ProtoMessage

func (*AuthServiceInitFlow_Request) ProtoMessage()

func (*AuthServiceInitFlow_Request) Reset

func (m *AuthServiceInitFlow_Request) Reset()

func (*AuthServiceInitFlow_Request) Size

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

func (*AuthServiceInitFlow_Request) String

func (m *AuthServiceInitFlow_Request) String() string

func (*AuthServiceInitFlow_Request) Unmarshal

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

func (*AuthServiceInitFlow_Request) XXX_DiscardUnknown

func (m *AuthServiceInitFlow_Request) XXX_DiscardUnknown()

func (*AuthServiceInitFlow_Request) XXX_Marshal

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

func (*AuthServiceInitFlow_Request) XXX_Merge

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

func (*AuthServiceInitFlow_Request) XXX_Size

func (m *AuthServiceInitFlow_Request) XXX_Size() int

func (*AuthServiceInitFlow_Request) XXX_Unmarshal

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

type Config

type Config struct {
	Berty struct {
		Contacts map[string]struct {
			Link        string `json:"link"`
			Name        string `json:"name"`
			Description string `json:"description"`
			Kind        string `json:"kind"`
			Suggestion  bool   `json:"suggestion"`
			Icon        string `json:"icon"`
		} `json:"contacts"`
		Conversations map[string]struct {
			Link        string `json:"link"`
			Name        string `json:"name"`
			Description string `json:"description"`
			Suggestion  bool   `json:"suggestion"`
		} `json:"conversations"`
	} `json:"berty"`
	P2P struct {
		RDVP []struct {
			Maddr string `json:"maddr"`
		} `json:"rdvp"`
		StaticRelays []string `json:"static-relays" yaml:"static-relays"`
	} `json:"p2p"`
}

Config represents the configuration file defined in /config/config.yml

type ContactAddAliasKey

type ContactAddAliasKey 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:"-"`
}

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

func (*ContactAddAliasKey) Descriptor

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

func (*ContactAddAliasKey) GetAliasPK

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

func (*ContactAddAliasKey) GetDevicePK

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

func (*ContactAddAliasKey) Marshal

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

func (*ContactAddAliasKey) MarshalTo

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

func (*ContactAddAliasKey) MarshalToSizedBuffer

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

func (*ContactAddAliasKey) ProtoMessage

func (*ContactAddAliasKey) ProtoMessage()

func (*ContactAddAliasKey) Reset

func (m *ContactAddAliasKey) Reset()

func (*ContactAddAliasKey) SetDevicePK

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

func (*ContactAddAliasKey) Size

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

func (*ContactAddAliasKey) String

func (m *ContactAddAliasKey) String() string

func (*ContactAddAliasKey) Unmarshal

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

func (*ContactAddAliasKey) XXX_DiscardUnknown

func (m *ContactAddAliasKey) XXX_DiscardUnknown()

func (*ContactAddAliasKey) XXX_Marshal

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

func (*ContactAddAliasKey) XXX_Merge

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

func (*ContactAddAliasKey) XXX_Size

func (m *ContactAddAliasKey) XXX_Size() int

func (*ContactAddAliasKey) XXX_Unmarshal

func (m *ContactAddAliasKey) 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 added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow) Descriptor added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow) Marshal added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow) MarshalTo added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow) MarshalToSizedBuffer added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow) ProtoMessage added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow) Reset added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow) Size added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow) String added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow) Unmarshal added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow) XXX_DiscardUnknown added in v2.443.0

func (m *CredentialVerificationServiceCompleteFlow) XXX_DiscardUnknown()

func (*CredentialVerificationServiceCompleteFlow) XXX_Marshal added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow) XXX_Merge added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow) XXX_Size added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow) XXX_Unmarshal added in v2.443.0

type CredentialVerificationServiceCompleteFlow_Reply added in v2.443.0

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 added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) GetIdentifier added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) Marshal added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow_Reply) MarshalTo added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) MarshalToSizedBuffer added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow_Reply) ProtoMessage added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) Reset added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) Size added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) String added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) Unmarshal added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_DiscardUnknown added in v2.443.0

func (m *CredentialVerificationServiceCompleteFlow_Reply) XXX_DiscardUnknown()

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_Marshal added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_Merge added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_Size added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Reply) XXX_Unmarshal added in v2.443.0

type CredentialVerificationServiceCompleteFlow_Request added in v2.443.0

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 added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) GetCallbackURI added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) Marshal added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) MarshalTo added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) MarshalToSizedBuffer added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow_Request) ProtoMessage added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) Reset added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) Size added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) String added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) Unmarshal added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_DiscardUnknown added in v2.443.0

func (m *CredentialVerificationServiceCompleteFlow_Request) XXX_DiscardUnknown()

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_Marshal added in v2.443.0

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

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_Merge added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_Size added in v2.443.0

func (*CredentialVerificationServiceCompleteFlow_Request) XXX_Unmarshal added in v2.443.0

type CredentialVerificationServiceInitFlow added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow) Descriptor added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow) Marshal added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow) MarshalTo added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow) MarshalToSizedBuffer added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow) ProtoMessage added in v2.443.0

func (*CredentialVerificationServiceInitFlow) ProtoMessage()

func (*CredentialVerificationServiceInitFlow) Reset added in v2.443.0

func (*CredentialVerificationServiceInitFlow) Size added in v2.443.0

func (*CredentialVerificationServiceInitFlow) String added in v2.443.0

func (*CredentialVerificationServiceInitFlow) Unmarshal added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow) XXX_DiscardUnknown added in v2.443.0

func (m *CredentialVerificationServiceInitFlow) XXX_DiscardUnknown()

func (*CredentialVerificationServiceInitFlow) XXX_Marshal added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow) XXX_Merge added in v2.443.0

func (*CredentialVerificationServiceInitFlow) XXX_Size added in v2.443.0

func (*CredentialVerificationServiceInitFlow) XXX_Unmarshal added in v2.443.0

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

type CredentialVerificationServiceInitFlow_Reply added in v2.443.0

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 added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) GetSecureURL added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) GetURL added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) Marshal added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow_Reply) MarshalTo added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) MarshalToSizedBuffer added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow_Reply) ProtoMessage added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) Reset added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) Size added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) String added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) Unmarshal added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) XXX_DiscardUnknown added in v2.443.0

func (m *CredentialVerificationServiceInitFlow_Reply) XXX_DiscardUnknown()

func (*CredentialVerificationServiceInitFlow_Reply) XXX_Marshal added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow_Reply) XXX_Merge added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) XXX_Size added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Reply) XXX_Unmarshal added in v2.443.0

type CredentialVerificationServiceInitFlow_Request added in v2.443.0

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 added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) GetPublicKey added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) GetServiceURL added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) Marshal added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow_Request) MarshalTo added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) MarshalToSizedBuffer added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow_Request) ProtoMessage added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) Reset added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) Size added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) String added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) Unmarshal added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) XXX_DiscardUnknown added in v2.443.0

func (m *CredentialVerificationServiceInitFlow_Request) XXX_DiscardUnknown()

func (*CredentialVerificationServiceInitFlow_Request) XXX_Marshal added in v2.443.0

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

func (*CredentialVerificationServiceInitFlow_Request) XXX_Merge added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) XXX_Size added in v2.443.0

func (*CredentialVerificationServiceInitFlow_Request) XXX_Unmarshal added in v2.443.0

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 DebugAuthServiceSetToken added in v2.305.0

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

func (*DebugAuthServiceSetToken) Descriptor added in v2.305.0

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

func (*DebugAuthServiceSetToken) Marshal added in v2.305.0

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

func (*DebugAuthServiceSetToken) MarshalTo added in v2.305.0

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

func (*DebugAuthServiceSetToken) MarshalToSizedBuffer added in v2.305.0

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

func (*DebugAuthServiceSetToken) ProtoMessage added in v2.305.0

func (*DebugAuthServiceSetToken) ProtoMessage()

func (*DebugAuthServiceSetToken) Reset added in v2.305.0

func (m *DebugAuthServiceSetToken) Reset()

func (*DebugAuthServiceSetToken) Size added in v2.305.0

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

func (*DebugAuthServiceSetToken) String added in v2.305.0

func (m *DebugAuthServiceSetToken) String() string

func (*DebugAuthServiceSetToken) Unmarshal added in v2.305.0

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

func (*DebugAuthServiceSetToken) XXX_DiscardUnknown added in v2.305.0

func (m *DebugAuthServiceSetToken) XXX_DiscardUnknown()

func (*DebugAuthServiceSetToken) XXX_Marshal added in v2.305.0

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

func (*DebugAuthServiceSetToken) XXX_Merge added in v2.305.0

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

func (*DebugAuthServiceSetToken) XXX_Size added in v2.305.0

func (m *DebugAuthServiceSetToken) XXX_Size() int

func (*DebugAuthServiceSetToken) XXX_Unmarshal added in v2.305.0

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

type DebugAuthServiceSetToken_Reply added in v2.305.0

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

func (*DebugAuthServiceSetToken_Reply) Descriptor added in v2.305.0

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

func (*DebugAuthServiceSetToken_Reply) Marshal added in v2.305.0

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

func (*DebugAuthServiceSetToken_Reply) MarshalTo added in v2.305.0

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

func (*DebugAuthServiceSetToken_Reply) MarshalToSizedBuffer added in v2.305.0

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

func (*DebugAuthServiceSetToken_Reply) ProtoMessage added in v2.305.0

func (*DebugAuthServiceSetToken_Reply) ProtoMessage()

func (*DebugAuthServiceSetToken_Reply) Reset added in v2.305.0

func (m *DebugAuthServiceSetToken_Reply) Reset()

func (*DebugAuthServiceSetToken_Reply) Size added in v2.305.0

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

func (*DebugAuthServiceSetToken_Reply) String added in v2.305.0

func (*DebugAuthServiceSetToken_Reply) Unmarshal added in v2.305.0

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

func (*DebugAuthServiceSetToken_Reply) XXX_DiscardUnknown added in v2.305.0

func (m *DebugAuthServiceSetToken_Reply) XXX_DiscardUnknown()

func (*DebugAuthServiceSetToken_Reply) XXX_Marshal added in v2.305.0

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

func (*DebugAuthServiceSetToken_Reply) XXX_Merge added in v2.305.0

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

func (*DebugAuthServiceSetToken_Reply) XXX_Size added in v2.305.0

func (m *DebugAuthServiceSetToken_Reply) XXX_Size() int

func (*DebugAuthServiceSetToken_Reply) XXX_Unmarshal added in v2.305.0

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

type DebugAuthServiceSetToken_Request added in v2.305.0

type DebugAuthServiceSetToken_Request struct {
	Token                *AuthExchangeResponse `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"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*DebugAuthServiceSetToken_Request) Descriptor added in v2.305.0

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

func (*DebugAuthServiceSetToken_Request) GetAuthenticationURL added in v2.305.0

func (m *DebugAuthServiceSetToken_Request) GetAuthenticationURL() string

func (*DebugAuthServiceSetToken_Request) GetToken added in v2.305.0

func (*DebugAuthServiceSetToken_Request) Marshal added in v2.305.0

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

func (*DebugAuthServiceSetToken_Request) MarshalTo added in v2.305.0

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

func (*DebugAuthServiceSetToken_Request) MarshalToSizedBuffer added in v2.305.0

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

func (*DebugAuthServiceSetToken_Request) ProtoMessage added in v2.305.0

func (*DebugAuthServiceSetToken_Request) ProtoMessage()

func (*DebugAuthServiceSetToken_Request) Reset added in v2.305.0

func (*DebugAuthServiceSetToken_Request) Size added in v2.305.0

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

func (*DebugAuthServiceSetToken_Request) String added in v2.305.0

func (*DebugAuthServiceSetToken_Request) Unmarshal added in v2.305.0

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

func (*DebugAuthServiceSetToken_Request) XXX_DiscardUnknown added in v2.305.0

func (m *DebugAuthServiceSetToken_Request) XXX_DiscardUnknown()

func (*DebugAuthServiceSetToken_Request) XXX_Marshal added in v2.305.0

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

func (*DebugAuthServiceSetToken_Request) XXX_Merge added in v2.305.0

func (*DebugAuthServiceSetToken_Request) XXX_Size added in v2.305.0

func (m *DebugAuthServiceSetToken_Request) XXX_Size() int

func (*DebugAuthServiceSetToken_Request) XXX_Unmarshal added in v2.305.0

func (m *DebugAuthServiceSetToken_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 `` /* 148-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 `` /* 131-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=berty.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 DeviceSecret

type DeviceSecret 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:"-"`
}

DeviceSecret is encrypted for a specific member of the group

func (*DeviceSecret) Descriptor

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

func (*DeviceSecret) GetChainKey

func (m *DeviceSecret) GetChainKey() []byte

func (*DeviceSecret) GetCounter

func (m *DeviceSecret) GetCounter() uint64

func (*DeviceSecret) Marshal

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

func (*DeviceSecret) MarshalTo

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

func (*DeviceSecret) MarshalToSizedBuffer

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

func (*DeviceSecret) ProtoMessage

func (*DeviceSecret) ProtoMessage()

func (*DeviceSecret) Reset

func (m *DeviceSecret) Reset()

func (*DeviceSecret) Size

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

func (*DeviceSecret) String

func (m *DeviceSecret) String() string

func (*DeviceSecret) Unmarshal

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

func (*DeviceSecret) XXX_DiscardUnknown

func (m *DeviceSecret) XXX_DiscardUnknown()

func (*DeviceSecret) XXX_Marshal

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

func (*DeviceSecret) XXX_Merge

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

func (*DeviceSecret) XXX_Size

func (m *DeviceSecret) XXX_Size() int

func (*DeviceSecret) XXX_Unmarshal

func (m *DeviceSecret) 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
	// EventTypeGroupDeviceSecretAdded indicates the payload includes that a member has sent their device secret to another member
	EventTypeGroupDeviceSecretAdded 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
	// EventTypeAccountContactRequestEnqueued indicates the payload includes that the account will attempt to send a new contact request
	EventTypeAccountContactRequestOutgoingEnqueued EventType = 106
	// EventTypeAccountContactRequestSent indicates the payload includes that the account has sent a contact request
	EventTypeAccountContactRequestOutgoingSent EventType = 107
	// EventTypeAccountContactRequestReceived 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
	// EventTypeAccountContactRequestAccepted 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
	// EventTypeAccountServiceTokenAdded indicates that a new service provider has been registered for this account
	EventTypeAccountServiceTokenAdded EventType = 401
	// EventTypeAccountServiceTokenRemoved indicates that a service provider is not available anymore
	EventTypeAccountServiceTokenRemoved EventType = 402
	// EventTypeGroupReplicating indicates that the group has been registered for replication on a server
	EventTypeGroupReplicating EventType = 403
	// EventTypePushMemberTokenUpdate
	EventTypePushMemberTokenUpdate EventType = 404
	// EventTypePushDeviceTokenRegistered
	EventTypePushDeviceTokenRegistered EventType = 405
	// EventTypePushDeviceServerRegistered
	EventTypePushDeviceServerRegistered EventType = 406
	// 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 added in v2.321.0

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 added in v2.321.0

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

func (*FirstLastCounters) GetFirst added in v2.321.0

func (m *FirstLastCounters) GetFirst() uint64

func (*FirstLastCounters) GetLast added in v2.321.0

func (m *FirstLastCounters) GetLast() uint64

func (*FirstLastCounters) Marshal added in v2.321.0

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

func (*FirstLastCounters) MarshalTo added in v2.321.0

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

func (*FirstLastCounters) MarshalToSizedBuffer added in v2.321.0

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

func (*FirstLastCounters) ProtoMessage added in v2.321.0

func (*FirstLastCounters) ProtoMessage()

func (*FirstLastCounters) Reset added in v2.321.0

func (m *FirstLastCounters) Reset()

func (*FirstLastCounters) Size added in v2.321.0

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

func (*FirstLastCounters) String added in v2.321.0

func (m *FirstLastCounters) String() string

func (*FirstLastCounters) Unmarshal added in v2.321.0

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

func (*FirstLastCounters) XXX_DiscardUnknown added in v2.321.0

func (m *FirstLastCounters) XXX_DiscardUnknown()

func (*FirstLastCounters) XXX_Marshal added in v2.321.0

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

func (*FirstLastCounters) XXX_Merge added in v2.321.0

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

func (*FirstLastCounters) XXX_Size added in v2.321.0

func (m *FirstLastCounters) XXX_Size() int

func (*FirstLastCounters) XXX_Unmarshal added in v2.321.0

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 secrets are generated
	GroupType GroupType `protobuf:"varint,4,opt,name=group_type,json=groupType,proto3,enum=berty.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 (*Group) Copy added in v2.311.2

func (m *Group) Copy() *Group

func (*Group) Descriptor

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

func (*Group) GetGroupType

func (m *Group) GetGroupType() GroupType

func (*Group) GetLinkKey added in v2.318.0

func (m *Group) GetLinkKey() []byte

func (*Group) GetLinkKeySig added in v2.318.0

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) 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 GroupAddDeviceSecret

type GroupAddDeviceSecret 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:"-"`
}

GroupAddDeviceSecret is an event which indicates to a group member a device secret

func (*GroupAddDeviceSecret) Descriptor

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

func (*GroupAddDeviceSecret) GetDestMemberPK

func (m *GroupAddDeviceSecret) GetDestMemberPK() []byte

func (*GroupAddDeviceSecret) GetDevicePK

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

func (*GroupAddDeviceSecret) GetPayload

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

func (*GroupAddDeviceSecret) Marshal

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

func (*GroupAddDeviceSecret) MarshalTo

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

func (*GroupAddDeviceSecret) MarshalToSizedBuffer

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

func (*GroupAddDeviceSecret) ProtoMessage

func (*GroupAddDeviceSecret) ProtoMessage()

func (*GroupAddDeviceSecret) Reset

func (m *GroupAddDeviceSecret) Reset()

func (*GroupAddDeviceSecret) Size

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

func (*GroupAddDeviceSecret) String

func (m *GroupAddDeviceSecret) String() string

func (*GroupAddDeviceSecret) Unmarshal

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

func (*GroupAddDeviceSecret) XXX_DiscardUnknown

func (m *GroupAddDeviceSecret) XXX_DiscardUnknown()

func (*GroupAddDeviceSecret) XXX_Marshal

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

func (*GroupAddDeviceSecret) XXX_Merge

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

func (*GroupAddDeviceSecret) XXX_Size

func (m *GroupAddDeviceSecret) XXX_Size() int

func (*GroupAddDeviceSecret) XXX_Unmarshal

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

type GroupAddMemberDevice

type GroupAddMemberDevice 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:"-"`
}

GroupAddMemberDevice 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 GroupAddMemberDevice and GroupAddDeviceSecret events

func (*GroupAddMemberDevice) Descriptor

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

func (*GroupAddMemberDevice) GetDevicePK

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

func (*GroupAddMemberDevice) GetMemberPK

func (m *GroupAddMemberDevice) GetMemberPK() []byte

func (*GroupAddMemberDevice) GetMemberSig

func (m *GroupAddMemberDevice) GetMemberSig() []byte

func (*GroupAddMemberDevice) Marshal

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

func (*GroupAddMemberDevice) MarshalTo

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

func (*GroupAddMemberDevice) MarshalToSizedBuffer

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

func (*GroupAddMemberDevice) ProtoMessage

func (*GroupAddMemberDevice) ProtoMessage()

func (*GroupAddMemberDevice) Reset

func (m *GroupAddMemberDevice) Reset()

func (*GroupAddMemberDevice) Size

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

func (*GroupAddMemberDevice) String

func (m *GroupAddMemberDevice) String() string

func (*GroupAddMemberDevice) Unmarshal

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

func (*GroupAddMemberDevice) XXX_DiscardUnknown

func (m *GroupAddMemberDevice) XXX_DiscardUnknown()

func (*GroupAddMemberDevice) XXX_Marshal

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

func (*GroupAddMemberDevice) XXX_Merge

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

func (*GroupAddMemberDevice) XXX_Size

func (m *GroupAddMemberDevice) XXX_Size() int

func (*GroupAddMemberDevice) XXX_Unmarshal

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

type GroupDeviceStatus added in v2.415.0

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

func (*GroupDeviceStatus) Descriptor added in v2.415.0

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

func (*GroupDeviceStatus) Marshal added in v2.415.0

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

func (*GroupDeviceStatus) MarshalTo added in v2.415.0

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

func (*GroupDeviceStatus) MarshalToSizedBuffer added in v2.415.0

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

func (*GroupDeviceStatus) ProtoMessage added in v2.415.0

func (*GroupDeviceStatus) ProtoMessage()

func (*GroupDeviceStatus) Reset added in v2.415.0

func (m *GroupDeviceStatus) Reset()

func (*GroupDeviceStatus) Size added in v2.415.0

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

func (*GroupDeviceStatus) String added in v2.415.0

func (m *GroupDeviceStatus) String() string

func (*GroupDeviceStatus) Unmarshal added in v2.415.0

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

func (*GroupDeviceStatus) XXX_DiscardUnknown added in v2.415.0

func (m *GroupDeviceStatus) XXX_DiscardUnknown()

func (*GroupDeviceStatus) XXX_Marshal added in v2.415.0

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

func (*GroupDeviceStatus) XXX_Merge added in v2.415.0

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

func (*GroupDeviceStatus) XXX_Size added in v2.415.0

func (m *GroupDeviceStatus) XXX_Size() int

func (*GroupDeviceStatus) XXX_Unmarshal added in v2.415.0

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

type GroupDeviceStatus_Reply added in v2.415.0

type GroupDeviceStatus_Reply struct {
	Type                 GroupDeviceStatus_Type `protobuf:"varint,1,opt,name=type,proto3,enum=berty.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 added in v2.415.0

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

func (*GroupDeviceStatus_Reply) GetEvent added in v2.415.0

func (m *GroupDeviceStatus_Reply) GetEvent() []byte

func (*GroupDeviceStatus_Reply) GetType added in v2.415.0

func (*GroupDeviceStatus_Reply) Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply) MarshalTo added in v2.415.0

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

func (*GroupDeviceStatus_Reply) MarshalToSizedBuffer added in v2.415.0

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

func (*GroupDeviceStatus_Reply) ProtoMessage added in v2.415.0

func (*GroupDeviceStatus_Reply) ProtoMessage()

func (*GroupDeviceStatus_Reply) Reset added in v2.415.0

func (m *GroupDeviceStatus_Reply) Reset()

func (*GroupDeviceStatus_Reply) Size added in v2.415.0

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

func (*GroupDeviceStatus_Reply) String added in v2.415.0

func (m *GroupDeviceStatus_Reply) String() string

func (*GroupDeviceStatus_Reply) Unmarshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply) XXX_DiscardUnknown added in v2.415.0

func (m *GroupDeviceStatus_Reply) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Reply) XXX_Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply) XXX_Merge added in v2.415.0

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

func (*GroupDeviceStatus_Reply) XXX_Size added in v2.415.0

func (m *GroupDeviceStatus_Reply) XXX_Size() int

func (*GroupDeviceStatus_Reply) XXX_Unmarshal added in v2.415.0

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

type GroupDeviceStatus_Reply_PeerConnected added in v2.415.0

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 `` /* 132-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 added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerConnected) GetDevicePK added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerConnected) GetMaddrs added in v2.424.0

func (*GroupDeviceStatus_Reply_PeerConnected) GetPeerID added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerConnected) GetTransports added in v2.424.0

func (*GroupDeviceStatus_Reply_PeerConnected) Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerConnected) MarshalTo added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerConnected) MarshalToSizedBuffer added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerConnected) ProtoMessage added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerConnected) ProtoMessage()

func (*GroupDeviceStatus_Reply_PeerConnected) Reset added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerConnected) Size added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerConnected) String added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerConnected) Unmarshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_DiscardUnknown added in v2.415.0

func (m *GroupDeviceStatus_Reply_PeerConnected) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_Merge added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_Size added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerConnected) XXX_Unmarshal added in v2.415.0

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

type GroupDeviceStatus_Reply_PeerDisconnected added in v2.415.0

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 added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerDisconnected) GetPeerID added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerDisconnected) Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerDisconnected) MarshalTo added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerDisconnected) MarshalToSizedBuffer added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerDisconnected) ProtoMessage added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerDisconnected) Reset added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerDisconnected) Size added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerDisconnected) String added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerDisconnected) Unmarshal added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_DiscardUnknown added in v2.415.0

func (m *GroupDeviceStatus_Reply_PeerDisconnected) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_Merge added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_Size added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerDisconnected) XXX_Unmarshal added in v2.415.0

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

type GroupDeviceStatus_Reply_PeerReconnecting added in v2.415.0

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 added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerReconnecting) GetPeerID added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerReconnecting) Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerReconnecting) MarshalTo added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerReconnecting) MarshalToSizedBuffer added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerReconnecting) ProtoMessage added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerReconnecting) Reset added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerReconnecting) Size added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerReconnecting) String added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerReconnecting) Unmarshal added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_DiscardUnknown added in v2.415.0

func (m *GroupDeviceStatus_Reply_PeerReconnecting) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_Merge added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_Size added in v2.415.0

func (*GroupDeviceStatus_Reply_PeerReconnecting) XXX_Unmarshal added in v2.415.0

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

type GroupDeviceStatus_Request added in v2.415.0

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 added in v2.415.0

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

func (*GroupDeviceStatus_Request) GetGroupPK added in v2.424.0

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

func (*GroupDeviceStatus_Request) Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Request) MarshalTo added in v2.415.0

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

func (*GroupDeviceStatus_Request) MarshalToSizedBuffer added in v2.415.0

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

func (*GroupDeviceStatus_Request) ProtoMessage added in v2.415.0

func (*GroupDeviceStatus_Request) ProtoMessage()

func (*GroupDeviceStatus_Request) Reset added in v2.415.0

func (m *GroupDeviceStatus_Request) Reset()

func (*GroupDeviceStatus_Request) Size added in v2.415.0

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

func (*GroupDeviceStatus_Request) String added in v2.415.0

func (m *GroupDeviceStatus_Request) String() string

func (*GroupDeviceStatus_Request) Unmarshal added in v2.415.0

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

func (*GroupDeviceStatus_Request) XXX_DiscardUnknown added in v2.415.0

func (m *GroupDeviceStatus_Request) XXX_DiscardUnknown()

func (*GroupDeviceStatus_Request) XXX_Marshal added in v2.415.0

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

func (*GroupDeviceStatus_Request) XXX_Merge added in v2.415.0

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

func (*GroupDeviceStatus_Request) XXX_Size added in v2.415.0

func (m *GroupDeviceStatus_Request) XXX_Size() int

func (*GroupDeviceStatus_Request) XXX_Unmarshal added in v2.415.0

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

type GroupDeviceStatus_Transport added in v2.415.0

type GroupDeviceStatus_Transport int32

func (GroupDeviceStatus_Transport) EnumDescriptor added in v2.415.0

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

func (GroupDeviceStatus_Transport) String added in v2.415.0

type GroupDeviceStatus_Type added in v2.415.0

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 added in v2.415.0

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

func (GroupDeviceStatus_Type) String added in v2.415.0

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 added in v2.318.0

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 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=berty.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 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 InstanceExportData

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

func (*InstanceExportData) Descriptor

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

func (*InstanceExportData) Marshal

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

func (*InstanceExportData) MarshalTo

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

func (*InstanceExportData) MarshalToSizedBuffer

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

func (*InstanceExportData) ProtoMessage

func (*InstanceExportData) ProtoMessage()

func (*InstanceExportData) Reset

func (m *InstanceExportData) Reset()

func (*InstanceExportData) Size

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

func (*InstanceExportData) String

func (m *InstanceExportData) String() string

func (*InstanceExportData) Unmarshal

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

func (*InstanceExportData) XXX_DiscardUnknown

func (m *InstanceExportData) XXX_DiscardUnknown()

func (*InstanceExportData) XXX_Marshal

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

func (*InstanceExportData) XXX_Merge

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

func (*InstanceExportData) XXX_Size

func (m *InstanceExportData) XXX_Size() int

func (*InstanceExportData) XXX_Unmarshal

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

type InstanceExportData_Reply

type InstanceExportData_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 (*InstanceExportData_Reply) Descriptor

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

func (*InstanceExportData_Reply) GetExportedData

func (m *InstanceExportData_Reply) GetExportedData() []byte

func (*InstanceExportData_Reply) Marshal

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

func (*InstanceExportData_Reply) MarshalTo

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

func (*InstanceExportData_Reply) MarshalToSizedBuffer

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

func (*InstanceExportData_Reply) ProtoMessage

func (*InstanceExportData_Reply) ProtoMessage()

func (*InstanceExportData_Reply) Reset

func (m *InstanceExportData_Reply) Reset()

func (*InstanceExportData_Reply) Size

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

func (*InstanceExportData_Reply) String

func (m *InstanceExportData_Reply) String() string

func (*InstanceExportData_Reply) Unmarshal

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

func (*InstanceExportData_Reply) XXX_DiscardUnknown

func (m *InstanceExportData_Reply) XXX_DiscardUnknown()

func (*InstanceExportData_Reply) XXX_Marshal

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

func (*InstanceExportData_Reply) XXX_Merge

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

func (*InstanceExportData_Reply) XXX_Size

func (m *InstanceExportData_Reply) XXX_Size() int

func (*InstanceExportData_Reply) XXX_Unmarshal

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

type InstanceExportData_Request

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

func (*InstanceExportData_Request) Descriptor

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

func (*InstanceExportData_Request) Marshal

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

func (*InstanceExportData_Request) MarshalTo

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

func (*InstanceExportData_Request) MarshalToSizedBuffer

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

func (*InstanceExportData_Request) ProtoMessage

func (*InstanceExportData_Request) ProtoMessage()

func (*InstanceExportData_Request) Reset

func (m *InstanceExportData_Request) Reset()

func (*InstanceExportData_Request) Size

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

func (*InstanceExportData_Request) String

func (m *InstanceExportData_Request) String() string

func (*InstanceExportData_Request) Unmarshal

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

func (*InstanceExportData_Request) XXX_DiscardUnknown

func (m *InstanceExportData_Request) XXX_DiscardUnknown()

func (*InstanceExportData_Request) XXX_Marshal

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

func (*InstanceExportData_Request) XXX_Merge

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

func (*InstanceExportData_Request) XXX_Size

func (m *InstanceExportData_Request) XXX_Size() int

func (*InstanceExportData_Request) XXX_Unmarshal

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

type InstanceGetConfiguration

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

func (*InstanceGetConfiguration) Descriptor

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

func (*InstanceGetConfiguration) Marshal

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

func (*InstanceGetConfiguration) MarshalTo

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

func (*InstanceGetConfiguration) MarshalToSizedBuffer

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

func (*InstanceGetConfiguration) ProtoMessage

func (*InstanceGetConfiguration) ProtoMessage()

func (*InstanceGetConfiguration) Reset

func (m *InstanceGetConfiguration) Reset()

func (*InstanceGetConfiguration) Size

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

func (*InstanceGetConfiguration) String

func (m *InstanceGetConfiguration) String() string

func (*InstanceGetConfiguration) Unmarshal

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

func (*InstanceGetConfiguration) XXX_DiscardUnknown

func (m *InstanceGetConfiguration) XXX_DiscardUnknown()

func (*InstanceGetConfiguration) XXX_Marshal

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

func (*InstanceGetConfiguration) XXX_Merge

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

func (*InstanceGetConfiguration) XXX_Size

func (m *InstanceGetConfiguration) XXX_Size() int

func (*InstanceGetConfiguration) XXX_Unmarshal

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

type InstanceGetConfiguration_Reply

type InstanceGetConfiguration_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"`
	PeerID               string                                `protobuf:"bytes,4,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	Listeners            []string                              `protobuf:"bytes,5,rep,name=listeners,proto3" json:"listeners,omitempty"`
	BleEnabled           InstanceGetConfiguration_SettingState `` /* 153-byte string literal not displayed */
	WifiP2PEnabled       InstanceGetConfiguration_SettingState `` /* 167-byte string literal not displayed */
	MdnsEnabled          InstanceGetConfiguration_SettingState `` /* 156-byte string literal not displayed */
	RelayEnabled         InstanceGetConfiguration_SettingState `` /* 159-byte string literal not displayed */
	DevicePushToken      *PushServiceReceiver                  `protobuf:"bytes,10,opt,name=device_push_token,json=devicePushToken,proto3" json:"device_push_token,omitempty"`
	DevicePushServer     *PushServer                           `protobuf:"bytes,11,opt,name=device_push_server,json=devicePushServer,proto3" json:"device_push_server,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*InstanceGetConfiguration_Reply) Descriptor

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

func (*InstanceGetConfiguration_Reply) GetAccountGroupPK

func (m *InstanceGetConfiguration_Reply) GetAccountGroupPK() []byte

func (*InstanceGetConfiguration_Reply) GetAccountPK

func (m *InstanceGetConfiguration_Reply) GetAccountPK() []byte

func (*InstanceGetConfiguration_Reply) GetBleEnabled

func (*InstanceGetConfiguration_Reply) GetDevicePK

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

func (*InstanceGetConfiguration_Reply) GetDevicePushServer added in v2.305.0

func (m *InstanceGetConfiguration_Reply) GetDevicePushServer() *PushServer

func (*InstanceGetConfiguration_Reply) GetDevicePushToken added in v2.305.0

func (m *InstanceGetConfiguration_Reply) GetDevicePushToken() *PushServiceReceiver

func (*InstanceGetConfiguration_Reply) GetListeners

func (m *InstanceGetConfiguration_Reply) GetListeners() []string

func (*InstanceGetConfiguration_Reply) GetMdnsEnabled

func (*InstanceGetConfiguration_Reply) GetPeerID

func (m *InstanceGetConfiguration_Reply) GetPeerID() string

func (*InstanceGetConfiguration_Reply) GetRelayEnabled

func (*InstanceGetConfiguration_Reply) GetWifiP2PEnabled

func (*InstanceGetConfiguration_Reply) Marshal

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

func (*InstanceGetConfiguration_Reply) MarshalTo

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

func (*InstanceGetConfiguration_Reply) MarshalToSizedBuffer

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

func (*InstanceGetConfiguration_Reply) ProtoMessage

func (*InstanceGetConfiguration_Reply) ProtoMessage()

func (*InstanceGetConfiguration_Reply) Reset

func (m *InstanceGetConfiguration_Reply) Reset()

func (*InstanceGetConfiguration_Reply) Size

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

func (*InstanceGetConfiguration_Reply) String

func (*InstanceGetConfiguration_Reply) Unmarshal

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

func (*InstanceGetConfiguration_Reply) XXX_DiscardUnknown

func (m *InstanceGetConfiguration_Reply) XXX_DiscardUnknown()

func (*InstanceGetConfiguration_Reply) XXX_Marshal

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

func (*InstanceGetConfiguration_Reply) XXX_Merge

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

func (*InstanceGetConfiguration_Reply) XXX_Size

func (m *InstanceGetConfiguration_Reply) XXX_Size() int

func (*InstanceGetConfiguration_Reply) XXX_Unmarshal

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

type InstanceGetConfiguration_Request

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

func (*InstanceGetConfiguration_Request) Descriptor

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

func (*InstanceGetConfiguration_Request) Marshal

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

func (*InstanceGetConfiguration_Request) MarshalTo

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

func (*InstanceGetConfiguration_Request) MarshalToSizedBuffer

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

func (*InstanceGetConfiguration_Request) ProtoMessage

func (*InstanceGetConfiguration_Request) ProtoMessage()

func (*InstanceGetConfiguration_Request) Reset

func (*InstanceGetConfiguration_Request) Size

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

func (*InstanceGetConfiguration_Request) String

func (*InstanceGetConfiguration_Request) Unmarshal

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

func (*InstanceGetConfiguration_Request) XXX_DiscardUnknown

func (m *InstanceGetConfiguration_Request) XXX_DiscardUnknown()

func (*InstanceGetConfiguration_Request) XXX_Marshal

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

func (*InstanceGetConfiguration_Request) XXX_Merge

func (*InstanceGetConfiguration_Request) XXX_Size

func (m *InstanceGetConfiguration_Request) XXX_Size() int

func (*InstanceGetConfiguration_Request) XXX_Unmarshal

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

type InstanceGetConfiguration_SettingState

type InstanceGetConfiguration_SettingState int32

func (InstanceGetConfiguration_SettingState) EnumDescriptor

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

func (InstanceGetConfiguration_SettingState) String

type MemberWithDevices added in v2.305.0

type MemberWithDevices struct {
	MemberPK             []byte   `protobuf:"bytes,1,opt,name=member_pk,json=memberPk,proto3" json:"member_pk,omitempty"`
	DevicePKs            [][]byte `protobuf:"bytes,2,rep,name=devices_pks,json=devicesPks,proto3" json:"devices_pks,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MemberWithDevices) Descriptor added in v2.305.0

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

func (*MemberWithDevices) GetDevicePKs added in v2.305.0

func (m *MemberWithDevices) GetDevicePKs() [][]byte

func (*MemberWithDevices) GetMemberPK added in v2.305.0

func (m *MemberWithDevices) GetMemberPK() []byte

func (*MemberWithDevices) Marshal added in v2.305.0

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

func (*MemberWithDevices) MarshalTo added in v2.305.0

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

func (*MemberWithDevices) MarshalToSizedBuffer added in v2.305.0

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

func (*MemberWithDevices) ProtoMessage added in v2.305.0

func (*MemberWithDevices) ProtoMessage()

func (*MemberWithDevices) Reset added in v2.305.0

func (m *MemberWithDevices) Reset()

func (*MemberWithDevices) Size added in v2.305.0

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

func (*MemberWithDevices) String added in v2.305.0

func (m *MemberWithDevices) String() string

func (*MemberWithDevices) Unmarshal added in v2.305.0

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

func (*MemberWithDevices) XXX_DiscardUnknown added in v2.305.0

func (m *MemberWithDevices) XXX_DiscardUnknown()

func (*MemberWithDevices) XXX_Marshal added in v2.305.0

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

func (*MemberWithDevices) XXX_Merge added in v2.305.0

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

func (*MemberWithDevices) XXX_Size added in v2.305.0

func (m *MemberWithDevices) XXX_Size() int

func (*MemberWithDevices) XXX_Unmarshal added in v2.305.0

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

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 MultiMemberGrantAdminRole

type MultiMemberGrantAdminRole 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:"-"`
}

MultiMemberGrantAdminRole indicates that a group admin allows another group member to act as an admin

func (*MultiMemberGrantAdminRole) Descriptor

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

func (*MultiMemberGrantAdminRole) GetDevicePK

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

func (*MultiMemberGrantAdminRole) GetGranteeMemberPK

func (m *MultiMemberGrantAdminRole) GetGranteeMemberPK() []byte

func (*MultiMemberGrantAdminRole) Marshal

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

func (*MultiMemberGrantAdminRole) MarshalTo

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

func (*MultiMemberGrantAdminRole) MarshalToSizedBuffer

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

func (*MultiMemberGrantAdminRole) ProtoMessage

func (*MultiMemberGrantAdminRole) ProtoMessage()

func (*MultiMemberGrantAdminRole) Reset

func (m *MultiMemberGrantAdminRole) Reset()

func (*MultiMemberGrantAdminRole) SetDevicePK

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

func (*MultiMemberGrantAdminRole) Size

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

func (*MultiMemberGrantAdminRole) String

func (m *MultiMemberGrantAdminRole) String() string

func (*MultiMemberGrantAdminRole) Unmarshal

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

func (*MultiMemberGrantAdminRole) XXX_DiscardUnknown

func (m *MultiMemberGrantAdminRole) XXX_DiscardUnknown()

func (*MultiMemberGrantAdminRole) XXX_Marshal

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

func (*MultiMemberGrantAdminRole) XXX_Merge

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

func (*MultiMemberGrantAdminRole) XXX_Size

func (m *MultiMemberGrantAdminRole) XXX_Size() int

func (*MultiMemberGrantAdminRole) XXX_Unmarshal

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

type MultiMemberGroupAddAliasResolver

type MultiMemberGroupAddAliasResolver 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:"-"`
}

MultiMemberGroupAddAliasResolver indicates that a group member want to disclose their presence in the group to their contacts

func (*MultiMemberGroupAddAliasResolver) Descriptor

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

func (*MultiMemberGroupAddAliasResolver) GetAliasProof

func (m *MultiMemberGroupAddAliasResolver) GetAliasProof() []byte

func (*MultiMemberGroupAddAliasResolver) GetAliasResolver

func (m *MultiMemberGroupAddAliasResolver) GetAliasResolver() []byte

func (*MultiMemberGroupAddAliasResolver) GetDevicePK

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

func (*MultiMemberGroupAddAliasResolver) Marshal

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

func (*MultiMemberGroupAddAliasResolver) MarshalTo

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

func (*MultiMemberGroupAddAliasResolver) MarshalToSizedBuffer

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

func (*MultiMemberGroupAddAliasResolver) ProtoMessage

func (*MultiMemberGroupAddAliasResolver) ProtoMessage()

func (*MultiMemberGroupAddAliasResolver) Reset

func (*MultiMemberGroupAddAliasResolver) SetDevicePK

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

func (*MultiMemberGroupAddAliasResolver) Size

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

func (*MultiMemberGroupAddAliasResolver) String

func (*MultiMemberGroupAddAliasResolver) Unmarshal

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

func (*MultiMemberGroupAddAliasResolver) XXX_DiscardUnknown

func (m *MultiMemberGroupAddAliasResolver) XXX_DiscardUnknown()

func (*MultiMemberGroupAddAliasResolver) XXX_Marshal

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

func (*MultiMemberGroupAddAliasResolver) XXX_Merge

func (*MultiMemberGroupAddAliasResolver) XXX_Size

func (m *MultiMemberGroupAddAliasResolver) XXX_Size() int

func (*MultiMemberGroupAddAliasResolver) XXX_Unmarshal

func (m *MultiMemberGroupAddAliasResolver) 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 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 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 MultiMemberInitialMember

type MultiMemberInitialMember 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:"-"`
}

MultiMemberInitialMember indicates that a member is the group creator, this event is signed using the group ID private key

func (*MultiMemberInitialMember) Descriptor

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

func (*MultiMemberInitialMember) GetMemberPK

func (m *MultiMemberInitialMember) GetMemberPK() []byte

func (*MultiMemberInitialMember) Marshal

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

func (*MultiMemberInitialMember) MarshalTo

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

func (*MultiMemberInitialMember) MarshalToSizedBuffer

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

func (*MultiMemberInitialMember) ProtoMessage

func (*MultiMemberInitialMember) ProtoMessage()

func (*MultiMemberInitialMember) Reset

func (m *MultiMemberInitialMember) Reset()

func (*MultiMemberInitialMember) Size

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

func (*MultiMemberInitialMember) String

func (m *MultiMemberInitialMember) String() string

func (*MultiMemberInitialMember) Unmarshal

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

func (*MultiMemberInitialMember) XXX_DiscardUnknown

func (m *MultiMemberInitialMember) XXX_DiscardUnknown()

func (*MultiMemberInitialMember) XXX_Marshal

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

func (*MultiMemberInitialMember) XXX_Merge

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

func (*MultiMemberInitialMember) XXX_Size

func (m *MultiMemberInitialMember) XXX_Size() int

func (*MultiMemberInitialMember) XXX_Unmarshal

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

type OrbitDBMessageHeads added in v2.367.0

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 added in v2.367.0

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

func (*OrbitDBMessageHeads) GetRawRotation added in v2.367.0

func (m *OrbitDBMessageHeads) GetRawRotation() []byte

func (*OrbitDBMessageHeads) GetSealedBox added in v2.367.0

func (m *OrbitDBMessageHeads) GetSealedBox() []byte

func (*OrbitDBMessageHeads) Marshal added in v2.367.0

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

func (*OrbitDBMessageHeads) MarshalTo added in v2.367.0

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

func (*OrbitDBMessageHeads) MarshalToSizedBuffer added in v2.367.0

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

func (*OrbitDBMessageHeads) ProtoMessage added in v2.367.0

func (*OrbitDBMessageHeads) ProtoMessage()

func (*OrbitDBMessageHeads) Reset added in v2.367.0

func (m *OrbitDBMessageHeads) Reset()

func (*OrbitDBMessageHeads) Size added in v2.367.0

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

func (*OrbitDBMessageHeads) String added in v2.367.0

func (m *OrbitDBMessageHeads) String() string

func (*OrbitDBMessageHeads) Unmarshal added in v2.367.0

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

func (*OrbitDBMessageHeads) XXX_DiscardUnknown added in v2.367.0

func (m *OrbitDBMessageHeads) XXX_DiscardUnknown()

func (*OrbitDBMessageHeads) XXX_Marshal added in v2.367.0

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

func (*OrbitDBMessageHeads) XXX_Merge added in v2.367.0

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

func (*OrbitDBMessageHeads) XXX_Size added in v2.367.0

func (m *OrbitDBMessageHeads) XXX_Size() int

func (*OrbitDBMessageHeads) XXX_Unmarshal added in v2.367.0

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

type OrbitDBMessageHeads_Box added in v2.367.0

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 added in v2.367.0

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

func (*OrbitDBMessageHeads_Box) GetAddress added in v2.367.0

func (m *OrbitDBMessageHeads_Box) GetAddress() string

func (*OrbitDBMessageHeads_Box) GetDevicePK added in v2.423.0

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

func (*OrbitDBMessageHeads_Box) GetHeads added in v2.367.0

func (m *OrbitDBMessageHeads_Box) GetHeads() []byte

func (*OrbitDBMessageHeads_Box) GetPeerID added in v2.423.0

func (m *OrbitDBMessageHeads_Box) GetPeerID() []byte

func (*OrbitDBMessageHeads_Box) Marshal added in v2.367.0

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

func (*OrbitDBMessageHeads_Box) MarshalTo added in v2.367.0

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

func (*OrbitDBMessageHeads_Box) MarshalToSizedBuffer added in v2.367.0

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

func (*OrbitDBMessageHeads_Box) ProtoMessage added in v2.367.0

func (*OrbitDBMessageHeads_Box) ProtoMessage()

func (*OrbitDBMessageHeads_Box) Reset added in v2.367.0

func (m *OrbitDBMessageHeads_Box) Reset()

func (*OrbitDBMessageHeads_Box) Size added in v2.367.0

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

func (*OrbitDBMessageHeads_Box) String added in v2.367.0

func (m *OrbitDBMessageHeads_Box) String() string

func (*OrbitDBMessageHeads_Box) Unmarshal added in v2.367.0

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

func (*OrbitDBMessageHeads_Box) XXX_DiscardUnknown added in v2.367.0

func (m *OrbitDBMessageHeads_Box) XXX_DiscardUnknown()

func (*OrbitDBMessageHeads_Box) XXX_Marshal added in v2.367.0

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

func (*OrbitDBMessageHeads_Box) XXX_Merge added in v2.367.0

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

func (*OrbitDBMessageHeads_Box) XXX_Size added in v2.367.0

func (m *OrbitDBMessageHeads_Box) XXX_Size() int

func (*OrbitDBMessageHeads_Box) XXX_Unmarshal added in v2.367.0

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

type OutOfStoreMessage added in v2.305.0

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 added in v2.305.0

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

func (*OutOfStoreMessage) GetCID added in v2.305.0

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

func (*OutOfStoreMessage) GetCounter added in v2.305.0

func (m *OutOfStoreMessage) GetCounter() uint64

func (*OutOfStoreMessage) GetDevicePK added in v2.305.0

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

func (*OutOfStoreMessage) GetEncryptedPayload added in v2.305.0

func (m *OutOfStoreMessage) GetEncryptedPayload() []byte

func (*OutOfStoreMessage) GetFlags added in v2.305.0

func (m *OutOfStoreMessage) GetFlags() uint32

func (*OutOfStoreMessage) GetNonce added in v2.305.0

func (m *OutOfStoreMessage) GetNonce() []byte

func (*OutOfStoreMessage) GetSig added in v2.305.0

func (m *OutOfStoreMessage) GetSig() []byte

func (*OutOfStoreMessage) Marshal added in v2.305.0

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

func (*OutOfStoreMessage) MarshalTo added in v2.305.0

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

func (*OutOfStoreMessage) MarshalToSizedBuffer added in v2.305.0

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

func (*OutOfStoreMessage) ProtoMessage added in v2.305.0

func (*OutOfStoreMessage) ProtoMessage()

func (*OutOfStoreMessage) Reset added in v2.305.0

func (m *OutOfStoreMessage) Reset()

func (*OutOfStoreMessage) Size added in v2.305.0

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

func (*OutOfStoreMessage) String added in v2.305.0

func (m *OutOfStoreMessage) String() string

func (*OutOfStoreMessage) Unmarshal added in v2.305.0

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

func (*OutOfStoreMessage) XXX_DiscardUnknown added in v2.305.0

func (m *OutOfStoreMessage) XXX_DiscardUnknown()

func (*OutOfStoreMessage) XXX_Marshal added in v2.305.0

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

func (*OutOfStoreMessage) XXX_Merge added in v2.305.0

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

func (*OutOfStoreMessage) XXX_Size added in v2.305.0

func (m *OutOfStoreMessage) XXX_Size() int

func (*OutOfStoreMessage) XXX_Unmarshal added in v2.305.0

func (m *OutOfStoreMessage) 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
	BertyFeature   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=berty.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=berty.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=berty.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 added in v2.245.0

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 added in v2.245.0

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

func (*Progress) GetCompleted added in v2.245.0

func (m *Progress) GetCompleted() uint64

func (*Progress) GetDelay added in v2.245.0

func (m *Progress) GetDelay() uint64

func (*Progress) GetDoing added in v2.245.0

func (m *Progress) GetDoing() string

func (*Progress) GetProgress added in v2.245.0

func (m *Progress) GetProgress() float32

func (*Progress) GetState added in v2.245.0

func (m *Progress) GetState() string

func (*Progress) GetTotal added in v2.245.0

func (m *Progress) GetTotal() uint64

func (*Progress) Marshal added in v2.245.0

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

func (*Progress) MarshalTo added in v2.245.0

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

func (*Progress) MarshalToSizedBuffer added in v2.245.0

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

func (*Progress) ProtoMessage added in v2.245.0

func (*Progress) ProtoMessage()

func (*Progress) Reset added in v2.245.0

func (m *Progress) Reset()

func (*Progress) Size added in v2.245.0

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

func (*Progress) String added in v2.245.0

func (m *Progress) String() string

func (*Progress) Unmarshal added in v2.245.0

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

func (*Progress) XXX_DiscardUnknown added in v2.245.0

func (m *Progress) XXX_DiscardUnknown()

func (*Progress) XXX_Marshal added in v2.245.0

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

func (*Progress) XXX_Merge added in v2.245.0

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

func (*Progress) XXX_Size added in v2.245.0

func (m *Progress) XXX_Size() int

func (*Progress) XXX_Unmarshal added in v2.245.0

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 {
	// InstanceExportData exports instance data
	InstanceExportData(ctx context.Context, in *InstanceExportData_Request, opts ...grpc.CallOption) (ProtocolService_InstanceExportDataClient, error)
	// InstanceGetConfiguration gets current configuration of this protocol instance
	InstanceGetConfiguration(ctx context.Context, in *InstanceGetConfiguration_Request, opts ...grpc.CallOption) (*InstanceGetConfiguration_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)
	// 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)
	DebugAuthServiceSetToken(ctx context.Context, in *DebugAuthServiceSetToken_Request, opts ...grpc.CallOption) (*DebugAuthServiceSetToken_Reply, error)
	SystemInfo(ctx context.Context, in *SystemInfo_Request, opts ...grpc.CallOption) (*SystemInfo_Reply, error)
	// AuthServiceInitFlow Initialize an authentication flow
	AuthServiceInitFlow(ctx context.Context, in *AuthServiceInitFlow_Request, opts ...grpc.CallOption) (*AuthServiceInitFlow_Reply, error)
	// AuthServiceCompleteFlow Completes an authentication flow
	AuthServiceCompleteFlow(ctx context.Context, in *AuthServiceCompleteFlow_Request, opts ...grpc.CallOption) (*AuthServiceCompleteFlow_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)
	// ServicesTokenList Retrieves the list of services tokens
	ServicesTokenList(ctx context.Context, in *ServicesTokenList_Request, opts ...grpc.CallOption) (ProtocolService_ServicesTokenListClient, 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)
	// PushReceive handles a push payload, decrypts it if possible
	PushReceive(ctx context.Context, in *PushReceive_Request, opts ...grpc.CallOption) (*PushReceive_Reply, error)
	// PushSend sends a push payload to a specified list of group members
	PushSend(ctx context.Context, in *PushSend_Request, opts ...grpc.CallOption) (*PushSend_Reply, error)
	// PushShareToken sends push tokens of own devices to a group
	PushShareToken(ctx context.Context, in *PushShareToken_Request, opts ...grpc.CallOption) (*PushShareToken_Reply, error)
	// PushSetDeviceToken registers a push token for the current device
	PushSetDeviceToken(ctx context.Context, in *PushSetDeviceToken_Request, opts ...grpc.CallOption) (*PushSetDeviceToken_Reply, error)
	// PushSetServer registers a push server for the current device
	PushSetServer(ctx context.Context, in *PushSetServer_Request, opts ...grpc.CallOption) (*PushSetServer_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://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewProtocolServiceClient

func NewProtocolServiceClient(cc *grpc.ClientConn) ProtocolServiceClient

type ProtocolServiceServer

type ProtocolServiceServer interface {
	// InstanceExportData exports instance data
	InstanceExportData(*InstanceExportData_Request, ProtocolService_InstanceExportDataServer) error
	// InstanceGetConfiguration gets current configuration of this protocol instance
	InstanceGetConfiguration(context.Context, *InstanceGetConfiguration_Request) (*InstanceGetConfiguration_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)
	// 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)
	DebugAuthServiceSetToken(context.Context, *DebugAuthServiceSetToken_Request) (*DebugAuthServiceSetToken_Reply, error)
	SystemInfo(context.Context, *SystemInfo_Request) (*SystemInfo_Reply, error)
	// AuthServiceInitFlow Initialize an authentication flow
	AuthServiceInitFlow(context.Context, *AuthServiceInitFlow_Request) (*AuthServiceInitFlow_Reply, error)
	// AuthServiceCompleteFlow Completes an authentication flow
	AuthServiceCompleteFlow(context.Context, *AuthServiceCompleteFlow_Request) (*AuthServiceCompleteFlow_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
	// ServicesTokenList Retrieves the list of services tokens
	ServicesTokenList(*ServicesTokenList_Request, ProtocolService_ServicesTokenListServer) 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)
	// PushReceive handles a push payload, decrypts it if possible
	PushReceive(context.Context, *PushReceive_Request) (*PushReceive_Reply, error)
	// PushSend sends a push payload to a specified list of group members
	PushSend(context.Context, *PushSend_Request) (*PushSend_Reply, error)
	// PushShareToken sends push tokens of own devices to a group
	PushShareToken(context.Context, *PushShareToken_Request) (*PushShareToken_Reply, error)
	// PushSetDeviceToken registers a push token for the current device
	PushSetDeviceToken(context.Context, *PushSetDeviceToken_Request) (*PushSetDeviceToken_Reply, error)
	// PushSetServer registers a push server for the current device
	PushSetServer(context.Context, *PushSetServer_Request) (*PushSetServer_Reply, error)
	// RefreshContactRequest try to refresh the contact request for the given contact
	RefreshContactRequest(context.Context, *RefreshContactRequest_Request) (*RefreshContactRequest_Reply, error)
}

ProtocolServiceServer is the server API for ProtocolService service.

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 added in v2.415.0

type ProtocolService_GroupDeviceStatusClient interface {
	Recv() (*GroupDeviceStatus_Reply, error)
	grpc.ClientStream
}

type ProtocolService_GroupDeviceStatusServer added in v2.415.0

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_InstanceExportDataClient

type ProtocolService_InstanceExportDataClient interface {
	Recv() (*InstanceExportData_Reply, error)
	grpc.ClientStream
}

type ProtocolService_InstanceExportDataServer

type ProtocolService_InstanceExportDataServer interface {
	Send(*InstanceExportData_Reply) error
	grpc.ServerStream
}

type ProtocolService_ServicesTokenListClient

type ProtocolService_ServicesTokenListClient interface {
	Recv() (*ServicesTokenList_Reply, error)
	grpc.ClientStream
}

type ProtocolService_ServicesTokenListServer

type ProtocolService_ServicesTokenListServer interface {
	Send(*ServicesTokenList_Reply) error
	grpc.ServerStream
}

type ProtocolService_VerifiedCredentialsListClient added in v2.452.0

type ProtocolService_VerifiedCredentialsListClient interface {
	Recv() (*VerifiedCredentialsList_Reply, error)
	grpc.ClientStream
}

type ProtocolService_VerifiedCredentialsListServer added in v2.452.0

type ProtocolService_VerifiedCredentialsListServer interface {
	Send(*VerifiedCredentialsList_Reply) error
	grpc.ServerStream
}

type PushDeviceServerRegistered added in v2.305.0

type PushDeviceServerRegistered struct {
	Server *PushServer `protobuf:"bytes,1,opt,name=server,proto3" json:"server,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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushDeviceServerRegistered) Descriptor added in v2.305.0

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

func (*PushDeviceServerRegistered) GetDevicePK added in v2.305.0

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

func (*PushDeviceServerRegistered) GetServer added in v2.305.0

func (m *PushDeviceServerRegistered) GetServer() *PushServer

func (*PushDeviceServerRegistered) Marshal added in v2.305.0

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

func (*PushDeviceServerRegistered) MarshalTo added in v2.305.0

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

func (*PushDeviceServerRegistered) MarshalToSizedBuffer added in v2.305.0

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

func (*PushDeviceServerRegistered) ProtoMessage added in v2.305.0

func (*PushDeviceServerRegistered) ProtoMessage()

func (*PushDeviceServerRegistered) Reset added in v2.305.0

func (m *PushDeviceServerRegistered) Reset()

func (*PushDeviceServerRegistered) SetDevicePK added in v2.305.0

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

func (*PushDeviceServerRegistered) Size added in v2.305.0

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

func (*PushDeviceServerRegistered) String added in v2.305.0

func (m *PushDeviceServerRegistered) String() string

func (*PushDeviceServerRegistered) Unmarshal added in v2.305.0

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

func (*PushDeviceServerRegistered) XXX_DiscardUnknown added in v2.305.0

func (m *PushDeviceServerRegistered) XXX_DiscardUnknown()

func (*PushDeviceServerRegistered) XXX_Marshal added in v2.305.0

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

func (*PushDeviceServerRegistered) XXX_Merge added in v2.305.0

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

func (*PushDeviceServerRegistered) XXX_Size added in v2.305.0

func (m *PushDeviceServerRegistered) XXX_Size() int

func (*PushDeviceServerRegistered) XXX_Unmarshal added in v2.305.0

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

type PushDeviceTokenRegistered added in v2.305.0

type PushDeviceTokenRegistered struct {
	Token *PushServiceReceiver `protobuf:"bytes,1,opt,name=token,proto3" json:"token,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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushDeviceTokenRegistered) Descriptor added in v2.305.0

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

func (*PushDeviceTokenRegistered) GetDevicePK added in v2.305.0

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

func (*PushDeviceTokenRegistered) GetToken added in v2.305.0

func (*PushDeviceTokenRegistered) Marshal added in v2.305.0

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

func (*PushDeviceTokenRegistered) MarshalTo added in v2.305.0

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

func (*PushDeviceTokenRegistered) MarshalToSizedBuffer added in v2.305.0

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

func (*PushDeviceTokenRegistered) ProtoMessage added in v2.305.0

func (*PushDeviceTokenRegistered) ProtoMessage()

func (*PushDeviceTokenRegistered) Reset added in v2.305.0

func (m *PushDeviceTokenRegistered) Reset()

func (*PushDeviceTokenRegistered) SetDevicePK added in v2.305.0

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

func (*PushDeviceTokenRegistered) Size added in v2.305.0

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

func (*PushDeviceTokenRegistered) String added in v2.305.0

func (m *PushDeviceTokenRegistered) String() string

func (*PushDeviceTokenRegistered) Unmarshal added in v2.305.0

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

func (*PushDeviceTokenRegistered) XXX_DiscardUnknown added in v2.305.0

func (m *PushDeviceTokenRegistered) XXX_DiscardUnknown()

func (*PushDeviceTokenRegistered) XXX_Marshal added in v2.305.0

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

func (*PushDeviceTokenRegistered) XXX_Merge added in v2.305.0

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

func (*PushDeviceTokenRegistered) XXX_Size added in v2.305.0

func (m *PushDeviceTokenRegistered) XXX_Size() int

func (*PushDeviceTokenRegistered) XXX_Unmarshal added in v2.305.0

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

type PushMemberTokenUpdate added in v2.305.0

type PushMemberTokenUpdate struct {
	Server *PushServer `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Token  []byte      `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// device_pk is the public key of the device sending the message
	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 (*PushMemberTokenUpdate) Descriptor added in v2.305.0

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

func (*PushMemberTokenUpdate) GetDevicePK added in v2.305.0

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

func (*PushMemberTokenUpdate) GetServer added in v2.305.0

func (m *PushMemberTokenUpdate) GetServer() *PushServer

func (*PushMemberTokenUpdate) GetToken added in v2.305.0

func (m *PushMemberTokenUpdate) GetToken() []byte

func (*PushMemberTokenUpdate) Marshal added in v2.305.0

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

func (*PushMemberTokenUpdate) MarshalTo added in v2.305.0

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

func (*PushMemberTokenUpdate) MarshalToSizedBuffer added in v2.305.0

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

func (*PushMemberTokenUpdate) ProtoMessage added in v2.305.0

func (*PushMemberTokenUpdate) ProtoMessage()

func (*PushMemberTokenUpdate) Reset added in v2.305.0

func (m *PushMemberTokenUpdate) Reset()

func (*PushMemberTokenUpdate) SetDevicePK added in v2.305.0

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

func (*PushMemberTokenUpdate) Size added in v2.305.0

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

func (*PushMemberTokenUpdate) String added in v2.305.0

func (m *PushMemberTokenUpdate) String() string

func (*PushMemberTokenUpdate) Unmarshal added in v2.305.0

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

func (*PushMemberTokenUpdate) XXX_DiscardUnknown added in v2.305.0

func (m *PushMemberTokenUpdate) XXX_DiscardUnknown()

func (*PushMemberTokenUpdate) XXX_Marshal added in v2.305.0

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

func (*PushMemberTokenUpdate) XXX_Merge added in v2.305.0

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

func (*PushMemberTokenUpdate) XXX_Size added in v2.305.0

func (m *PushMemberTokenUpdate) XXX_Size() int

func (*PushMemberTokenUpdate) XXX_Unmarshal added in v2.305.0

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

type PushReceive added in v2.305.0

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

func (*PushReceive) Descriptor added in v2.305.0

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

func (*PushReceive) Marshal added in v2.305.0

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

func (*PushReceive) MarshalTo added in v2.305.0

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

func (*PushReceive) MarshalToSizedBuffer added in v2.305.0

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

func (*PushReceive) ProtoMessage added in v2.305.0

func (*PushReceive) ProtoMessage()

func (*PushReceive) Reset added in v2.305.0

func (m *PushReceive) Reset()

func (*PushReceive) Size added in v2.305.0

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

func (*PushReceive) String added in v2.305.0

func (m *PushReceive) String() string

func (*PushReceive) Unmarshal added in v2.305.0

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

func (*PushReceive) XXX_DiscardUnknown added in v2.305.0

func (m *PushReceive) XXX_DiscardUnknown()

func (*PushReceive) XXX_Marshal added in v2.305.0

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

func (*PushReceive) XXX_Merge added in v2.305.0

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

func (*PushReceive) XXX_Size added in v2.305.0

func (m *PushReceive) XXX_Size() int

func (*PushReceive) XXX_Unmarshal added in v2.305.0

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

type PushReceive_Reply added in v2.305.0

type PushReceive_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 (*PushReceive_Reply) Descriptor added in v2.305.0

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

func (*PushReceive_Reply) GetAlreadyReceived added in v2.316.0

func (m *PushReceive_Reply) GetAlreadyReceived() bool

func (*PushReceive_Reply) GetCleartext added in v2.305.0

func (m *PushReceive_Reply) GetCleartext() []byte

func (*PushReceive_Reply) GetGroupPublicKey added in v2.305.0

func (m *PushReceive_Reply) GetGroupPublicKey() []byte

func (*PushReceive_Reply) GetMessage added in v2.305.0

func (m *PushReceive_Reply) GetMessage() *OutOfStoreMessage

func (*PushReceive_Reply) Marshal added in v2.305.0

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

func (*PushReceive_Reply) MarshalTo added in v2.305.0

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

func (*PushReceive_Reply) MarshalToSizedBuffer added in v2.305.0

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

func (*PushReceive_Reply) ProtoMessage added in v2.305.0

func (*PushReceive_Reply) ProtoMessage()

func (*PushReceive_Reply) Reset added in v2.305.0

func (m *PushReceive_Reply) Reset()

func (*PushReceive_Reply) Size added in v2.305.0

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

func (*PushReceive_Reply) String added in v2.305.0

func (m *PushReceive_Reply) String() string

func (*PushReceive_Reply) Unmarshal added in v2.305.0

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

func (*PushReceive_Reply) XXX_DiscardUnknown added in v2.305.0

func (m *PushReceive_Reply) XXX_DiscardUnknown()

func (*PushReceive_Reply) XXX_Marshal added in v2.305.0

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

func (*PushReceive_Reply) XXX_Merge added in v2.305.0

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

func (*PushReceive_Reply) XXX_Size added in v2.305.0

func (m *PushReceive_Reply) XXX_Size() int

func (*PushReceive_Reply) XXX_Unmarshal added in v2.305.0

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

type PushReceive_Request added in v2.305.0

type PushReceive_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 (*PushReceive_Request) Descriptor added in v2.305.0

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

func (*PushReceive_Request) GetPayload added in v2.305.0

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

func (*PushReceive_Request) Marshal added in v2.305.0

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

func (*PushReceive_Request) MarshalTo added in v2.305.0

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

func (*PushReceive_Request) MarshalToSizedBuffer added in v2.305.0

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

func (*PushReceive_Request) ProtoMessage added in v2.305.0

func (*PushReceive_Request) ProtoMessage()

func (*PushReceive_Request) Reset added in v2.305.0

func (m *PushReceive_Request) Reset()

func (*PushReceive_Request) Size added in v2.305.0

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

func (*PushReceive_Request) String added in v2.305.0

func (m *PushReceive_Request) String() string

func (*PushReceive_Request) Unmarshal added in v2.305.0

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

func (*PushReceive_Request) XXX_DiscardUnknown added in v2.305.0

func (m *PushReceive_Request) XXX_DiscardUnknown()

func (*PushReceive_Request) XXX_Marshal added in v2.305.0

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

func (*PushReceive_Request) XXX_Merge added in v2.305.0

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

func (*PushReceive_Request) XXX_Size added in v2.305.0

func (m *PushReceive_Request) XXX_Size() int

func (*PushReceive_Request) XXX_Unmarshal added in v2.305.0

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

type PushSend added in v2.305.0

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

func (*PushSend) Descriptor added in v2.305.0

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

func (*PushSend) Marshal added in v2.305.0

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

func (*PushSend) MarshalTo added in v2.305.0

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

func (*PushSend) MarshalToSizedBuffer added in v2.305.0

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

func (*PushSend) ProtoMessage added in v2.305.0

func (*PushSend) ProtoMessage()

func (*PushSend) Reset added in v2.305.0

func (m *PushSend) Reset()

func (*PushSend) Size added in v2.305.0

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

func (*PushSend) String added in v2.305.0

func (m *PushSend) String() string

func (*PushSend) Unmarshal added in v2.305.0

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

func (*PushSend) XXX_DiscardUnknown added in v2.305.0

func (m *PushSend) XXX_DiscardUnknown()

func (*PushSend) XXX_Marshal added in v2.305.0

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

func (*PushSend) XXX_Merge added in v2.305.0

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

func (*PushSend) XXX_Size added in v2.305.0

func (m *PushSend) XXX_Size() int

func (*PushSend) XXX_Unmarshal added in v2.305.0

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

type PushSend_Reply added in v2.305.0

type PushSend_Reply struct {
	GroupMembers         []*MemberWithDevices `protobuf:"bytes,1,rep,name=group_members,json=groupMembers,proto3" json:"group_members,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PushSend_Reply) Descriptor added in v2.305.0

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

func (*PushSend_Reply) GetGroupMembers added in v2.305.0

func (m *PushSend_Reply) GetGroupMembers() []*MemberWithDevices

func (*PushSend_Reply) Marshal added in v2.305.0

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

func (*PushSend_Reply) MarshalTo added in v2.305.0

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

func (*PushSend_Reply) MarshalToSizedBuffer added in v2.305.0

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

func (*PushSend_Reply) ProtoMessage added in v2.305.0

func (*PushSend_Reply) ProtoMessage()

func (*PushSend_Reply) Reset added in v2.305.0

func (m *PushSend_Reply) Reset()

func (*PushSend_Reply) Size added in v2.305.0

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

func (*PushSend_Reply) String added in v2.305.0

func (m *PushSend_Reply) String() string

func (*PushSend_Reply) Unmarshal added in v2.305.0

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

func (*PushSend_Reply) XXX_DiscardUnknown added in v2.305.0

func (m *PushSend_Reply) XXX_DiscardUnknown()

func (*PushSend_Reply) XXX_Marshal added in v2.305.0

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

func (*PushSend_Reply) XXX_Merge added in v2.305.0

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

func (*PushSend_Reply) XXX_Size added in v2.305.0

func (m *PushSend_Reply) XXX_Size() int

func (*PushSend_Reply) XXX_Unmarshal added in v2.305.0

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

type PushSend_Request added in v2.305.0

type PushSend_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"`
	GroupMembers         []*MemberWithDevices `protobuf:"bytes,3,rep,name=group_members,json=groupMembers,proto3" json:"group_members,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PushSend_Request) Descriptor added in v2.305.0

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

func (*PushSend_Request) GetCID added in v2.305.0

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

func (*PushSend_Request) GetGroupMembers added in v2.305.0

func (m *PushSend_Request) GetGroupMembers() []*MemberWithDevices

func (*PushSend_Request) GetGroupPublicKey added in v2.305.0

func (m *PushSend_Request) GetGroupPublicKey() []byte

func (*PushSend_Request) Marshal added in v2.305.0

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

func (*PushSend_Request) MarshalTo added in v2.305.0

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

func (*PushSend_Request) MarshalToSizedBuffer added in v2.305.0

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

func (*PushSend_Request) ProtoMessage added in v2.305.0

func (*PushSend_Request) ProtoMessage()

func (*PushSend_Request) Reset added in v2.305.0

func (m *PushSend_Request) Reset()

func (*PushSend_Request) Size added in v2.305.0

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

func (*PushSend_Request) String added in v2.305.0

func (m *PushSend_Request) String() string

func (*PushSend_Request) Unmarshal added in v2.305.0

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

func (*PushSend_Request) XXX_DiscardUnknown added in v2.305.0

func (m *PushSend_Request) XXX_DiscardUnknown()

func (*PushSend_Request) XXX_Marshal added in v2.305.0

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

func (*PushSend_Request) XXX_Merge added in v2.305.0

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

func (*PushSend_Request) XXX_Size added in v2.305.0

func (m *PushSend_Request) XXX_Size() int

func (*PushSend_Request) XXX_Unmarshal added in v2.305.0

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

type PushServer added in v2.305.0

type PushServer struct {
	ServerKey            []byte   `protobuf:"bytes,1,opt,name=server_key,json=serverKey,proto3" json:"server_key,omitempty"`
	ServiceAddr          string   `protobuf:"bytes,2,opt,name=service_addr,json=serviceAddr,proto3" json:"service_addr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushServer) Descriptor added in v2.305.0

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

func (*PushServer) GetServerKey added in v2.305.0

func (m *PushServer) GetServerKey() []byte

func (*PushServer) GetServiceAddr added in v2.305.0

func (m *PushServer) GetServiceAddr() string

func (*PushServer) Marshal added in v2.305.0

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

func (*PushServer) MarshalTo added in v2.305.0

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

func (*PushServer) MarshalToSizedBuffer added in v2.305.0

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

func (*PushServer) ProtoMessage added in v2.305.0

func (*PushServer) ProtoMessage()

func (*PushServer) Reset added in v2.305.0

func (m *PushServer) Reset()

func (*PushServer) Size added in v2.305.0

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

func (*PushServer) String added in v2.305.0

func (m *PushServer) String() string

func (*PushServer) Unmarshal added in v2.305.0

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

func (*PushServer) XXX_DiscardUnknown added in v2.305.0

func (m *PushServer) XXX_DiscardUnknown()

func (*PushServer) XXX_Marshal added in v2.305.0

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

func (*PushServer) XXX_Merge added in v2.305.0

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

func (*PushServer) XXX_Size added in v2.305.0

func (m *PushServer) XXX_Size() int

func (*PushServer) XXX_Unmarshal added in v2.305.0

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

type PushServiceReceiver added in v2.305.0

type PushServiceReceiver struct {
	// token_type is the type of the token used, it allows us to act as a proxy to the appropriate push server
	TokenType pushtypes.PushServiceTokenType `` /* 129-byte string literal not displayed */
	// bundle_id is the app identifier
	BundleID string `protobuf:"bytes,2,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"`
	// token is the device identifier used
	Token []byte `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// recipient_public_key is the public key which will be used to encrypt the payload
	RecipientPublicKey   []byte   `protobuf:"bytes,4,opt,name=recipient_public_key,json=recipientPublicKey,proto3" json:"recipient_public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushServiceReceiver) Descriptor added in v2.305.0

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

func (*PushServiceReceiver) GetBundleID added in v2.305.0

func (m *PushServiceReceiver) GetBundleID() string

func (*PushServiceReceiver) GetRecipientPublicKey added in v2.305.0

func (m *PushServiceReceiver) GetRecipientPublicKey() []byte

func (*PushServiceReceiver) GetToken added in v2.305.0

func (m *PushServiceReceiver) GetToken() []byte

func (*PushServiceReceiver) GetTokenType added in v2.305.0

func (*PushServiceReceiver) Marshal added in v2.305.0

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

func (*PushServiceReceiver) MarshalTo added in v2.305.0

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

func (*PushServiceReceiver) MarshalToSizedBuffer added in v2.305.0

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

func (*PushServiceReceiver) ProtoMessage added in v2.305.0

func (*PushServiceReceiver) ProtoMessage()

func (*PushServiceReceiver) Reset added in v2.305.0

func (m *PushServiceReceiver) Reset()

func (*PushServiceReceiver) Size added in v2.305.0

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

func (*PushServiceReceiver) String added in v2.305.0

func (m *PushServiceReceiver) String() string

func (*PushServiceReceiver) Unmarshal added in v2.305.0

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

func (*PushServiceReceiver) XXX_DiscardUnknown added in v2.305.0

func (m *PushServiceReceiver) XXX_DiscardUnknown()

func (*PushServiceReceiver) XXX_Marshal added in v2.305.0

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

func (*PushServiceReceiver) XXX_Merge added in v2.305.0

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

func (*PushServiceReceiver) XXX_Size added in v2.305.0

func (m *PushServiceReceiver) XXX_Size() int

func (*PushServiceReceiver) XXX_Unmarshal added in v2.305.0

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

type PushSetDeviceToken added in v2.305.0

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

func (*PushSetDeviceToken) Descriptor added in v2.305.0

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

func (*PushSetDeviceToken) Marshal added in v2.305.0

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

func (*PushSetDeviceToken) MarshalTo added in v2.305.0

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

func (*PushSetDeviceToken) MarshalToSizedBuffer added in v2.305.0

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

func (*PushSetDeviceToken) ProtoMessage added in v2.305.0

func (*PushSetDeviceToken) ProtoMessage()

func (*PushSetDeviceToken) Reset added in v2.305.0

func (m *PushSetDeviceToken) Reset()

func (*PushSetDeviceToken) Size added in v2.305.0

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

func (*PushSetDeviceToken) String added in v2.305.0

func (m *PushSetDeviceToken) String() string

func (*PushSetDeviceToken) Unmarshal added in v2.305.0

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

func (*PushSetDeviceToken) XXX_DiscardUnknown added in v2.305.0

func (m *PushSetDeviceToken) XXX_DiscardUnknown()

func (*PushSetDeviceToken) XXX_Marshal added in v2.305.0

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

func (*PushSetDeviceToken) XXX_Merge added in v2.305.0

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

func (*PushSetDeviceToken) XXX_Size added in v2.305.0

func (m *PushSetDeviceToken) XXX_Size() int

func (*PushSetDeviceToken) XXX_Unmarshal added in v2.305.0

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

type PushSetDeviceToken_Reply added in v2.305.0

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

func (*PushSetDeviceToken_Reply) Descriptor added in v2.305.0

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

func (*PushSetDeviceToken_Reply) Marshal added in v2.305.0

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

func (*PushSetDeviceToken_Reply) MarshalTo added in v2.305.0

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

func (*PushSetDeviceToken_Reply) MarshalToSizedBuffer added in v2.305.0

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

func (*PushSetDeviceToken_Reply) ProtoMessage added in v2.305.0

func (*PushSetDeviceToken_Reply) ProtoMessage()

func (*PushSetDeviceToken_Reply) Reset added in v2.305.0

func (m *PushSetDeviceToken_Reply) Reset()

func (*PushSetDeviceToken_Reply) Size added in v2.305.0

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

func (*PushSetDeviceToken_Reply) String added in v2.305.0

func (m *PushSetDeviceToken_Reply) String() string

func (*PushSetDeviceToken_Reply) Unmarshal added in v2.305.0

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

func (*PushSetDeviceToken_Reply) XXX_DiscardUnknown added in v2.305.0

func (m *PushSetDeviceToken_Reply) XXX_DiscardUnknown()

func (*PushSetDeviceToken_Reply) XXX_Marshal added in v2.305.0

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

func (*PushSetDeviceToken_Reply) XXX_Merge added in v2.305.0

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

func (*PushSetDeviceToken_Reply) XXX_Size added in v2.305.0

func (m *PushSetDeviceToken_Reply) XXX_Size() int

func (*PushSetDeviceToken_Reply) XXX_Unmarshal added in v2.305.0

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

type PushSetDeviceToken_Request added in v2.305.0

type PushSetDeviceToken_Request struct {
	Receiver             *PushServiceReceiver `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PushSetDeviceToken_Request) Descriptor added in v2.305.0

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

func (*PushSetDeviceToken_Request) GetReceiver added in v2.305.0

func (*PushSetDeviceToken_Request) Marshal added in v2.305.0

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

func (*PushSetDeviceToken_Request) MarshalTo added in v2.305.0

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

func (*PushSetDeviceToken_Request) MarshalToSizedBuffer added in v2.305.0

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

func (*PushSetDeviceToken_Request) ProtoMessage added in v2.305.0

func (*PushSetDeviceToken_Request) ProtoMessage()

func (*PushSetDeviceToken_Request) Reset added in v2.305.0

func (m *PushSetDeviceToken_Request) Reset()

func (*PushSetDeviceToken_Request) Size added in v2.305.0

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

func (*PushSetDeviceToken_Request) String added in v2.305.0

func (m *PushSetDeviceToken_Request) String() string

func (*PushSetDeviceToken_Request) Unmarshal added in v2.305.0

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

func (*PushSetDeviceToken_Request) XXX_DiscardUnknown added in v2.305.0

func (m *PushSetDeviceToken_Request) XXX_DiscardUnknown()

func (*PushSetDeviceToken_Request) XXX_Marshal added in v2.305.0

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

func (*PushSetDeviceToken_Request) XXX_Merge added in v2.305.0

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

func (*PushSetDeviceToken_Request) XXX_Size added in v2.305.0

func (m *PushSetDeviceToken_Request) XXX_Size() int

func (*PushSetDeviceToken_Request) XXX_Unmarshal added in v2.305.0

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

type PushSetServer added in v2.305.0

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

func (*PushSetServer) Descriptor added in v2.305.0

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

func (*PushSetServer) Marshal added in v2.305.0

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

func (*PushSetServer) MarshalTo added in v2.305.0

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

func (*PushSetServer) MarshalToSizedBuffer added in v2.305.0

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

func (*PushSetServer) ProtoMessage added in v2.305.0

func (*PushSetServer) ProtoMessage()

func (*PushSetServer) Reset added in v2.305.0

func (m *PushSetServer) Reset()

func (*PushSetServer) Size added in v2.305.0

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

func (*PushSetServer) String added in v2.305.0

func (m *PushSetServer) String() string

func (*PushSetServer) Unmarshal added in v2.305.0

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

func (*PushSetServer) XXX_DiscardUnknown added in v2.305.0

func (m *PushSetServer) XXX_DiscardUnknown()

func (*PushSetServer) XXX_Marshal added in v2.305.0

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

func (*PushSetServer) XXX_Merge added in v2.305.0

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

func (*PushSetServer) XXX_Size added in v2.305.0

func (m *PushSetServer) XXX_Size() int

func (*PushSetServer) XXX_Unmarshal added in v2.305.0

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

type PushSetServer_Reply added in v2.305.0

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

func (*PushSetServer_Reply) Descriptor added in v2.305.0

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

func (*PushSetServer_Reply) Marshal added in v2.305.0

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

func (*PushSetServer_Reply) MarshalTo added in v2.305.0

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

func (*PushSetServer_Reply) MarshalToSizedBuffer added in v2.305.0

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

func (*PushSetServer_Reply) ProtoMessage added in v2.305.0

func (*PushSetServer_Reply) ProtoMessage()

func (*PushSetServer_Reply) Reset added in v2.305.0

func (m *PushSetServer_Reply) Reset()

func (*PushSetServer_Reply) Size added in v2.305.0

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

func (*PushSetServer_Reply) String added in v2.305.0

func (m *PushSetServer_Reply) String() string

func (*PushSetServer_Reply) Unmarshal added in v2.305.0

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

func (*PushSetServer_Reply) XXX_DiscardUnknown added in v2.305.0

func (m *PushSetServer_Reply) XXX_DiscardUnknown()

func (*PushSetServer_Reply) XXX_Marshal added in v2.305.0

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

func (*PushSetServer_Reply) XXX_Merge added in v2.305.0

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

func (*PushSetServer_Reply) XXX_Size added in v2.305.0

func (m *PushSetServer_Reply) XXX_Size() int

func (*PushSetServer_Reply) XXX_Unmarshal added in v2.305.0

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

type PushSetServer_Request added in v2.305.0

type PushSetServer_Request struct {
	Server               *PushServer `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PushSetServer_Request) Descriptor added in v2.305.0

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

func (*PushSetServer_Request) GetServer added in v2.305.0

func (m *PushSetServer_Request) GetServer() *PushServer

func (*PushSetServer_Request) Marshal added in v2.305.0

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

func (*PushSetServer_Request) MarshalTo added in v2.305.0

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

func (*PushSetServer_Request) MarshalToSizedBuffer added in v2.305.0

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

func (*PushSetServer_Request) ProtoMessage added in v2.305.0

func (*PushSetServer_Request) ProtoMessage()

func (*PushSetServer_Request) Reset added in v2.305.0

func (m *PushSetServer_Request) Reset()

func (*PushSetServer_Request) Size added in v2.305.0

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

func (*PushSetServer_Request) String added in v2.305.0

func (m *PushSetServer_Request) String() string

func (*PushSetServer_Request) Unmarshal added in v2.305.0

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

func (*PushSetServer_Request) XXX_DiscardUnknown added in v2.305.0

func (m *PushSetServer_Request) XXX_DiscardUnknown()

func (*PushSetServer_Request) XXX_Marshal added in v2.305.0

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

func (*PushSetServer_Request) XXX_Merge added in v2.305.0

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

func (*PushSetServer_Request) XXX_Size added in v2.305.0

func (m *PushSetServer_Request) XXX_Size() int

func (*PushSetServer_Request) XXX_Unmarshal added in v2.305.0

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

type PushShareToken added in v2.305.0

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

func (*PushShareToken) Descriptor added in v2.305.0

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

func (*PushShareToken) Marshal added in v2.305.0

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

func (*PushShareToken) MarshalTo added in v2.305.0

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

func (*PushShareToken) MarshalToSizedBuffer added in v2.305.0

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

func (*PushShareToken) ProtoMessage added in v2.305.0

func (*PushShareToken) ProtoMessage()

func (*PushShareToken) Reset added in v2.305.0

func (m *PushShareToken) Reset()

func (*PushShareToken) Size added in v2.305.0

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

func (*PushShareToken) String added in v2.305.0

func (m *PushShareToken) String() string

func (*PushShareToken) Unmarshal added in v2.305.0

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

func (*PushShareToken) XXX_DiscardUnknown added in v2.305.0

func (m *PushShareToken) XXX_DiscardUnknown()

func (*PushShareToken) XXX_Marshal added in v2.305.0

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

func (*PushShareToken) XXX_Merge added in v2.305.0

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

func (*PushShareToken) XXX_Size added in v2.305.0

func (m *PushShareToken) XXX_Size() int

func (*PushShareToken) XXX_Unmarshal added in v2.305.0

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

type PushShareToken_Reply added in v2.305.0

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

func (*PushShareToken_Reply) Descriptor added in v2.305.0

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

func (*PushShareToken_Reply) Marshal added in v2.305.0

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

func (*PushShareToken_Reply) MarshalTo added in v2.305.0

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

func (*PushShareToken_Reply) MarshalToSizedBuffer added in v2.305.0

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

func (*PushShareToken_Reply) ProtoMessage added in v2.305.0

func (*PushShareToken_Reply) ProtoMessage()

func (*PushShareToken_Reply) Reset added in v2.305.0

func (m *PushShareToken_Reply) Reset()

func (*PushShareToken_Reply) Size added in v2.305.0

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

func (*PushShareToken_Reply) String added in v2.305.0

func (m *PushShareToken_Reply) String() string

func (*PushShareToken_Reply) Unmarshal added in v2.305.0

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

func (*PushShareToken_Reply) XXX_DiscardUnknown added in v2.305.0

func (m *PushShareToken_Reply) XXX_DiscardUnknown()

func (*PushShareToken_Reply) XXX_Marshal added in v2.305.0

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

func (*PushShareToken_Reply) XXX_Merge added in v2.305.0

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

func (*PushShareToken_Reply) XXX_Size added in v2.305.0

func (m *PushShareToken_Reply) XXX_Size() int

func (*PushShareToken_Reply) XXX_Unmarshal added in v2.305.0

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

type PushShareToken_Request added in v2.305.0

type PushShareToken_Request struct {
	GroupPK              []byte               `protobuf:"bytes,1,opt,name=group_pk,json=groupPk,proto3" json:"group_pk,omitempty"`
	Server               *PushServer          `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	Receiver             *PushServiceReceiver `protobuf:"bytes,3,opt,name=receiver,proto3" json:"receiver,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PushShareToken_Request) Descriptor added in v2.305.0

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

func (*PushShareToken_Request) GetGroupPK added in v2.305.0

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

func (*PushShareToken_Request) GetReceiver added in v2.305.0

func (m *PushShareToken_Request) GetReceiver() *PushServiceReceiver

func (*PushShareToken_Request) GetServer added in v2.305.0

func (m *PushShareToken_Request) GetServer() *PushServer

func (*PushShareToken_Request) Marshal added in v2.305.0

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

func (*PushShareToken_Request) MarshalTo added in v2.305.0

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

func (*PushShareToken_Request) MarshalToSizedBuffer added in v2.305.0

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

func (*PushShareToken_Request) ProtoMessage added in v2.305.0

func (*PushShareToken_Request) ProtoMessage()

func (*PushShareToken_Request) Reset added in v2.305.0

func (m *PushShareToken_Request) Reset()

func (*PushShareToken_Request) Size added in v2.305.0

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

func (*PushShareToken_Request) String added in v2.305.0

func (m *PushShareToken_Request) String() string

func (*PushShareToken_Request) Unmarshal added in v2.305.0

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

func (*PushShareToken_Request) XXX_DiscardUnknown added in v2.305.0

func (m *PushShareToken_Request) XXX_DiscardUnknown()

func (*PushShareToken_Request) XXX_Marshal added in v2.305.0

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

func (*PushShareToken_Request) XXX_Merge added in v2.305.0

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

func (*PushShareToken_Request) XXX_Size added in v2.305.0

func (m *PushShareToken_Request) XXX_Size() int

func (*PushShareToken_Request) XXX_Unmarshal added in v2.305.0

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

type RefreshContactRequest added in v2.410.0

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

func (*RefreshContactRequest) Descriptor added in v2.410.0

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

func (*RefreshContactRequest) Marshal added in v2.410.0

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

func (*RefreshContactRequest) MarshalTo added in v2.410.0

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

func (*RefreshContactRequest) MarshalToSizedBuffer added in v2.410.0

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

func (*RefreshContactRequest) ProtoMessage added in v2.410.0

func (*RefreshContactRequest) ProtoMessage()

func (*RefreshContactRequest) Reset added in v2.410.0

func (m *RefreshContactRequest) Reset()

func (*RefreshContactRequest) Size added in v2.410.0

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

func (*RefreshContactRequest) String added in v2.410.0

func (m *RefreshContactRequest) String() string

func (*RefreshContactRequest) Unmarshal added in v2.410.0

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

func (*RefreshContactRequest) XXX_DiscardUnknown added in v2.410.0

func (m *RefreshContactRequest) XXX_DiscardUnknown()

func (*RefreshContactRequest) XXX_Marshal added in v2.410.0

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

func (*RefreshContactRequest) XXX_Merge added in v2.410.0

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

func (*RefreshContactRequest) XXX_Size added in v2.410.0

func (m *RefreshContactRequest) XXX_Size() int

func (*RefreshContactRequest) XXX_Unmarshal added in v2.410.0

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

type RefreshContactRequest_Peer added in v2.410.0

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 added in v2.410.0

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

func (*RefreshContactRequest_Peer) GetAddrs added in v2.410.0

func (m *RefreshContactRequest_Peer) GetAddrs() []string

func (*RefreshContactRequest_Peer) GetID added in v2.410.0

func (*RefreshContactRequest_Peer) Marshal added in v2.410.0

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

func (*RefreshContactRequest_Peer) MarshalTo added in v2.410.0

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

func (*RefreshContactRequest_Peer) MarshalToSizedBuffer added in v2.410.0

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

func (*RefreshContactRequest_Peer) ProtoMessage added in v2.410.0

func (*RefreshContactRequest_Peer) ProtoMessage()

func (*RefreshContactRequest_Peer) Reset added in v2.410.0

func (m *RefreshContactRequest_Peer) Reset()

func (*RefreshContactRequest_Peer) Size added in v2.410.0

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

func (*RefreshContactRequest_Peer) String added in v2.410.0

func (m *RefreshContactRequest_Peer) String() string

func (*RefreshContactRequest_Peer) Unmarshal added in v2.410.0

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

func (*RefreshContactRequest_Peer) XXX_DiscardUnknown added in v2.410.0

func (m *RefreshContactRequest_Peer) XXX_DiscardUnknown()

func (*RefreshContactRequest_Peer) XXX_Marshal added in v2.410.0

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

func (*RefreshContactRequest_Peer) XXX_Merge added in v2.410.0

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

func (*RefreshContactRequest_Peer) XXX_Size added in v2.410.0

func (m *RefreshContactRequest_Peer) XXX_Size() int

func (*RefreshContactRequest_Peer) XXX_Unmarshal added in v2.410.0

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

type RefreshContactRequest_Reply added in v2.410.0

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 added in v2.410.0

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

func (*RefreshContactRequest_Reply) GetPeersFound added in v2.410.0

func (*RefreshContactRequest_Reply) Marshal added in v2.410.0

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

func (*RefreshContactRequest_Reply) MarshalTo added in v2.410.0

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

func (*RefreshContactRequest_Reply) MarshalToSizedBuffer added in v2.410.0

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

func (*RefreshContactRequest_Reply) ProtoMessage added in v2.410.0

func (*RefreshContactRequest_Reply) ProtoMessage()

func (*RefreshContactRequest_Reply) Reset added in v2.410.0

func (m *RefreshContactRequest_Reply) Reset()

func (*RefreshContactRequest_Reply) Size added in v2.410.0

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

func (*RefreshContactRequest_Reply) String added in v2.410.0

func (m *RefreshContactRequest_Reply) String() string

func (*RefreshContactRequest_Reply) Unmarshal added in v2.410.0

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

func (*RefreshContactRequest_Reply) XXX_DiscardUnknown added in v2.410.0

func (m *RefreshContactRequest_Reply) XXX_DiscardUnknown()

func (*RefreshContactRequest_Reply) XXX_Marshal added in v2.410.0

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

func (*RefreshContactRequest_Reply) XXX_Merge added in v2.410.0

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

func (*RefreshContactRequest_Reply) XXX_Size added in v2.410.0

func (m *RefreshContactRequest_Reply) XXX_Size() int

func (*RefreshContactRequest_Reply) XXX_Unmarshal added in v2.410.0

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

type RefreshContactRequest_Request added in v2.410.0

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 added in v2.410.0

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

func (*RefreshContactRequest_Request) GetContactPK added in v2.410.0

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

func (*RefreshContactRequest_Request) GetTimeout added in v2.410.0

func (m *RefreshContactRequest_Request) GetTimeout() int64

func (*RefreshContactRequest_Request) Marshal added in v2.410.0

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

func (*RefreshContactRequest_Request) MarshalTo added in v2.410.0

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

func (*RefreshContactRequest_Request) MarshalToSizedBuffer added in v2.410.0

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

func (*RefreshContactRequest_Request) ProtoMessage added in v2.410.0

func (*RefreshContactRequest_Request) ProtoMessage()

func (*RefreshContactRequest_Request) Reset added in v2.410.0

func (m *RefreshContactRequest_Request) Reset()

func (*RefreshContactRequest_Request) Size added in v2.410.0

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

func (*RefreshContactRequest_Request) String added in v2.410.0

func (*RefreshContactRequest_Request) Unmarshal added in v2.410.0

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

func (*RefreshContactRequest_Request) XXX_DiscardUnknown added in v2.410.0

func (m *RefreshContactRequest_Request) XXX_DiscardUnknown()

func (*RefreshContactRequest_Request) XXX_Marshal added in v2.410.0

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

func (*RefreshContactRequest_Request) XXX_Merge added in v2.410.0

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

func (*RefreshContactRequest_Request) XXX_Size added in v2.410.0

func (m *RefreshContactRequest_Request) XXX_Size() int

func (*RefreshContactRequest_Request) XXX_Unmarshal added in v2.410.0

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 {
	TokenID              string   `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	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:"-"`
}

func (*ReplicationServiceRegisterGroup_Request) Descriptor

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

func (*ReplicationServiceRegisterGroup_Request) GetGroupPK

func (*ReplicationServiceRegisterGroup_Request) GetTokenID

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 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) TokenID

func (m *ServiceToken) TokenID() 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 ServicesTokenCode

type ServicesTokenCode struct {
	Services             []string `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	CodeChallenge        string   `protobuf:"bytes,2,opt,name=code_challenge,json=codeChallenge,proto3" json:"code_challenge,omitempty"`
	TokenID              string   `protobuf:"bytes,3,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServicesTokenCode) Descriptor

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

func (*ServicesTokenCode) GetCodeChallenge

func (m *ServicesTokenCode) GetCodeChallenge() string

func (*ServicesTokenCode) GetServices

func (m *ServicesTokenCode) GetServices() []string

func (*ServicesTokenCode) GetTokenID

func (m *ServicesTokenCode) GetTokenID() string

func (*ServicesTokenCode) Marshal

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

func (*ServicesTokenCode) MarshalTo

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

func (*ServicesTokenCode) MarshalToSizedBuffer

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

func (*ServicesTokenCode) ProtoMessage

func (*ServicesTokenCode) ProtoMessage()

func (*ServicesTokenCode) Reset

func (m *ServicesTokenCode) Reset()

func (*ServicesTokenCode) Size

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

func (*ServicesTokenCode) String

func (m *ServicesTokenCode) String() string

func (*ServicesTokenCode) Unmarshal

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

func (*ServicesTokenCode) XXX_DiscardUnknown

func (m *ServicesTokenCode) XXX_DiscardUnknown()

func (*ServicesTokenCode) XXX_Marshal

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

func (*ServicesTokenCode) XXX_Merge

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

func (*ServicesTokenCode) XXX_Size

func (m *ServicesTokenCode) XXX_Size() int

func (*ServicesTokenCode) XXX_Unmarshal

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

type ServicesTokenList

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

func (*ServicesTokenList) Descriptor

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

func (*ServicesTokenList) Marshal

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

func (*ServicesTokenList) MarshalTo

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

func (*ServicesTokenList) MarshalToSizedBuffer

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

func (*ServicesTokenList) ProtoMessage

func (*ServicesTokenList) ProtoMessage()

func (*ServicesTokenList) Reset

func (m *ServicesTokenList) Reset()

func (*ServicesTokenList) Size

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

func (*ServicesTokenList) String

func (m *ServicesTokenList) String() string

func (*ServicesTokenList) Unmarshal

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

func (*ServicesTokenList) XXX_DiscardUnknown

func (m *ServicesTokenList) XXX_DiscardUnknown()

func (*ServicesTokenList) XXX_Marshal

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

func (*ServicesTokenList) XXX_Merge

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

func (*ServicesTokenList) XXX_Size

func (m *ServicesTokenList) XXX_Size() int

func (*ServicesTokenList) XXX_Unmarshal

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

type ServicesTokenList_Reply

type ServicesTokenList_Reply struct {
	TokenID              string        `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	Service              *ServiceToken `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ServicesTokenList_Reply) Descriptor

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

func (*ServicesTokenList_Reply) GetService

func (m *ServicesTokenList_Reply) GetService() *ServiceToken

func (*ServicesTokenList_Reply) GetTokenID

func (m *ServicesTokenList_Reply) GetTokenID() string

func (*ServicesTokenList_Reply) Marshal

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

func (*ServicesTokenList_Reply) MarshalTo

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

func (*ServicesTokenList_Reply) MarshalToSizedBuffer

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

func (*ServicesTokenList_Reply) ProtoMessage

func (*ServicesTokenList_Reply) ProtoMessage()

func (*ServicesTokenList_Reply) Reset

func (m *ServicesTokenList_Reply) Reset()

func (*ServicesTokenList_Reply) Size

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

func (*ServicesTokenList_Reply) String

func (m *ServicesTokenList_Reply) String() string

func (*ServicesTokenList_Reply) Unmarshal

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

func (*ServicesTokenList_Reply) XXX_DiscardUnknown

func (m *ServicesTokenList_Reply) XXX_DiscardUnknown()

func (*ServicesTokenList_Reply) XXX_Marshal

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

func (*ServicesTokenList_Reply) XXX_Merge

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

func (*ServicesTokenList_Reply) XXX_Size

func (m *ServicesTokenList_Reply) XXX_Size() int

func (*ServicesTokenList_Reply) XXX_Unmarshal

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

type ServicesTokenList_Request

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

func (*ServicesTokenList_Request) Descriptor

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

func (*ServicesTokenList_Request) Marshal

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

func (*ServicesTokenList_Request) MarshalTo

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

func (*ServicesTokenList_Request) MarshalToSizedBuffer

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

func (*ServicesTokenList_Request) ProtoMessage

func (*ServicesTokenList_Request) ProtoMessage()

func (*ServicesTokenList_Request) Reset

func (m *ServicesTokenList_Request) Reset()

func (*ServicesTokenList_Request) Size

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

func (*ServicesTokenList_Request) String

func (m *ServicesTokenList_Request) String() string

func (*ServicesTokenList_Request) Unmarshal

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

func (*ServicesTokenList_Request) XXX_DiscardUnknown

func (m *ServicesTokenList_Request) XXX_DiscardUnknown()

func (*ServicesTokenList_Request) XXX_Marshal

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

func (*ServicesTokenList_Request) XXX_Merge

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

func (*ServicesTokenList_Request) XXX_Size

func (m *ServicesTokenList_Request) XXX_Size() int

func (*ServicesTokenList_Request) XXX_Unmarshal

func (m *ServicesTokenList_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 can be embedded to have forward compatible implementations.

func (*UnimplementedProtocolServiceServer) ActivateGroup

func (*UnimplementedProtocolServiceServer) AppMessageSend

func (*UnimplementedProtocolServiceServer) AppMetadataSend

func (*UnimplementedProtocolServiceServer) AuthServiceCompleteFlow

func (*UnimplementedProtocolServiceServer) AuthServiceInitFlow

func (*UnimplementedProtocolServiceServer) ContactAliasKeySend

func (*UnimplementedProtocolServiceServer) ContactBlock

func (*UnimplementedProtocolServiceServer) ContactRequestAccept

func (*UnimplementedProtocolServiceServer) ContactRequestDisable

func (*UnimplementedProtocolServiceServer) ContactRequestDiscard

func (*UnimplementedProtocolServiceServer) ContactRequestEnable

func (*UnimplementedProtocolServiceServer) ContactRequestReference

func (*UnimplementedProtocolServiceServer) ContactRequestResetReference

func (*UnimplementedProtocolServiceServer) ContactRequestSend

func (*UnimplementedProtocolServiceServer) ContactUnblock

func (*UnimplementedProtocolServiceServer) CredentialVerificationServiceCompleteFlow added in v2.443.0

func (*UnimplementedProtocolServiceServer) CredentialVerificationServiceInitFlow added in v2.443.0

func (*UnimplementedProtocolServiceServer) DeactivateGroup

func (*UnimplementedProtocolServiceServer) DebugAuthServiceSetToken added in v2.305.0

func (*UnimplementedProtocolServiceServer) DebugGroup

func (*UnimplementedProtocolServiceServer) DebugInspectGroupStore

func (*UnimplementedProtocolServiceServer) DebugListGroups

func (*UnimplementedProtocolServiceServer) GroupDeviceStatus added in v2.415.0

func (*UnimplementedProtocolServiceServer) GroupInfo

func (*UnimplementedProtocolServiceServer) GroupMessageList

func (*UnimplementedProtocolServiceServer) GroupMetadataList

func (*UnimplementedProtocolServiceServer) InstanceExportData

func (*UnimplementedProtocolServiceServer) InstanceGetConfiguration

func (*UnimplementedProtocolServiceServer) MultiMemberGroupAdminRoleGrant

func (*UnimplementedProtocolServiceServer) MultiMemberGroupCreate

func (*UnimplementedProtocolServiceServer) MultiMemberGroupJoin

func (*UnimplementedProtocolServiceServer) MultiMemberGroupLeave

func (*UnimplementedProtocolServiceServer) PeerList

func (*UnimplementedProtocolServiceServer) PushReceive added in v2.305.0

func (*UnimplementedProtocolServiceServer) PushSend added in v2.305.0

func (*UnimplementedProtocolServiceServer) PushSetDeviceToken added in v2.305.0

func (*UnimplementedProtocolServiceServer) PushSetServer added in v2.305.0

func (*UnimplementedProtocolServiceServer) PushShareToken added in v2.305.0

func (*UnimplementedProtocolServiceServer) RefreshContactRequest added in v2.410.0

func (*UnimplementedProtocolServiceServer) ServicesTokenList

func (*UnimplementedProtocolServiceServer) SystemInfo

func (*UnimplementedProtocolServiceServer) VerifiedCredentialsList added in v2.443.0

type VerifiedCredentialsList added in v2.443.0

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

func (*VerifiedCredentialsList) Descriptor added in v2.443.0

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

func (*VerifiedCredentialsList) Marshal added in v2.443.0

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

func (*VerifiedCredentialsList) MarshalTo added in v2.443.0

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

func (*VerifiedCredentialsList) MarshalToSizedBuffer added in v2.443.0

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

func (*VerifiedCredentialsList) ProtoMessage added in v2.443.0

func (*VerifiedCredentialsList) ProtoMessage()

func (*VerifiedCredentialsList) Reset added in v2.443.0

func (m *VerifiedCredentialsList) Reset()

func (*VerifiedCredentialsList) Size added in v2.443.0

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

func (*VerifiedCredentialsList) String added in v2.443.0

func (m *VerifiedCredentialsList) String() string

func (*VerifiedCredentialsList) Unmarshal added in v2.443.0

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

func (*VerifiedCredentialsList) XXX_DiscardUnknown added in v2.443.0

func (m *VerifiedCredentialsList) XXX_DiscardUnknown()

func (*VerifiedCredentialsList) XXX_Marshal added in v2.443.0

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

func (*VerifiedCredentialsList) XXX_Merge added in v2.443.0

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

func (*VerifiedCredentialsList) XXX_Size added in v2.443.0

func (m *VerifiedCredentialsList) XXX_Size() int

func (*VerifiedCredentialsList) XXX_Unmarshal added in v2.443.0

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

type VerifiedCredentialsList_Reply added in v2.443.0

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 added in v2.443.0

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

func (*VerifiedCredentialsList_Reply) GetCredential added in v2.452.0

func (*VerifiedCredentialsList_Reply) Marshal added in v2.443.0

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

func (*VerifiedCredentialsList_Reply) MarshalTo added in v2.443.0

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

func (*VerifiedCredentialsList_Reply) MarshalToSizedBuffer added in v2.443.0

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

func (*VerifiedCredentialsList_Reply) ProtoMessage added in v2.443.0

func (*VerifiedCredentialsList_Reply) ProtoMessage()

func (*VerifiedCredentialsList_Reply) Reset added in v2.443.0

func (m *VerifiedCredentialsList_Reply) Reset()

func (*VerifiedCredentialsList_Reply) Size added in v2.443.0

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

func (*VerifiedCredentialsList_Reply) String added in v2.443.0

func (*VerifiedCredentialsList_Reply) Unmarshal added in v2.443.0

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

func (*VerifiedCredentialsList_Reply) XXX_DiscardUnknown added in v2.443.0

func (m *VerifiedCredentialsList_Reply) XXX_DiscardUnknown()

func (*VerifiedCredentialsList_Reply) XXX_Marshal added in v2.443.0

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

func (*VerifiedCredentialsList_Reply) XXX_Merge added in v2.443.0

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

func (*VerifiedCredentialsList_Reply) XXX_Size added in v2.443.0

func (m *VerifiedCredentialsList_Reply) XXX_Size() int

func (*VerifiedCredentialsList_Reply) XXX_Unmarshal added in v2.443.0

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

type VerifiedCredentialsList_Request added in v2.443.0

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 added in v2.443.0

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

func (*VerifiedCredentialsList_Request) GetExcludeExpired added in v2.452.0

func (m *VerifiedCredentialsList_Request) GetExcludeExpired() bool

func (*VerifiedCredentialsList_Request) GetFilterIdentifier added in v2.452.0

func (m *VerifiedCredentialsList_Request) GetFilterIdentifier() string

func (*VerifiedCredentialsList_Request) GetFilterIssuer added in v2.452.0

func (m *VerifiedCredentialsList_Request) GetFilterIssuer() string

func (*VerifiedCredentialsList_Request) Marshal added in v2.443.0

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

func (*VerifiedCredentialsList_Request) MarshalTo added in v2.443.0

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

func (*VerifiedCredentialsList_Request) MarshalToSizedBuffer added in v2.443.0

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

func (*VerifiedCredentialsList_Request) ProtoMessage added in v2.443.0

func (*VerifiedCredentialsList_Request) ProtoMessage()

func (*VerifiedCredentialsList_Request) Reset added in v2.443.0

func (*VerifiedCredentialsList_Request) Size added in v2.443.0

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

func (*VerifiedCredentialsList_Request) String added in v2.443.0

func (*VerifiedCredentialsList_Request) Unmarshal added in v2.443.0

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

func (*VerifiedCredentialsList_Request) XXX_DiscardUnknown added in v2.443.0

func (m *VerifiedCredentialsList_Request) XXX_DiscardUnknown()

func (*VerifiedCredentialsList_Request) XXX_Marshal added in v2.443.0

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

func (*VerifiedCredentialsList_Request) XXX_Merge added in v2.443.0

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

func (*VerifiedCredentialsList_Request) XXX_Size added in v2.443.0

func (m *VerifiedCredentialsList_Request) XXX_Size() int

func (*VerifiedCredentialsList_Request) XXX_Unmarshal added in v2.443.0

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