mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
remove todo
This commit is contained in:
parent
f50cf0497d
commit
08057fa642
@ -26,7 +26,6 @@ func New() *FileSystem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (fs *FileSystem) Get(nodePath string, recusive bool, index uint64, term uint64) (*Event, error) {
|
func (fs *FileSystem) Get(nodePath string, recusive bool, index uint64, term uint64) (*Event, error) {
|
||||||
// TODO: add recursive get
|
|
||||||
n, err := fs.InternalGet(nodePath, index, term)
|
n, err := fs.InternalGet(nodePath, index, term)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user