refactor(zabbix): 使 zabbix agent 插件集成独立化
This commit is contained in:
6
constant/app.go
Normal file
6
constant/app.go
Normal file
@ -0,0 +1,6 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
AppName = "onvif-agent"
|
||||
AppVersion = "1.0.0"
|
||||
)
|
Reference in New Issue
Block a user