contracts

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_internal_contracts_signal_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountKeysConfig added in v0.3.0

type AccountKeysConfig struct {
	EntropyPool     string `protobuf:"bytes,1,opt,name=entropy_pool,json=entropyPool,proto3" json:"entropy_pool,omitempty"`
	Aci             []byte `protobuf:"bytes,2,opt,name=aci,proto3" json:"aci,omitempty"`
	Pin             string `protobuf:"bytes,3,opt,name=pin,proto3" json:"pin,omitempty"`
	PinSalt         []byte `protobuf:"bytes,4,opt,name=pin_salt,json=pinSalt,proto3" json:"pin_salt,omitempty"`
	PinSaltUsername string `protobuf:"bytes,5,opt,name=pin_salt_username,json=pinSaltUsername,proto3" json:"pin_salt_username,omitempty"`
	PinSaltGroupId  uint64 `protobuf:"varint,6,opt,name=pin_salt_group_id,json=pinSaltGroupId,proto3" json:"pin_salt_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKeysConfig) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AccountKeysConfig.ProtoReflect.Descriptor instead.

func (*AccountKeysConfig) GetAci added in v0.3.0

func (x *AccountKeysConfig) GetAci() []byte

func (*AccountKeysConfig) GetEntropyPool added in v0.3.0

func (x *AccountKeysConfig) GetEntropyPool() string

func (*AccountKeysConfig) GetPin added in v0.3.0

func (x *AccountKeysConfig) GetPin() string

func (*AccountKeysConfig) GetPinSalt added in v0.3.0

func (x *AccountKeysConfig) GetPinSalt() []byte

func (*AccountKeysConfig) GetPinSaltGroupId added in v0.3.0

func (x *AccountKeysConfig) GetPinSaltGroupId() uint64

func (*AccountKeysConfig) GetPinSaltUsername added in v0.3.0

func (x *AccountKeysConfig) GetPinSaltUsername() string

func (*AccountKeysConfig) ProtoMessage added in v0.3.0

func (*AccountKeysConfig) ProtoMessage()

func (*AccountKeysConfig) ProtoReflect added in v0.3.0

func (x *AccountKeysConfig) ProtoReflect() protoreflect.Message

func (*AccountKeysConfig) Reset added in v0.3.0

func (x *AccountKeysConfig) Reset()

func (*AccountKeysConfig) String added in v0.3.0

func (x *AccountKeysConfig) String() string

type AccountKeysInput added in v0.3.0

type AccountKeysInput struct {
	EntropyPool     string `protobuf:"bytes,1,opt,name=entropy_pool,json=entropyPool,proto3" json:"entropy_pool,omitempty"`
	Aci             []byte `protobuf:"bytes,2,opt,name=aci,proto3" json:"aci,omitempty"`
	Pin             string `protobuf:"bytes,3,opt,name=pin,proto3" json:"pin,omitempty"`
	PinSalt         []byte `protobuf:"bytes,4,opt,name=pin_salt,json=pinSalt,proto3" json:"pin_salt,omitempty"`
	PinSaltUsername string `protobuf:"bytes,5,opt,name=pin_salt_username,json=pinSaltUsername,proto3" json:"pin_salt_username,omitempty"`
	PinSaltGroupId  uint64 `protobuf:"varint,6,opt,name=pin_salt_group_id,json=pinSaltGroupId,proto3" json:"pin_salt_group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKeysInput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AccountKeysInput.ProtoReflect.Descriptor instead.

func (*AccountKeysInput) GetAci added in v0.3.0

func (x *AccountKeysInput) GetAci() []byte

func (*AccountKeysInput) GetEntropyPool added in v0.3.0

func (x *AccountKeysInput) GetEntropyPool() string

func (*AccountKeysInput) GetPin added in v0.3.0

func (x *AccountKeysInput) GetPin() string

func (*AccountKeysInput) GetPinSalt added in v0.3.0

func (x *AccountKeysInput) GetPinSalt() []byte

func (*AccountKeysInput) GetPinSaltGroupId added in v0.3.0

func (x *AccountKeysInput) GetPinSaltGroupId() uint64

func (*AccountKeysInput) GetPinSaltUsername added in v0.3.0

func (x *AccountKeysInput) GetPinSaltUsername() string

func (*AccountKeysInput) ProtoMessage added in v0.3.0

func (*AccountKeysInput) ProtoMessage()

func (*AccountKeysInput) ProtoReflect added in v0.3.0

func (x *AccountKeysInput) ProtoReflect() protoreflect.Message

func (*AccountKeysInput) Reset added in v0.3.0

func (x *AccountKeysInput) Reset()

func (*AccountKeysInput) String added in v0.3.0

func (x *AccountKeysInput) String() string

type AccountKeysOutput added in v0.3.0

type AccountKeysOutput struct {
	EntropyPool      string `protobuf:"bytes,1,opt,name=entropy_pool,json=entropyPool,proto3" json:"entropy_pool,omitempty"`
	SvrKey           []byte `protobuf:"bytes,2,opt,name=svr_key,json=svrKey,proto3" json:"svr_key,omitempty"`
	BackupKey        []byte `protobuf:"bytes,3,opt,name=backup_key,json=backupKey,proto3" json:"backup_key,omitempty"`
	BackupId         []byte `protobuf:"bytes,4,opt,name=backup_id,json=backupId,proto3" json:"backup_id,omitempty"`
	PinSalt          []byte `protobuf:"bytes,5,opt,name=pin_salt,json=pinSalt,proto3" json:"pin_salt,omitempty"`
	PinAccessKey     []byte `protobuf:"bytes,6,opt,name=pin_access_key,json=pinAccessKey,proto3" json:"pin_access_key,omitempty"`
	PinEncryptionKey []byte `protobuf:"bytes,7,opt,name=pin_encryption_key,json=pinEncryptionKey,proto3" json:"pin_encryption_key,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountKeysOutput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AccountKeysOutput.ProtoReflect.Descriptor instead.

func (*AccountKeysOutput) GetBackupId added in v0.3.0

func (x *AccountKeysOutput) GetBackupId() []byte

func (*AccountKeysOutput) GetBackupKey added in v0.3.0

func (x *AccountKeysOutput) GetBackupKey() []byte

func (*AccountKeysOutput) GetEntropyPool added in v0.3.0

func (x *AccountKeysOutput) GetEntropyPool() string

func (*AccountKeysOutput) GetPinAccessKey added in v0.3.0

func (x *AccountKeysOutput) GetPinAccessKey() []byte

func (*AccountKeysOutput) GetPinEncryptionKey added in v0.3.0

func (x *AccountKeysOutput) GetPinEncryptionKey() []byte

func (*AccountKeysOutput) GetPinSalt added in v0.3.0

func (x *AccountKeysOutput) GetPinSalt() []byte

func (*AccountKeysOutput) GetSvrKey added in v0.3.0

func (x *AccountKeysOutput) GetSvrKey() []byte

func (*AccountKeysOutput) ProtoMessage added in v0.3.0

func (*AccountKeysOutput) ProtoMessage()

func (*AccountKeysOutput) ProtoReflect added in v0.3.0

func (x *AccountKeysOutput) ProtoReflect() protoreflect.Message

func (*AccountKeysOutput) Reset added in v0.3.0

func (x *AccountKeysOutput) Reset()

func (*AccountKeysOutput) String added in v0.3.0

func (x *AccountKeysOutput) String() string

type AccountRefConfig added in v0.6.0

type AccountRefConfig struct {
	AccountRef    string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef     string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef    string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	CredentialRef string `protobuf:"bytes,4,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	ConsentRef    string `protobuf:"bytes,5,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef      string `protobuf:"bytes,6,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountRefConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use AccountRefConfig.ProtoReflect.Descriptor instead.

func (*AccountRefConfig) GetAccountRef added in v0.6.0

func (x *AccountRefConfig) GetAccountRef() string

func (*AccountRefConfig) GetAuditRef added in v0.6.0

func (x *AccountRefConfig) GetAuditRef() string

func (*AccountRefConfig) GetConsentRef added in v0.6.0

func (x *AccountRefConfig) GetConsentRef() string

func (*AccountRefConfig) GetCredentialRef added in v0.6.0

func (x *AccountRefConfig) GetCredentialRef() string

func (*AccountRefConfig) GetCustodyRef added in v0.6.0

func (x *AccountRefConfig) GetCustodyRef() string

func (*AccountRefConfig) GetDeviceRef added in v0.6.0

func (x *AccountRefConfig) GetDeviceRef() string

func (*AccountRefConfig) ProtoMessage added in v0.6.0

func (*AccountRefConfig) ProtoMessage()

func (*AccountRefConfig) ProtoReflect added in v0.6.0

func (x *AccountRefConfig) ProtoReflect() protoreflect.Message

func (*AccountRefConfig) Reset added in v0.6.0

func (x *AccountRefConfig) Reset()

func (*AccountRefConfig) String added in v0.6.0

func (x *AccountRefConfig) String() string

type EnvelopeTriggerConfig added in v0.2.0

type EnvelopeTriggerConfig struct {
	SourceRef   string `protobuf:"bytes,1,opt,name=source_ref,json=sourceRef,proto3" json:"source_ref,omitempty"`
	IdentityRef string `protobuf:"bytes,2,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvelopeTriggerConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use EnvelopeTriggerConfig.ProtoReflect.Descriptor instead.

func (*EnvelopeTriggerConfig) GetIdentityRef added in v0.2.0

func (x *EnvelopeTriggerConfig) GetIdentityRef() string

func (*EnvelopeTriggerConfig) GetSourceRef added in v0.2.0

func (x *EnvelopeTriggerConfig) GetSourceRef() string

func (*EnvelopeTriggerConfig) ProtoMessage added in v0.2.0

func (*EnvelopeTriggerConfig) ProtoMessage()

func (*EnvelopeTriggerConfig) ProtoReflect added in v0.2.0

func (x *EnvelopeTriggerConfig) ProtoReflect() protoreflect.Message

func (*EnvelopeTriggerConfig) Reset added in v0.2.0

func (x *EnvelopeTriggerConfig) Reset()

func (*EnvelopeTriggerConfig) String added in v0.2.0

func (x *EnvelopeTriggerConfig) String() string

type IdentityStoreConfig added in v0.2.0

type IdentityStoreConfig struct {
	IdentityRef    string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	LocalId        string `protobuf:"bytes,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	DeviceId       uint32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	RegistrationId uint32 `protobuf:"varint,4,opt,name=registration_id,json=registrationId,proto3" json:"registration_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IdentityStoreConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use IdentityStoreConfig.ProtoReflect.Descriptor instead.

func (*IdentityStoreConfig) GetDeviceId added in v0.2.0

func (x *IdentityStoreConfig) GetDeviceId() uint32

func (*IdentityStoreConfig) GetIdentityRef added in v0.2.0

func (x *IdentityStoreConfig) GetIdentityRef() string

func (*IdentityStoreConfig) GetLocalId added in v0.2.0

func (x *IdentityStoreConfig) GetLocalId() string

func (*IdentityStoreConfig) GetRegistrationId added in v0.2.0

func (x *IdentityStoreConfig) GetRegistrationId() uint32

func (*IdentityStoreConfig) ProtoMessage added in v0.2.0

func (*IdentityStoreConfig) ProtoMessage()

func (*IdentityStoreConfig) ProtoReflect added in v0.2.0

func (x *IdentityStoreConfig) ProtoReflect() protoreflect.Message

func (*IdentityStoreConfig) Reset added in v0.2.0

func (x *IdentityStoreConfig) Reset()

func (*IdentityStoreConfig) String added in v0.2.0

func (x *IdentityStoreConfig) String() string

type KeyCustodyConfig added in v0.6.0

type KeyCustodyConfig struct {
	CustodyRef                string   `protobuf:"bytes,1,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	AccountRef                string   `protobuf:"bytes,2,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	SecretRefs                []string `protobuf:"bytes,3,rep,name=secret_refs,json=secretRefs,proto3" json:"secret_refs,omitempty"`
	NonExportableKeyRef       string   `protobuf:"bytes,4,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	AllowExportableSecretRefs bool     `` /* 141-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KeyCustodyConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use KeyCustodyConfig.ProtoReflect.Descriptor instead.

func (*KeyCustodyConfig) GetAccountRef added in v0.6.0

func (x *KeyCustodyConfig) GetAccountRef() string

func (*KeyCustodyConfig) GetAllowExportableSecretRefs added in v0.6.0

func (x *KeyCustodyConfig) GetAllowExportableSecretRefs() bool

func (*KeyCustodyConfig) GetCustodyRef added in v0.6.0

func (x *KeyCustodyConfig) GetCustodyRef() string

func (*KeyCustodyConfig) GetNonExportableKeyRef added in v0.6.0

func (x *KeyCustodyConfig) GetNonExportableKeyRef() string

func (*KeyCustodyConfig) GetSecretRefs added in v0.6.0

func (x *KeyCustodyConfig) GetSecretRefs() []string

func (*KeyCustodyConfig) ProtoMessage added in v0.6.0

func (*KeyCustodyConfig) ProtoMessage()

func (*KeyCustodyConfig) ProtoReflect added in v0.6.0

func (x *KeyCustodyConfig) ProtoReflect() protoreflect.Message

func (*KeyCustodyConfig) Reset added in v0.6.0

func (x *KeyCustodyConfig) Reset()

func (*KeyCustodyConfig) String added in v0.6.0

func (x *KeyCustodyConfig) String() string

type OfficialServiceBoundaryConfig added in v0.4.0

type OfficialServiceBoundaryConfig struct {
	Mode               string `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	UpstreamTag        string `protobuf:"bytes,2,opt,name=upstream_tag,json=upstreamTag,proto3" json:"upstream_tag,omitempty"`
	DescriptorChecksum string `protobuf:"bytes,3,opt,name=descriptor_checksum,json=descriptorChecksum,proto3" json:"descriptor_checksum,omitempty"`
	AccountSecretRef   string `protobuf:"bytes,4,opt,name=account_secret_ref,json=accountSecretRef,proto3" json:"account_secret_ref,omitempty"`
	EgressPolicyRef    string `protobuf:"bytes,5,opt,name=egress_policy_ref,json=egressPolicyRef,proto3" json:"egress_policy_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*OfficialServiceBoundaryConfig) Descriptor deprecated added in v0.4.0

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

Deprecated: Use OfficialServiceBoundaryConfig.ProtoReflect.Descriptor instead.

func (*OfficialServiceBoundaryConfig) GetAccountSecretRef added in v0.4.0

func (x *OfficialServiceBoundaryConfig) GetAccountSecretRef() string

func (*OfficialServiceBoundaryConfig) GetDescriptorChecksum added in v0.4.0

func (x *OfficialServiceBoundaryConfig) GetDescriptorChecksum() string

func (*OfficialServiceBoundaryConfig) GetEgressPolicyRef added in v0.4.0

func (x *OfficialServiceBoundaryConfig) GetEgressPolicyRef() string

func (*OfficialServiceBoundaryConfig) GetMode added in v0.4.0

func (*OfficialServiceBoundaryConfig) GetUpstreamTag added in v0.4.0

func (x *OfficialServiceBoundaryConfig) GetUpstreamTag() string

func (*OfficialServiceBoundaryConfig) ProtoMessage added in v0.4.0

func (*OfficialServiceBoundaryConfig) ProtoMessage()

func (*OfficialServiceBoundaryConfig) ProtoReflect added in v0.4.0

func (*OfficialServiceBoundaryConfig) Reset added in v0.4.0

func (x *OfficialServiceBoundaryConfig) Reset()

func (*OfficialServiceBoundaryConfig) String added in v0.4.0

type PreKeyBundle added in v0.2.0

type PreKeyBundle struct {
	IdentityRef           string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	LocalId               string `protobuf:"bytes,2,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	DeviceId              uint32 `protobuf:"varint,3,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
	RegistrationId        uint32 `protobuf:"varint,4,opt,name=registration_id,json=registrationId,proto3" json:"registration_id,omitempty"`
	PreKeyId              uint32 `protobuf:"varint,5,opt,name=pre_key_id,json=preKeyId,proto3" json:"pre_key_id,omitempty"`
	PreKey                string `protobuf:"bytes,6,opt,name=pre_key,json=preKey,proto3" json:"pre_key,omitempty"`
	SignedPreKeyId        uint32 `protobuf:"varint,7,opt,name=signed_pre_key_id,json=signedPreKeyId,proto3" json:"signed_pre_key_id,omitempty"`
	SignedPreKey          string `protobuf:"bytes,8,opt,name=signed_pre_key,json=signedPreKey,proto3" json:"signed_pre_key,omitempty"`
	SignedPreKeySignature string `` /* 128-byte string literal not displayed */
	KyberPreKeyId         uint32 `protobuf:"varint,10,opt,name=kyber_pre_key_id,json=kyberPreKeyId,proto3" json:"kyber_pre_key_id,omitempty"`
	KyberPreKey           string `protobuf:"bytes,11,opt,name=kyber_pre_key,json=kyberPreKey,proto3" json:"kyber_pre_key,omitempty"`
	KyberPreKeySignature  string `` /* 126-byte string literal not displayed */
	IdentityKey           string `protobuf:"bytes,13,opt,name=identity_key,json=identityKey,proto3" json:"identity_key,omitempty"`
	// contains filtered or unexported fields
}

func (*PreKeyBundle) Descriptor deprecated added in v0.2.0

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

Deprecated: Use PreKeyBundle.ProtoReflect.Descriptor instead.

func (*PreKeyBundle) GetDeviceId added in v0.2.0

func (x *PreKeyBundle) GetDeviceId() uint32

func (*PreKeyBundle) GetIdentityKey added in v0.2.0

func (x *PreKeyBundle) GetIdentityKey() string

func (*PreKeyBundle) GetIdentityRef added in v0.2.0

func (x *PreKeyBundle) GetIdentityRef() string

func (*PreKeyBundle) GetKyberPreKey added in v0.2.0

func (x *PreKeyBundle) GetKyberPreKey() string

func (*PreKeyBundle) GetKyberPreKeyId added in v0.2.0

func (x *PreKeyBundle) GetKyberPreKeyId() uint32

func (*PreKeyBundle) GetKyberPreKeySignature added in v0.2.0

func (x *PreKeyBundle) GetKyberPreKeySignature() string

func (*PreKeyBundle) GetLocalId added in v0.2.0

func (x *PreKeyBundle) GetLocalId() string

func (*PreKeyBundle) GetPreKey added in v0.2.0

func (x *PreKeyBundle) GetPreKey() string

func (*PreKeyBundle) GetPreKeyId added in v0.2.0

func (x *PreKeyBundle) GetPreKeyId() uint32

func (*PreKeyBundle) GetRegistrationId added in v0.2.0

func (x *PreKeyBundle) GetRegistrationId() uint32

func (*PreKeyBundle) GetSignedPreKey added in v0.2.0

func (x *PreKeyBundle) GetSignedPreKey() string

func (*PreKeyBundle) GetSignedPreKeyId added in v0.2.0

func (x *PreKeyBundle) GetSignedPreKeyId() uint32

func (*PreKeyBundle) GetSignedPreKeySignature added in v0.2.0

func (x *PreKeyBundle) GetSignedPreKeySignature() string

func (*PreKeyBundle) ProtoMessage added in v0.2.0

func (*PreKeyBundle) ProtoMessage()

func (*PreKeyBundle) ProtoReflect added in v0.2.0

func (x *PreKeyBundle) ProtoReflect() protoreflect.Message

func (*PreKeyBundle) Reset added in v0.2.0

func (x *PreKeyBundle) Reset()

func (*PreKeyBundle) String added in v0.2.0

func (x *PreKeyBundle) String() string

type ServiceComplianceCheckConfig added in v0.5.0

type ServiceComplianceCheckConfig struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceComplianceCheckConfig) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ServiceComplianceCheckConfig.ProtoReflect.Descriptor instead.

func (*ServiceComplianceCheckConfig) GetMode added in v0.5.0

func (x *ServiceComplianceCheckConfig) GetMode() string

func (*ServiceComplianceCheckConfig) GetRequestedActions added in v0.5.0

func (x *ServiceComplianceCheckConfig) GetRequestedActions() []string

func (*ServiceComplianceCheckConfig) ProtoMessage added in v0.5.0

func (*ServiceComplianceCheckConfig) ProtoMessage()

func (*ServiceComplianceCheckConfig) ProtoReflect added in v0.5.0

func (*ServiceComplianceCheckConfig) Reset added in v0.5.0

func (x *ServiceComplianceCheckConfig) Reset()

func (*ServiceComplianceCheckConfig) String added in v0.5.0

type ServiceComplianceCheckInput added in v0.5.0

type ServiceComplianceCheckInput struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	RequestedActions []string `protobuf:"bytes,2,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceComplianceCheckInput) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ServiceComplianceCheckInput.ProtoReflect.Descriptor instead.

func (*ServiceComplianceCheckInput) GetMode added in v0.5.0

func (x *ServiceComplianceCheckInput) GetMode() string

func (*ServiceComplianceCheckInput) GetRequestedActions added in v0.5.0

func (x *ServiceComplianceCheckInput) GetRequestedActions() []string

func (*ServiceComplianceCheckInput) ProtoMessage added in v0.5.0

func (*ServiceComplianceCheckInput) ProtoMessage()

func (*ServiceComplianceCheckInput) ProtoReflect added in v0.5.0

func (*ServiceComplianceCheckInput) Reset added in v0.5.0

func (x *ServiceComplianceCheckInput) Reset()

func (*ServiceComplianceCheckInput) String added in v0.5.0

func (x *ServiceComplianceCheckInput) String() string

type ServiceComplianceCheckOutput added in v0.5.0

type ServiceComplianceCheckOutput struct {
	Mode                string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approved            bool     `protobuf:"varint,2,opt,name=approved,proto3" json:"approved,omitempty"`
	LiveServiceDisabled bool     `protobuf:"varint,3,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	BlockedActions      []string `protobuf:"bytes,4,rep,name=blocked_actions,json=blockedActions,proto3" json:"blocked_actions,omitempty"`
	RequiredApprovals   []string `protobuf:"bytes,5,rep,name=required_approvals,json=requiredApprovals,proto3" json:"required_approvals,omitempty"`
	DeferredDomains     []string `protobuf:"bytes,6,rep,name=deferred_domains,json=deferredDomains,proto3" json:"deferred_domains,omitempty"`
	UpstreamTag         string   `protobuf:"bytes,7,opt,name=upstream_tag,json=upstreamTag,proto3" json:"upstream_tag,omitempty"`
	DescriptorChecksum  string   `protobuf:"bytes,8,opt,name=descriptor_checksum,json=descriptorChecksum,proto3" json:"descriptor_checksum,omitempty"`
	ManifestDigest      string   `protobuf:"bytes,9,opt,name=manifest_digest,json=manifestDigest,proto3" json:"manifest_digest,omitempty"`
	SelectedDomains     []string `protobuf:"bytes,10,rep,name=selected_domains,json=selectedDomains,proto3" json:"selected_domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceComplianceCheckOutput) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ServiceComplianceCheckOutput.ProtoReflect.Descriptor instead.

func (*ServiceComplianceCheckOutput) GetApproved added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetApproved() bool

func (*ServiceComplianceCheckOutput) GetBlockedActions added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetBlockedActions() []string

func (*ServiceComplianceCheckOutput) GetDeferredDomains added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetDeferredDomains() []string

func (*ServiceComplianceCheckOutput) GetDescriptorChecksum added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetDescriptorChecksum() string

func (*ServiceComplianceCheckOutput) GetLiveServiceDisabled added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetLiveServiceDisabled() bool

func (*ServiceComplianceCheckOutput) GetManifestDigest added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetManifestDigest() string

func (*ServiceComplianceCheckOutput) GetMode added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetMode() string

func (*ServiceComplianceCheckOutput) GetRequiredApprovals added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetRequiredApprovals() []string

func (*ServiceComplianceCheckOutput) GetSelectedDomains added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetSelectedDomains() []string

func (*ServiceComplianceCheckOutput) GetUpstreamTag added in v0.5.0

func (x *ServiceComplianceCheckOutput) GetUpstreamTag() string

func (*ServiceComplianceCheckOutput) ProtoMessage added in v0.5.0

func (*ServiceComplianceCheckOutput) ProtoMessage()

func (*ServiceComplianceCheckOutput) ProtoReflect added in v0.5.0

func (*ServiceComplianceCheckOutput) Reset added in v0.5.0

func (x *ServiceComplianceCheckOutput) Reset()

func (*ServiceComplianceCheckOutput) String added in v0.5.0

type ServiceContractCheckConfig added in v0.4.0

type ServiceContractCheckConfig struct {
	Mode string `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceContractCheckConfig) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ServiceContractCheckConfig.ProtoReflect.Descriptor instead.

func (*ServiceContractCheckConfig) GetMode added in v0.4.0

func (x *ServiceContractCheckConfig) GetMode() string

func (*ServiceContractCheckConfig) ProtoMessage added in v0.4.0

func (*ServiceContractCheckConfig) ProtoMessage()

func (*ServiceContractCheckConfig) ProtoReflect added in v0.4.0

func (*ServiceContractCheckConfig) Reset added in v0.4.0

func (x *ServiceContractCheckConfig) Reset()

func (*ServiceContractCheckConfig) String added in v0.4.0

func (x *ServiceContractCheckConfig) String() string

type ServiceContractCheckInput added in v0.4.0

type ServiceContractCheckInput struct {
	Mode string `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceContractCheckInput) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ServiceContractCheckInput.ProtoReflect.Descriptor instead.

func (*ServiceContractCheckInput) GetMode added in v0.4.0

func (x *ServiceContractCheckInput) GetMode() string

func (*ServiceContractCheckInput) ProtoMessage added in v0.4.0

func (*ServiceContractCheckInput) ProtoMessage()

func (*ServiceContractCheckInput) ProtoReflect added in v0.4.0

func (*ServiceContractCheckInput) Reset added in v0.4.0

func (x *ServiceContractCheckInput) Reset()

func (*ServiceContractCheckInput) String added in v0.4.0

func (x *ServiceContractCheckInput) String() string

type ServiceContractCheckOutput added in v0.4.0

type ServiceContractCheckOutput struct {
	Mode                string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	UpstreamTag         string   `protobuf:"bytes,2,opt,name=upstream_tag,json=upstreamTag,proto3" json:"upstream_tag,omitempty"`
	DescriptorChecksum  string   `protobuf:"bytes,3,opt,name=descriptor_checksum,json=descriptorChecksum,proto3" json:"descriptor_checksum,omitempty"`
	SelectedDomains     []string `protobuf:"bytes,4,rep,name=selected_domains,json=selectedDomains,proto3" json:"selected_domains,omitempty"`
	LiveServiceDisabled bool     `protobuf:"varint,5,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceContractCheckOutput) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ServiceContractCheckOutput.ProtoReflect.Descriptor instead.

func (*ServiceContractCheckOutput) GetDescriptorChecksum added in v0.4.0

func (x *ServiceContractCheckOutput) GetDescriptorChecksum() string

func (*ServiceContractCheckOutput) GetLiveServiceDisabled added in v0.4.0

func (x *ServiceContractCheckOutput) GetLiveServiceDisabled() bool

func (*ServiceContractCheckOutput) GetMode added in v0.4.0

func (x *ServiceContractCheckOutput) GetMode() string

func (*ServiceContractCheckOutput) GetSelectedDomains added in v0.4.0

func (x *ServiceContractCheckOutput) GetSelectedDomains() []string

func (*ServiceContractCheckOutput) GetUpstreamTag added in v0.4.0

func (x *ServiceContractCheckOutput) GetUpstreamTag() string

func (*ServiceContractCheckOutput) ProtoMessage added in v0.4.0

func (*ServiceContractCheckOutput) ProtoMessage()

func (*ServiceContractCheckOutput) ProtoReflect added in v0.4.0

func (*ServiceContractCheckOutput) Reset added in v0.4.0

func (x *ServiceContractCheckOutput) Reset()

func (*ServiceContractCheckOutput) String added in v0.4.0

func (x *ServiceContractCheckOutput) String() string

type ServiceEnvelopeTriggerConfig added in v0.4.0

type ServiceEnvelopeTriggerConfig struct {
	SourceRef   string `protobuf:"bytes,1,opt,name=source_ref,json=sourceRef,proto3" json:"source_ref,omitempty"`
	BoundaryRef string `protobuf:"bytes,2,opt,name=boundary_ref,json=boundaryRef,proto3" json:"boundary_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceEnvelopeTriggerConfig) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ServiceEnvelopeTriggerConfig.ProtoReflect.Descriptor instead.

func (*ServiceEnvelopeTriggerConfig) GetBoundaryRef added in v0.4.0

func (x *ServiceEnvelopeTriggerConfig) GetBoundaryRef() string

func (*ServiceEnvelopeTriggerConfig) GetSourceRef added in v0.4.0

func (x *ServiceEnvelopeTriggerConfig) GetSourceRef() string

func (*ServiceEnvelopeTriggerConfig) ProtoMessage added in v0.4.0

func (*ServiceEnvelopeTriggerConfig) ProtoMessage()

func (*ServiceEnvelopeTriggerConfig) ProtoReflect added in v0.4.0

func (*ServiceEnvelopeTriggerConfig) Reset added in v0.4.0

func (x *ServiceEnvelopeTriggerConfig) Reset()

func (*ServiceEnvelopeTriggerConfig) String added in v0.4.0

type ServicePolicyCheckConfig added in v0.6.0

type ServicePolicyCheckConfig struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approvals        []string `protobuf:"bytes,2,rep,name=approvals,proto3" json:"approvals,omitempty"`
	RequestedActions []string `protobuf:"bytes,3,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePolicyCheckConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServicePolicyCheckConfig.ProtoReflect.Descriptor instead.

func (*ServicePolicyCheckConfig) GetApprovals added in v0.6.0

func (x *ServicePolicyCheckConfig) GetApprovals() []string

func (*ServicePolicyCheckConfig) GetMode added in v0.6.0

func (x *ServicePolicyCheckConfig) GetMode() string

func (*ServicePolicyCheckConfig) GetRequestedActions added in v0.6.0

func (x *ServicePolicyCheckConfig) GetRequestedActions() []string

func (*ServicePolicyCheckConfig) ProtoMessage added in v0.6.0

func (*ServicePolicyCheckConfig) ProtoMessage()

func (*ServicePolicyCheckConfig) ProtoReflect added in v0.6.0

func (x *ServicePolicyCheckConfig) ProtoReflect() protoreflect.Message

func (*ServicePolicyCheckConfig) Reset added in v0.6.0

func (x *ServicePolicyCheckConfig) Reset()

func (*ServicePolicyCheckConfig) String added in v0.6.0

func (x *ServicePolicyCheckConfig) String() string

type ServicePolicyCheckInput added in v0.6.0

type ServicePolicyCheckInput struct {
	Mode             string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approvals        []string `protobuf:"bytes,2,rep,name=approvals,proto3" json:"approvals,omitempty"`
	RequestedActions []string `protobuf:"bytes,3,rep,name=requested_actions,json=requestedActions,proto3" json:"requested_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePolicyCheckInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServicePolicyCheckInput.ProtoReflect.Descriptor instead.

func (*ServicePolicyCheckInput) GetApprovals added in v0.6.0

func (x *ServicePolicyCheckInput) GetApprovals() []string

func (*ServicePolicyCheckInput) GetMode added in v0.6.0

func (x *ServicePolicyCheckInput) GetMode() string

func (*ServicePolicyCheckInput) GetRequestedActions added in v0.6.0

func (x *ServicePolicyCheckInput) GetRequestedActions() []string

func (*ServicePolicyCheckInput) ProtoMessage added in v0.6.0

func (*ServicePolicyCheckInput) ProtoMessage()

func (*ServicePolicyCheckInput) ProtoReflect added in v0.6.0

func (x *ServicePolicyCheckInput) ProtoReflect() protoreflect.Message

func (*ServicePolicyCheckInput) Reset added in v0.6.0

func (x *ServicePolicyCheckInput) Reset()

func (*ServicePolicyCheckInput) String added in v0.6.0

func (x *ServicePolicyCheckInput) String() string

type ServicePolicyCheckOutput added in v0.6.0

type ServicePolicyCheckOutput struct {
	Mode                 string   `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	Approved             bool     `protobuf:"varint,2,opt,name=approved,proto3" json:"approved,omitempty"`
	LiveServiceDisabled  bool     `protobuf:"varint,3,opt,name=live_service_disabled,json=liveServiceDisabled,proto3" json:"live_service_disabled,omitempty"`
	LiveTransportAllowed bool     `protobuf:"varint,4,opt,name=live_transport_allowed,json=liveTransportAllowed,proto3" json:"live_transport_allowed,omitempty"`
	RequiredApprovals    []string `protobuf:"bytes,5,rep,name=required_approvals,json=requiredApprovals,proto3" json:"required_approvals,omitempty"`
	MissingApprovals     []string `protobuf:"bytes,6,rep,name=missing_approvals,json=missingApprovals,proto3" json:"missing_approvals,omitempty"`
	BlockedActions       []string `protobuf:"bytes,7,rep,name=blocked_actions,json=blockedActions,proto3" json:"blocked_actions,omitempty"`
	// contains filtered or unexported fields
}

func (*ServicePolicyCheckOutput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServicePolicyCheckOutput.ProtoReflect.Descriptor instead.

func (*ServicePolicyCheckOutput) GetApproved added in v0.6.0

func (x *ServicePolicyCheckOutput) GetApproved() bool

func (*ServicePolicyCheckOutput) GetBlockedActions added in v0.6.0

func (x *ServicePolicyCheckOutput) GetBlockedActions() []string

func (*ServicePolicyCheckOutput) GetLiveServiceDisabled added in v0.6.0

func (x *ServicePolicyCheckOutput) GetLiveServiceDisabled() bool

func (*ServicePolicyCheckOutput) GetLiveTransportAllowed added in v0.6.0

func (x *ServicePolicyCheckOutput) GetLiveTransportAllowed() bool

func (*ServicePolicyCheckOutput) GetMissingApprovals added in v0.6.0

func (x *ServicePolicyCheckOutput) GetMissingApprovals() []string

func (*ServicePolicyCheckOutput) GetMode added in v0.6.0

func (x *ServicePolicyCheckOutput) GetMode() string

func (*ServicePolicyCheckOutput) GetRequiredApprovals added in v0.6.0

func (x *ServicePolicyCheckOutput) GetRequiredApprovals() []string

func (*ServicePolicyCheckOutput) ProtoMessage added in v0.6.0

func (*ServicePolicyCheckOutput) ProtoMessage()

func (*ServicePolicyCheckOutput) ProtoReflect added in v0.6.0

func (x *ServicePolicyCheckOutput) ProtoReflect() protoreflect.Message

func (*ServicePolicyCheckOutput) Reset added in v0.6.0

func (x *ServicePolicyCheckOutput) Reset()

func (*ServicePolicyCheckOutput) String added in v0.6.0

func (x *ServicePolicyCheckOutput) String() string

type ServiceTestLinkDeviceConfig added in v0.6.0

type ServiceTestLinkDeviceConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestLinkDeviceConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestLinkDeviceConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestLinkDeviceConfig) GetAccountRef added in v0.6.0

func (x *ServiceTestLinkDeviceConfig) GetAccountRef() string

func (*ServiceTestLinkDeviceConfig) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestLinkDeviceConfig) GetExpiredCredentials() bool

func (*ServiceTestLinkDeviceConfig) ProtoMessage added in v0.6.0

func (*ServiceTestLinkDeviceConfig) ProtoMessage()

func (*ServiceTestLinkDeviceConfig) ProtoReflect added in v0.6.0

func (*ServiceTestLinkDeviceConfig) Reset added in v0.6.0

func (x *ServiceTestLinkDeviceConfig) Reset()

func (*ServiceTestLinkDeviceConfig) String added in v0.6.0

func (x *ServiceTestLinkDeviceConfig) String() string

type ServiceTestLinkDeviceInput added in v0.6.0

type ServiceTestLinkDeviceInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	LinkCodeRef         string `protobuf:"bytes,5,opt,name=link_code_ref,json=linkCodeRef,proto3" json:"link_code_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestLinkDeviceInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestLinkDeviceInput.ProtoReflect.Descriptor instead.

func (*ServiceTestLinkDeviceInput) GetAccountRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetAccountRef() string

func (*ServiceTestLinkDeviceInput) GetAuditRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetAuditRef() string

func (*ServiceTestLinkDeviceInput) GetChallengeRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetChallengeRef() string

func (*ServiceTestLinkDeviceInput) GetConsentRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetConsentRef() string

func (*ServiceTestLinkDeviceInput) GetCredentialRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetCredentialRef() string

func (*ServiceTestLinkDeviceInput) GetCustodyRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetCustodyRef() string

func (*ServiceTestLinkDeviceInput) GetDeviceRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetDeviceRef() string

func (*ServiceTestLinkDeviceInput) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetExpiredCredentials() bool

func (*ServiceTestLinkDeviceInput) GetIdempotencyKey added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetIdempotencyKey() string

func (*ServiceTestLinkDeviceInput) GetLinkCodeRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetLinkCodeRef() string

func (*ServiceTestLinkDeviceInput) GetNonExportableKeyRef added in v0.6.0

func (x *ServiceTestLinkDeviceInput) GetNonExportableKeyRef() string

func (*ServiceTestLinkDeviceInput) ProtoMessage added in v0.6.0

func (*ServiceTestLinkDeviceInput) ProtoMessage()

func (*ServiceTestLinkDeviceInput) ProtoReflect added in v0.6.0

func (*ServiceTestLinkDeviceInput) Reset added in v0.6.0

func (x *ServiceTestLinkDeviceInput) Reset()

func (*ServiceTestLinkDeviceInput) String added in v0.6.0

func (x *ServiceTestLinkDeviceInput) String() string

type ServiceTestOutput added in v0.6.0

type ServiceTestOutput struct {
	AccountRef    string            `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef     string            `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	RequestId     string            `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Status        string            `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	ChallengeRef  string            `protobuf:"bytes,5,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	SecretRefs    map[string]string `` /* 165-byte string literal not displayed */
	CredentialRef string            `protobuf:"bytes,7,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	AuditRef      string            `protobuf:"bytes,8,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestOutput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestOutput.ProtoReflect.Descriptor instead.

func (*ServiceTestOutput) GetAccountRef added in v0.6.0

func (x *ServiceTestOutput) GetAccountRef() string

func (*ServiceTestOutput) GetAuditRef added in v0.6.0

func (x *ServiceTestOutput) GetAuditRef() string

func (*ServiceTestOutput) GetChallengeRef added in v0.6.0

func (x *ServiceTestOutput) GetChallengeRef() string

func (*ServiceTestOutput) GetCredentialRef added in v0.6.0

func (x *ServiceTestOutput) GetCredentialRef() string

func (*ServiceTestOutput) GetDeviceRef added in v0.6.0

func (x *ServiceTestOutput) GetDeviceRef() string

func (*ServiceTestOutput) GetRequestId added in v0.6.0

func (x *ServiceTestOutput) GetRequestId() string

func (*ServiceTestOutput) GetSecretRefs added in v0.6.0

func (x *ServiceTestOutput) GetSecretRefs() map[string]string

func (*ServiceTestOutput) GetStatus added in v0.6.0

func (x *ServiceTestOutput) GetStatus() string

func (*ServiceTestOutput) ProtoMessage added in v0.6.0

func (*ServiceTestOutput) ProtoMessage()

func (*ServiceTestOutput) ProtoReflect added in v0.6.0

func (x *ServiceTestOutput) ProtoReflect() protoreflect.Message

func (*ServiceTestOutput) Reset added in v0.6.0

func (x *ServiceTestOutput) Reset()

func (*ServiceTestOutput) String added in v0.6.0

func (x *ServiceTestOutput) String() string

type ServiceTestReceiveConfig added in v0.6.0

type ServiceTestReceiveConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestReceiveConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestReceiveConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestReceiveConfig) GetAccountRef added in v0.6.0

func (x *ServiceTestReceiveConfig) GetAccountRef() string

func (*ServiceTestReceiveConfig) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestReceiveConfig) GetExpiredCredentials() bool

