github.com/markusbkk/elvish@v0.0.0-20231204143114-91dc52438621/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"