fusenapi/server/feishu-sync/internal/config/config.go
laodaming ebb7354d23 fix
2023-11-06 14:09:40 +08:00

14 lines
222 B
Go

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