aboutsummaryrefslogtreecommitdiff
path: root/info.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-10 07:32:12 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-01-10 07:32:12 -0700
commitdf8333328fc7808ad37f7276a115bfd8a00c3780 (patch)
treec0a8d5597c90023a3f4ccc9a29116624a6276896 /info.go
parentMove all C code into repo. (diff)
downloaddedo-df8333328fc7808ad37f7276a115bfd8a00c3780.tar.gz
dedo-df8333328fc7808ad37f7276a115bfd8a00c3780.tar.xz
DB.Open(), pages, and meta.
Diffstat (limited to 'info.go')
-rw-r--r--info.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/info.go b/info.go
index d9642a5..e32587e 100644
--- a/info.go
+++ b/info.go
@@ -1,7 +1,7 @@
package bolt
-// info contains information about the database.
-type info struct {
+// Info contains information about the database.
+type Info struct {
MapSize int
LastPageID int
LastTransactionID int