Commit 691c016d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3db43f64
......@@ -58,6 +58,7 @@ type bmapping interface {
MaxKey(context.Context) (int64, bool, error)
}
// bucketWrap is syntatic sugar to automatically activate/deactivate a bucket on Get/{Min,Max}Key calls.
type bucketWrap LOBucket
func (b *bucketWrap) bucket() *LOBucket {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment