Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type SimpleEnum ¶
type SimpleEnum int32
SimpleEnum is awesome.
const ( // UNSPECIFIED. SimpleEnumUnspecified SimpleEnum = 0 // ENUM_SIMPLE_VALUE1 is awesome. SimpleEnumValue1 SimpleEnum = 1 // ENUM_SIMPLE_VALUE2 is awesome. SimpleEnumValue2 SimpleEnum = 2 // ENUM_SIMPLE_VALUE3 is awesome. SimpleEnumValue3 SimpleEnum = 3 )
type SimpleMessage ¶
type SimpleMessage struct {
// contains filtered or unexported fields
}
func (*SimpleMessage) MarshalToSizedBufferVT ¶
func (m *SimpleMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*SimpleMessage) MarshalToVT ¶
func (m *SimpleMessage) MarshalToVT(dAtA []byte) (int, error)
func (*SimpleMessage) MarshalVT ¶
func (m *SimpleMessage) MarshalVT() (dAtA []byte, err error)
func (*SimpleMessage) SizeVT ¶
func (m *SimpleMessage) SizeVT() (n int)
func (*SimpleMessage) UnmarshalVT ¶
func (m *SimpleMessage) UnmarshalVT(dAtA []byte) error
type SimpleValue ¶
type SimpleValue struct {
// contains filtered or unexported fields
}
SimpleValue is great.
func (*SimpleValue) MarshalToSizedBufferVT ¶
func (m *SimpleValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*SimpleValue) MarshalToVT ¶
func (m *SimpleValue) MarshalToVT(dAtA []byte) (int, error)
func (*SimpleValue) MarshalVT ¶
func (m *SimpleValue) MarshalVT() (dAtA []byte, err error)
func (*SimpleValue) SizeVT ¶
func (m *SimpleValue) SizeVT() (n int)
func (*SimpleValue) UnmarshalVT ¶
func (m *SimpleValue) UnmarshalVT(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.