mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add some comments in appendix_a_basic_components.md (#11356)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/9945/head
parent
496c83612e
commit
ebcb9c1bfa
|
@ -421,6 +421,7 @@ type TxnKV interface {
|
|||
###### A.7.3 MetaKv
|
||||
|
||||
```go
|
||||
// MetaKv is TxnKV for meta data. It should save data with lease.
|
||||
type MetaKv interface {
|
||||
TxnKV
|
||||
GetPath(key string) string
|
||||
|
|
Loading…
Reference in New Issue