...
Package importdedup
type Object struct {
CustomField *github_com_gogo_protobuf_test_importdedup_subpkg.CustomType `protobuf:"bytes,1,opt,name=CustomField,customtype=github.com/gogo/protobuf/test/importdedup/subpkg.CustomType" json:"CustomField,omitempty"`
SubObject *subpkg.SubObject `protobuf:"bytes,2,opt,name=SubObject" json:"SubObject,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Object) Descriptor() ([]byte, []int)
func (m *Object) GetSubObject() *subpkg.SubObject
func (*Object) ProtoMessage()
func (*Object) Reset
¶
func (m *Object) Reset()
func (*Object) String
¶
func (m *Object) String() string
func (m *Object) XXX_DiscardUnknown()
func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *Object) XXX_Merge(src proto.Message)
func (m *Object) XXX_Size() int
func (m *Object) XXX_Unmarshal(b []byte) error
Subdirectories