 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package local is a file system backed store
Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( // DefaultDatabase is the namespace that the bbolt store // will use if no namespace is provided. DefaultDatabase = "micro" // DefaultTable when none is specified DefaultTable = "micro" // DefaultDir is the default directory for bbolt files DefaultDir = filepath.Join(os.TempDir(), "micro", "store") )
Functions ¶
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.