mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-01 05:30:24 +08:00
增加节点同步状态提示和任务列表
This commit is contained in:
@@ -14,3 +14,14 @@ func TestReverseProxyDAO_ComposeReverseProxyConfig(t *testing.T) {
|
||||
}
|
||||
t.Log(config)
|
||||
}
|
||||
|
||||
func TestReverseProxyDAO_FindReverseProxyContainsOriginId(t *testing.T) {
|
||||
dbs.NotifyReady()
|
||||
|
||||
var tx *dbs.Tx
|
||||
reverseProxyId, err := SharedReverseProxyDAO.FindReverseProxyContainsOriginId(tx, 68)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log("reverseProxyId:", reverseProxyId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user