Documentation ¶
Index ¶
- Variables
- type Msg1
- func (*Msg1) Descriptor() ([]byte, []int)deprecated
- func (x *Msg1) GetTimestamp() *timestamppb.Timestamp
- func (x *Msg1) GetV1() int64
- func (x *Msg1) GetV2() string
- func (x *Msg1) GetV3() string
- func (x *Msg1) GetV5() int64
- func (x *Msg1) GetV6() map[string]string
- func (*Msg1) ProtoMessage()
- func (x *Msg1) ProtoReflect() protoreflect.Message
- func (x *Msg1) Reset()
- func (x *Msg1) String() string
- type Msg2
- func (*Msg2) Descriptor() ([]byte, []int)deprecated
- func (x *Msg2) GetV1() []*Msg1
- func (x *Msg2) GetV2() []uint64
- func (x *Msg2) GetV3() []string
- func (x *Msg2) GetV4() []float32
- func (x *Msg2) GetV5() []float64
- func (x *Msg2) GetV6() []uint32
- func (x *Msg2) GetV7() []int32
- func (x *Msg2) GetV8() []byte
- func (*Msg2) ProtoMessage()
- func (x *Msg2) ProtoReflect() protoreflect.Message
- func (x *Msg2) Reset()
- func (x *Msg2) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_philpearl_plenctest_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Msg1 ¶
type Msg1 struct { V1 int64 `protobuf:"zigzag64,1,opt,name=v1,proto3" json:"v1,omitempty"` V2 string `protobuf:"bytes,2,opt,name=v2,proto3" json:"v2,omitempty"` V3 string `protobuf:"bytes,3,opt,name=v3,proto3" json:"v3,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` V5 int64 `protobuf:"varint,5,opt,name=v5,proto3" json:"v5,omitempty"` V6 map[string]string `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Msg1) Descriptor
deprecated
func (*Msg1) GetTimestamp ¶
func (x *Msg1) GetTimestamp() *timestamppb.Timestamp
func (*Msg1) ProtoMessage ¶
func (*Msg1) ProtoMessage()
func (*Msg1) ProtoReflect ¶
func (x *Msg1) ProtoReflect() protoreflect.Message
type Msg2 ¶
type Msg2 struct { V1 []*Msg1 `protobuf:"bytes,1,rep,name=v1,proto3" json:"v1,omitempty"` V2 []uint64 `protobuf:"varint,2,rep,packed,name=v2,proto3" json:"v2,omitempty"` V3 []string `protobuf:"bytes,3,rep,name=v3,proto3" json:"v3,omitempty"` V4 []float32 `protobuf:"fixed32,4,rep,packed,name=v4,proto3" json:"v4,omitempty"` V5 []float64 `protobuf:"fixed64,5,rep,packed,name=v5,proto3" json:"v5,omitempty"` V6 []uint32 `protobuf:"varint,6,rep,packed,name=v6,proto3" json:"v6,omitempty"` V7 []int32 `protobuf:"zigzag32,7,rep,packed,name=v7,proto3" json:"v7,omitempty"` V8 []byte `protobuf:"bytes,8,opt,name=v8,proto3" json:"v8,omitempty"` // contains filtered or unexported fields }
func (*Msg2) Descriptor
deprecated
func (*Msg2) ProtoMessage ¶
func (*Msg2) ProtoMessage()
func (*Msg2) ProtoReflect ¶
func (x *Msg2) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.