go.etcd.io/bbolt.Tx.Bucket (method)

15 uses

	go.etcd.io/bbolt (current package)
		tx.go#L100: func (tx *Tx) Bucket(name []byte) *Bucket {

	src.elv.sh/pkg/store
		cmd.go#L21: 		b := tx.Bucket([]byte(bucketCmd))
		cmd.go#L35: 		b := tx.Bucket([]byte(bucketCmd))
		cmd.go#L48: 		b := tx.Bucket([]byte(bucketCmd))
		cmd.go#L57: 		b := tx.Bucket([]byte(bucketCmd))
		cmd.go#L72: 		b := tx.Bucket([]byte(bucketCmd))
		cmd.go#L106: 		b := tx.Bucket([]byte(bucketCmd))
		cmd.go#L125: 		b := tx.Bucket([]byte(bucketCmd))
		dir.go#L36: 		b := tx.Bucket([]byte(bucketDir))
		dir.go#L57: 		b := tx.Bucket([]byte(bucketDir))
		dir.go#L65: 		b := tx.Bucket([]byte(bucketDir))
		dir.go#L76: 		b := tx.Bucket([]byte(bucketDir))
		shared_var.go#L23: 		b := tx.Bucket([]byte(bucketSharedVar))
		shared_var.go#L37: 		b := tx.Bucket([]byte(bucketSharedVar))
		shared_var.go#L45: 		b := tx.Bucket([]byte(bucketSharedVar))