bbolt/info.go

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
}