package v3rpc
import "github.com/coreos/etcd/etcdserver/api/v3rpc"
Index ¶
- Variables
- func NewKVServer(s etcdserver.RaftKV) pb.KVServer
- func NewWatchServer(w storage.Watchable) pb.WatchServer
Variables ¶
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()) )
Functions ¶
func NewKVServer ¶
func NewKVServer(s etcdserver.RaftKV) pb.KVServer
func NewWatchServer ¶
func NewWatchServer(w storage.Watchable) pb.WatchServer
Source Files ¶
- Version
- v2.3.0-alpha.0+incompatible
- Published
- Nov 6, 2015
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 5 hours ago –
Tools for package owners.