Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfraConfigFile ¶
type Infrastructure ¶
type Infrastructure struct {
TheSmsService shortMessageService.SmsService
TheDbSecurity databaseSecurity.DbSecurity
TheDb *sqlx.DB
TheRedis *redisOps.Redis
TheLoginConfig userConfig.LoginConfig
TheLoginSecurity userSecurity.LoginSecurity
TheUserDB userDB.UserDB
TheUserDM userDM.UserDM
TheUserTempDM userTempDM.UserTempDM
TheExtractor extractLoginUserInfo.Extractor
TheGeneralFormDraftDB generalFormDraftDB.GeneralFormDraftDB
TheApplicationDB applicationDB.ApplicationDB
TheApplicationDM applicationDM.ApplicationDM
TheProjectDB projectDB.ProjectDB
TheProjectDM projectDM.ProjectDM
TheProjectResDM projectResDM.ProjectResDM
TheLogMap logMap.LogMap
SchClient client.SchedulingClient
MetClient client.MeteringClient
}
func NewInfrastructure ¶
func NewInfrastructure(icf InfraConfigFile) *Infrastructure
Click to show internal directories.
Click to hide internal directories.