refactor: 迁移 service 代码逻辑

This commit is contained in:
2024-08-26 14:50:46 +08:00
parent de3667f957
commit 219116c961
5 changed files with 37 additions and 27 deletions

View File

@ -3,7 +3,7 @@ package zabbixagent
import (
"github.com/gin-gonic/gin"
"net/http"
"onvif-agent/router/handler/onvif"
"onvif-agent/service/onvif"
)
func ONVIFDeviceDiscovery(c *gin.Context) {