diff --git a/internal/storage/types.go b/internal/storage/types.go index 2cdcf3455d..2f560c898c 100644 --- a/internal/storage/types.go +++ b/internal/storage/types.go @@ -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