Documentation ¶
Index ¶
- Variables
- type Kept
- func (*Kept) Descriptor() ([]byte, []int)
- func (this *Kept) Equal(that interface{}) bool
- func (m *Kept) GetAge() int32
- func (m *Kept) GetName() string
- func (m *Kept) IsNil() bool
- func (m *Kept) Marshal() (dAtA []byte, err error)
- func (m *Kept) MarshalTo(dAtA []byte) (int, error)
- func (m *Kept) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Kept) ProtoMessage()
- func (m *Kept) Reset()
- func (m *Kept) SetAge_(val int32)
- func (m *Kept) SetName_(val string)
- func (m *Kept) Size() (n int)
- func (m *Kept) String() string
- func (m *Kept) Unmarshal(dAtA []byte) error
- func (this *Kept) VerboseEqual(that interface{}) error
- func (m *Kept) XXX_DiscardUnknown()
- func (m *Kept) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Kept) XXX_Merge(src proto.Message)
- func (m *Kept) XXX_Size() int
- func (m *Kept) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Kept ¶
type Kept struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Age int32 `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedKept ¶
func (*Kept) Descriptor ¶
func (*Kept) MarshalToSizedBuffer ¶ added in v1.3.9
func (*Kept) ProtoMessage ¶
func (*Kept) ProtoMessage()
func (*Kept) VerboseEqual ¶
func (*Kept) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Kept) XXX_DiscardUnknown()
func (*Kept) XXX_Marshal ¶ added in v1.1.0
func (*Kept) XXX_Unmarshal ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.