fusenapi/server/base/internal/config/config.go

15 lines
216 B
Go
Raw Normal View History

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