Refactor mizuserver module rename (#742)

Co-authored-by: Igor Gov <igor.govorov1@gmail.com>
This commit is contained in:
Igor Gov
2022-02-01 17:19:24 +02:00
committed by GitHub
parent 3a51ca21eb
commit fd64c1bb14
42 changed files with 140 additions and 111 deletions

View File

@@ -3,11 +3,12 @@ package api
import (
"encoding/json"
"fmt"
"mizuserver/pkg/models"
"net/http"
"sync"
"time"
"github.com/up9inc/mizu/agent/pkg/models"
"github.com/gin-gonic/gin"
"github.com/gorilla/websocket"
basenine "github.com/up9inc/basenine/client/go"