🎉 Initial commit
This commit is contained in:
7
config/config.go
Normal file
7
config/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
MySQL MySQL `yaml:"mysql"`
|
||||
Logger Logger `yaml:"logger"`
|
||||
System System `yaml:"system"`
|
||||
}
|
Reference in New Issue
Block a user