mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-11 09:45:43 +08:00
12 lines
168 B
Go
12 lines
168 B
Go
package constant
|
|
|
|
const (
|
|
NginxScopeServer = "server"
|
|
NginxScopeHttp = "http"
|
|
NginxScopeOut = "out"
|
|
)
|
|
|
|
const (
|
|
NginxReload = "reload"
|
|
NginxCheck = "check"
|
|
)
|