Documentation
¶
Index ¶
- type Parent
- func (m *Parent) CloneMessageVT() protobuf_go_lite.CloneMessage
- func (m *Parent) CloneVT() *Parent
- func (this *Parent) EqualMessageVT(thatMsg any) bool
- func (this *Parent) EqualVT(that *Parent) bool
- func (x *Parent) GetEmpty() *Parent_Empty
- func (x *Parent) MarshalJSON() ([]byte, error)
- func (x *Parent) MarshalProtoJSON(s *json.MarshalState)
- func (x *Parent) MarshalProtoText() string
- func (m *Parent) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Parent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Parent) MarshalToVT(dAtA []byte) (int, error)
- func (m *Parent) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Parent) MarshalVT() (dAtA []byte, err error)
- func (m *Parent) MarshalVTStrict() (dAtA []byte, err error)
- func (*Parent) ProtoMessage()
- func (x *Parent) Reset()
- func (m *Parent) SizeVT() (n int)
- func (x *Parent) String() string
- func (x *Parent) UnmarshalJSON(b []byte) error
- func (x *Parent) UnmarshalProtoJSON(s *json.UnmarshalState)
- func (m *Parent) UnmarshalVT(dAtA []byte) error
- func (m *Parent) UnmarshalVTUnsafe(dAtA []byte) error
- type Parent_Empty
- func (m *Parent_Empty) CloneMessageVT() protobuf_go_lite.CloneMessage
- func (m *Parent_Empty) CloneVT() *Parent_Empty
- func (this *Parent_Empty) EqualMessageVT(thatMsg any) bool
- func (this *Parent_Empty) EqualVT(that *Parent_Empty) bool
- func (x *Parent_Empty) MarshalJSON() ([]byte, error)
- func (x *Parent_Empty) MarshalProtoJSON(s *json.MarshalState)
- func (x *Parent_Empty) MarshalProtoText() string
- func (m *Parent_Empty) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Parent_Empty) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Parent_Empty) MarshalToVT(dAtA []byte) (int, error)
- func (m *Parent_Empty) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Parent_Empty) MarshalVT() (dAtA []byte, err error)
- func (m *Parent_Empty) MarshalVTStrict() (dAtA []byte, err error)
- func (*Parent_Empty) ProtoMessage()
- func (x *Parent_Empty) Reset()
- func (m *Parent_Empty) SizeVT() (n int)
- func (x *Parent_Empty) String() string
- func (x *Parent_Empty) UnmarshalJSON(b []byte) error
- func (x *Parent_Empty) UnmarshalProtoJSON(s *json.UnmarshalState)
- func (m *Parent_Empty) UnmarshalVT(dAtA []byte) error
- func (m *Parent_Empty) UnmarshalVTUnsafe(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parent ¶
type Parent struct { Empty *Parent_Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"` // contains filtered or unexported fields }
func (*Parent) CloneMessageVT ¶
func (m *Parent) CloneMessageVT() protobuf_go_lite.CloneMessage
func (*Parent) EqualMessageVT ¶
func (*Parent) GetEmpty ¶
func (x *Parent) GetEmpty() *Parent_Empty
func (*Parent) MarshalJSON ¶
MarshalJSON marshals the Parent to JSON.
func (*Parent) MarshalProtoJSON ¶
func (x *Parent) MarshalProtoJSON(s *json.MarshalState)
MarshalProtoJSON marshals the Parent message to JSON.
func (*Parent) MarshalProtoText ¶
func (*Parent) MarshalToSizedBufferVT ¶
func (*Parent) MarshalToSizedBufferVTStrict ¶
func (*Parent) MarshalVTStrict ¶
func (*Parent) ProtoMessage ¶
func (*Parent) ProtoMessage()
func (*Parent) UnmarshalJSON ¶
UnmarshalJSON unmarshals the Parent from JSON.
func (*Parent) UnmarshalProtoJSON ¶
func (x *Parent) UnmarshalProtoJSON(s *json.UnmarshalState)
UnmarshalProtoJSON unmarshals the Parent message from JSON.
func (*Parent) UnmarshalVT ¶
func (*Parent) UnmarshalVTUnsafe ¶
type Parent_Empty ¶
type Parent_Empty struct {
// contains filtered or unexported fields
}
func (*Parent_Empty) CloneMessageVT ¶
func (m *Parent_Empty) CloneMessageVT() protobuf_go_lite.CloneMessage
func (*Parent_Empty) CloneVT ¶
func (m *Parent_Empty) CloneVT() *Parent_Empty
func (*Parent_Empty) EqualMessageVT ¶
func (this *Parent_Empty) EqualMessageVT(thatMsg any) bool
func (*Parent_Empty) EqualVT ¶
func (this *Parent_Empty) EqualVT(that *Parent_Empty) bool
func (*Parent_Empty) MarshalJSON ¶
func (x *Parent_Empty) MarshalJSON() ([]byte, error)
MarshalJSON marshals the Parent_Empty to JSON.
func (*Parent_Empty) MarshalProtoJSON ¶
func (x *Parent_Empty) MarshalProtoJSON(s *json.MarshalState)
MarshalProtoJSON marshals the Parent_Empty message to JSON.
func (*Parent_Empty) MarshalProtoText ¶
func (x *Parent_Empty) MarshalProtoText() string
func (*Parent_Empty) MarshalToSizedBufferVT ¶
func (m *Parent_Empty) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Parent_Empty) MarshalToSizedBufferVTStrict ¶
func (m *Parent_Empty) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*Parent_Empty) MarshalToVT ¶
func (m *Parent_Empty) MarshalToVT(dAtA []byte) (int, error)
func (*Parent_Empty) MarshalToVTStrict ¶
func (m *Parent_Empty) MarshalToVTStrict(dAtA []byte) (int, error)
func (*Parent_Empty) MarshalVT ¶
func (m *Parent_Empty) MarshalVT() (dAtA []byte, err error)
func (*Parent_Empty) MarshalVTStrict ¶
func (m *Parent_Empty) MarshalVTStrict() (dAtA []byte, err error)
func (*Parent_Empty) ProtoMessage ¶
func (*Parent_Empty) ProtoMessage()
func (*Parent_Empty) Reset ¶
func (x *Parent_Empty) Reset()
func (*Parent_Empty) SizeVT ¶
func (m *Parent_Empty) SizeVT() (n int)
func (*Parent_Empty) String ¶
func (x *Parent_Empty) String() string
func (*Parent_Empty) UnmarshalJSON ¶
func (x *Parent_Empty) UnmarshalJSON(b []byte) error
UnmarshalJSON unmarshals the Parent_Empty from JSON.
func (*Parent_Empty) UnmarshalProtoJSON ¶
func (x *Parent_Empty) UnmarshalProtoJSON(s *json.UnmarshalState)
UnmarshalProtoJSON unmarshals the Parent_Empty message from JSON.
func (*Parent_Empty) UnmarshalVT ¶
func (m *Parent_Empty) UnmarshalVT(dAtA []byte) error
func (*Parent_Empty) UnmarshalVTUnsafe ¶
func (m *Parent_Empty) UnmarshalVTUnsafe(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.