bbolt/stat.go
2014-01-12 14:59:03 -07:00

11 lines
173 B
Go

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