Documentation ¶
Overview ¶
Package imported is a generated protocol buffer package.
It is generated from these files:
a.proto
It has these top-level messages:
A
Index ¶
- Variables
- type A
- func (*A) Descriptor() ([]byte, []int)
- func (this *A) Equal(that interface{}) bool
- func (m *A) GetF1() string
- func (m *A) Marshal() (dAtA []byte, err error)
- func (m *A) MarshalTo(dAtA []byte) (int, error)
- func (*A) ProtoMessage()
- func (m *A) Reset()
- func (m *A) Size() (n int)
- func (m *A) String() string
- func (m *A) Unmarshal(dAtA []byte) error
- type B
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthA = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowA = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type A ¶
type A struct {
F1 string `protobuf:"bytes,1,opt,name=f1,proto3" json:"f1,omitempty"`
}
func NewPopulatedA ¶
func (*A) Descriptor ¶
func (*A) ProtoMessage ¶
func (*A) ProtoMessage()
type B ¶
type B struct {
A
}
func NewPopulatedB ¶
func NewPopulatedB(r randyA) *B
func (B) MarshalJSON ¶
func (*B) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.