Documentation ¶
Index ¶
- type Inside
- func (*Inside) Descriptor() ([]byte, []int)
- func (m *Inside) GetField1() string
- func (*Inside) ProtoMessage()
- func (m *Inside) Reset()
- func (m *Inside) String() string
- func (m *Inside) XXX_DiscardUnknown()
- func (m *Inside) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Inside) XXX_Merge(src proto.Message)
- func (m *Inside) XXX_Size() int
- func (m *Inside) XXX_Unmarshal(b []byte) error
- type Outside
- func (*Outside) Descriptor() ([]byte, []int)
- func (m *Outside) GetField2() string
- func (*Outside) ProtoMessage()
- func (m *Outside) Reset()
- func (m *Outside) String() string
- func (m *Outside) XXX_DiscardUnknown()
- func (m *Outside) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Outside) XXX_Merge(src proto.Message)
- func (m *Outside) XXX_Size() int
- func (m *Outside) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inside ¶
type Inside struct { Field1 *string `protobuf:"bytes,1,opt,name=Field1" json:"MyField1" xml:",chardata"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedInside ¶
func (*Inside) Descriptor ¶
func (*Inside) ProtoMessage ¶
func (*Inside) ProtoMessage()
func (*Inside) XXX_DiscardUnknown ¶ added in v1.1.1
func (m *Inside) XXX_DiscardUnknown()
func (*Inside) XXX_Marshal ¶ added in v1.1.1
func (*Inside) XXX_Unmarshal ¶ added in v1.1.1
type Outside ¶
type Outside struct { *Inside `protobuf:"bytes,1,opt,name=Inside,embedded=Inside" json:""` Field2 *string `protobuf:"bytes,2,opt,name=Field2" json:"MyField2" xml:",comment"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedOutside ¶
func (*Outside) Descriptor ¶
func (*Outside) ProtoMessage ¶
func (*Outside) ProtoMessage()
func (*Outside) XXX_DiscardUnknown ¶ added in v1.1.1
func (m *Outside) XXX_DiscardUnknown()
func (*Outside) XXX_Marshal ¶ added in v1.1.1
func (*Outside) XXX_Unmarshal ¶ added in v1.1.1
Click to show internal directories.
Click to hide internal directories.