Moved ledis implementation to a new package
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"errors"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"errors"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"errors"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"errors"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"strconv"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"sync"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"crypto/md5"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"errors"
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"github.com/cloudsonic/sonic-server/conf"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"errors"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import (
|
||||
"errors"
|
||||
@@ -1,4 +1,4 @@
|
||||
package persistence
|
||||
package ledis
|
||||
|
||||
import "github.com/google/wire"
|
||||
|
||||
Reference in New Issue
Block a user