mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci]Add some comments in appendix_a_basic_components.md (#11356)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
This commit is contained in:
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
Block a user