initial commit
This commit is contained in:
10
config-configure-type.go
Normal file
10
config-configure-type.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
type ConfigContainerType string
|
||||
|
||||
const (
|
||||
BesidesExe ConfigContainerType = "besides-exe"
|
||||
UserConfig ConfigContainerType = "user-config"
|
||||
SystemConfig ConfigContainerType = "system-config"
|
||||
None ConfigContainerType = ""
|
||||
)
|
Reference in New Issue
Block a user