github.com/zuoyebang/bitalostable@v1.0.1-0.20240229032404-e3b99a834294/cleaner.go (about)

     1  // Copyright 2019 The LevelDB-Go and Pebble and Bitalostored Authors. All rights reserved. Use
     2  // of this source code is governed by a BSD-style license that can be found in
     3  // the LICENSE file.
     4  
     5  package bitalostable
     6  
     7  import "github.com/zuoyebang/bitalostable/internal/base"
     8  
     9  // Cleaner exports the base.Cleaner type.
    10  type Cleaner = base.Cleaner
    11  
    12  // DeleteCleaner exports the base.DeleteCleaner type.
    13  type DeleteCleaner = base.DeleteCleaner
    14  
    15  // ArchiveCleaner exports the base.ArchiveCleaner type.
    16  type ArchiveCleaner = base.ArchiveCleaner