fusenapi/server/collection/internal/config/config.go
laodaming 0350315354 fix
2023-10-07 18:09:17 +08:00

14 lines
221 B
Go

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