Files
sundynix-go/config/config.go
T
Blizzard 991f37b13a init
2025-04-24 00:36:39 +08:00

6 lines
86 B
Go

package config
type Config struct {
DB DB `mapstructure:"db" json:"db" yaml:"db"`
}