1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-17 22:40:41 +02:00

Update abstract_sql_store_kv.go

This commit is contained in:
Chris Lu 2020-09-02 10:13:48 -07:00
parent 05a6e2dc7f
commit 7c770b727c

View file

@ -4,10 +4,11 @@ import (
"context"
"database/sql"
"fmt"
"strings"
"github.com/chrislusf/seaweedfs/weed/filer"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/util"
"strings"
)
func (store *AbstractSqlStore) KvPut(ctx context.Context, key []byte, value []byte) (err error) {