aboutsummaryrefslogtreecommitdiff
path: root/xcursor.go
blob: 35571abe37a52deb1940d2ea5aa336ad85e08340 (plain) (blame)
1
2
3
4
5
6
7
8
9
package bolt

type xcursor struct {
	cursor     cursor
	bucket     *bucket
	bucketx    *bucketx
	bucketFlag int
}