var _ … var _ … var _ … const _ … type LockRequest … func (m *LockRequest) Reset() { … } func (m *LockRequest) String() string { … } func (*LockRequest) ProtoMessage() { … } func (*LockRequest) Descriptor() ([]byte, []int) { … } func (m *LockRequest) XXX_Unmarshal(b []byte) error { … } func (m *LockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *LockRequest) XXX_Merge(src proto.Message) { … } func (m *LockRequest) XXX_Size() int { … } func (m *LockRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_LockRequest … func (m *LockRequest) GetName() []byte { … } func (m *LockRequest) GetLease() int64 { … } type LockResponse … func (m *LockResponse) Reset() { … } func (m *LockResponse) String() string { … } func (*LockResponse) ProtoMessage() { … } func (*LockResponse) Descriptor() ([]byte, []int) { … } func (m *LockResponse) XXX_Unmarshal(b []byte) error { … } func (m *LockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *LockResponse) XXX_Merge(src proto.Message) { … } func (m *LockResponse) XXX_Size() int { … } func (m *LockResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_LockResponse … func (m *LockResponse) GetHeader() *etcdserverpb.ResponseHeader { … } func (m *LockResponse) GetKey() []byte { … } type UnlockRequest … func (m *UnlockRequest) Reset() { … } func (m *UnlockRequest) String() string { … } func (*UnlockRequest) ProtoMessage() { … } func (*UnlockRequest) Descriptor() ([]byte, []int) { … } func (m *UnlockRequest) XXX_Unmarshal(b []byte) error { … } func (m *UnlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *UnlockRequest) XXX_Merge(src proto.Message) { … } func (m *UnlockRequest) XXX_Size() int { … } func (m *UnlockRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_UnlockRequest … func (m *UnlockRequest) GetKey() []byte { … } type UnlockResponse … func (m *UnlockResponse) Reset() { … } func (m *UnlockResponse) String() string { … } func (*UnlockResponse) ProtoMessage() { … } func (*UnlockResponse) Descriptor() ([]byte, []int) { … } func (m *UnlockResponse) XXX_Unmarshal(b []byte) error { … } func (m *UnlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *UnlockResponse) XXX_Merge(src proto.Message) { … } func (m *UnlockResponse) XXX_Size() int { … } func (m *UnlockResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_UnlockResponse … func (m *UnlockResponse) GetHeader() *etcdserverpb.ResponseHeader { … } func init() { … } func init() { … } var fileDescriptor_52389b3e2f253201 … var _ … var _ … const _ … type LockClient … type lockClient … func NewLockClient(cc *grpc.ClientConn) LockClient { … } func (c *lockClient) Lock(ctx context.Context, in *LockRequest, opts ...grpc.CallOption) (*LockResponse, error) { … } func (c *lockClient) Unlock(ctx context.Context, in *UnlockRequest, opts ...grpc.CallOption) (*UnlockResponse, error) { … } type LockServer … type UnimplementedLockServer … func (*UnimplementedLockServer) Lock(ctx context.Context, req *LockRequest) (*LockResponse, error) { … } func (*UnimplementedLockServer) Unlock(ctx context.Context, req *UnlockRequest) (*UnlockResponse, error) { … } func RegisterLockServer(s *grpc.Server, srv LockServer) { … } func _Lock_Lock_Handler(srv interface{ … } func _Lock_Unlock_Handler(srv interface{ … } var _Lock_serviceDesc … func (m *LockRequest) Marshal() (dAtA []byte, err error) { … } func (m *LockRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *LockRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *LockResponse) Marshal() (dAtA []byte, err error) { … } func (m *LockResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *LockResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *UnlockRequest) Marshal() (dAtA []byte, err error) { … } func (m *UnlockRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *UnlockRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *UnlockResponse) Marshal() (dAtA []byte, err error) { … } func (m *UnlockResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *UnlockResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func encodeVarintV3Lock(dAtA []byte, offset int, v uint64) int { … } func (m *LockRequest) Size() (n int) { … } func (m *LockResponse) Size() (n int) { … } func (m *UnlockRequest) Size() (n int) { … } func (m *UnlockResponse) Size() (n int) { … } func sovV3Lock(x uint64) (n int) { … } func sozV3Lock(x uint64) (n int) { … } func (m *LockRequest) Unmarshal(dAtA []byte) error { … } func (m *LockResponse) Unmarshal(dAtA []byte) error { … } func (m *UnlockRequest) Unmarshal(dAtA []byte) error { … } func (m *UnlockResponse) Unmarshal(dAtA []byte) error { … } func skipV3Lock(dAtA []byte) (n int, err error) { … } var ErrInvalidLengthV3Lock … var ErrIntOverflowV3Lock … var ErrUnexpectedEndOfGroupV3Lock …