复制项目
This commit is contained in:
11
pkg/common/config/global.go
Normal file
11
pkg/common/config/global.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package config
|
||||
|
||||
var standalone bool
|
||||
|
||||
func SetStandalone() {
|
||||
standalone = true
|
||||
}
|
||||
|
||||
func Standalone() bool {
|
||||
return standalone
|
||||
}
|
||||
Reference in New Issue
Block a user