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

15 lines
222 B
Go
Raw Normal View History

2023-11-13 09:52:20 +00:00
package config
2023-11-14 03:45:25 +00:00
import (
"fusenapi/server/ldap-admin/internal/types"
"github.com/zeromicro/go-zero/rest"
)
2023-11-13 09:52:20 +00:00
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
SourceRabbitMq string
}