Documentation
¶
Index ¶
- Variables
- type ExampleMsg
- func (m *ExampleMsg) CloneGenericVT() proto.Message
- func (m *ExampleMsg) CloneVT() *ExampleMsg
- func (*ExampleMsg) Descriptor() ([]byte, []int)deprecated
- func (this *ExampleMsg) EqualVT(that *ExampleMsg) bool
- func (x *ExampleMsg) GetExampleField() string
- func (m *ExampleMsg) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ExampleMsg) MarshalToVT(dAtA []byte) (int, error)
- func (m *ExampleMsg) MarshalVT() (dAtA []byte, err error)
- func (*ExampleMsg) ProtoMessage()
- func (x *ExampleMsg) ProtoReflect() protoreflect.Message
- func (x *ExampleMsg) Reset()
- func (m *ExampleMsg) SizeVT() (n int)
- func (x *ExampleMsg) String() string
- func (m *ExampleMsg) 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_example_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExampleMsg ¶
type ExampleMsg struct {
// ExampleField is an example field.
ExampleField string `protobuf:"bytes,1,opt,name=example_field,json=exampleField,proto3" json:"example_field,omitempty"`
// contains filtered or unexported fields
}
ExampleMsg is an example message.
func (*ExampleMsg) CloneGenericVT ¶ added in v0.3.4
func (m *ExampleMsg) CloneGenericVT() proto.Message
func (*ExampleMsg) CloneVT ¶ added in v0.3.4
func (m *ExampleMsg) CloneVT() *ExampleMsg
func (*ExampleMsg) Descriptor
deprecated
func (*ExampleMsg) Descriptor() ([]byte, []int)
Deprecated: Use ExampleMsg.ProtoReflect.Descriptor instead.
func (*ExampleMsg) EqualVT ¶
func (this *ExampleMsg) EqualVT(that *ExampleMsg) bool
func (*ExampleMsg) GetExampleField ¶
func (x *ExampleMsg) GetExampleField() string
func (*ExampleMsg) MarshalToSizedBufferVT ¶
func (m *ExampleMsg) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ExampleMsg) MarshalToVT ¶
func (m *ExampleMsg) MarshalToVT(dAtA []byte) (int, error)
func (*ExampleMsg) MarshalVT ¶
func (m *ExampleMsg) MarshalVT() (dAtA []byte, err error)
func (*ExampleMsg) ProtoMessage ¶
func (*ExampleMsg) ProtoMessage()
func (*ExampleMsg) ProtoReflect ¶
func (x *ExampleMsg) ProtoReflect() protoreflect.Message
func (*ExampleMsg) Reset ¶
func (x *ExampleMsg) Reset()
func (*ExampleMsg) SizeVT ¶
func (m *ExampleMsg) SizeVT() (n int)
func (*ExampleMsg) String ¶
func (x *ExampleMsg) String() string
func (*ExampleMsg) UnmarshalVT ¶
func (m *ExampleMsg) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.