Documentation
¶
Index ¶
- type OtherMsg
- func (m *OtherMsg) CloneMessageVT() any
- func (m *OtherMsg) CloneVT() *OtherMsg
- func (this *OtherMsg) EqualMessageVT(thatMsg any) 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) Reset()
- func (m *OtherMsg) SizeVT() (n int)
- func (m *OtherMsg) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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) EqualMessageVT ¶
func (*OtherMsg) GetFooField ¶
func (*OtherMsg) MarshalToSizedBufferVT ¶
func (*OtherMsg) ProtoMessage ¶
func (*OtherMsg) ProtoMessage()
func (*OtherMsg) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.