serialization

package
v0.0.0-...-fd3cab2 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_offchainreporting3_db_proto protoreflect.FileDescriptor
View Source
var File_offchainreporting3_messages_proto protoreflect.FileDescriptor
View Source
var File_offchainreporting3_telemetry_proto protoreflect.FileDescriptor

Functions

func PacemakerStateFromProtoMessage

func PacemakerStateFromProtoMessage(m *PacemakerState) (protocol.PacemakerState, error)

Types

type AttributedCommitSignature

type AttributedCommitSignature struct {
	Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Signer    uint32 `protobuf:"varint,2,opt,name=signer,proto3" json:"signer,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributedCommitSignature) Descriptor deprecated

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

Deprecated: Use AttributedCommitSignature.ProtoReflect.Descriptor instead.

func (*AttributedCommitSignature) GetSignature

func (x *AttributedCommitSignature) GetSignature() []byte

func (*AttributedCommitSignature) GetSigner

func (x *AttributedCommitSignature) GetSigner() uint32

func (*AttributedCommitSignature) ProtoMessage

func (*AttributedCommitSignature) ProtoMessage()

func (*AttributedCommitSignature) ProtoReflect

func (*AttributedCommitSignature) Reset

func (x *AttributedCommitSignature) Reset()

func (*AttributedCommitSignature) String

func (x *AttributedCommitSignature) String() string

type AttributedPrepareSignature

type AttributedPrepareSignature struct {
	Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Signer    uint32 `protobuf:"varint,2,opt,name=signer,proto3" json:"signer,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributedPrepareSignature) Descriptor deprecated

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

Deprecated: Use AttributedPrepareSignature.ProtoReflect.Descriptor instead.

func (*AttributedPrepareSignature) GetSignature

func (x *AttributedPrepareSignature) GetSignature() []byte

func (*AttributedPrepareSignature) GetSigner

func (x *AttributedPrepareSignature) GetSigner() uint32

func (*AttributedPrepareSignature) ProtoMessage

func (*AttributedPrepareSignature) ProtoMessage()

func (*AttributedPrepareSignature) ProtoReflect

func (*AttributedPrepareSignature) Reset

func (x *AttributedPrepareSignature) Reset()

func (*AttributedPrepareSignature) String

func (x *AttributedPrepareSignature) String() string

type AttributedSignedHighestCertifiedTimestamp

type AttributedSignedHighestCertifiedTimestamp struct {
	SignedHighestCertifiedTimestamp *SignedHighestCertifiedTimestamp `` /* 158-byte string literal not displayed */
	Signer                          uint32                           `protobuf:"varint,2,opt,name=signer,proto3" json:"signer,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributedSignedHighestCertifiedTimestamp) Descriptor deprecated

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

Deprecated: Use AttributedSignedHighestCertifiedTimestamp.ProtoReflect.Descriptor instead.

func (*AttributedSignedHighestCertifiedTimestamp) GetSignedHighestCertifiedTimestamp

func (x *AttributedSignedHighestCertifiedTimestamp) GetSignedHighestCertifiedTimestamp() *SignedHighestCertifiedTimestamp

func (*AttributedSignedHighestCertifiedTimestamp) GetSigner

func (*AttributedSignedHighestCertifiedTimestamp) ProtoMessage

func (*AttributedSignedHighestCertifiedTimestamp) ProtoReflect

func (*AttributedSignedHighestCertifiedTimestamp) Reset

func (*AttributedSignedHighestCertifiedTimestamp) String

type AttributedSignedObservation

type AttributedSignedObservation struct {
	SignedObservation *SignedObservation `protobuf:"bytes,1,opt,name=signed_observation,json=signedObservation,proto3" json:"signed_observation,omitempty"`
	Observer          uint32             `protobuf:"varint,2,opt,name=observer,proto3" json:"observer,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributedSignedObservation) Descriptor deprecated

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

Deprecated: Use AttributedSignedObservation.ProtoReflect.Descriptor instead.

func (*AttributedSignedObservation) GetObserver

func (x *AttributedSignedObservation) GetObserver() uint32

func (*AttributedSignedObservation) GetSignedObservation

func (x *AttributedSignedObservation) GetSignedObservation() *SignedObservation

func (*AttributedSignedObservation) ProtoMessage

func (*AttributedSignedObservation) ProtoMessage()

func (*AttributedSignedObservation) ProtoReflect

func (*AttributedSignedObservation) Reset

func (x *AttributedSignedObservation) Reset()

func (*AttributedSignedObservation) String

func (x *AttributedSignedObservation) String() string

type CertifiedCommit

type CertifiedCommit struct {
	CommitEpoch             uint64                       `protobuf:"varint,1,opt,name=commit_epoch,json=commitEpoch,proto3" json:"commit_epoch,omitempty"`
	SeqNr                   uint64                       `protobuf:"varint,2,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	Outcome                 []byte                       `protobuf:"bytes,3,opt,name=outcome,proto3" json:"outcome,omitempty"`
	CommitQuorumCertificate []*AttributedCommitSignature `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func CertifiedCommitToProtoMessage

func CertifiedCommitToProtoMessage(cpocc protocol.CertifiedCommit) *CertifiedCommit

func (*CertifiedCommit) Descriptor deprecated

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

Deprecated: Use CertifiedCommit.ProtoReflect.Descriptor instead.

func (*CertifiedCommit) GetCommitEpoch

func (x *CertifiedCommit) GetCommitEpoch() uint64

func (*CertifiedCommit) GetCommitQuorumCertificate

func (x *CertifiedCommit) GetCommitQuorumCertificate() []*AttributedCommitSignature

func (*CertifiedCommit) GetOutcome

func (x *CertifiedCommit) GetOutcome() []byte

func (*CertifiedCommit) GetSeqNr

func (x *CertifiedCommit) GetSeqNr() uint64

func (*CertifiedCommit) ProtoMessage

func (*CertifiedCommit) ProtoMessage()

func (*CertifiedCommit) ProtoReflect

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

func (*CertifiedCommit) Reset

func (x *CertifiedCommit) Reset()

func (*CertifiedCommit) String

func (x *CertifiedCommit) String() string

type CertifiedPrepare

type CertifiedPrepare struct {
	PrepareEpoch             uint64                        `protobuf:"varint,1,opt,name=prepare_epoch,json=prepareEpoch,proto3" json:"prepare_epoch,omitempty"`
	SeqNr                    uint64                        `protobuf:"varint,2,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	OutcomeInputsDigest      []byte                        `protobuf:"bytes,3,opt,name=outcome_inputs_digest,json=outcomeInputsDigest,proto3" json:"outcome_inputs_digest,omitempty"`
	Outcome                  []byte                        `protobuf:"bytes,4,opt,name=outcome,proto3" json:"outcome,omitempty"`
	PrepareQuorumCertificate []*AttributedPrepareSignature `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CertifiedPrepare) Descriptor deprecated

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

Deprecated: Use CertifiedPrepare.ProtoReflect.Descriptor instead.

func (*CertifiedPrepare) GetOutcome

func (x *CertifiedPrepare) GetOutcome() []byte

func (*CertifiedPrepare) GetOutcomeInputsDigest

func (x *CertifiedPrepare) GetOutcomeInputsDigest() []byte

func (*CertifiedPrepare) GetPrepareEpoch

func (x *CertifiedPrepare) GetPrepareEpoch() uint64

func (*CertifiedPrepare) GetPrepareQuorumCertificate

func (x *CertifiedPrepare) GetPrepareQuorumCertificate() []*AttributedPrepareSignature

func (*CertifiedPrepare) GetSeqNr

func (x *CertifiedPrepare) GetSeqNr() uint64

func (*CertifiedPrepare) ProtoMessage

func (*CertifiedPrepare) ProtoMessage()

func (*CertifiedPrepare) ProtoReflect

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

func (*CertifiedPrepare) Reset

func (x *CertifiedPrepare) Reset()

func (*CertifiedPrepare) String

func (x *CertifiedPrepare) String() string

type CertifiedPrepareOrCommit

type CertifiedPrepareOrCommit struct {

	// Types that are assignable to PrepareOrCommit:
	//
	//	*CertifiedPrepareOrCommit_Prepare
	//	*CertifiedPrepareOrCommit_Commit
	PrepareOrCommit isCertifiedPrepareOrCommit_PrepareOrCommit `protobuf_oneof:"prepare_or_commit"`
	// contains filtered or unexported fields
}

func (*CertifiedPrepareOrCommit) Descriptor deprecated

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

Deprecated: Use CertifiedPrepareOrCommit.ProtoReflect.Descriptor instead.

func (*CertifiedPrepareOrCommit) GetCommit

func (x *CertifiedPrepareOrCommit) GetCommit() *CertifiedCommit

func (*CertifiedPrepareOrCommit) GetPrepare

func (x *CertifiedPrepareOrCommit) GetPrepare() *CertifiedPrepare

func (*CertifiedPrepareOrCommit) GetPrepareOrCommit

func (m *CertifiedPrepareOrCommit) GetPrepareOrCommit() isCertifiedPrepareOrCommit_PrepareOrCommit

func (*CertifiedPrepareOrCommit) ProtoMessage

func (*CertifiedPrepareOrCommit) ProtoMessage()

func (*CertifiedPrepareOrCommit) ProtoReflect

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

func (*CertifiedPrepareOrCommit) Reset

func (x *CertifiedPrepareOrCommit) Reset()

func (*CertifiedPrepareOrCommit) String

func (x *CertifiedPrepareOrCommit) String() string

type CertifiedPrepareOrCommit_Commit

type CertifiedPrepareOrCommit_Commit struct {
	Commit *CertifiedCommit `protobuf:"bytes,2,opt,name=commit,proto3,oneof"`
}

type CertifiedPrepareOrCommit_Prepare

type CertifiedPrepareOrCommit_Prepare struct {
	Prepare *CertifiedPrepare `protobuf:"bytes,1,opt,name=prepare,proto3,oneof"`
}

type EpochStartProof

type EpochStartProof struct {
	HighestCertified      *CertifiedPrepareOrCommit                    `protobuf:"bytes,1,opt,name=highest_certified,json=highestCertified,proto3" json:"highest_certified,omitempty"`
	HighestCertifiedProof []*AttributedSignedHighestCertifiedTimestamp `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EpochStartProof) Descriptor deprecated

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

Deprecated: Use EpochStartProof.ProtoReflect.Descriptor instead.

func (*EpochStartProof) GetHighestCertified

func (x *EpochStartProof) GetHighestCertified() *CertifiedPrepareOrCommit

func (*EpochStartProof) GetHighestCertifiedProof

func (x *EpochStartProof) GetHighestCertifiedProof() []*AttributedSignedHighestCertifiedTimestamp

func (*EpochStartProof) ProtoMessage

func (*EpochStartProof) ProtoMessage()

func (*EpochStartProof) ProtoReflect

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

func (*EpochStartProof) Reset

func (x *EpochStartProof) Reset()

func (*EpochStartProof) String

func (x *EpochStartProof) String() string

type HighestCertifiedTimestamp

type HighestCertifiedTimestamp struct {
	SeqNr                 uint64 `protobuf:"varint,1,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	CommittedElsePrepared bool   `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HighestCertifiedTimestamp) Descriptor deprecated

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

Deprecated: Use HighestCertifiedTimestamp.ProtoReflect.Descriptor instead.

func (*HighestCertifiedTimestamp) GetCommittedElsePrepared

func (x *HighestCertifiedTimestamp) GetCommittedElsePrepared() bool

func (*HighestCertifiedTimestamp) GetSeqNr

func (x *HighestCertifiedTimestamp) GetSeqNr() uint64

func (*HighestCertifiedTimestamp) ProtoMessage

func (*HighestCertifiedTimestamp) ProtoMessage()

func (*HighestCertifiedTimestamp) ProtoReflect

func (*HighestCertifiedTimestamp) Reset

func (x *HighestCertifiedTimestamp) Reset()

func (*HighestCertifiedTimestamp) String

func (x *HighestCertifiedTimestamp) String() string

type MessageCertifiedCommit

type MessageCertifiedCommit struct {
	CertifiedCommit *CertifiedCommit `protobuf:"bytes,1,opt,name=certified_commit,json=certifiedCommit,proto3" json:"certified_commit,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageCertifiedCommit) Descriptor deprecated

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

Deprecated: Use MessageCertifiedCommit.ProtoReflect.Descriptor instead.

func (*MessageCertifiedCommit) GetCertifiedCommit

func (x *MessageCertifiedCommit) GetCertifiedCommit() *CertifiedCommit

func (*MessageCertifiedCommit) ProtoMessage

func (*MessageCertifiedCommit) ProtoMessage()

func (*MessageCertifiedCommit) ProtoReflect

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

func (*MessageCertifiedCommit) Reset

func (x *MessageCertifiedCommit) Reset()

func (*MessageCertifiedCommit) String

func (x *MessageCertifiedCommit) String() string

type MessageCertifiedCommitRequest

type MessageCertifiedCommitRequest struct {
	SeqNr uint64 `protobuf:"varint,1,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageCertifiedCommitRequest) Descriptor deprecated

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

Deprecated: Use MessageCertifiedCommitRequest.ProtoReflect.Descriptor instead.

func (*MessageCertifiedCommitRequest) GetSeqNr

func (x *MessageCertifiedCommitRequest) GetSeqNr() uint64

func (*MessageCertifiedCommitRequest) ProtoMessage

func (*MessageCertifiedCommitRequest) ProtoMessage()

func (*MessageCertifiedCommitRequest) ProtoReflect

func (*MessageCertifiedCommitRequest) Reset

func (x *MessageCertifiedCommitRequest) Reset()

func (*MessageCertifiedCommitRequest) String

type MessageCommit

type MessageCommit struct {
	Epoch     uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	SeqNr     uint64 `protobuf:"varint,2,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageCommit) Descriptor deprecated

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

Deprecated: Use MessageCommit.ProtoReflect.Descriptor instead.

func (*MessageCommit) GetEpoch

func (x *MessageCommit) GetEpoch() uint64

func (*MessageCommit) GetSeqNr

func (x *MessageCommit) GetSeqNr() uint64

func (*MessageCommit) GetSignature

func (x *MessageCommit) GetSignature() []byte

func (*MessageCommit) ProtoMessage

func (*MessageCommit) ProtoMessage()

func (*MessageCommit) ProtoReflect

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

func (*MessageCommit) Reset

func (x *MessageCommit) Reset()

func (*MessageCommit) String

func (x *MessageCommit) String() string

type MessageEpochStart

type MessageEpochStart struct {
	Epoch           uint64           `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	EpochStartProof *EpochStartProof `protobuf:"bytes,2,opt,name=epoch_start_proof,json=epochStartProof,proto3" json:"epoch_start_proof,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageEpochStart) Descriptor deprecated

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

Deprecated: Use MessageEpochStart.ProtoReflect.Descriptor instead.

func (*MessageEpochStart) GetEpoch

func (x *MessageEpochStart) GetEpoch() uint64

func (*MessageEpochStart) GetEpochStartProof

func (x *MessageEpochStart) GetEpochStartProof() *EpochStartProof

func (*MessageEpochStart) ProtoMessage

func (*MessageEpochStart) ProtoMessage()

func (*MessageEpochStart) ProtoReflect

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

func (*MessageEpochStart) Reset

func (x *MessageEpochStart) Reset()

func (*MessageEpochStart) String

func (x *MessageEpochStart) String() string

type MessageEpochStartRequest

type MessageEpochStartRequest struct {
	Epoch                           uint64                           `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	HighestCertified                *CertifiedPrepareOrCommit        `protobuf:"bytes,2,opt,name=highest_certified,json=highestCertified,proto3" json:"highest_certified,omitempty"`
	SignedHighestCertifiedTimestamp *SignedHighestCertifiedTimestamp `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MessageEpochStartRequest) Descriptor deprecated

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

Deprecated: Use MessageEpochStartRequest.ProtoReflect.Descriptor instead.

func (*MessageEpochStartRequest) GetEpoch

func (x *MessageEpochStartRequest) GetEpoch() uint64

func (*MessageEpochStartRequest) GetHighestCertified

func (x *MessageEpochStartRequest) GetHighestCertified() *CertifiedPrepareOrCommit

func (*MessageEpochStartRequest) GetSignedHighestCertifiedTimestamp

func (x *MessageEpochStartRequest) GetSignedHighestCertifiedTimestamp() *SignedHighestCertifiedTimestamp

func (*MessageEpochStartRequest) ProtoMessage

func (*MessageEpochStartRequest) ProtoMessage()

func (*MessageEpochStartRequest) ProtoReflect

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

func (*MessageEpochStartRequest) Reset

func (x *MessageEpochStartRequest) Reset()

func (*MessageEpochStartRequest) String

func (x *MessageEpochStartRequest) String() string

type MessageNewEpochWish

type MessageNewEpochWish struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageNewEpochWish) Descriptor deprecated

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

Deprecated: Use MessageNewEpochWish.ProtoReflect.Descriptor instead.

func (*MessageNewEpochWish) GetEpoch

func (x *MessageNewEpochWish) GetEpoch() uint64

func (*MessageNewEpochWish) ProtoMessage

func (*MessageNewEpochWish) ProtoMessage()

func (*MessageNewEpochWish) ProtoReflect

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

func (*MessageNewEpochWish) Reset

func (x *MessageNewEpochWish) Reset()

func (*MessageNewEpochWish) String

func (x *MessageNewEpochWish) String() string

type MessageObservation

type MessageObservation struct {
	Epoch             uint64             `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	SeqNr             uint64             `protobuf:"varint,2,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	SignedObservation *SignedObservation `protobuf:"bytes,3,opt,name=signed_observation,json=signedObservation,proto3" json:"signed_observation,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageObservation) Descriptor deprecated

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

Deprecated: Use MessageObservation.ProtoReflect.Descriptor instead.

func (*MessageObservation) GetEpoch

func (x *MessageObservation) GetEpoch() uint64

func (*MessageObservation) GetSeqNr

func (x *MessageObservation) GetSeqNr() uint64

func (*MessageObservation) GetSignedObservation

func (x *MessageObservation) GetSignedObservation() *SignedObservation

func (*MessageObservation) ProtoMessage

func (*MessageObservation) ProtoMessage()

func (*MessageObservation) ProtoReflect

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

func (*MessageObservation) Reset

func (x *MessageObservation) Reset()

func (*MessageObservation) String

func (x *MessageObservation) String() string

type MessagePrepare

type MessagePrepare struct {
	Epoch     uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	SeqNr     uint64 `protobuf:"varint,2,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	Signature []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*MessagePrepare) Descriptor deprecated

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

Deprecated: Use MessagePrepare.ProtoReflect.Descriptor instead.

func (*MessagePrepare) GetEpoch

func (x *MessagePrepare) GetEpoch() uint64

func (*MessagePrepare) GetSeqNr

func (x *MessagePrepare) GetSeqNr() uint64

func (*MessagePrepare) GetSignature

func (x *MessagePrepare) GetSignature() []byte

func (*MessagePrepare) ProtoMessage

func (*MessagePrepare) ProtoMessage()

func (*MessagePrepare) ProtoReflect

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

func (*MessagePrepare) Reset

func (x *MessagePrepare) Reset()

func (*MessagePrepare) String

func (x *MessagePrepare) String() string

type MessageProposal

type MessageProposal struct {
	Epoch                        uint64                         `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	SeqNr                        uint64                         `protobuf:"varint,2,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	AttributedSignedObservations []*AttributedSignedObservation `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MessageProposal) Descriptor deprecated

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

Deprecated: Use MessageProposal.ProtoReflect.Descriptor instead.

func (*MessageProposal) GetAttributedSignedObservations

func (x *MessageProposal) GetAttributedSignedObservations() []*AttributedSignedObservation

func (*MessageProposal) GetEpoch

func (x *MessageProposal) GetEpoch() uint64

func (*MessageProposal) GetSeqNr

func (x *MessageProposal) GetSeqNr() uint64

func (*MessageProposal) ProtoMessage

func (*MessageProposal) ProtoMessage()

func (*MessageProposal) ProtoReflect

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

func (*MessageProposal) Reset

func (x *MessageProposal) Reset()

func (*MessageProposal) String

func (x *MessageProposal) String() string

type MessageReportSignatures

type MessageReportSignatures struct {
	SeqNr            uint64   `protobuf:"varint,1,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	ReportSignatures [][]byte `protobuf:"bytes,2,rep,name=report_signatures,json=reportSignatures,proto3" json:"report_signatures,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageReportSignatures) Descriptor deprecated

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

Deprecated: Use MessageReportSignatures.ProtoReflect.Descriptor instead.

func (*MessageReportSignatures) GetReportSignatures

func (x *MessageReportSignatures) GetReportSignatures() [][]byte

func (*MessageReportSignatures) GetSeqNr

func (x *MessageReportSignatures) GetSeqNr() uint64

func (*MessageReportSignatures) ProtoMessage

func (*MessageReportSignatures) ProtoMessage()

func (*MessageReportSignatures) ProtoReflect

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

func (*MessageReportSignatures) Reset

func (x *MessageReportSignatures) Reset()

func (*MessageReportSignatures) String

func (x *MessageReportSignatures) String() string

type MessageRoundStart

type MessageRoundStart struct {
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	SeqNr uint64 `protobuf:"varint,2,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	Query []byte `protobuf:"bytes,3,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageRoundStart) Descriptor deprecated

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

Deprecated: Use MessageRoundStart.ProtoReflect.Descriptor instead.

func (*MessageRoundStart) GetEpoch

func (x *MessageRoundStart) GetEpoch() uint64

func (*MessageRoundStart) GetQuery

func (x *MessageRoundStart) GetQuery() []byte

func (*MessageRoundStart) GetSeqNr

func (x *MessageRoundStart) GetSeqNr() uint64

func (*MessageRoundStart) ProtoMessage

func (*MessageRoundStart) ProtoMessage()

func (*MessageRoundStart) ProtoReflect

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

func (*MessageRoundStart) Reset

func (x *MessageRoundStart) Reset()

func (*MessageRoundStart) String

func (x *MessageRoundStart) String() string

type MessageWrapper

type MessageWrapper struct {

	// Types that are assignable to Msg:
	//
	//	*MessageWrapper_MessageNewEpochWish
	//	*MessageWrapper_MessageEpochStartRequest
	//	*MessageWrapper_MessageEpochStart
	//	*MessageWrapper_MessageRoundStart
	//	*MessageWrapper_MessageObservation
	//	*MessageWrapper_MessageProposal
	//	*MessageWrapper_MessagePrepare
	//	*MessageWrapper_MessageCommit
	//	*MessageWrapper_MessageReportSignatures
	//	*MessageWrapper_MessageCertifiedCommitRequest
	//	*MessageWrapper_MessageCertifiedCommit
	Msg isMessageWrapper_Msg `protobuf_oneof:"msg"`
	// contains filtered or unexported fields
}

func Deserialize

func Deserialize[RI any](b []byte) (protocol.Message[RI], *MessageWrapper, error)

Deserialize decodes a binary payload into a protocol.Message

func Serialize

func Serialize[RI any](m protocol.Message[RI]) (b []byte, pbm *MessageWrapper, err error)

Serialize encodes a protocol.Message into a binary payload

func (*MessageWrapper) Descriptor deprecated

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

Deprecated: Use MessageWrapper.ProtoReflect.Descriptor instead.

func (*MessageWrapper) GetMessageCertifiedCommit

func (x *MessageWrapper) GetMessageCertifiedCommit() *MessageCertifiedCommit

func (*MessageWrapper) GetMessageCertifiedCommitRequest

func (x *MessageWrapper) GetMessageCertifiedCommitRequest() *MessageCertifiedCommitRequest

func (*MessageWrapper) GetMessageCommit

func (x *MessageWrapper) GetMessageCommit() *MessageCommit

func (*MessageWrapper) GetMessageEpochStart

func (x *MessageWrapper) GetMessageEpochStart() *MessageEpochStart

func (*MessageWrapper) GetMessageEpochStartRequest

func (x *MessageWrapper) GetMessageEpochStartRequest() *MessageEpochStartRequest

func (*MessageWrapper) GetMessageNewEpochWish

func (x *MessageWrapper) GetMessageNewEpochWish() *MessageNewEpochWish

func (*MessageWrapper) GetMessageObservation

func (x *MessageWrapper) GetMessageObservation() *MessageObservation

func (*MessageWrapper) GetMessagePrepare

func (x *MessageWrapper) GetMessagePrepare() *MessagePrepare

func (*MessageWrapper) GetMessageProposal

func (x *MessageWrapper) GetMessageProposal() *MessageProposal

func (*MessageWrapper) GetMessageReportSignatures

func (x *MessageWrapper) GetMessageReportSignatures() *MessageReportSignatures

func (*MessageWrapper) GetMessageRoundStart

func (x *MessageWrapper) GetMessageRoundStart() *MessageRoundStart

func (*MessageWrapper) GetMsg

func (m *MessageWrapper) GetMsg() isMessageWrapper_Msg

func (*MessageWrapper) ProtoMessage

func (*MessageWrapper) ProtoMessage()

func (*MessageWrapper) ProtoReflect

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

func (*MessageWrapper) Reset

func (x *MessageWrapper) Reset()

func (*MessageWrapper) String

func (x *MessageWrapper) String() string

type MessageWrapper_MessageCertifiedCommit

type MessageWrapper_MessageCertifiedCommit struct {
	MessageCertifiedCommit *MessageCertifiedCommit `protobuf:"bytes,27,opt,name=message_certified_commit,json=messageCertifiedCommit,proto3,oneof"`
}

type MessageWrapper_MessageCertifiedCommitRequest

type MessageWrapper_MessageCertifiedCommitRequest struct {
	MessageCertifiedCommitRequest *MessageCertifiedCommitRequest `protobuf:"bytes,26,opt,name=message_certified_commit_request,json=messageCertifiedCommitRequest,proto3,oneof"`
}

type MessageWrapper_MessageCommit

type MessageWrapper_MessageCommit struct {
	MessageCommit *MessageCommit `protobuf:"bytes,24,opt,name=message_commit,json=messageCommit,proto3,oneof"`
}

type MessageWrapper_MessageEpochStart

type MessageWrapper_MessageEpochStart struct {
	MessageEpochStart *MessageEpochStart `protobuf:"bytes,19,opt,name=message_epoch_start,json=messageEpochStart,proto3,oneof"`
}

type MessageWrapper_MessageEpochStartRequest

type MessageWrapper_MessageEpochStartRequest struct {
	MessageEpochStartRequest *MessageEpochStartRequest `protobuf:"bytes,18,opt,name=message_epoch_start_request,json=messageEpochStartRequest,proto3,oneof"`
}

type MessageWrapper_MessageNewEpochWish

type MessageWrapper_MessageNewEpochWish struct {
	MessageNewEpochWish *MessageNewEpochWish `protobuf:"bytes,17,opt,name=message_new_epoch_wish,json=messageNewEpochWish,proto3,oneof"`
}

type MessageWrapper_MessageObservation

type MessageWrapper_MessageObservation struct {
	MessageObservation *MessageObservation `protobuf:"bytes,21,opt,name=message_observation,json=messageObservation,proto3,oneof"`
}

type MessageWrapper_MessagePrepare

type MessageWrapper_MessagePrepare struct {
	MessagePrepare *MessagePrepare `protobuf:"bytes,23,opt,name=message_prepare,json=messagePrepare,proto3,oneof"`
}

type MessageWrapper_MessageProposal

type MessageWrapper_MessageProposal struct {
	MessageProposal *MessageProposal `protobuf:"bytes,22,opt,name=message_proposal,json=messageProposal,proto3,oneof"`
}

type MessageWrapper_MessageReportSignatures

type MessageWrapper_MessageReportSignatures struct {
	MessageReportSignatures *MessageReportSignatures `protobuf:"bytes,25,opt,name=message_report_signatures,json=messageReportSignatures,proto3,oneof"`
}

type MessageWrapper_MessageRoundStart

type MessageWrapper_MessageRoundStart struct {
	MessageRoundStart *MessageRoundStart `protobuf:"bytes,20,opt,name=message_round_start,json=messageRoundStart,proto3,oneof"`
}

type PacemakerState

type PacemakerState struct {
	Epoch                   uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	HighestSentNewEpochWish uint64 `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func PacemakerStateToProtoMessage

func PacemakerStateToProtoMessage(ps protocol.PacemakerState) *PacemakerState

func (*PacemakerState) Descriptor deprecated

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

Deprecated: Use PacemakerState.ProtoReflect.Descriptor instead.

func (*PacemakerState) GetEpoch

func (x *PacemakerState) GetEpoch() uint64

func (*PacemakerState) GetHighestSentNewEpochWish

func (x *PacemakerState) GetHighestSentNewEpochWish() uint64

func (*PacemakerState) ProtoMessage

func (*PacemakerState) ProtoMessage()

func (*PacemakerState) ProtoReflect

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

func (*PacemakerState) Reset

func (x *PacemakerState) Reset()

func (*PacemakerState) String

func (x *PacemakerState) String() string

type SignedHighestCertifiedTimestamp

type SignedHighestCertifiedTimestamp struct {
	HighestCertifiedTimestamp *HighestCertifiedTimestamp `` /* 138-byte string literal not displayed */
	Signature                 []byte                     `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedHighestCertifiedTimestamp) Descriptor deprecated

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

Deprecated: Use SignedHighestCertifiedTimestamp.ProtoReflect.Descriptor instead.

func (*SignedHighestCertifiedTimestamp) GetHighestCertifiedTimestamp

func (x *SignedHighestCertifiedTimestamp) GetHighestCertifiedTimestamp() *HighestCertifiedTimestamp

func (*SignedHighestCertifiedTimestamp) GetSignature

func (x *SignedHighestCertifiedTimestamp) GetSignature() []byte

func (*SignedHighestCertifiedTimestamp) ProtoMessage

func (*SignedHighestCertifiedTimestamp) ProtoMessage()

func (*SignedHighestCertifiedTimestamp) ProtoReflect

func (*SignedHighestCertifiedTimestamp) Reset

func (*SignedHighestCertifiedTimestamp) String

type SignedObservation

type SignedObservation struct {
	Observation []byte `protobuf:"bytes,1,opt,name=observation,proto3" json:"observation,omitempty"`
	Signature   []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedObservation) Descriptor deprecated

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

Deprecated: Use SignedObservation.ProtoReflect.Descriptor instead.

func (*SignedObservation) GetObservation

func (x *SignedObservation) GetObservation() []byte

func (*SignedObservation) GetSignature

func (x *SignedObservation) GetSignature() []byte

func (*SignedObservation) ProtoMessage

func (*SignedObservation) ProtoMessage()

func (*SignedObservation) ProtoReflect

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

func (*SignedObservation) Reset

func (x *SignedObservation) Reset()

func (*SignedObservation) String

func (x *SignedObservation) String() string

type TelemetryAssertionViolation

type TelemetryAssertionViolation struct {

	// Types that are assignable to Violation:
	//
	//	*TelemetryAssertionViolation_InvalidSerialization
	Violation isTelemetryAssertionViolation_Violation `protobuf_oneof:"violation"`
	// contains filtered or unexported fields
}

func (*TelemetryAssertionViolation) Descriptor deprecated

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

Deprecated: Use TelemetryAssertionViolation.ProtoReflect.Descriptor instead.

func (*TelemetryAssertionViolation) GetInvalidSerialization

func (*TelemetryAssertionViolation) GetViolation

func (m *TelemetryAssertionViolation) GetViolation() isTelemetryAssertionViolation_Violation

func (*TelemetryAssertionViolation) ProtoMessage

func (*TelemetryAssertionViolation) ProtoMessage()

func (*TelemetryAssertionViolation) ProtoReflect

func (*TelemetryAssertionViolation) Reset

func (x *TelemetryAssertionViolation) Reset()

func (*TelemetryAssertionViolation) String

func (x *TelemetryAssertionViolation) String() string

type TelemetryAssertionViolationInvalidSerialization

type TelemetryAssertionViolationInvalidSerialization struct {
	ConfigDigest  []byte `protobuf:"bytes,1,opt,name=config_digest,json=configDigest,proto3" json:"config_digest,omitempty"`
	SerializedMsg []byte `protobuf:"bytes,2,opt,name=serialized_msg,json=serializedMsg,proto3" json:"serialized_msg,omitempty"`
	Sender        uint32 `protobuf:"varint,3,opt,name=sender,proto3" json:"sender,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryAssertionViolationInvalidSerialization) Descriptor deprecated

Deprecated: Use TelemetryAssertionViolationInvalidSerialization.ProtoReflect.Descriptor instead.

func (*TelemetryAssertionViolationInvalidSerialization) GetConfigDigest

func (*TelemetryAssertionViolationInvalidSerialization) GetSender

func (*TelemetryAssertionViolationInvalidSerialization) GetSerializedMsg

func (x *TelemetryAssertionViolationInvalidSerialization) GetSerializedMsg() []byte

func (*TelemetryAssertionViolationInvalidSerialization) ProtoMessage

func (*TelemetryAssertionViolationInvalidSerialization) ProtoReflect

func (*TelemetryAssertionViolationInvalidSerialization) Reset

func (*TelemetryAssertionViolationInvalidSerialization) String

type TelemetryAssertionViolation_InvalidSerialization

type TelemetryAssertionViolation_InvalidSerialization struct {
	InvalidSerialization *TelemetryAssertionViolationInvalidSerialization `protobuf:"bytes,2,opt,name=invalid_serialization,json=invalidSerialization,proto3,oneof"`
}

type TelemetryMessageBroadcast

type TelemetryMessageBroadcast struct {
	ConfigDigest  []byte          `protobuf:"bytes,1,opt,name=config_digest,json=configDigest,proto3" json:"config_digest,omitempty"`
	Msg           *MessageWrapper `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	SerializedMsg []byte          `protobuf:"bytes,3,opt,name=serialized_msg,json=serializedMsg,proto3" json:"serialized_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryMessageBroadcast) Descriptor deprecated

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

Deprecated: Use TelemetryMessageBroadcast.ProtoReflect.Descriptor instead.

func (*TelemetryMessageBroadcast) GetConfigDigest

func (x *TelemetryMessageBroadcast) GetConfigDigest() []byte

func (*TelemetryMessageBroadcast) GetMsg

func (*TelemetryMessageBroadcast) GetSerializedMsg

func (x *TelemetryMessageBroadcast) GetSerializedMsg() []byte

func (*TelemetryMessageBroadcast) ProtoMessage

func (*TelemetryMessageBroadcast) ProtoMessage()

func (*TelemetryMessageBroadcast) ProtoReflect

func (*TelemetryMessageBroadcast) Reset

func (x *TelemetryMessageBroadcast) Reset()

func (*TelemetryMessageBroadcast) String

func (x *TelemetryMessageBroadcast) String() string

type TelemetryMessageReceived

type TelemetryMessageReceived struct {
	ConfigDigest []byte          `protobuf:"bytes,1,opt,name=config_digest,json=configDigest,proto3" json:"config_digest,omitempty"`
	Msg          *MessageWrapper `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Sender       uint32          `protobuf:"varint,3,opt,name=sender,proto3" json:"sender,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryMessageReceived) Descriptor deprecated

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

Deprecated: Use TelemetryMessageReceived.ProtoReflect.Descriptor instead.

func (*TelemetryMessageReceived) GetConfigDigest

func (x *TelemetryMessageReceived) GetConfigDigest() []byte

func (*TelemetryMessageReceived) GetMsg

func (*TelemetryMessageReceived) GetSender

func (x *TelemetryMessageReceived) GetSender() uint32

func (*TelemetryMessageReceived) ProtoMessage

func (*TelemetryMessageReceived) ProtoMessage()

func (*TelemetryMessageReceived) ProtoReflect

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

func (*TelemetryMessageReceived) Reset

func (x *TelemetryMessageReceived) Reset()

func (*TelemetryMessageReceived) String

func (x *TelemetryMessageReceived) String() string

type TelemetryMessageSent

type TelemetryMessageSent struct {
	ConfigDigest  []byte          `protobuf:"bytes,1,opt,name=config_digest,json=configDigest,proto3" json:"config_digest,omitempty"`
	Msg           *MessageWrapper `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	SerializedMsg []byte          `protobuf:"bytes,3,opt,name=serialized_msg,json=serializedMsg,proto3" json:"serialized_msg,omitempty"`
	Receiver      uint32          `protobuf:"varint,4,opt,name=receiver,proto3" json:"receiver,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryMessageSent) Descriptor deprecated

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

Deprecated: Use TelemetryMessageSent.ProtoReflect.Descriptor instead.

func (*TelemetryMessageSent) GetConfigDigest

func (x *TelemetryMessageSent) GetConfigDigest() []byte

func (*TelemetryMessageSent) GetMsg

func (x *TelemetryMessageSent) GetMsg() *MessageWrapper

func (*TelemetryMessageSent) GetReceiver

func (x *TelemetryMessageSent) GetReceiver() uint32

func (*TelemetryMessageSent) GetSerializedMsg

func (x *TelemetryMessageSent) GetSerializedMsg() []byte

func (*TelemetryMessageSent) ProtoMessage

func (*TelemetryMessageSent) ProtoMessage()

func (*TelemetryMessageSent) ProtoReflect

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

func (*TelemetryMessageSent) Reset

func (x *TelemetryMessageSent) Reset()

func (*TelemetryMessageSent) String

func (x *TelemetryMessageSent) String() string

type TelemetryRoundStarted

type TelemetryRoundStarted struct {
	ConfigDigest []byte `protobuf:"bytes,1,opt,name=config_digest,json=configDigest,proto3" json:"config_digest,omitempty"`
	Epoch        uint64 `protobuf:"varint,2,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Round        uint64 `protobuf:"varint,3,opt,name=round,proto3" json:"round,omitempty"`
	Leader       uint64 `protobuf:"varint,4,opt,name=leader,proto3" json:"leader,omitempty"`
	Time         uint64 `protobuf:"varint,5,opt,name=time,proto3" json:"time,omitempty"`
	SeqNr        uint64 `protobuf:"varint,6,opt,name=seq_nr,json=seqNr,proto3" json:"seq_nr,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryRoundStarted) Descriptor deprecated

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

Deprecated: Use TelemetryRoundStarted.ProtoReflect.Descriptor instead.

func (*TelemetryRoundStarted) GetConfigDigest

func (x *TelemetryRoundStarted) GetConfigDigest() []byte

func (*TelemetryRoundStarted) GetEpoch

func (x *TelemetryRoundStarted) GetEpoch() uint64

func (*TelemetryRoundStarted) GetLeader

func (x *TelemetryRoundStarted) GetLeader() uint64

func (*TelemetryRoundStarted) GetRound

func (x *TelemetryRoundStarted) GetRound() uint64

func (*TelemetryRoundStarted) GetSeqNr

func (x *TelemetryRoundStarted) GetSeqNr() uint64

func (*TelemetryRoundStarted) GetTime

func (x *TelemetryRoundStarted) GetTime() uint64

func (*TelemetryRoundStarted) ProtoMessage

func (*TelemetryRoundStarted) ProtoMessage()

func (*TelemetryRoundStarted) ProtoReflect

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

func (*TelemetryRoundStarted) Reset

func (x *TelemetryRoundStarted) Reset()

func (*TelemetryRoundStarted) String

func (x *TelemetryRoundStarted) String() string

type TelemetryWrapper

type TelemetryWrapper struct {

	// Types that are assignable to Wrapped:
	//
	//	*TelemetryWrapper_MessageReceived
	//	*TelemetryWrapper_MessageBroadcast
	//	*TelemetryWrapper_MessageSent
	//	*TelemetryWrapper_AssertionViolation
	//	*TelemetryWrapper_RoundStarted
	Wrapped             isTelemetryWrapper_Wrapped `protobuf_oneof:"wrapped"`
	UnixTimeNanoseconds int64                      `protobuf:"varint,6,opt,name=unix_time_nanoseconds,json=unixTimeNanoseconds,proto3" json:"unix_time_nanoseconds,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryWrapper) Descriptor deprecated

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

Deprecated: Use TelemetryWrapper.ProtoReflect.Descriptor instead.

func (*TelemetryWrapper) GetAssertionViolation

func (x *TelemetryWrapper) GetAssertionViolation() *TelemetryAssertionViolation

func (*TelemetryWrapper) GetMessageBroadcast

func (x *TelemetryWrapper) GetMessageBroadcast() *TelemetryMessageBroadcast

func (*TelemetryWrapper) GetMessageReceived

func (x *TelemetryWrapper) GetMessageReceived() *TelemetryMessageReceived

func (*TelemetryWrapper) GetMessageSent

func (x *TelemetryWrapper) GetMessageSent() *TelemetryMessageSent

func (*TelemetryWrapper) GetRoundStarted

func (x *TelemetryWrapper) GetRoundStarted() *TelemetryRoundStarted

func (*TelemetryWrapper) GetUnixTimeNanoseconds

func (x *TelemetryWrapper) GetUnixTimeNanoseconds() int64

func (*TelemetryWrapper) GetWrapped

func (m *TelemetryWrapper) GetWrapped() isTelemetryWrapper_Wrapped

func (*TelemetryWrapper) ProtoMessage

func (*TelemetryWrapper) ProtoMessage()

func (*TelemetryWrapper) ProtoReflect

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

func (*TelemetryWrapper) Reset

func (x *TelemetryWrapper) Reset()

func (*TelemetryWrapper) String

func (x *TelemetryWrapper) String() string

type TelemetryWrapper_AssertionViolation

type TelemetryWrapper_AssertionViolation struct {
	AssertionViolation *TelemetryAssertionViolation `protobuf:"bytes,4,opt,name=assertion_violation,json=assertionViolation,proto3,oneof"`
}

type TelemetryWrapper_MessageBroadcast

type TelemetryWrapper_MessageBroadcast struct {
	MessageBroadcast *TelemetryMessageBroadcast `protobuf:"bytes,2,opt,name=message_broadcast,json=messageBroadcast,proto3,oneof"`
}

type TelemetryWrapper_MessageReceived

type TelemetryWrapper_MessageReceived struct {
	MessageReceived *TelemetryMessageReceived `protobuf:"bytes,1,opt,name=message_received,json=messageReceived,proto3,oneof"`
}

type TelemetryWrapper_MessageSent

type TelemetryWrapper_MessageSent struct {
	MessageSent *TelemetryMessageSent `protobuf:"bytes,3,opt,name=message_sent,json=messageSent,proto3,oneof"`
}

type TelemetryWrapper_RoundStarted

type TelemetryWrapper_RoundStarted struct {
	RoundStarted *TelemetryRoundStarted `protobuf:"bytes,5,opt,name=round_started,json=roundStarted,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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