mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci]Add chunk manager interface comment (#8350)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
3c8f031968
commit
b47ff1f97f
@ -11,6 +11,8 @@
|
||||
|
||||
package storage
|
||||
|
||||
// ChunkManager is to manager chunks.
|
||||
// Include Read, Write, Remove chunks.
|
||||
type ChunkManager interface {
|
||||
GetPath(key string) (string, error)
|
||||
Write(key string, content []byte) error
|
||||
|
Loading…
Reference in New Issue
Block a user