filer store adds kv support

can compile now, need to implement those unimplemented
This commit is contained in:
Chris Lu
2020-09-01 21:58:57 -07:00
parent e82217f95f
commit 37234bf3f8
10 changed files with 299 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ package filer
import (
"context"
"errors"
"fmt"
"os"
"strings"
@@ -25,7 +24,6 @@ const (
var (
OS_UID = uint32(os.Getuid())
OS_GID = uint32(os.Getgid())
ErrUnsupportedListDirectoryPrefixed = errors.New("UNSUPPORTED")
)
type Filer struct {