Renames Server struct and utils.Server interface to EchoVault and utils.EchoVault respectively

This commit is contained in:
Kelvin Mwinuka
2024-03-25 16:23:16 +08:00
parent ea0092e7cc
commit 93cfb9caeb
31 changed files with 725 additions and 720 deletions

View File

@@ -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,