Documentation ¶
Index ¶
- Variables
- type TraceShred
- func (*TraceShred) Descriptor() ([]byte, []int)deprecated
- func (x *TraceShred) GetCreatedAt() *timestamppb.Timestamp
- func (x *TraceShred) GetRegion() string
- func (x *TraceShred) GetSeqNum() uint32
- func (*TraceShred) ProtoMessage()
- func (x *TraceShred) ProtoReflect() protoreflect.Message
- func (x *TraceShred) Reset()
- func (x *TraceShred) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_trace_shred_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TraceShred ¶
type TraceShred struct { // source region, one of: https://jito-labs.gitbook.io/mev/systems/connecting/mainnet Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"` // timestamp of creation CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // monotonically increases, resets upon service restart SeqNum uint32 `protobuf:"varint,3,opt,name=seq_num,json=seqNum,proto3" json:"seq_num,omitempty"` // contains filtered or unexported fields }
func (*TraceShred) Descriptor
deprecated
func (*TraceShred) Descriptor() ([]byte, []int)
Deprecated: Use TraceShred.ProtoReflect.Descriptor instead.
func (*TraceShred) GetCreatedAt ¶
func (x *TraceShred) GetCreatedAt() *timestamppb.Timestamp
func (*TraceShred) GetRegion ¶
func (x *TraceShred) GetRegion() string
func (*TraceShred) GetSeqNum ¶
func (x *TraceShred) GetSeqNum() uint32
func (*TraceShred) ProtoMessage ¶
func (*TraceShred) ProtoMessage()
func (*TraceShred) ProtoReflect ¶
func (x *TraceShred) ProtoReflect() protoreflect.Message
func (*TraceShred) Reset ¶
func (x *TraceShred) Reset()
func (*TraceShred) String ¶
func (x *TraceShred) String() string
Click to show internal directories.
Click to hide internal directories.