mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add chunk manager interface comment (#8350)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/8246/head
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