🎉 Initial commit

This commit is contained in:
landaiqing
2024-08-03 20:34:12 +08:00
parent 93b37f9b46
commit 908a9d10f2
9 changed files with 69 additions and 0 deletions

7
config/config.go Normal file
View File

@@ -0,0 +1,7 @@
package config
type Config struct {
MySQL MySQL `yaml:"mysql"`
Logger Logger `yaml:"logger"`
System System `yaml:"system"`
}