|
|
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) {
|
|
|
n, err := fs.InternalGet(nodePath, index, term)
|
|
n, err := fs.InternalGet(nodePath, index, term)
|