func (*ServiceTestReceiveConfig) ProtoMessage added in v0.6.0

func (*ServiceTestReceiveConfig) ProtoMessage()

func (*ServiceTestReceiveConfig) ProtoReflect added in v0.6.0

func (x *ServiceTestReceiveConfig) ProtoReflect() protoreflect.Message

func (*ServiceTestReceiveConfig) Reset added in v0.6.0

func (x *ServiceTestReceiveConfig) Reset()

func (*ServiceTestReceiveConfig) String added in v0.6.0

func (x *ServiceTestReceiveConfig) String() string

type ServiceTestReceiveInput added in v0.6.0

type ServiceTestReceiveInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	CursorRef           string `protobuf:"bytes,5,opt,name=cursor_ref,json=cursorRef,proto3" json:"cursor_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestReceiveInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestReceiveInput.ProtoReflect.Descriptor instead.

func (*ServiceTestReceiveInput) GetAccountRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetAccountRef() string

func (*ServiceTestReceiveInput) GetAuditRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetAuditRef() string

func (*ServiceTestReceiveInput) GetChallengeRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetChallengeRef() string

func (*ServiceTestReceiveInput) GetConsentRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetConsentRef() string

func (*ServiceTestReceiveInput) GetCredentialRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetCredentialRef() string

func (*ServiceTestReceiveInput) GetCursorRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetCursorRef() string

func (*ServiceTestReceiveInput) GetCustodyRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetCustodyRef() string

func (*ServiceTestReceiveInput) GetDeviceRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetDeviceRef() string

func (*ServiceTestReceiveInput) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestReceiveInput) GetExpiredCredentials() bool

func (*ServiceTestReceiveInput) GetIdempotencyKey added in v0.6.0

func (x *ServiceTestReceiveInput) GetIdempotencyKey() string

func (*ServiceTestReceiveInput) GetNonExportableKeyRef added in v0.6.0

func (x *ServiceTestReceiveInput) GetNonExportableKeyRef() string

func (*ServiceTestReceiveInput) ProtoMessage added in v0.6.0

func (*ServiceTestReceiveInput) ProtoMessage()

func (*ServiceTestReceiveInput) ProtoReflect added in v0.6.0

func (x *ServiceTestReceiveInput) ProtoReflect() protoreflect.Message

func (*ServiceTestReceiveInput) Reset added in v0.6.0

func (x *ServiceTestReceiveInput) Reset()

func (*ServiceTestReceiveInput) String added in v0.6.0

func (x *ServiceTestReceiveInput) String() string

type ServiceTestRegisterConfig added in v0.6.0

type ServiceTestRegisterConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestRegisterConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestRegisterConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestRegisterConfig) GetAccountRef added in v0.6.0

func (x *ServiceTestRegisterConfig) GetAccountRef() string

func (*ServiceTestRegisterConfig) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestRegisterConfig) GetExpiredCredentials() bool

func (*ServiceTestRegisterConfig) ProtoMessage added in v0.6.0

func (*ServiceTestRegisterConfig) ProtoMessage()

func (*ServiceTestRegisterConfig) ProtoReflect added in v0.6.0

func (*ServiceTestRegisterConfig) Reset added in v0.6.0

func (x *ServiceTestRegisterConfig) Reset()

func (*ServiceTestRegisterConfig) String added in v0.6.0

func (x *ServiceTestRegisterConfig) String() string

type ServiceTestRegisterInput added in v0.6.0

type ServiceTestRegisterInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	Username            string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	ConsentRef          string `protobuf:"bytes,6,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,7,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,8,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,9,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,10,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,11,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestRegisterInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestRegisterInput.ProtoReflect.Descriptor instead.

