package subpkg
import "github.com/gogo/protobuf/test/typedeclimport/subpkg"
Package subpkg is a generated protocol buffer package.
It is generated from these files:
subpkg/subpkg.proto
It has these top-level messages:
AnotherMessage
Index ¶
- Variables
- type AnotherMessage
- func (*AnotherMessage) Descriptor() ([]byte, []int)
- func (this *AnotherMessage) Equal(that interface{}) bool
- func (m *AnotherMessage) GetFoo() string
- func (m *AnotherMessage) Marshal() (dAtA []byte, err error)
- func (m *AnotherMessage) MarshalTo(dAtA []byte) (int, error)
- func (*AnotherMessage) ProtoMessage()
- func (m *AnotherMessage) Reset()
- func (m *AnotherMessage) Size() (n int)
- func (m *AnotherMessage) String() string
- func (m *AnotherMessage) Unmarshal(dAtA []byte) error
- func (this *AnotherMessage) VerboseEqual(that interface{}) error
Variables ¶
var ( ErrInvalidLengthSubpkg = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSubpkg = fmt.Errorf("proto: integer overflow") )
Types ¶
type AnotherMessage ¶
type AnotherMessage struct { Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"` }
func (*AnotherMessage) Descriptor ¶
func (*AnotherMessage) Descriptor() ([]byte, []int)
func (*AnotherMessage) Equal ¶
func (this *AnotherMessage) Equal(that interface{}) bool
func (*AnotherMessage) GetFoo ¶
func (m *AnotherMessage) GetFoo() string
func (*AnotherMessage) Marshal ¶
func (m *AnotherMessage) Marshal() (dAtA []byte, err error)
func (*AnotherMessage) MarshalTo ¶
func (m *AnotherMessage) MarshalTo(dAtA []byte) (int, error)
func (*AnotherMessage) ProtoMessage ¶
func (*AnotherMessage) ProtoMessage()
func (*AnotherMessage) Reset ¶
func (m *AnotherMessage) Reset()
func (*AnotherMessage) Size ¶
func (m *AnotherMessage) Size() (n int)
func (*AnotherMessage) String ¶
func (m *AnotherMessage) String() string
func (*AnotherMessage) Unmarshal ¶
func (m *AnotherMessage) Unmarshal(dAtA []byte) error
func (*AnotherMessage) VerboseEqual ¶
func (this *AnotherMessage) VerboseEqual(that interface{}) error
Source Files ¶
- Version
- v1.2.0
- Published
- Dec 11, 2018
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 6 hours ago –
Tools for package owners.