Documentation
¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetA() int64
- func (x *Message) GetB() uint32
- func (x *Message) GetC() uint64
- func (x *Message) GetD() string
- func (x *Message) GetFixed_1() uint32
- func (x *Message) GetFixed_2() uint64
- func (x *Message) GetFloat32() float32
- func (x *Message) GetFloat64() float64
- func (x *Message) GetSignedFixed_1() int32
- func (x *Message) GetSignedFixed_2() int64
- func (x *Message) GetSigned_1() int32
- func (x *Message) GetSigned_2() int64
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_fixtures_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { A int64 `protobuf:"varint,1,opt,name=a,proto3" json:"a,omitempty"` B uint32 `protobuf:"varint,2,opt,name=b,proto3" json:"b,omitempty"` C uint64 `protobuf:"varint,3,opt,name=c,proto3" json:"c,omitempty"` D string `protobuf:"bytes,4,opt,name=d,proto3" json:"d,omitempty"` Signed_1 int32 `protobuf:"zigzag32,10,opt,name=signed_1,json=signed1,proto3" json:"signed_1,omitempty"` Signed_2 int64 `protobuf:"zigzag64,11,opt,name=signed_2,json=signed2,proto3" json:"signed_2,omitempty"` Fixed_1 uint32 `protobuf:"fixed32,20,opt,name=fixed_1,json=fixed1,proto3" json:"fixed_1,omitempty"` Fixed_2 uint64 `protobuf:"fixed64,21,opt,name=fixed_2,json=fixed2,proto3" json:"fixed_2,omitempty"` SignedFixed_1 int32 `protobuf:"fixed32,30,opt,name=signed_fixed_1,json=signedFixed1,proto3" json:"signed_fixed_1,omitempty"` SignedFixed_2 int64 `protobuf:"fixed64,31,opt,name=signed_fixed_2,json=signedFixed2,proto3" json:"signed_fixed_2,omitempty"` Float32 float32 `protobuf:"fixed32,40,opt,name=float32,proto3" json:"float32,omitempty"` Float64 float64 `protobuf:"fixed64,41,opt,name=float64,proto3" json:"float64,omitempty"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetFixed_1 ¶
func (*Message) GetFixed_2 ¶
func (*Message) GetFloat32 ¶
func (*Message) GetFloat64 ¶
func (*Message) GetSignedFixed_1 ¶
func (*Message) GetSignedFixed_2 ¶
func (*Message) GetSigned_1 ¶
func (*Message) GetSigned_2 ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.