fix leader master /dir/lookup api

Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
This commit is contained in:
Lei Liu
2019-10-30 15:49:58 +08:00
parent 57e441d67b
commit f2f90436ef
4 changed files with 15 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
package sequence
type Sequencer interface {
NextFileId(count uint64) (uint64, uint64)
NextFileId(count uint64) uint64
SetMax(uint64)
Peek() uint64
}