Documentation ¶
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()) )
Functions ¶
func NewKVServer ¶
func NewKVServer(s etcdserver.RaftKV) pb.KVServer
func NewWatchServer ¶
func NewWatchServer(w storage.Watchable) pb.WatchServer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.