Documentation ¶
Overview ¶
Package subpb is a generated protocol buffer package.
It is generated from these files:
sub/sub.proto
It has these top-level messages:
Dep
Index ¶
- Variables
- type Dep
- func (*Dep) Descriptor() ([]byte, []int)
- func (this *Dep) Equal(that interface{}) bool
- func (m *Dep) GetHello() int64
- func (this *Dep) GoString() string
- func (m *Dep) Marshal() (dAtA []byte, err error)
- func (m *Dep) MarshalTo(dAtA []byte) (int, error)
- func (*Dep) ProtoMessage()
- func (m *Dep) Reset()
- func (m *Dep) Size() (n int)
- func (this *Dep) String() string
- func (m *Dep) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthSub = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSub = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Dep ¶
type Dep struct {
Hello int64 `protobuf:"varint,1,opt,name=hello,proto3" json:"hello,omitempty"`
}
Dep is a dep.
func (*Dep) Descriptor ¶
func (*Dep) ProtoMessage ¶
func (*Dep) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.