diff options
Diffstat (limited to 'stat.go')
-rw-r--r-- | stat.go | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +package bolt + +type Stat struct { + PageSize int + Depth int + BranchPageCount int + LeafPageCount int + OverflowPageCount int + EntryCount int +} |