mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in appendix_a_basic_components.md (#11762)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11770/head
parent
39cc7839a0
commit
920453b840
|
@ -443,6 +443,7 @@ type MetaKv interface {
|
|||
###### A.7.4 MetaKv
|
||||
|
||||
```go
|
||||
// SnapShotKV is TxnKV for snapshot data. It must save timestamp.
|
||||
type SnapShotKV interface {
|
||||
Save(key string, value string, ts typeutil.Timestamp) error
|
||||
Load(key string, ts typeutil.Timestamp) (string, error)
|
||||
|
|
Loading…
Reference in New Issue