bbolt/info.go
2014-01-08 08:06:17 -07:00

11 lines
199 B
Go

package bolt
// info contains information about the database.
type info struct {
MapSize int
LastPageID int
LastTransactionID int
MaxReaders int
ReaderCount int
}