Commit a5962ea7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2ca8443b
...@@ -1144,6 +1144,7 @@ func (e *IndexCorruptError) Error() string { ...@@ -1144,6 +1144,7 @@ func (e *IndexCorruptError) Error() string {
} }
// VerifyIndex verifies that index is correct // VerifyIndex verifies that index is correct
// XXX -> not exported @ fs1
func (fs *FileStorage) VerifyIndex(ctx context.Context) error { func (fs *FileStorage) VerifyIndex(ctx context.Context) error {
// XXX lock appends? // XXX lock appends?
...@@ -1163,6 +1164,7 @@ func (fs *FileStorage) VerifyIndex(ctx context.Context) error { ...@@ -1163,6 +1164,7 @@ func (fs *FileStorage) VerifyIndex(ctx context.Context) error {
// Reindex rebuilds the index // Reindex rebuilds the index
// XXX -> not exported @ fs1
func (fs *FileStorage) Reindex(ctx context.Context) error { func (fs *FileStorage) Reindex(ctx context.Context) error {
// XXX lock appends? // XXX lock appends?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment