bbolt/stat.go
Ben Johnson 73ab1d420d TODO
2014-01-24 16:32:18 -07:00

11 lines
173 B
Go

package bolt
type Stat struct {
PageSize int
Depth int
BranchPageCount int
LeafPageCount int
OverflowPageCount int
EntryCount int
}