From ebc9f0da9e0d2fe90a4f9a820114d462fdf13178 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Wed, 8 Jan 2014 08:06:17 -0700 Subject: Basic types. --- xcursor.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xcursor.go (limited to 'xcursor.go') diff --git a/xcursor.go b/xcursor.go new file mode 100644 index 0000000..fa0e915 --- /dev/null +++ b/xcursor.go @@ -0,0 +1,8 @@ +package bolt + +type xcursor struct { + cursor cursor + bucket *bucket + bucketx *bucketx + bucketFlag int +} -- cgit v1.2.3