convert to template
All checks were successful
Template Cleanup / Template Cleanup (push) Has been skipped

This commit is contained in:
2024-09-04 11:36:03 +08:00
parent 3085195290
commit 8b7e7a3f85
13 changed files with 31 additions and 34 deletions

View File

@ -3,9 +3,9 @@ package zabbixagent
import (
"fmt"
"github.com/gin-gonic/gin"
"onvif-agent/response"
handler "onvif-agent/router/handler/onvif"
service "onvif-agent/service/onvif"
"zabbixagent2plugintemplate/response"
handler "zabbixagent2plugintemplate/router/handler/onvif"
service "zabbixagent2plugintemplate/service/onvif"
)
func DiscoverONVIFDevices(c *gin.Context) {

View File

@ -6,9 +6,9 @@ import (
"golang.zabbix.com/sdk/errs"
"io"
"net/http"
"onvif-agent/config"
"onvif-agent/constant"
"strings"
"zabbixagent2plugintemplate/config"
"zabbixagent2plugintemplate/constant"
)
// HandlerFunc describes the signature all metric handler functions must have.