14 lines
192 B
Go
Raw Normal View History

2023-07-21 10:28:17 +08:00
package config
import (
"fusenapi/server/assistant/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
}