func (*ServiceTestRegisterInput) GetAccountRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetAccountRef() string

func (*ServiceTestRegisterInput) GetAuditRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetAuditRef() string

func (*ServiceTestRegisterInput) GetChallengeRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetChallengeRef() string

func (*ServiceTestRegisterInput) GetConsentRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetConsentRef() string

func (*ServiceTestRegisterInput) GetCredentialRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetCredentialRef() string

func (*ServiceTestRegisterInput) GetCustodyRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetCustodyRef() string

func (*ServiceTestRegisterInput) GetDeviceRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetDeviceRef() string

func (*ServiceTestRegisterInput) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestRegisterInput) GetExpiredCredentials() bool

func (*ServiceTestRegisterInput) GetIdempotencyKey added in v0.6.0

func (x *ServiceTestRegisterInput) GetIdempotencyKey() string

func (*ServiceTestRegisterInput) GetNonExportableKeyRef added in v0.6.0

func (x *ServiceTestRegisterInput) GetNonExportableKeyRef() string

func (*ServiceTestRegisterInput) GetUsername added in v0.6.0

func (x *ServiceTestRegisterInput) GetUsername() string

func (*ServiceTestRegisterInput) ProtoMessage added in v0.6.0

func (*ServiceTestRegisterInput) ProtoMessage()

