fusenapi/server/ldap-admin/internal/config/config.go

11 lines
171 B
Go
Raw Normal View History

2023-11-13 09:52:20 +00:00
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
SourceRabbitMq string
}