fix compilation
This commit is contained in:
@@ -55,6 +55,10 @@ func (store *TikvStore) DeleteEntry(ctx context.Context, fullpath filer2.FullPat
|
|||||||
return fmt.Errorf("not implemented for 32 bit computers")
|
return fmt.Errorf("not implemented for 32 bit computers")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (store *TikvStore) DeleteFolderChildren(ctx context.Context, fullpath filer2.FullPath) (err error) {
|
||||||
|
return fmt.Errorf("not implemented for 32 bit computers")
|
||||||
|
}
|
||||||
|
|
||||||
func (store *TikvStore) ListDirectoryEntries(ctx context.Context, fullpath filer2.FullPath, startFileName string, inclusive bool,
|
func (store *TikvStore) ListDirectoryEntries(ctx context.Context, fullpath filer2.FullPath, startFileName string, inclusive bool,
|
||||||
limit int) (entries []*filer2.Entry, err error) {
|
limit int) (entries []*filer2.Entry, err error) {
|
||||||
return nil, fmt.Errorf("not implemented for 32 bit computers")
|
return nil, fmt.Errorf("not implemented for 32 bit computers")
|
||||||
|
|||||||
Reference in New Issue
Block a user