github.com/kolbycrouch/elvish@v0.14.1-0.20210614162631-215b9ac1c423/pkg/store/buckets.go (about)

     1  package store
     2  
     3  const (
     4  	bucketCmd       = "cmd"
     5  	bucketDir       = "dir"
     6  	bucketSharedVar = "shared_var"
     7  )
     8  
     9  // The following buckets were used before and are thus reserved:
    10  // "schema"