package leasepb
import "github.com/coreos/etcd/lease/leasepb"
Package leasepb is a generated protocol buffer package.
It is generated from these files:
lease.proto
It has these top-level messages:
Lease
Index ¶
Variables ¶
var ( ErrInvalidLengthLease = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowLease = fmt.Errorf("proto: integer overflow") )
Types ¶
type Lease ¶
type Lease struct { ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"` TTL int64 `protobuf:"varint,2,opt,name=TTL,proto3" json:"TTL,omitempty"` }
func (*Lease) Marshal ¶
func (*Lease) MarshalTo ¶
func (*Lease) ProtoMessage ¶
func (*Lease) ProtoMessage()
func (*Lease) Reset ¶
func (m *Lease) Reset()
func (*Lease) Size ¶
func (*Lease) String ¶
func (*Lease) Unmarshal ¶
Source Files ¶
- Version
- v2.3.8+incompatible (latest)
- Published
- Feb 16, 2017
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 19 hours ago –
Tools for package owners.