Documentation ¶
Overview ¶
Package typedeclimport is a generated protocol buffer package.
It is generated from these files:
typedeclimport.proto
It has these top-level messages:
SomeMessage
Index ¶
- Variables
- type SomeMessage
- func (*SomeMessage) Descriptor() ([]byte, []int)
- func (this *SomeMessage) Equal(that interface{}) bool
- func (m *SomeMessage) GetImported() subpkg.AnotherMessage
- func (m *SomeMessage) Marshal() (dAtA []byte, err error)
- func (m *SomeMessage) MarshalTo(dAtA []byte) (int, error)
- func (*SomeMessage) ProtoMessage()
- func (m *SomeMessage) Reset()
- func (m *SomeMessage) Size() (n int)
- func (m *SomeMessage) String() string
- func (m *SomeMessage) Unmarshal(dAtA []byte) error
- func (this *SomeMessage) VerboseEqual(that interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthTypedeclimport = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTypedeclimport = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type SomeMessage ¶
type SomeMessage struct {
Imported subpkg.AnotherMessage
}
func (*SomeMessage) Descriptor ¶
func (*SomeMessage) Descriptor() ([]byte, []int)
func (*SomeMessage) Equal ¶
func (this *SomeMessage) Equal(that interface{}) bool
func (*SomeMessage) GetImported ¶
func (m *SomeMessage) GetImported() subpkg.AnotherMessage
func (*SomeMessage) Marshal ¶
func (m *SomeMessage) Marshal() (dAtA []byte, err error)
func (*SomeMessage) ProtoMessage ¶
func (*SomeMessage) ProtoMessage()
func (*SomeMessage) Reset ¶
func (m *SomeMessage) Reset()
func (*SomeMessage) Size ¶
func (m *SomeMessage) Size() (n int)
func (*SomeMessage) String ¶
func (m *SomeMessage) String() string
func (*SomeMessage) Unmarshal ¶
func (m *SomeMessage) Unmarshal(dAtA []byte) error
func (*SomeMessage) VerboseEqual ¶
func (this *SomeMessage) VerboseEqual(that interface{}) error
Click to show internal directories.
Click to hide internal directories.