From ebc9f0da9e0d2fe90a4f9a820114d462fdf13178 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Wed, 8 Jan 2014 08:06:17 -0700 Subject: Basic types. --- stat.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stat.go (limited to 'stat.go') diff --git a/stat.go b/stat.go new file mode 100644 index 0000000..b01fa99 --- /dev/null +++ b/stat.go @@ -0,0 +1,10 @@ +package bolt + +type Stat struct { + PageSize int + Depth int + BranchPageCount int + LeafPageCount int + OverflowPageCount int + EntryCount int +} -- cgit v1.2.3