aboutsummaryrefslogtreecommitdiff
path: root/stat.go
diff options
context:
space:
mode:
Diffstat (limited to 'stat.go')
-rw-r--r--stat.go10
1 files changed, 10 insertions, 0 deletions
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
+}