v3rpc

package
v2.3.0-alpha.0....-5099bf6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package v3rpc implements etcd v3 RPC system based on gRPC.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrEmptyKey      = grpc.Errorf(codes.InvalidArgument, "key is not provided")
	ErrCompacted     = grpc.Errorf(codes.OutOfRange, storage.ErrCompacted.Error())
	ErrFutureRev     = grpc.Errorf(codes.OutOfRange, storage.ErrFutureRev.Error())
	ErrLeaseNotFound = grpc.Errorf(codes.NotFound, "requested lease not found")
)

Functions

func NewKVServer

func NewKVServer(s *etcdserver.EtcdServer) pb.KVServer

func NewLeaseServer

func NewLeaseServer(le etcdserver.Lessor) pb.LeaseServer

func NewWatchServer

func NewWatchServer(s *etcdserver.EtcdServer) pb.WatchServer

Types

type LeaseServer

type LeaseServer struct {
	// contains filtered or unexported fields
}

func (*LeaseServer) LeaseCreate

func (*LeaseServer) LeaseKeepAlive

func (ls *LeaseServer) LeaseKeepAlive(stream pb.Lease_LeaseKeepAliveServer) error

func (*LeaseServer) LeaseRevoke

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL