 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TablesMapInterface ¶
type TablesMapInterface interface {
	Get(dbutils.OID) (tablebackup.TableBackuper, bool)
	Set(dbutils.OID, tablebackup.TableBackuper)
	Delete(dbutils.OID)
	Map(func(tablebackup.TableBackuper))
}
    TablesMapInterface represents interface for the backup tablesMap map
 Click to show internal directories. 
   Click to hide internal directories.