Documentation
¶
Index ¶
- Variables
- type OtherMsg
- func (m *OtherMsg) CloneMessageVT() proto.Message
- func (m *OtherMsg) CloneVT() *OtherMsg
- func (*OtherMsg) Descriptor() ([]byte, []int)deprecated
- func (this *OtherMsg) EqualMessageVT(thatMsg proto.Message) bool
- func (this *OtherMsg) EqualVT(that *OtherMsg) bool
- func (x *OtherMsg) GetFooField() uint32
- func (m *OtherMsg) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *OtherMsg) MarshalToVT(dAtA []byte) (int, error)
- func (m *OtherMsg) MarshalVT() (dAtA []byte, err error)
- func (*OtherMsg) ProtoMessage()
- func (x *OtherMsg) ProtoReflect() protoreflect.Message
- func (x *OtherMsg) Reset()
- func (m *OtherMsg) SizeVT() (n int)
- func (x *OtherMsg) String() string
- func (m *OtherMsg) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_github_com_aperturerobotics_ts_common_example_other_other_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OtherMsg ¶
type OtherMsg struct {
// FooField is an example field.
FooField uint32 `protobuf:"varint,1,opt,name=foo_field,json=fooField,proto3" json:"foo_field,omitempty"`
// contains filtered or unexported fields
}
OtherMsg is a different message from ExampleMsg.
func (*OtherMsg) CloneMessageVT ¶
func (*OtherMsg) Descriptor
deprecated
func (*OtherMsg) GetFooField ¶
func (*OtherMsg) MarshalToSizedBufferVT ¶
func (*OtherMsg) ProtoMessage ¶
func (*OtherMsg) ProtoMessage()
func (*OtherMsg) ProtoReflect ¶
func (x *OtherMsg) ProtoReflect() protoreflect.Message
func (*OtherMsg) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.