This commit is contained in:
Chris Lu 2020-09-01 21:59:26 -07:00
parent 37234bf3f8
commit 2815bbe6c0
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ import (
"github.com/chrislusf/seaweedfs/weed/filer"
)
func (store *MongodbStore) KvPut(ctx context.Context, key []byte, value []byte) (err error) {
return filer.ErrKvNotImplemented
}