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