convert to template
All checks were successful
Template Cleanup / Template Cleanup (push) Has been skipped
All checks were successful
Template Cleanup / Template Cleanup (push) Has been skipped
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user