mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-05 16:06:57 +08:00
Renames Server struct and utils.Server interface to EchoVault and utils.EchoVault respectively
This commit is contained in:
@@ -26,10 +26,10 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
var mockServer *server.Server
|
||||
var mockServer *server.EchoVault
|
||||
|
||||
func init() {
|
||||
mockServer = server.NewServer(server.Opts{
|
||||
mockServer = server.NewEchoVault(server.Opts{
|
||||
Config: utils.Config{
|
||||
DataDir: "",
|
||||
EvictionPolicy: utils.NoEviction,
|
||||
|
Reference in New Issue
Block a user