fusenapi/server/ldap-admin/internal/config/config.go
laodaming eec742d48a fix
2023-11-13 17:52:20 +08:00

11 lines
171 B
Go

package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
SourceRabbitMq string
}