[skip ci] Refine etcd kv comment (#12872)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/12883/head
edward.zeng 2021-12-07 15:55:03 +08:00 committed by GitHub
parent 55e62cc7ff
commit d3c23ca5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ import (
)
const (
// RequestTimeout default timeout for etcd request.
// RequestTimeout is default timeout for etcd request.
RequestTimeout = 10 * time.Second
)
// EtcdKV implements TxnKv interface, it supports to process multiple kvs in a transaction.
// EtcdKV implements TxnKV interface, it supports to process multiple kvs in a transaction.
type EtcdKV struct {
client *clientv3.Client
rootPath string