mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
add settings files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package settings
|
||||
|
||||
type ConfigContainer struct {
|
||||
Current *Config
|
||||
}
|
||||
|
||||
var (
|
||||
Container = &ConfigContainer{}
|
||||
)
|
||||
|
||||
func SetCurrentConfig(config *Config) {
|
||||
Container.Current = config
|
||||
}
|
||||
Reference in New Issue
Block a user