Documentation ¶
Index ¶
- Variables
- type DummyPreprepare
- func (*DummyPreprepare) Descriptor() ([]byte, []int)deprecated
- func (x *DummyPreprepare) GetBatch() *requestpb.Batch
- func (x *DummyPreprepare) GetSn() uint64
- func (*DummyPreprepare) ProtoMessage()
- func (x *DummyPreprepare) ProtoReflect() protoreflect.Message
- func (x *DummyPreprepare) Reset()
- func (x *DummyPreprepare) String() string
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetDummyPreprepare() *DummyPreprepare
- func (x *Message) GetIss() *isspb.ISSMessage
- func (m *Message) GetType() isMessage_Type
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
- type Message_DummyPreprepare
- type Message_Iss
Constants ¶
This section is empty.
Variables ¶
View Source
var File_messagepb_messagepb_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DummyPreprepare ¶
type DummyPreprepare struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` Batch *requestpb.Batch `protobuf:"bytes,2,opt,name=batch,proto3" json:"batch,omitempty"` // contains filtered or unexported fields }
func (*DummyPreprepare) Descriptor
deprecated
func (*DummyPreprepare) Descriptor() ([]byte, []int)
Deprecated: Use DummyPreprepare.ProtoReflect.Descriptor instead.
func (*DummyPreprepare) GetBatch ¶
func (x *DummyPreprepare) GetBatch() *requestpb.Batch
func (*DummyPreprepare) GetSn ¶
func (x *DummyPreprepare) GetSn() uint64
func (*DummyPreprepare) ProtoMessage ¶
func (*DummyPreprepare) ProtoMessage()
func (*DummyPreprepare) ProtoReflect ¶
func (x *DummyPreprepare) ProtoReflect() protoreflect.Message
func (*DummyPreprepare) Reset ¶
func (x *DummyPreprepare) Reset()
func (*DummyPreprepare) String ¶
func (x *DummyPreprepare) String() string
type Message ¶
type Message struct { // Types that are assignable to Type: // *Message_Iss // *Message_DummyPreprepare Type isMessage_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetDummyPreprepare ¶
func (x *Message) GetDummyPreprepare() *DummyPreprepare
func (*Message) GetIss ¶
func (x *Message) GetIss() *isspb.ISSMessage
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type Message_DummyPreprepare ¶
type Message_DummyPreprepare struct {
DummyPreprepare *DummyPreprepare `protobuf:"bytes,100,opt,name=dummy_preprepare,json=dummyPreprepare,proto3,oneof"`
}
type Message_Iss ¶
type Message_Iss struct {
Iss *isspb.ISSMessage `protobuf:"bytes,1,opt,name=iss,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.