mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-14 17:37:55 +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"
|
|
)
|