Files
SaveAny-Bot/config/db.go
2025-06-20 21:30:50 +08:00

7 lines
147 B
Go

package config
type dbConfig struct {
Path string `toml:"path" mapstructure:"path"`
Session string `toml:"session" mapstructure:"session"`
}