1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00
2022-12-15 11:12:25 +08:00

15 lines
231 B
Go

package constant
const (
NginxScopeServer = "server"
NginxScopeHttp = "http"
NginxScopeOut = "out"
NginxReload = "reload"
NginxCheck = "check"
ConfigNew = "add"
ConfigUpdate = "update"
ConfigDel = "delete"
)