aboutsummaryrefslogtreecommitdiff
path: root/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'reader.go')
-rw-r--r--reader.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/reader.go b/reader.go
new file mode 100644
index 0000000..c51517c
--- /dev/null
+++ b/reader.go
@@ -0,0 +1,5 @@
+package bolt
+
+type reader struct {
+ int transactionID
+}