From ebc9f0da9e0d2fe90a4f9a820114d462fdf13178 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Wed, 8 Jan 2014 08:06:17 -0700 Subject: Basic types. --- info.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 info.go (limited to 'info.go') diff --git a/info.go b/info.go new file mode 100644 index 0000000..d9642a5 --- /dev/null +++ b/info.go @@ -0,0 +1,10 @@ +package bolt + +// info contains information about the database. +type info struct { + MapSize int + LastPageID int + LastTransactionID int + MaxReaders int + ReaderCount int +} -- cgit v1.2.3