func (*ServiceTestRegisterInput) ProtoReflect added in v0.6.0

func (x *ServiceTestRegisterInput) ProtoReflect() protoreflect.Message

func (*ServiceTestRegisterInput) Reset added in v0.6.0

func (x *ServiceTestRegisterInput) Reset()

func (*ServiceTestRegisterInput) String added in v0.6.0

func (x *ServiceTestRegisterInput) String() string

type ServiceTestSendConfig added in v0.6.0

type ServiceTestSendConfig struct {
	AccountRef         string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	ExpiredCredentials bool   `protobuf:"varint,2,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestSendConfig) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestSendConfig.ProtoReflect.Descriptor instead.

func (*ServiceTestSendConfig) GetAccountRef added in v0.6.0

func (x *ServiceTestSendConfig) GetAccountRef() string

func (*ServiceTestSendConfig) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestSendConfig) GetExpiredCredentials() bool

func (*ServiceTestSendConfig) ProtoMessage added in v0.6.0

func (*ServiceTestSendConfig) ProtoMessage()

func (*ServiceTestSendConfig) ProtoReflect added in v0.6.0

func (x *ServiceTestSendConfig) ProtoReflect() protoreflect.Message

func (*ServiceTestSendConfig) Reset added in v0.6.0

func (x *ServiceTestSendConfig) Reset()

func (*ServiceTestSendConfig) String added in v0.6.0

func (x *ServiceTestSendConfig) String() string

type ServiceTestSendInput added in v0.6.0

type ServiceTestSendInput struct {
	AccountRef          string `protobuf:"bytes,1,opt,name=account_ref,json=accountRef,proto3" json:"account_ref,omitempty"`
	DeviceRef           string `protobuf:"bytes,2,opt,name=device_ref,json=deviceRef,proto3" json:"device_ref,omitempty"`
	CustodyRef          string `protobuf:"bytes,3,opt,name=custody_ref,json=custodyRef,proto3" json:"custody_ref,omitempty"`
	IdempotencyKey      string `protobuf:"bytes,4,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"`
	RecipientRef        string `protobuf:"bytes,5,opt,name=recipient_ref,json=recipientRef,proto3" json:"recipient_ref,omitempty"`
	PayloadRef          string `protobuf:"bytes,6,opt,name=payload_ref,json=payloadRef,proto3" json:"payload_ref,omitempty"`
	ConsentRef          string `protobuf:"bytes,7,opt,name=consent_ref,json=consentRef,proto3" json:"consent_ref,omitempty"`
	AuditRef            string `protobuf:"bytes,8,opt,name=audit_ref,json=auditRef,proto3" json:"audit_ref,omitempty"`
	CredentialRef       string `protobuf:"bytes,9,opt,name=credential_ref,json=credentialRef,proto3" json:"credential_ref,omitempty"`
	NonExportableKeyRef string `protobuf:"bytes,10,opt,name=non_exportable_key_ref,json=nonExportableKeyRef,proto3" json:"non_exportable_key_ref,omitempty"`
	ChallengeRef        string `protobuf:"bytes,11,opt,name=challenge_ref,json=challengeRef,proto3" json:"challenge_ref,omitempty"`
	ExpiredCredentials  bool   `protobuf:"varint,12,opt,name=expired_credentials,json=expiredCredentials,proto3" json:"expired_credentials,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceTestSendInput) Descriptor deprecated added in v0.6.0

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

Deprecated: Use ServiceTestSendInput.ProtoReflect.Descriptor instead.

func (*ServiceTestSendInput) GetAccountRef added in v0.6.0

func (x *ServiceTestSendInput) GetAccountRef() string

func (*ServiceTestSendInput) GetAuditRef added in v0.6.0

func (x *ServiceTestSendInput) GetAuditRef() string

func (*ServiceTestSendInput) GetChallengeRef added in v0.6.0

func (x *ServiceTestSendInput) GetChallengeRef() string

func (*ServiceTestSendInput) GetConsentRef added in v0.6.0

func (x *ServiceTestSendInput) GetConsentRef() string

func (*ServiceTestSendInput) GetCredentialRef added in v0.6.0

func (x *ServiceTestSendInput) GetCredentialRef() string

func (*ServiceTestSendInput) GetCustodyRef added in v0.6.0

func (x *ServiceTestSendInput) GetCustodyRef() string

func (*ServiceTestSendInput) GetDeviceRef added in v0.6.0

func (x *ServiceTestSendInput) GetDeviceRef() string

func (*ServiceTestSendInput) GetExpiredCredentials added in v0.6.0

func (x *ServiceTestSendInput) GetExpiredCredentials() bool

func (*ServiceTestSendInput) GetIdempotencyKey added in v0.6.0

func (x *ServiceTestSendInput) GetIdempotencyKey() string

func (*ServiceTestSendInput) GetNonExportableKeyRef added in v0.6.0

func (x *ServiceTestSendInput) GetNonExportableKeyRef() string

func (*ServiceTestSendInput) GetPayloadRef added in v0.6.0

func (x *ServiceTestSendInput) GetPayloadRef() string

func (*ServiceTestSendInput) GetRecipientRef added in v0.6.0

func (x *ServiceTestSendInput) GetRecipientRef() string

func (*ServiceTestSendInput) ProtoMessage added in v0.6.0

func (*ServiceTestSendInput) ProtoMessage()

func (*ServiceTestSendInput) ProtoReflect added in v0.6.0

func (x *ServiceTestSendInput) ProtoReflect() protoreflect.Message

func (*ServiceTestSendInput) Reset added in v0.6.0

func (x *ServiceTestSendInput) Reset()

func (*ServiceTestSendInput) String added in v0.6.0

func (x *ServiceTestSendInput) String() string

type SessionPrepareConfig added in v0.2.0

type SessionPrepareConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionPrepareConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SessionPrepareConfig.ProtoReflect.Descriptor instead.

func (*SessionPrepareConfig) GetIdentityRef added in v0.2.0

func (x *SessionPrepareConfig) GetIdentityRef() string

func (*SessionPrepareConfig) ProtoMessage added in v0.2.0

func (*SessionPrepareConfig) ProtoMessage()

func (*SessionPrepareConfig) ProtoReflect added in v0.2.0

func (x *SessionPrepareConfig) ProtoReflect() protoreflect.Message

func (*SessionPrepareConfig) Reset added in v0.2.0

func (x *SessionPrepareConfig) Reset()

func (*SessionPrepareConfig) String added in v0.2.0

func (x *SessionPrepareConfig) String() string

type SessionPrepareInput added in v0.2.0

type SessionPrepareInput struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionPrepareInput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SessionPrepareInput.ProtoReflect.Descriptor instead.

func (*SessionPrepareInput) GetIdentityRef added in v0.2.0

func (x *SessionPrepareInput) GetIdentityRef() string

func (*SessionPrepareInput) ProtoMessage added in v0.2.0

func (*SessionPrepareInput) ProtoMessage()

func (*SessionPrepareInput) ProtoReflect added in v0.2.0

func (x *SessionPrepareInput) ProtoReflect() protoreflect.Message

func (*SessionPrepareInput) Reset added in v0.2.0

func (x *SessionPrepareInput) Reset()

func (*SessionPrepareInput) String added in v0.2.0

func (x *SessionPrepareInput) String() string

type SessionPrepareOutput added in v0.2.0

type SessionPrepareOutput struct {
	Bundle *PreKeyBundle `protobuf:"bytes,1,opt,name=bundle,proto3" json:"bundle,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionPrepareOutput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SessionPrepareOutput.ProtoReflect.Descriptor instead.

func (*SessionPrepareOutput) GetBundle added in v0.2.0

func (x *SessionPrepareOutput) GetBundle() *PreKeyBundle

func (*SessionPrepareOutput) ProtoMessage added in v0.2.0

func (*SessionPrepareOutput) ProtoMessage()

func (*SessionPrepareOutput) ProtoReflect added in v0.2.0

func (x *SessionPrepareOutput) ProtoReflect() protoreflect.Message

func (*SessionPrepareOutput) Reset added in v0.2.0

func (x *SessionPrepareOutput) Reset()

func (*SessionPrepareOutput) String added in v0.2.0

func (x *SessionPrepareOutput) String() string

type SignalDecryptConfig added in v0.2.0

type SignalDecryptConfig struct {
	IdentityRef       string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RequiredPrincipal string `protobuf:"bytes,2,opt,name=required_principal,json=requiredPrincipal,proto3" json:"required_principal,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDecryptConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalDecryptConfig.ProtoReflect.Descriptor instead.

func (*SignalDecryptConfig) GetIdentityRef added in v0.2.0

func (x *SignalDecryptConfig) GetIdentityRef() string

func (*SignalDecryptConfig) GetRequiredPrincipal added in v0.2.0

func (x *SignalDecryptConfig) GetRequiredPrincipal() string

func (*SignalDecryptConfig) ProtoMessage added in v0.2.0

func (*SignalDecryptConfig) ProtoMessage()

func (*SignalDecryptConfig) ProtoReflect added in v0.2.0

func (x *SignalDecryptConfig) ProtoReflect() protoreflect.Message

func (*SignalDecryptConfig) Reset added in v0.2.0

func (x *SignalDecryptConfig) Reset()

func (*SignalDecryptConfig) String added in v0.2.0

func (x *SignalDecryptConfig) String() string

type SignalDecryptInput added in v0.2.0

type SignalDecryptInput struct {
	IdentityRef string          `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	Principal   string          `protobuf:"bytes,2,opt,name=principal,proto3" json:"principal,omitempty"`
	Envelope    *SignalEnvelope `protobuf:"bytes,3,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDecryptInput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalDecryptInput.ProtoReflect.Descriptor instead.

func (*SignalDecryptInput) GetEnvelope added in v0.2.0

func (x *SignalDecryptInput) GetEnvelope() *SignalEnvelope

func (*SignalDecryptInput) GetIdentityRef added in v0.2.0

func (x *SignalDecryptInput) GetIdentityRef() string

func (*SignalDecryptInput) GetPrincipal added in v0.2.0

func (x *SignalDecryptInput) GetPrincipal() string

func (*SignalDecryptInput) ProtoMessage added in v0.2.0

func (*SignalDecryptInput) ProtoMessage()

func (*SignalDecryptInput) ProtoReflect added in v0.2.0

func (x *SignalDecryptInput) ProtoReflect() protoreflect.Message

func (*SignalDecryptInput) Reset added in v0.2.0

func (x *SignalDecryptInput) Reset()

func (*SignalDecryptInput) String added in v0.2.0

func (x *SignalDecryptInput) String() string

type SignalDecryptOutput added in v0.2.0

type SignalDecryptOutput struct {
	Denied    bool   `protobuf:"varint,1,opt,name=denied,proto3" json:"denied,omitempty"`
	Error     string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Plaintext []byte `protobuf:"bytes,3,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalDecryptOutput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalDecryptOutput.ProtoReflect.Descriptor instead.

func (*SignalDecryptOutput) GetDenied added in v0.2.0

func (x *SignalDecryptOutput) GetDenied() bool

func (*SignalDecryptOutput) GetError added in v0.2.0

func (x *SignalDecryptOutput) GetError() string

func (*SignalDecryptOutput) GetPlaintext added in v0.2.0

func (x *SignalDecryptOutput) GetPlaintext() []byte

func (*SignalDecryptOutput) ProtoMessage added in v0.2.0

func (*SignalDecryptOutput) ProtoMessage()

func (*SignalDecryptOutput) ProtoReflect added in v0.2.0

func (x *SignalDecryptOutput) ProtoReflect() protoreflect.Message

func (*SignalDecryptOutput) Reset added in v0.2.0

func (x *SignalDecryptOutput) Reset()

func (*SignalDecryptOutput) String added in v0.2.0

func (x *SignalDecryptOutput) String() string

type SignalEncryptConfig added in v0.2.0

type SignalEncryptConfig struct {
	IdentityRef string `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEncryptConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalEncryptConfig.ProtoReflect.Descriptor instead.

func (*SignalEncryptConfig) GetIdentityRef added in v0.2.0

func (x *SignalEncryptConfig) GetIdentityRef() string

func (*SignalEncryptConfig) ProtoMessage added in v0.2.0

func (*SignalEncryptConfig) ProtoMessage()

func (*SignalEncryptConfig) ProtoReflect added in v0.2.0

func (x *SignalEncryptConfig) ProtoReflect() protoreflect.Message

func (*SignalEncryptConfig) Reset added in v0.2.0

func (x *SignalEncryptConfig) Reset()

func (*SignalEncryptConfig) String added in v0.2.0

func (x *SignalEncryptConfig) String() string

type SignalEncryptInput added in v0.2.0

type SignalEncryptInput struct {
	IdentityRef    string        `protobuf:"bytes,1,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RemoteId       string        `protobuf:"bytes,2,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteDeviceId uint32        `protobuf:"varint,3,opt,name=remote_device_id,json=remoteDeviceId,proto3" json:"remote_device_id,omitempty"`
	RemoteBundle   *PreKeyBundle `protobuf:"bytes,4,opt,name=remote_bundle,json=remoteBundle,proto3" json:"remote_bundle,omitempty"`
	Plaintext      []byte        `protobuf:"bytes,5,opt,name=plaintext,proto3" json:"plaintext,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEncryptInput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalEncryptInput.ProtoReflect.Descriptor instead.

func (*SignalEncryptInput) GetIdentityRef added in v0.2.0

func (x *SignalEncryptInput) GetIdentityRef() string

func (*SignalEncryptInput) GetPlaintext added in v0.2.0

func (x *SignalEncryptInput) GetPlaintext() []byte

func (*SignalEncryptInput) GetRemoteBundle added in v0.2.0

func (x *SignalEncryptInput) GetRemoteBundle() *PreKeyBundle

func (*SignalEncryptInput) GetRemoteDeviceId added in v0.2.0

func (x *SignalEncryptInput) GetRemoteDeviceId() uint32

func (*SignalEncryptInput) GetRemoteId added in v0.2.0

func (x *SignalEncryptInput) GetRemoteId() string

func (*SignalEncryptInput) ProtoMessage added in v0.2.0

func (*SignalEncryptInput) ProtoMessage()

func (*SignalEncryptInput) ProtoReflect added in v0.2.0

func (x *SignalEncryptInput) ProtoReflect() protoreflect.Message

func (*SignalEncryptInput) Reset added in v0.2.0

func (x *SignalEncryptInput) Reset()

func (*SignalEncryptInput) String added in v0.2.0

func (x *SignalEncryptInput) String() string

type SignalEncryptOutput added in v0.2.0

type SignalEncryptOutput struct {
	Envelope *SignalEnvelope `protobuf:"bytes,1,opt,name=envelope,proto3" json:"envelope,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEncryptOutput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalEncryptOutput.ProtoReflect.Descriptor instead.

func (*SignalEncryptOutput) GetEnvelope added in v0.2.0

func (x *SignalEncryptOutput) GetEnvelope() *SignalEnvelope

func (*SignalEncryptOutput) ProtoMessage added in v0.2.0

func (*SignalEncryptOutput) ProtoMessage()

func (*SignalEncryptOutput) ProtoReflect added in v0.2.0

func (x *SignalEncryptOutput) ProtoReflect() protoreflect.Message

func (*SignalEncryptOutput) Reset added in v0.2.0

func (x *SignalEncryptOutput) Reset()

func (*SignalEncryptOutput) String added in v0.2.0

func (x *SignalEncryptOutput) String() string

type SignalEnvelope added in v0.2.0

type SignalEnvelope struct {
	SenderId          string `protobuf:"bytes,1,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"`
	SenderDeviceId    uint32 `protobuf:"varint,2,opt,name=sender_device_id,json=senderDeviceId,proto3" json:"sender_device_id,omitempty"`
	RecipientId       string `protobuf:"bytes,3,opt,name=recipient_id,json=recipientId,proto3" json:"recipient_id,omitempty"`
	RecipientDeviceId uint32 `protobuf:"varint,4,opt,name=recipient_device_id,json=recipientDeviceId,proto3" json:"recipient_device_id,omitempty"`
	MessageType       string `protobuf:"bytes,5,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"`
	Ciphertext        []byte `protobuf:"bytes,6,opt,name=ciphertext,proto3" json:"ciphertext,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalEnvelope) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalEnvelope.ProtoReflect.Descriptor instead.

func (*SignalEnvelope) GetCiphertext added in v0.2.0

func (x *SignalEnvelope) GetCiphertext() []byte

func (*SignalEnvelope) GetMessageType added in v0.2.0

func (x *SignalEnvelope) GetMessageType() string

func (*SignalEnvelope) GetRecipientDeviceId added in v0.2.0

func (x *SignalEnvelope) GetRecipientDeviceId() uint32

func (*SignalEnvelope) GetRecipientId added in v0.2.0

func (x *SignalEnvelope) GetRecipientId() string

func (*SignalEnvelope) GetSenderDeviceId added in v0.2.0

func (x *SignalEnvelope) GetSenderDeviceId() uint32

func (*SignalEnvelope) GetSenderId added in v0.2.0

func (x *SignalEnvelope) GetSenderId() string

func (*SignalEnvelope) ProtoMessage added in v0.2.0

func (*SignalEnvelope) ProtoMessage()

func (*SignalEnvelope) ProtoReflect added in v0.2.0

func (x *SignalEnvelope) ProtoReflect() protoreflect.Message

func (*SignalEnvelope) Reset added in v0.2.0

func (x *SignalEnvelope) Reset()

func (*SignalEnvelope) String added in v0.2.0

func (x *SignalEnvelope) String() string

type SignalFingerprintConfig

type SignalFingerprintConfig struct {
	Version    uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Iterations uint32 `protobuf:"varint,2,opt,name=iterations,proto3" json:"iterations,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalFingerprintConfig.ProtoReflect.Descriptor instead.

func (*SignalFingerprintConfig) GetIterations added in v0.2.0

func (x *SignalFingerprintConfig) GetIterations() uint32

func (*SignalFingerprintConfig) GetVersion added in v0.2.0

func (x *SignalFingerprintConfig) GetVersion() uint32

func (*SignalFingerprintConfig) ProtoMessage added in v0.2.0

func (*SignalFingerprintConfig) ProtoMessage()

func (*SignalFingerprintConfig) ProtoReflect added in v0.2.0

func (x *SignalFingerprintConfig) ProtoReflect() protoreflect.Message

func (*SignalFingerprintConfig) Reset added in v0.2.0

func (x *SignalFingerprintConfig) Reset()

func (*SignalFingerprintConfig) String added in v0.2.0

func (x *SignalFingerprintConfig) String() string

type SignalFingerprintInput

type SignalFingerprintInput struct {
	LocalId    string `protobuf:"bytes,1,opt,name=local_id,json=localId,proto3" json:"local_id,omitempty"`
	LocalKey   string `protobuf:"bytes,2,opt,name=local_key,json=localKey,proto3" json:"local_key,omitempty"`
	RemoteId   string `protobuf:"bytes,3,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	RemoteKey  string `protobuf:"bytes,4,opt,name=remote_key,json=remoteKey,proto3" json:"remote_key,omitempty"`
	Version    uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	Iterations uint32 `protobuf:"varint,6,opt,name=iterations,proto3" json:"iterations,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintInput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalFingerprintInput.ProtoReflect.Descriptor instead.

func (*SignalFingerprintInput) GetIterations added in v0.2.0

func (x *SignalFingerprintInput) GetIterations() uint32

func (*SignalFingerprintInput) GetLocalId added in v0.2.0

func (x *SignalFingerprintInput) GetLocalId() string

func (*SignalFingerprintInput) GetLocalKey added in v0.2.0

func (x *SignalFingerprintInput) GetLocalKey() string

func (*SignalFingerprintInput) GetRemoteId added in v0.2.0

func (x *SignalFingerprintInput) GetRemoteId() string

func (*SignalFingerprintInput) GetRemoteKey added in v0.2.0

func (x *SignalFingerprintInput) GetRemoteKey() string

func (*SignalFingerprintInput) GetVersion added in v0.2.0

func (x *SignalFingerprintInput) GetVersion() uint32

func (*SignalFingerprintInput) ProtoMessage added in v0.2.0

func (*SignalFingerprintInput) ProtoMessage()

func (*SignalFingerprintInput) ProtoReflect added in v0.2.0

func (x *SignalFingerprintInput) ProtoReflect() protoreflect.Message

func (*SignalFingerprintInput) Reset added in v0.2.0

func (x *SignalFingerprintInput) Reset()

func (*SignalFingerprintInput) String added in v0.2.0

func (x *SignalFingerprintInput) String() string

type SignalFingerprintOutput

type SignalFingerprintOutput struct {
	Display      string `protobuf:"bytes,1,opt,name=display,proto3" json:"display,omitempty"`
	ScannableHex string `protobuf:"bytes,2,opt,name=scannable_hex,json=scannableHex,proto3" json:"scannable_hex,omitempty"`
	// contains filtered or unexported fields
}

func (*SignalFingerprintOutput) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SignalFingerprintOutput.ProtoReflect.Descriptor instead.

func (*SignalFingerprintOutput) GetDisplay added in v0.2.0

func (x *SignalFingerprintOutput) GetDisplay() string

func (*SignalFingerprintOutput) GetScannableHex added in v0.2.0

func (x *SignalFingerprintOutput) GetScannableHex() string

func (*SignalFingerprintOutput) ProtoMessage added in v0.2.0

func (*SignalFingerprintOutput) ProtoMessage()

func (*SignalFingerprintOutput) ProtoReflect added in v0.2.0

func (x *SignalFingerprintOutput) ProtoReflect() protoreflect.Message

func (*SignalFingerprintOutput) Reset added in v0.2.0

func (x *SignalFingerprintOutput) Reset()

func (*SignalFingerprintOutput) String added in v0.2.0

func (x *SignalFingerprintOutput) String() string

type SpaceConfig added in v0.2.0

type SpaceConfig struct {
	SpaceRef    string `protobuf:"bytes,1,opt,name=space_ref,json=spaceRef,proto3" json:"space_ref,omitempty"`
	IdentityRef string `protobuf:"bytes,2,opt,name=identity_ref,json=identityRef,proto3" json:"identity_ref,omitempty"`
	RoomRef     string `protobuf:"bytes,3,opt,name=room_ref,json=roomRef,proto3" json:"room_ref,omitempty"`
	EventbusRef string `protobuf:"bytes,4,opt,name=eventbus_ref,json=eventbusRef,proto3" json:"eventbus_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SpaceConfig) Descriptor deprecated added in v0.2.0

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

Deprecated: Use SpaceConfig.ProtoReflect.Descriptor instead.

func (*SpaceConfig) GetEventbusRef added in v0.2.0

func (x *SpaceConfig) GetEventbusRef() string

func (*SpaceConfig) GetIdentityRef added in v0.2.0

func (x *SpaceConfig) GetIdentityRef() string

func (*SpaceConfig) GetRoomRef added in v0.2.0

func (x *SpaceConfig) GetRoomRef() string

func (*SpaceConfig) GetSpaceRef added in v0.2.0

func (x *SpaceConfig) GetSpaceRef() string

func (*SpaceConfig) ProtoMessage added in v0.2.0

func (*SpaceConfig) ProtoMessage()

func (*SpaceConfig) ProtoReflect added in v0.2.0

func (x *SpaceConfig) ProtoReflect() protoreflect.Message

func (*SpaceConfig) Reset added in v0.2.0

func (x *SpaceConfig) Reset()

func (*SpaceConfig) String added in v0.2.0

func (x *SpaceConfig) String() string

type UsernameLinkCreateConfig added in v0.3.0

type UsernameLinkCreateConfig struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Entropy  []byte `protobuf:"bytes,2,opt,name=entropy,proto3" json:"entropy,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkCreateConfig) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkCreateConfig.ProtoReflect.Descriptor instead.

func (*UsernameLinkCreateConfig) GetEntropy added in v0.3.0

func (x *UsernameLinkCreateConfig) GetEntropy() []byte

func (*UsernameLinkCreateConfig) GetUsername added in v0.3.0

func (x *UsernameLinkCreateConfig) GetUsername() string

func (*UsernameLinkCreateConfig) ProtoMessage added in v0.3.0

func (*UsernameLinkCreateConfig) ProtoMessage()

func (*UsernameLinkCreateConfig) ProtoReflect added in v0.3.0

func (x *UsernameLinkCreateConfig) ProtoReflect() protoreflect.Message

func (*UsernameLinkCreateConfig) Reset added in v0.3.0

func (x *UsernameLinkCreateConfig) Reset()

func (*UsernameLinkCreateConfig) String added in v0.3.0

func (x *UsernameLinkCreateConfig) String() string

type UsernameLinkCreateInput added in v0.3.0

type UsernameLinkCreateInput struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Entropy  []byte `protobuf:"bytes,2,opt,name=entropy,proto3" json:"entropy,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkCreateInput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkCreateInput.ProtoReflect.Descriptor instead.

func (*UsernameLinkCreateInput) GetEntropy added in v0.3.0

func (x *UsernameLinkCreateInput) GetEntropy() []byte

func (*UsernameLinkCreateInput) GetUsername added in v0.3.0

func (x *UsernameLinkCreateInput) GetUsername() string

func (*UsernameLinkCreateInput) ProtoMessage added in v0.3.0

func (*UsernameLinkCreateInput) ProtoMessage()

func (*UsernameLinkCreateInput) ProtoReflect added in v0.3.0

func (x *UsernameLinkCreateInput) ProtoReflect() protoreflect.Message

func (*UsernameLinkCreateInput) Reset added in v0.3.0

func (x *UsernameLinkCreateInput) Reset()

func (*UsernameLinkCreateInput) String added in v0.3.0

func (x *UsernameLinkCreateInput) String() string

type UsernameLinkCreateOutput added in v0.3.0

type UsernameLinkCreateOutput struct {
	Entropy           []byte `protobuf:"bytes,1,opt,name=entropy,proto3" json:"entropy,omitempty"`
	EncryptedUsername []byte `protobuf:"bytes,2,opt,name=encrypted_username,json=encryptedUsername,proto3" json:"encrypted_username,omitempty"`
	LinkBuffer        []byte `protobuf:"bytes,3,opt,name=link_buffer,json=linkBuffer,proto3" json:"link_buffer,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkCreateOutput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkCreateOutput.ProtoReflect.Descriptor instead.

func (*UsernameLinkCreateOutput) GetEncryptedUsername added in v0.3.0

func (x *UsernameLinkCreateOutput) GetEncryptedUsername() []byte

func (*UsernameLinkCreateOutput) GetEntropy added in v0.3.0

func (x *UsernameLinkCreateOutput) GetEntropy() []byte

func (*UsernameLinkCreateOutput) GetLinkBuffer added in v0.3.0

func (x *UsernameLinkCreateOutput) GetLinkBuffer() []byte

func (*UsernameLinkCreateOutput) ProtoMessage added in v0.3.0

func (*UsernameLinkCreateOutput) ProtoMessage()

func (*UsernameLinkCreateOutput) ProtoReflect added in v0.3.0

func (x *UsernameLinkCreateOutput) ProtoReflect() protoreflect.Message

func (*UsernameLinkCreateOutput) Reset added in v0.3.0

func (x *UsernameLinkCreateOutput) Reset()

func (*UsernameLinkCreateOutput) String added in v0.3.0

func (x *UsernameLinkCreateOutput) String() string

type UsernameLinkDecryptConfig added in v0.3.0

type UsernameLinkDecryptConfig struct {
	Entropy []byte `protobuf:"bytes,1,opt,name=entropy,proto3" json:"entropy,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkDecryptConfig) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkDecryptConfig.ProtoReflect.Descriptor instead.

func (*UsernameLinkDecryptConfig) GetEntropy added in v0.3.0

func (x *UsernameLinkDecryptConfig) GetEntropy() []byte

func (*UsernameLinkDecryptConfig) ProtoMessage added in v0.3.0

func (*UsernameLinkDecryptConfig) ProtoMessage()

func (*UsernameLinkDecryptConfig) ProtoReflect added in v0.3.0

func (*UsernameLinkDecryptConfig) Reset added in v0.3.0

func (x *UsernameLinkDecryptConfig) Reset()

func (*UsernameLinkDecryptConfig) String added in v0.3.0

func (x *UsernameLinkDecryptConfig) String() string

type UsernameLinkDecryptInput added in v0.3.0

type UsernameLinkDecryptInput struct {
	Entropy           []byte `protobuf:"bytes,1,opt,name=entropy,proto3" json:"entropy,omitempty"`
	EncryptedUsername []byte `protobuf:"bytes,2,opt,name=encrypted_username,json=encryptedUsername,proto3" json:"encrypted_username,omitempty"`
	LinkBuffer        []byte `protobuf:"bytes,3,opt,name=link_buffer,json=linkBuffer,proto3" json:"link_buffer,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkDecryptInput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkDecryptInput.ProtoReflect.Descriptor instead.

func (*UsernameLinkDecryptInput) GetEncryptedUsername added in v0.3.0

func (x *UsernameLinkDecryptInput) GetEncryptedUsername() []byte

func (*UsernameLinkDecryptInput) GetEntropy added in v0.3.0

func (x *UsernameLinkDecryptInput) GetEntropy() []byte

func (*UsernameLinkDecryptInput) GetLinkBuffer added in v0.3.0

func (x *UsernameLinkDecryptInput) GetLinkBuffer() []byte

func (*UsernameLinkDecryptInput) ProtoMessage added in v0.3.0

func (*UsernameLinkDecryptInput) ProtoMessage()

func (*UsernameLinkDecryptInput) ProtoReflect added in v0.3.0

func (x *UsernameLinkDecryptInput) ProtoReflect() protoreflect.Message

func (*UsernameLinkDecryptInput) Reset added in v0.3.0

func (x *UsernameLinkDecryptInput) Reset()

func (*UsernameLinkDecryptInput) String added in v0.3.0

func (x *UsernameLinkDecryptInput) String() string

type UsernameLinkDecryptOutput added in v0.3.0

type UsernameLinkDecryptOutput struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*UsernameLinkDecryptOutput) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UsernameLinkDecryptOutput.ProtoReflect.Descriptor instead.

func (*UsernameLinkDecryptOutput) GetUsername added in v0.3.0

func (x *UsernameLinkDecryptOutput) GetUsername() string

func (*UsernameLinkDecryptOutput) ProtoMessage added in v0.3.0

func (*UsernameLinkDecryptOutput) ProtoMessage()

func (*UsernameLinkDecryptOutput) ProtoReflect added in v0.3.0

func (*UsernameLinkDecryptOutput) Reset added in v0.3.0

func (x *UsernameLinkDecryptOutput) Reset()

func (*UsernameLinkDecryptOutput) String added in v0.3.0

func (x *UsernameLinkDecryptOutput) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL