We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdbfbd commit d08959aCopy full SHA for d08959a
1 file changed
tools/vcli/bw/repl/repl.go
@@ -52,6 +52,7 @@ func New(driver storage.Store, chanSize, bulkSize, builderSize int, rl ReadLiner
52
}
53
54
55
+// ReadLiner returns a channel with the imput to be used for the REPL.
56
type ReadLiner func(*os.File) <-chan string
57
58
// SimpleReadLine reads a line from the provided file. This does not support
0 commit comments