Documentation ¶
Overview ¶
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
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthSubpkg = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSubpkg = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
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) 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
Click to show internal directories.
Click to hide internal directories.