mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-17 03:04:46 +08:00
12 lines
142 B
Go
12 lines
142 B
Go
![]() |
package constant
|
||
|
|
||
|
const (
|
||
|
NginxScopeServer = "server"
|
||
|
NginxScopeHttp = "http"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
NginxReload = "reload"
|
||
|
NginxCheck = "check"
|
||
|
)
|