Documentation ¶
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
- func (m *Dep) XXX_DiscardUnknown()
- func (m *Dep) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Dep) XXX_Merge(src proto.Message)
- func (m *Dep) XXX_Size() int
- func (m *Dep) XXX_Unmarshal(b []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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
Dep is a dep.
func (*Dep) Descriptor ¶
func (*Dep) ProtoMessage ¶
func (*Dep) ProtoMessage()
func (*Dep) XXX_DiscardUnknown ¶ added in v0.5.0
func (m *Dep) XXX_DiscardUnknown()
func (*Dep) XXX_Marshal ¶ added in v0.5.0
func (*Dep) XXX_Unmarshal ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.