feat: client 增删改查
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
JWT JWT `mapstructure:"jwt" json:"jwt" yaml:"jwt"`
|
||||
System System `mapstructure:"system" json:"system" yaml:"system"`
|
||||
Mysql Mysql `mapstructure:"mysql" json:"mysql" yaml:"mysql"`
|
||||
Pgsql Pgsql `mapstructure:"pgsql" json:"pgsql" yaml:"pgsql"`
|
||||
|
||||
Reference in New Issue
Block a user