protobuf

package
v0.0.0-...-3f0f60f Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_cl_offchainreporting_messages_proto protoreflect.FileDescriptor
View Source
var File_cl_offchainreporting_telemetry_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AttestedReportMany

type AttestedReportMany struct {
	AttributedObservations []*AttributedObservation `protobuf:"bytes,1,rep,name=attributedObservations,proto3" json:"attributedObservations,omitempty"`
	Signatures             [][]byte                 `protobuf:"bytes,2,rep,name=signatures,proto3" json:"signatures,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestedReportMany) Descriptor deprecated

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

Deprecated: Use AttestedReportMany.ProtoReflect.Descriptor instead.

func (*AttestedReportMany) GetAttributedObservations

func (x *AttestedReportMany) GetAttributedObservations() []*AttributedObservation

func (*AttestedReportMany) GetSignatures

func (x *AttestedReportMany) GetSignatures() [][]byte

func (*AttestedReportMany) ProtoMessage

func (*AttestedReportMany) ProtoMessage()

func (*AttestedReportMany) ProtoReflect

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

func (*AttestedReportMany) Reset

func (x *AttestedReportMany) Reset()

func (*AttestedReportMany) String

func (x *AttestedReportMany) String() string

type AttestedReportOne

type AttestedReportOne struct {
	AttributedObservations []*AttributedObservation `protobuf:"bytes,1,rep,name=attributedObservations,proto3" json:"attributedObservations,omitempty"`
	Signature              []byte                   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestedReportOne) Descriptor deprecated

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

Deprecated: Use AttestedReportOne.ProtoReflect.Descriptor instead.

func (*AttestedReportOne) GetAttributedObservations

func (x *AttestedReportOne) GetAttributedObservations() []*AttributedObservation

func (*AttestedReportOne) GetSignature

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

func (*AttestedReportOne) ProtoMessage

func (*AttestedReportOne) ProtoMessage()

func (*AttestedReportOne) ProtoReflect

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

func (*AttestedReportOne) Reset

func (x *AttestedReportOne) Reset()

func (*AttestedReportOne) String

func (x *AttestedReportOne) String() string

type AttributedObservation

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

func (*AttributedObservation) Descriptor deprecated

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

Deprecated: Use AttributedObservation.ProtoReflect.Descriptor instead.

func (*AttributedObservation) GetObservation

func (x *AttributedObservation) GetObservation() *Observation

func (*AttributedObservation) GetObserver

func (x *AttributedObservation) GetObserver() uint32

func (*AttributedObservation) ProtoMessage

func (*AttributedObservation) ProtoMessage()

func (*AttributedObservation) ProtoReflect

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

func (*AttributedObservation) Reset

func (x *AttributedObservation) Reset()

func (*AttributedObservation) String

func (x *AttributedObservation) String() string

type AttributedSignedObservation

type AttributedSignedObservation struct {
	SignedObservation *SignedObservation `protobuf:"bytes,1,opt,name=signedObservation,proto3" json:"signedObservation,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 MessageFinal

type MessageFinal struct {
	Epoch  uint64              `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Round  uint64              `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"`
	Report *AttestedReportMany `protobuf:"bytes,3,opt,name=report,proto3" json:"report,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageFinal) Descriptor deprecated

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

Deprecated: Use MessageFinal.ProtoReflect.Descriptor instead.

func (*MessageFinal) GetEpoch

func (x *MessageFinal) GetEpoch() uint64

func (*MessageFinal) GetReport

func (x *MessageFinal) GetReport() *AttestedReportMany

func (*MessageFinal) GetRound

func (x *MessageFinal) GetRound() uint64

func (*MessageFinal) ProtoMessage

func (*MessageFinal) ProtoMessage()

func (*MessageFinal) ProtoReflect

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

func (*MessageFinal) Reset

func (x *MessageFinal) Reset()

func (*MessageFinal) String

func (x *MessageFinal) String() string

type MessageFinalEcho

type MessageFinalEcho struct {
	Final *MessageFinal `protobuf:"bytes,1,opt,name=final,proto3" json:"final,omitempty"`
	// contains filtered or unexported fields
}

MessageFinalEcho has exactly the same fields as MessageFinal

func (*MessageFinalEcho) Descriptor deprecated

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

Deprecated: Use MessageFinalEcho.ProtoReflect.Descriptor instead.

func (*MessageFinalEcho) GetFinal

func (x *MessageFinalEcho) GetFinal() *MessageFinal

func (*MessageFinalEcho) ProtoMessage

func (*MessageFinalEcho) ProtoMessage()

func (*MessageFinalEcho) ProtoReflect

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

func (*MessageFinalEcho) Reset

func (x *MessageFinalEcho) Reset()

func (*MessageFinalEcho) String

func (x *MessageFinalEcho) String() string

type MessageNewEpoch

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

func (*MessageNewEpoch) Descriptor deprecated

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

Deprecated: Use MessageNewEpoch.ProtoReflect.Descriptor instead.

func (*MessageNewEpoch) GetEpoch

func (x *MessageNewEpoch) GetEpoch() uint64

func (*MessageNewEpoch) ProtoMessage

func (*MessageNewEpoch) ProtoMessage()

func (*MessageNewEpoch) ProtoReflect

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

func (*MessageNewEpoch) Reset

func (x *MessageNewEpoch) Reset()

func (*MessageNewEpoch) String

func (x *MessageNewEpoch) String() string

type MessageObserve

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

func (*MessageObserve) Descriptor deprecated

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

Deprecated: Use MessageObserve.ProtoReflect.Descriptor instead.

func (*MessageObserve) GetEpoch

func (x *MessageObserve) GetEpoch() uint64

func (*MessageObserve) GetRound

func (x *MessageObserve) GetRound() uint64

func (*MessageObserve) GetSignedObservation

func (x *MessageObserve) GetSignedObservation() *SignedObservation

func (*MessageObserve) ProtoMessage

func (*MessageObserve) ProtoMessage()

func (*MessageObserve) ProtoReflect

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

func (*MessageObserve) Reset

func (x *MessageObserve) Reset()

func (*MessageObserve) String

func (x *MessageObserve) String() string

type MessageObserveReq

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

func (*MessageObserveReq) Descriptor deprecated

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

Deprecated: Use MessageObserveReq.ProtoReflect.Descriptor instead.

func (*MessageObserveReq) GetEpoch

func (x *MessageObserveReq) GetEpoch() uint64

func (*MessageObserveReq) GetRound

func (x *MessageObserveReq) GetRound() uint64

func (*MessageObserveReq) ProtoMessage

func (*MessageObserveReq) ProtoMessage()

func (*MessageObserveReq) ProtoReflect

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

func (*MessageObserveReq) Reset

func (x *MessageObserveReq) Reset()

func (*MessageObserveReq) String

func (x *MessageObserveReq) String() string

type MessageReport

type MessageReport struct {
	Epoch  uint64             `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Round  uint64             `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"`
	Report *AttestedReportOne `protobuf:"bytes,3,opt,name=report,proto3" json:"report,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageReport) Descriptor deprecated

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

Deprecated: Use MessageReport.ProtoReflect.Descriptor instead.

func (*MessageReport) GetEpoch

func (x *MessageReport) GetEpoch() uint64

func (*MessageReport) GetReport

func (x *MessageReport) GetReport() *AttestedReportOne

func (*MessageReport) GetRound

func (x *MessageReport) GetRound() uint64

func (*MessageReport) ProtoMessage

func (*MessageReport) ProtoMessage()

func (*MessageReport) ProtoReflect

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

func (*MessageReport) Reset

func (x *MessageReport) Reset()

func (*MessageReport) String

func (x *MessageReport) String() string

type MessageReportReq

type MessageReportReq struct {
	Epoch                        uint64                         `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Round                        uint64                         `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"`
	AttributedSignedObservations []*AttributedSignedObservation `protobuf:"bytes,3,rep,name=attributedSignedObservations,proto3" json:"attributedSignedObservations,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageReportReq) Descriptor deprecated

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

Deprecated: Use MessageReportReq.ProtoReflect.Descriptor instead.

func (*MessageReportReq) GetAttributedSignedObservations

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

func (*MessageReportReq) GetEpoch

func (x *MessageReportReq) GetEpoch() uint64

func (*MessageReportReq) GetRound

func (x *MessageReportReq) GetRound() uint64

func (*MessageReportReq) ProtoMessage

func (*MessageReportReq) ProtoMessage()

func (*MessageReportReq) ProtoReflect

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

func (*MessageReportReq) Reset

func (x *MessageReportReq) Reset()

func (*MessageReportReq) String

func (x *MessageReportReq) String() string

type MessageWrapper

type MessageWrapper struct {

	// Types that are assignable to Msg:
	//	*MessageWrapper_MessageNewEpoch
	//	*MessageWrapper_MessageObserveReq
	//	*MessageWrapper_MessageObserve
	//	*MessageWrapper_MessageReportReq
	//	*MessageWrapper_MessageReport
	//	*MessageWrapper_MessageFinal
	//	*MessageWrapper_MessageFinalEcho
	Msg isMessageWrapper_Msg `protobuf_oneof:"msg"`
	// contains filtered or unexported fields
}

func (*MessageWrapper) Descriptor deprecated

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

Deprecated: Use MessageWrapper.ProtoReflect.Descriptor instead.

func (*MessageWrapper) GetMessageFinal

func (x *MessageWrapper) GetMessageFinal() *MessageFinal

func (*MessageWrapper) GetMessageFinalEcho

func (x *MessageWrapper) GetMessageFinalEcho() *MessageFinalEcho

func (*MessageWrapper) GetMessageNewEpoch

func (x *MessageWrapper) GetMessageNewEpoch() *MessageNewEpoch

func (*MessageWrapper) GetMessageObserve

func (x *MessageWrapper) GetMessageObserve() *MessageObserve

func (*MessageWrapper) GetMessageObserveReq

func (x *MessageWrapper) GetMessageObserveReq() *MessageObserveReq

func (*MessageWrapper) GetMessageReport

func (x *MessageWrapper) GetMessageReport() *MessageReport

func (*MessageWrapper) GetMessageReportReq

func (x *MessageWrapper) GetMessageReportReq() *MessageReportReq

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_MessageFinal

type MessageWrapper_MessageFinal struct {
	MessageFinal *MessageFinal `protobuf:"bytes,7,opt,name=messageFinal,proto3,oneof"`
}

type MessageWrapper_MessageFinalEcho

type MessageWrapper_MessageFinalEcho struct {
	MessageFinalEcho *MessageFinalEcho `protobuf:"bytes,8,opt,name=messageFinalEcho,proto3,oneof"`
}

type MessageWrapper_MessageNewEpoch

type MessageWrapper_MessageNewEpoch struct {
	MessageNewEpoch *MessageNewEpoch `protobuf:"bytes,2,opt,name=messageNewEpoch,proto3,oneof"`
}

type MessageWrapper_MessageObserve

type MessageWrapper_MessageObserve struct {
	MessageObserve *MessageObserve `protobuf:"bytes,4,opt,name=messageObserve,proto3,oneof"`
}

type MessageWrapper_MessageObserveReq

type MessageWrapper_MessageObserveReq struct {
	MessageObserveReq *MessageObserveReq `protobuf:"bytes,3,opt,name=messageObserveReq,proto3,oneof"`
}

type MessageWrapper_MessageReport

type MessageWrapper_MessageReport struct {
	MessageReport *MessageReport `protobuf:"bytes,6,opt,name=messageReport,proto3,oneof"`
}

type MessageWrapper_MessageReportReq

type MessageWrapper_MessageReportReq struct {
	MessageReportReq *MessageReportReq `protobuf:"bytes,5,opt,name=messageReportReq,proto3,oneof"`
}

type Observation

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

func (*Observation) Descriptor deprecated

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

Deprecated: Use Observation.ProtoReflect.Descriptor instead.

func (*Observation) GetValue

func (x *Observation) GetValue() []byte

func (*Observation) ProtoMessage

func (*Observation) ProtoMessage()

func (*Observation) ProtoReflect

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

func (*Observation) Reset

func (x *Observation) Reset()

func (*Observation) String

func (x *Observation) String() string

type SignedObservation

type SignedObservation struct {
	Observation *Observation `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() *Observation

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=configDigest,proto3" json:"configDigest,omitempty"`
	SerializedMsg []byte `protobuf:"bytes,2,opt,name=serializedMsg,proto3" json:"serializedMsg,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=invalidSerialization,proto3,oneof"`
}

type TelemetryMessageBroadcast

type TelemetryMessageBroadcast struct {
	ConfigDigest  []byte          `protobuf:"bytes,1,opt,name=configDigest,proto3" json:"configDigest,omitempty"`
	Msg           *MessageWrapper `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	SerializedMsg []byte          `protobuf:"bytes,3,opt,name=serializedMsg,proto3" json:"serializedMsg,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=configDigest,proto3" json:"configDigest,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=configDigest,proto3" json:"configDigest,omitempty"`
	Msg           *MessageWrapper `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	SerializedMsg []byte          `protobuf:"bytes,3,opt,name=serializedMsg,proto3" json:"serializedMsg,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=configDigest,proto3" json:"configDigest,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"`
	// 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) 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=unixTimeNanoseconds,proto3" json:"unixTimeNanoseconds,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=assertionViolation,proto3,oneof"`
}

type TelemetryWrapper_MessageBroadcast

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

type TelemetryWrapper_MessageReceived

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

type TelemetryWrapper_MessageSent

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

type TelemetryWrapper_RoundStarted

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

Jump to

Keyboard shortcuts

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