chore: update module path to git.kingecg.top
This commit is contained in:
parent
3f666dd6f3
commit
e374da575e
|
|
@ -10,11 +10,11 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"module git.kingecg.top/kingecg/gotidb/pkg/api"
|
"module git.kingecg.top/kingecg/gotidb/pkg/api"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/manager"
|
"git.kingecg.top/kingecg/gotidb/pkg/manager"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/messaging"
|
"git.kingecg.top/kingecg/gotidb/pkg/messaging"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/model"
|
"git.kingecg.top/kingecg/gotidb/pkg/model"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/monitoring"
|
"git.kingecg.top/kingecg/gotidb/pkg/monitoring"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/storage"
|
"git.kingecg.top/kingecg/gotidb/pkg/storage"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/model"
|
"git.kingecg.top/kingecg/gotidb/pkg/model"
|
||||||
"github.com/quic-go/quic-go"
|
"github.com/quic-go/quic-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ import (
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
|
|
||||||
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/model"
|
"git.kingecg.top/kingecg/gotidb/pkg/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
// RESTServer REST API服务
|
// RESTServer REST API服务
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ import (
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
|
|
||||||
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/model"
|
"git.kingecg.top/kingecg/gotidb/pkg/model"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/storage"
|
"git.kingecg.top/kingecg/gotidb/pkg/storage"
|
||||||
)
|
)
|
||||||
|
|
||||||
func setupTestRESTServer() *RESTServer {
|
func setupTestRESTServer() *RESTServer {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ import (
|
||||||
"github.com/gorilla/websocket"
|
"github.com/gorilla/websocket"
|
||||||
|
|
||||||
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/model"
|
"git.kingecg.top/kingecg/gotidb/pkg/model"
|
||||||
)
|
)
|
||||||
|
|
||||||
// WebSocketServer WebSocket服务
|
// WebSocketServer WebSocket服务
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ import (
|
||||||
"github.com/gorilla/websocket"
|
"github.com/gorilla/websocket"
|
||||||
|
|
||||||
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
"module git.kingecg.top/kingecg/gotidb/pkg/manager"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/model"
|
"git.kingecg.top/kingecg/gotidb/pkg/model"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/storage"
|
"git.kingecg.top/kingecg/gotidb/pkg/storage"
|
||||||
)
|
)
|
||||||
|
|
||||||
func setupTestWebSocketServer() *WebSocketServer {
|
func setupTestWebSocketServer() *WebSocketServer {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"module git.kingecg.top/kingecg/gotidb/pkg/model"
|
"module git.kingecg.top/kingecg/gotidb/pkg/model"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/storage"
|
"git.kingecg.top/kingecg/gotidb/pkg/storage"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DataChangeCallback 数据变更回调函数类型
|
// DataChangeCallback 数据变更回调函数类型
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"module git.kingecg.top/kingecg/gotidb/pkg/model"
|
"module git.kingecg.top/kingecg/gotidb/pkg/model"
|
||||||
"git.pyer.club/kingecg/gotidb/pkg/storage"
|
"git.kingecg.top/kingecg/gotidb/pkg/storage"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestDataManager(t *testing.T) {
|
func TestDataManager(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue