├── .gitignore ├── .gitlab-ci.yml ├── .goreleaser.yml ├── .idea ├── GoSungrow.iml ├── modules.xml ├── vcs.xml └── workspace.xml ├── CHANGELOG.md ├── Dockerfile ├── DockerfileRemote ├── DockerfileRemote.sh ├── EXAMPLES.md ├── LICENSE ├── README.md ├── TODO.txt ├── bin ├── docker.sh ├── release.sh └── strip.sh ├── cmd ├── cmd_api.go ├── cmd_const.go ├── cmd_data.go ├── cmd_ha.go ├── cmd_info.go ├── cmd_modbus.go ├── cmd_mqtt.go ├── cmd_show.go ├── cmd_show_device.go ├── cmd_show_meta.go ├── cmd_show_point.go ├── cmd_show_psid.go ├── cmd_show_template.go └── commands.go ├── cmdHassio ├── alarm_control_panel.go ├── alarm_control_panel.txt ├── binary_sensor.go ├── binary_sensor.txt ├── button.go ├── button.txt ├── camera.go ├── camera.txt ├── climate.go ├── climate.txt ├── config.go ├── const.go ├── cover.go ├── cover.txt ├── create.sh ├── device_tracker.go ├── device_tracker.txt ├── device_trigger.go ├── device_trigger.txt ├── fan.go ├── fan.txt ├── funcs.go ├── humidifier.go ├── humidifier.txt ├── lights.go ├── lights.txt ├── lock.go ├── lock.txt ├── number.go ├── number.txt ├── options.go ├── scene.go ├── scene.txt ├── select.go ├── select.txt ├── sensors.go ├── sensors.txt ├── siren.go ├── siren.txt ├── struct.go ├── struct_entity.go ├── struct_state.go ├── switch.go ├── switch.txt ├── tag.go ├── tag.txt ├── text.go ├── text.txt ├── types.go ├── update.go ├── update.txt ├── vacuum.go └── vacuum.txt ├── cmdModbus ├── boolean.go ├── const.go ├── conv.go ├── float.go ├── integer.go ├── struct.go └── types.go ├── config.json ├── defaults ├── EXAMPLES.md ├── README.md └── const.go ├── docs ├── AllPoints.txt ├── AppService.queryMutiPointDataList.ResultData.Data-1129147-1129147_14_1_1.p13002.png ├── AppService.queryMutiPointDataList.ResultData.Data-1129147-1129147_14_1_1.p13007.png ├── AppService.queryMutiPointDataList.ResultData.Data-1129147-1129147_14_1_1.p13008.png ├── AppService.queryMutiPointDataList.ResultData.Data-1129147-1129147_14_1_1.p13139.png ├── AppService.queryMutiPointDataList.ResultData.Data-1129147-1129147_14_1_1.p13162.png ├── AppService.queryMutiPointDataList.ResultData.Data-1171348-1171348_22_247_2.p23014.png ├── AppService_queryMutiPointDataList-20220224-8042-InternalAirTemperature.png ├── AppService_queryMutiPointDataList-20220228-8041-GridFrequency.png ├── AppService_queryMutiPointDataList-20220228-8042-BatteryChargingPower.png ├── AppService_queryMutiPointDataList-20220228-8042-BatteryDischargingPower.png ├── AppService_queryMutiPointDataList-20220228-8042-BatteryHealth(SOH).png ├── AppService_queryMutiPointDataList-20220228-8042-BatteryLevel(SOC).png ├── AppService_queryMutiPointDataList-20220228-8042-BatteryTemperature.png ├── AppService_queryMutiPointDataList-20220228-8042-InternalAirTemperature.png ├── AppService_queryMutiPointDataList-20220228-8042-LoadPower.png ├── AppService_queryMutiPointDataList-20220228-8042-PurchasedPower.png ├── AppService_queryMutiPointDataList-20220228-8042-TotalDCPower.png ├── AppService_queryMutiPointDataList-20220228-8042-TotalExportActivePower.png ├── Grafana1.png ├── Grafana2.png ├── Grafana3.png ├── Grafana4.png ├── IMG-7925.png ├── IMG-7926.png ├── IMG-7927.png ├── IMG-7928.png ├── IMG-7929.png ├── IMG-7930.png ├── IMG-7931.png ├── IMG-7932.png ├── IMG-7933.png ├── SunGro.jpg ├── SunGrowOnHASSIO1.png ├── SunGrowOnHASSIO2.png ├── SunGrowOnHASSIO3.png ├── SunGrowOnHASSIO4.png ├── SunGrowOnHASSIO5.png ├── SunGrowOnHASSIO6.png ├── SungrowEnergy-Arrows+45.gif ├── SungrowEnergy-Arrows+90.gif ├── SungrowEnergy-Arrows-45.gif ├── SungrowEnergy-Arrows-90.gif ├── SungrowEnergy-Arrows.gif ├── SungrowEnergy.png ├── SungrowEnergy.xcf ├── SungrowEnergy2-BatteryOff.png ├── SungrowEnergy2-BatteryToGrid.png ├── SungrowEnergy2-BatteryToLoad.png ├── SungrowEnergy2-GridOff.png ├── SungrowEnergy2-GridToLoad.png ├── SungrowEnergy2-LoadOff.png ├── SungrowEnergy2-PVOff.png ├── SungrowEnergy2-PVToBattery.png ├── SungrowEnergy2-PVToGrid.png ├── SungrowEnergy2-PVToLoad.png ├── SungrowEnergy2.png ├── SungrowEnergy2.xcf ├── data │ ├── 20220128132228767QHQIJD.png │ ├── api_endpoints.txt │ ├── checkUnitStatus.post.json │ ├── checkUnitStatus.response.json │ ├── communicationModuleDetail.post.json │ ├── communicationModuleDetail.response.json │ ├── createAppkeyInfo.post.json │ ├── createAppkeyInfo.response.json │ ├── default.json │ ├── devicePointsDataFromMySql.post.json │ ├── devicePointsDataFromMySql.response.json │ ├── energyTrend.post.json │ ├── energyTrend.response.json │ ├── exportParamSettingValPDF.post.json │ ├── exportParamSettingValPDF.response.json │ ├── exportPlantReportPDF.post.json │ ├── exportPlantReportPDF.response.json │ ├── findCurrentTask.post.json │ ├── findCurrentTask.response.json │ ├── findInfoByuuid.post.json │ ├── findInfoByuuid.response.json │ ├── findPsType.post.json │ ├── findPsType.response.json │ ├── get.sh │ ├── getAllPowerDeviceSetName.post.json │ ├── getAllPowerDeviceSetName.response.json │ ├── getApiCallsForAppkeys.post.json │ ├── getApiCallsForAppkeys.response.json │ ├── getAuthKey.post.json │ ├── getAuthKey.response.json │ ├── getDataFromHBase.post.json │ ├── getDataFromHBase.response.json │ ├── getDataFromHbaseByRowKey.post.json │ ├── getDataFromHbaseByRowKey.response.json │ ├── getDevicePointMinuteDataList.post.json │ ├── getDevicePointMinuteDataList.response.json │ ├── getDevicePoints.post.json │ ├── getDevicePoints.response.json │ ├── getHouseholdStoragePsReport.post.json │ ├── getHouseholdStoragePsReport.response.json │ ├── getListMiFromHBase.post.json │ ├── getListMiFromHBase.response.json │ ├── getLoadCurveList.post.json │ ├── getLoadCurveList.response.json │ ├── getMapMiFromHBase.post.json │ ├── getMapMiFromHBase.response.json │ ├── getModuleLogTaskList.post.json │ ├── getModuleLogTaskList.response.json │ ├── getPListinfoFromMysql.post.json │ ├── getPListinfoFromMysql.response.json │ ├── getPowerDevicePointNames-1.response.json │ ├── getPowerDevicePointNames-11.response.json │ ├── getPowerDevicePointNames-14.response.json │ ├── getPowerDevicePointNames-17.response.json │ ├── getPowerDevicePointNames-3.response.json │ ├── getPowerDevicePointNames-4.response.json │ ├── getPowerDevicePointNames-5.response.json │ ├── getPowerDevicePointNames-7.response.json │ ├── getPowerDevicePointNames.post.json │ ├── getPowerDevicePointNames.response.json │ ├── getPowerDeviceSetTaskDetailList.post.json │ ├── getPowerDeviceSetTaskDetailList.response.json │ ├── getPowerDeviceSetTaskList.post.json │ ├── getPowerDeviceSetTaskList.response.json │ ├── getPowerStationTableDataSql.post.json │ ├── getPowerStationTableDataSql.response.json │ ├── getPowerStationTableDataSqlCount.post.json │ ├── getPowerStationTableDataSqlCount.response.json │ ├── getPowerStatistics.post.json │ ├── getPowerStatistics.response.json │ ├── getPowerTrendDayData.post.json │ ├── getPowerTrendDayData.response.json │ ├── getPsAuthKey.post.json │ ├── getPsAuthKey.response.json │ ├── getPsCurveInfo.post.json │ ├── getPsCurveInfo.response.json │ ├── getPsDataSupplementTaskList.post.json │ ├── getPsDataSupplementTaskList.response.json │ ├── getPsKpiForHoursByPsId.post.json │ ├── getPsKpiForHoursByPsId.response.json │ ├── getPsList.post.json │ ├── getPsList.response.json │ ├── getSerialNum.post.json │ ├── getSerialNum.response.json │ ├── getStationInfoSql.post.json │ ├── getStationInfoSql.response.json │ ├── getTableDataSql.post.json │ ├── getTableDataSql.response.json │ ├── getTableDataSqlCount.post.json │ ├── getTableDataSqlCount.response.json │ ├── getTemplateByInfoType.post.json │ ├── getTemplateByInfoType.response.json │ ├── getTemplateList.post.json │ ├── getTemplateList.response.json │ ├── getUpTimePoint.post.json │ ├── getUpTimePoint.response.json │ ├── getValFromHBase.post.json │ ├── getValFromHBase.response.json │ ├── js │ │ ├── 0jes.b3264b79.js │ │ ├── 0jes.b7d561b8.js │ │ ├── app.884c24c2.js │ │ ├── app.b8da93af.js │ │ ├── chunk-496f.480f6ce1.js │ │ ├── chunk-496f.878290e9.js │ │ ├── chunk-58ab.9ad9549d.js │ │ ├── chunk-58ab.9ad9549d.js.2 │ │ ├── chunk-7961.0a3e86b0.2.js │ │ ├── chunk-7961.0a3e86b0.js │ │ ├── chunk-commons.4ed00e91.js │ │ ├── chunk-commons.d3d0b178.js │ │ ├── chunk-d500.bcf00f23.2.js │ │ ├── chunk-d500.bcf00f23.js │ │ ├── chunk-echarts.44267f0d.2.js │ │ ├── chunk-echarts.44267f0d.js │ │ ├── chunk-elementUI.adbc7cae.2.js │ │ ├── chunk-elementUI.adbc7cae.js │ │ ├── chunk-f7a0.cf7e90ce.js │ │ ├── chunk-f7a0.cf7e90ce.js.2 │ │ ├── chunk-sungrowUtils.558f6665.js │ │ ├── chunk-sungrowUtils.fb8bd9a6.js │ │ ├── nc-2015052012.js │ │ ├── nc.js │ │ ├── runtime~app.078b5485.js │ │ ├── runtime~app.1dd9624a.js │ │ ├── zhuge-202218.js │ │ └── zhuge.js │ ├── login.post.json │ ├── login.response.incorrectpassword.json │ ├── login.response.json │ ├── login.response.needtologinagain.json │ ├── login.sh │ ├── mqtt.txt │ ├── powerDevicePointList.post.json │ ├── powerDevicePointList.response.json │ ├── psHourPointsValue.post.json │ ├── psHourPointsValue.response.json │ ├── queryAllPsIdAndName.post.json │ ├── queryAllPsIdAndName.response.json │ ├── queryBatchCreatePsTaskList.post.json │ ├── queryBatchCreatePsTaskList.response.json │ ├── queryCtrlTaskById.post.json │ ├── queryCtrlTaskById.response.json │ ├── queryDevicePointMinuteDataList.post.json │ ├── queryDevicePointMinuteDataList.response.json │ ├── queryDevicePointsDayMonthYearDataList.post.json │ ├── queryDevicePointsDayMonthYearDataList.response.json │ ├── queryMutiPointDataList-.response.json │ ├── queryMutiPointDataList-20220125.response.json │ ├── queryMutiPointDataList-20220126.response.json │ ├── queryMutiPointDataList-20220127.response.json │ ├── queryMutiPointDataList-20220128.csv │ ├── queryMutiPointDataList-20220128.response.json │ ├── queryMutiPointDataList-20220201.response.json │ ├── queryMutiPointDataList-20220202.response.json │ ├── queryMutiPointDataList-20220203.response.json │ ├── queryMutiPointDataList-20220204.response.json │ ├── queryMutiPointDataList-20220205.response.json │ ├── queryMutiPointDataList-20220206.response.json │ ├── queryMutiPointDataList-20220207.response.json │ ├── queryMutiPointDataList-20220208.response.json │ ├── queryMutiPointDataList-20220209.csv │ ├── queryMutiPointDataList-20220209.response.json │ ├── queryMutiPointDataList-20220210.csv │ ├── queryMutiPointDataList-20220210.response.json │ ├── queryMutiPointDataList.post.json │ ├── queryMutiPointDataList.response.json │ ├── queryMutiPointDataList.sh │ ├── queryParamSettingTask.post.json │ ├── queryParamSettingTask.response.json │ ├── queryUnitList.post.json │ ├── queryUnitList.response.json │ ├── queryUserCurveTemplateData-20220209.csv │ ├── queryUserCurveTemplateData-20220209.response.json │ ├── queryUserCurveTemplateData-20220210.csv │ ├── queryUserCurveTemplateData-20220210.response.json │ ├── queryUserCurveTemplateData.csv │ ├── queryUserCurveTemplateData.post.json │ ├── queryUserCurveTemplateData.sh │ ├── showPSView.post.json │ ├── showPSView.response.json │ ├── sqliteDb.txt │ └── user_agent.data ├── examples │ ├── AppService_queryMutiPointDataList-20220101-8042.csv │ ├── AppService_queryMutiPointDataList-20220102-8042.csv │ ├── AppService_queryMutiPointDataList-20220103-8042.csv │ ├── AppService_queryMutiPointDataList-20220104-8042.csv │ ├── AppService_queryMutiPointDataList-20220105-8042.csv │ ├── AppService_queryMutiPointDataList-20220106-8042.csv │ ├── AppService_queryMutiPointDataList-20220107-8042.csv │ ├── AppService_queryMutiPointDataList-20220108-8042.csv │ ├── AppService_queryMutiPointDataList-20220109-8042.csv │ ├── AppService_queryMutiPointDataList-20220110-8042.csv │ ├── AppService_queryMutiPointDataList-20220111-8042.csv │ ├── AppService_queryMutiPointDataList-20220112-8042.csv │ ├── AppService_queryMutiPointDataList-20220113-8042.csv │ ├── AppService_queryMutiPointDataList-20220114-8042.csv │ ├── AppService_queryMutiPointDataList-20220115-8042.csv │ ├── AppService_queryMutiPointDataList-20220116-8042.csv │ ├── AppService_queryMutiPointDataList-20220117-8042.csv │ ├── AppService_queryMutiPointDataList-20220118-8042.csv │ ├── AppService_queryMutiPointDataList-20220119-8042.csv │ ├── AppService_queryMutiPointDataList-20220120-8042.csv │ ├── AppService_queryMutiPointDataList-20220121-8042.csv │ ├── AppService_queryMutiPointDataList-20220122-8042.csv │ ├── AppService_queryMutiPointDataList-20220123-8042.csv │ ├── AppService_queryMutiPointDataList-20220124-8042.csv │ ├── AppService_queryMutiPointDataList-20220125-8042.csv │ ├── AppService_queryMutiPointDataList-20220126-8042.csv │ ├── AppService_queryMutiPointDataList-20220127-8042.csv │ ├── AppService_queryMutiPointDataList-20220128-8042.csv │ ├── AppService_queryMutiPointDataList-20220129-8042.csv │ ├── AppService_queryMutiPointDataList-20220130-8042.csv │ ├── AppService_queryMutiPointDataList-20220131-8042.csv │ ├── AppService_queryMutiPointDataList-20220201-8042.csv │ ├── AppService_queryMutiPointDataList-20220202-8042.csv │ ├── AppService_queryMutiPointDataList-20220203-8042.csv │ ├── AppService_queryMutiPointDataList-20220204-8042.csv │ ├── AppService_queryMutiPointDataList-20220205-8042.csv │ ├── AppService_queryMutiPointDataList-20220206-8042.csv │ ├── AppService_queryMutiPointDataList-20220207-8042.csv │ ├── AppService_queryMutiPointDataList-20220208-8042.csv │ ├── AppService_queryMutiPointDataList-20220209-8042.csv │ ├── AppService_queryMutiPointDataList-20220210-8042.csv │ ├── AppService_queryMutiPointDataList-20220211-8042.csv │ ├── AppService_queryMutiPointDataList-20220212-8042.csv │ ├── AppService_queryMutiPointDataList-20220213-8042.csv │ ├── AppService_queryMutiPointDataList-20220214-8042.csv │ ├── AppService_queryMutiPointDataList-20220215-8042.csv │ ├── AppService_queryMutiPointDataList-20220216-8042.csv │ ├── AppService_queryMutiPointDataList-20220217-8042.csv │ ├── AppService_queryMutiPointDataList-20220218-8042.csv │ ├── AppService_queryMutiPointDataList-20220219-8042.csv │ ├── AppService_queryMutiPointDataList-20220220-8042.csv │ ├── AppService_queryMutiPointDataList-20220221-8042.csv │ ├── AppService_queryMutiPointDataList-20220222-8042.csv │ ├── AppService_queryMutiPointDataList-20220223-8042.csv │ ├── AppService_queryMutiPointDataList-20220224-8042.csv │ └── AppService_queryMutiPointDataList-20220227-8042.png ├── iSolarCloud.png ├── iSolarCloudLogin.png └── info │ ├── getPowerDevicePointInfo.txt │ ├── getPowerDevicePointInfo2.txt │ ├── getPowerDevicePointNames-1.json │ ├── getPowerDevicePointNames-11.json │ ├── getPowerDevicePointNames-14.json │ ├── getPowerDevicePointNames-17.json │ ├── getPowerDevicePointNames-3.json │ ├── getPowerDevicePointNames-4.json │ ├── getPowerDevicePointNames-5.json │ └── getPowerDevicePointNames-7.json ├── example └── example.go ├── examples.txt ├── go.mod ├── go.sum ├── iSolarCloud ├── AliSmsService │ ├── msgDownwardStatusReceipt │ │ ├── data.go │ │ └── struct.go │ └── struct.go ├── AppService │ ├── acceptPsSharing │ │ ├── data.go │ │ └── struct.go │ ├── activateEmail │ │ ├── data.go │ │ └── struct.go │ ├── addConfig │ │ ├── data.go │ │ └── struct.go │ ├── addDeviceRepair │ │ ├── data.go │ │ └── struct.go │ ├── addDeviceToStructureForHousehold │ │ ├── data.go │ │ └── struct.go │ ├── addDeviceToStructureForHouseholdByPsIdS │ │ ├── data.go │ │ └── struct.go │ ├── addFault │ │ ├── data.go │ │ └── struct.go │ ├── addFaultOrder │ │ ├── data.go │ │ └── struct.go │ ├── addFaultPlan │ │ ├── data.go │ │ └── struct.go │ ├── addFaultRepairSteps │ │ ├── data.go │ │ └── struct.go │ ├── addHouseholdEvaluation │ │ ├── data.go │ │ └── struct.go │ ├── addHouseholdLeaveMessage │ │ ├── data.go │ │ └── struct.go │ ├── addHouseholdOpinionFeedback │ │ ├── data.go │ │ └── struct.go │ ├── addHouseholdWorkOrder │ │ ├── data.go │ │ └── struct.go │ ├── addOnDutyInfo │ │ ├── data.go │ │ └── struct.go │ ├── addOperRule │ │ ├── data.go │ │ └── struct.go │ ├── addOrDelPsStructure │ │ ├── data.go │ │ └── struct.go │ ├── addOrderStep │ │ ├── data.go │ │ └── struct.go │ ├── addPowerStationForHousehold │ │ ├── data.go │ │ └── struct.go │ ├── addPowerStationInfo │ │ ├── data.go │ │ └── struct.go │ ├── addReportConfigEmail │ │ ├── data.go │ │ └── struct.go │ ├── addSysAdvancedParam │ │ ├── data.go │ │ └── struct.go │ ├── addSysOrgNew │ │ ├── data.go │ │ └── struct.go │ ├── aliPayAppTest │ │ ├── data.go │ │ └── struct.go │ ├── auditOperRule │ │ ├── data.go │ │ └── struct.go │ ├── batchAddStationBySn │ │ ├── data.go │ │ └── struct.go │ ├── batchImportSN │ │ ├── data.go │ │ └── struct.go │ ├── batchInsertUserAndOrg │ │ ├── data.go │ │ └── struct.go │ ├── batchModifyDevicesInfoAndPropertis │ │ ├── data.go │ │ └── struct.go │ ├── batchProcessPlantReport │ │ ├── data.go │ │ └── struct.go │ ├── batchUpdateDeviceSim │ │ ├── data.go │ │ └── struct.go │ ├── batchUpdateUserIsAgreeGdpr │ │ ├── data.go │ │ └── struct.go │ ├── boundMobilePhone │ │ ├── data.go │ │ └── struct.go │ ├── boundUserMail │ │ ├── data.go │ │ └── struct.go │ ├── caculateDeviceInputDiscrete │ │ ├── data.go │ │ └── struct.go │ ├── calculateDeviceDiscrete │ │ ├── data.go │ │ └── struct.go │ ├── calculateInitialCompensationData │ │ ├── data.go │ │ └── struct.go │ ├── cancelDeliverMail │ │ ├── data.go │ │ └── struct.go │ ├── cancelOrderScan │ │ ├── data.go │ │ └── struct.go │ ├── cancelParamSetTask │ │ ├── data.go │ │ └── struct.go │ ├── cancelPsSharing │ │ ├── data.go │ │ └── struct.go │ ├── cancelRechargeOrder │ │ ├── data.go │ │ └── struct.go │ ├── changRechargeOrderToCancel │ │ ├── data.go │ │ └── struct.go │ ├── changeHouseholdUser2Installer │ │ ├── data.go │ │ └── struct.go │ ├── changeRemoteParam │ │ ├── data.go │ │ └── struct.go │ ├── checkDealerOrgCode │ │ ├── data.go │ │ └── struct.go │ ├── checkDevSnIsBelongsToUser │ │ ├── data.go │ │ └── struct.go │ ├── checkInverterResult │ │ ├── data.go │ │ └── struct.go │ ├── checkIsCanDoParamSet │ │ ├── data.go │ │ └── struct.go │ ├── checkIsIvScan │ │ ├── data.go │ │ └── struct.go │ ├── checkOssObjectExist │ │ ├── data.go │ │ └── struct.go │ ├── checkServiceIsConnect │ │ ├── data.go │ │ └── struct.go │ ├── checkTechnicalParameters │ │ ├── data.go │ │ └── struct.go │ ├── checkUnitStatus │ │ ├── data.go │ │ └── struct.go │ ├── checkUpRechargeDevicePaying │ │ ├── data.go │ │ └── struct.go │ ├── checkUserAccountUnique │ │ ├── data.go │ │ └── struct.go │ ├── checkUserAccountUniqueAll │ │ ├── data.go │ │ └── struct.go │ ├── checkUserInfoUnique │ │ ├── data.go │ │ └── struct.go │ ├── checkUserIsExist │ │ ├── data.go │ │ └── struct.go │ ├── checkUserListIsExist │ │ ├── data.go │ │ └── struct.go │ ├── checkUserPassword │ │ ├── data.go │ │ └── struct.go │ ├── cloudDeploymentRecord │ │ ├── data.go │ │ └── struct.go │ ├── comfirmParamModel │ │ ├── data.go │ │ └── struct.go │ ├── communicationModuleDetail │ │ ├── data.go │ │ └── struct.go │ ├── compareValidateCode │ │ ├── data.go │ │ └── struct.go │ ├── componentInfo2Cloud │ │ ├── data.go │ │ └── struct.go │ ├── confirmFault │ │ ├── data.go │ │ └── struct.go │ ├── confirmIvFault │ │ ├── data.go │ │ └── struct.go │ ├── confirmReportConfig │ │ ├── data.go │ │ └── struct.go │ ├── createAppkeyInfo │ │ ├── data.go │ │ └── struct.go │ ├── createRenewInvoice │ │ ├── data.go │ │ └── struct.go │ ├── dealCommandReply │ │ ├── data.go │ │ └── struct.go │ ├── dealDeletePsFailPsDelete │ │ ├── data.go │ │ └── struct.go │ ├── dealFailRemoteUpgradeSubTasks │ │ ├── data.go │ │ └── struct.go │ ├── dealFailRemoteUpgradeTasks │ │ ├── data.go │ │ └── struct.go │ ├── dealFaultOrder │ │ ├── data.go │ │ └── struct.go │ ├── dealGroupStringDisableOrEnable │ │ ├── data.go │ │ └── struct.go │ ├── dealNumberOfServiceCalls2Mysql │ │ ├── data.go │ │ └── struct.go │ ├── dealParamSettingAfterComplete │ │ ├── data.go │ │ └── struct.go │ ├── dealPsDataSupplement │ │ ├── data.go │ │ └── struct.go │ ├── dealPsReportEmailSend │ │ ├── data.go │ │ └── struct.go │ ├── dealRemoteUpgrade │ │ ├── data.go │ │ └── struct.go │ ├── dealSnElectrifyCheck │ │ ├── data.go │ │ └── struct.go │ ├── dealSysDeviceSimFlowInfo │ │ ├── data.go │ │ └── struct.go │ ├── dealSysDeviceSimInfo │ │ ├── data.go │ │ └── struct.go │ ├── definiteTimeDealSnExpRemind │ │ ├── data.go │ │ └── struct.go │ ├── definiteTimeDealSnStatus │ │ ├── data.go │ │ └── struct.go │ ├── delDeviceRepair │ │ ├── data.go │ │ └── struct.go │ ├── delOperRule │ │ ├── data.go │ │ └── struct.go │ ├── delayCallApiResidueTimes │ │ ├── data.go │ │ └── struct.go │ ├── deleteComponent │ │ ├── data.go │ │ └── struct.go │ ├── deleteCustomerEmployee │ │ ├── data.go │ │ └── struct.go │ ├── deleteDeviceAccount │ │ ├── data.go │ │ └── struct.go │ ├── deleteDeviceSimById │ │ ├── data.go │ │ └── struct.go │ ├── deleteElectricitySettlementData │ │ ├── data.go │ │ └── struct.go │ ├── deleteFaultPlan │ │ ├── data.go │ │ └── struct.go │ ├── deleteFirmwareFiles │ │ ├── data.go │ │ └── struct.go │ ├── deleteHouseholdEvaluation │ │ ├── data.go │ │ └── struct.go │ ├── deleteHouseholdLeaveMessage │ │ ├── data.go │ │ └── struct.go │ ├── deleteHouseholdWorkOrder │ │ ├── data.go │ │ └── struct.go │ ├── deleteInverterSnInChnnl │ │ ├── data.go │ │ └── struct.go │ ├── deleteModuleLog │ │ ├── data.go │ │ └── struct.go │ ├── deleteOnDutyInfo │ │ ├── data.go │ │ └── struct.go │ ├── deleteOperateBillFile │ │ ├── data.go │ │ └── struct.go │ ├── deleteOssObject │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerDevicePointById │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerPicture │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerRobotInfoBySnAndPsId │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerRobotSweepStrategy │ │ ├── data.go │ │ └── struct.go │ ├── deleteProductionData │ │ ├── data.go │ │ └── struct.go │ ├── deletePs │ │ ├── data.go │ │ └── struct.go │ ├── deleteRechargeOrder │ │ ├── data.go │ │ └── struct.go │ ├── deleteRegularlyConnectionInfo │ │ ├── data.go │ │ └── struct.go │ ├── deleteReportConfigEmailAddr │ │ ├── data.go │ │ └── struct.go │ ├── deleteSysAdvancedParam │ │ ├── data.go │ │ └── struct.go │ ├── deleteSysOrgNew │ │ ├── data.go │ │ └── struct.go │ ├── deleteTemplate │ │ ├── data.go │ │ └── struct.go │ ├── deleteUserInfoAllByUserId │ │ ├── data.go │ │ └── struct.go │ ├── deviceInputDiscreteDeleteTime │ │ ├── data.go │ │ └── struct.go │ ├── deviceInputDiscreteGetTime │ │ ├── data.go │ │ └── struct.go │ ├── deviceInputDiscreteInsertTime │ │ ├── data.go │ │ └── struct.go │ ├── deviceInputDiscreteUpdateTime │ │ ├── data.go │ │ └── struct.go │ ├── devicePointsDataFromMySql │ │ ├── data.go │ │ └── struct.go │ ├── deviceReplace │ │ ├── data.go │ │ └── struct.go │ ├── editDeviceRepair │ │ ├── data.go │ │ └── struct.go │ ├── editOperRule │ │ ├── data.go │ │ └── struct.go │ ├── energyPovertyAlleviation │ │ ├── data.go │ │ └── struct.go │ ├── energyTrend │ │ ├── data.go │ │ └── struct.go │ ├── exportParamSettingValPDF │ │ ├── data.go │ │ └── struct.go │ ├── exportPlantReportPDF │ │ ├── data.go │ │ └── struct.go │ ├── faultAutoClose │ │ ├── data.go │ │ └── struct.go │ ├── faultCloseRemindOrderHandler │ │ ├── data.go │ │ └── struct.go │ ├── findCodeValueList │ │ ├── data.go │ │ └── struct.go │ ├── findEmgOrgInfo │ │ ├── data.go │ │ └── struct.go │ ├── findEnvironmentInfo │ │ ├── data.go │ │ └── struct.go │ ├── findFromHbaseAndRedis │ │ ├── data.go │ │ └── struct.go │ ├── findInfoByuuid │ │ ├── data.go │ │ └── struct.go │ ├── findLossAnalysisList │ │ ├── data.go │ │ └── struct.go │ ├── findOnDutyInfo │ │ ├── data.go │ │ └── struct.go │ ├── findPsType │ │ ├── data.go │ │ └── struct.go │ ├── findSingleStationPR │ │ ├── data.go │ │ └── struct.go │ ├── findUserPassword │ │ ├── data.go │ │ └── struct.go │ ├── genTLSUserSigByUserAccount │ │ ├── data.go │ │ └── struct.go │ ├── generateRandomPassword │ │ ├── data.go │ │ └── struct.go │ ├── getAPIServiceInfo │ │ ├── data.go │ │ └── struct.go │ ├── getAccessedPermission │ │ ├── data.go │ │ └── struct.go │ ├── getAllDeviceByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getAllPowerDeviceSetName │ │ ├── data.go │ │ └── struct.go │ ├── getAllPowerRobotViewInfoByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getAllPsIdByOrgIds │ │ ├── data.go │ │ └── struct.go │ ├── getAllUserRemindCount │ │ ├── data.go │ │ └── struct.go │ ├── getAndOutletsAndUnit │ │ ├── data.go │ │ └── struct.go │ ├── getApiCallsForAppkeys │ │ ├── data.go │ │ └── struct.go │ ├── getAreaInfoCodeByCounty │ │ ├── data.go │ │ └── struct.go │ ├── getAreaList │ │ ├── data.go │ │ └── struct.go │ ├── getAutoCreatePowerStation │ │ ├── data.go │ │ └── struct.go │ ├── getBackReadValue │ │ ├── data.go │ │ └── struct.go │ ├── getBatchNewestPointData │ │ ├── data.go │ │ └── struct.go │ ├── getCallApiResidueTimes │ │ ├── data.go │ │ └── struct.go │ ├── getChangedPsListByTime │ │ ├── data.go │ │ └── struct.go │ ├── getChnnlListByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getCloudList │ │ ├── data.go │ │ └── struct.go │ ├── getCloudServiceMappingConfig │ │ ├── data.go │ │ └── struct.go │ ├── getCommunicationDeviceConfigInfo │ │ ├── data.go │ │ └── struct.go │ ├── getCommunicationModuleMonitorData │ │ ├── data.go │ │ └── struct.go │ ├── getComponentModelFactory │ │ ├── data.go │ │ └── struct.go │ ├── getConfigList │ │ ├── data.go │ │ └── struct.go │ ├── getConnectionInfoBySnAndLocalPort │ │ ├── data.go │ │ └── struct.go │ ├── getCountDown │ │ ├── data.go │ │ └── struct.go │ ├── getCountryServiceInfo │ │ ├── data.go │ │ └── struct.go │ ├── getCounty │ │ ├── data.go │ │ └── struct.go │ ├── getCustomerEmployee │ │ ├── data.go │ │ └── struct.go │ ├── getCustomerList │ │ ├── data.go │ │ └── struct.go │ ├── getDataFromHBase │ │ ├── data.go │ │ └── struct.go │ ├── getDataFromHbaseByRowKey │ │ ├── data.go │ │ └── struct.go │ ├── getDevInstalledPowerByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getDevRecord │ │ ├── data.go │ │ └── struct.go │ ├── getDevRunRecordList │ │ ├── data.go │ │ └── struct.go │ ├── getDevSimByList │ │ ├── data.go │ │ └── struct.go │ ├── getDevSimList │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceAccountById │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceFaultStatisticsData │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceInfo │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceList │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceModelInfoList │ │ ├── data.go │ │ └── struct.go │ ├── getDevicePointMinuteDataList │ │ ├── data.go │ │ └── struct.go │ ├── getDevicePoints │ │ ├── data.go │ │ └── struct.go │ ├── getDevicePropertys │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceRepairDetail │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceTechBranchCount │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceTypeInfoList │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceTypeList │ │ ├── data.go │ │ └── struct.go │ ├── getDstInfo │ │ ├── data.go │ │ └── struct.go │ ├── getElectricitySettlementData │ │ ├── data.go │ │ └── struct.go │ ├── getElectricitySettlementDetailData │ │ ├── data.go │ │ └── struct.go │ ├── getEncryptPublicKey │ │ ├── data.go │ │ └── struct.go │ ├── getFaultCount │ │ ├── data.go │ │ └── struct.go │ ├── getFaultDetail │ │ ├── data.go │ │ └── struct.go │ ├── getFaultMsgByFaultCode │ │ ├── data.go │ │ └── struct.go │ ├── getFaultMsgListByPageWithYYYYMM │ │ ├── data.go │ │ └── struct.go │ ├── getFaultMsgListWithYYYYMM │ │ ├── data.go │ │ └── struct.go │ ├── getFaultPlanList │ │ ├── data.go │ │ └── struct.go │ ├── getFileOperationRecordOne │ │ ├── data.go │ │ └── struct.go │ ├── getFormulaFaultAnalyseList │ │ ├── data.go │ │ └── struct.go │ ├── getGroupStringCheckResult │ │ ├── data.go │ │ └── struct.go │ ├── getGroupStringCheckRule │ │ ├── data.go │ │ └── struct.go │ ├── getHisData │ │ ├── data.go │ │ └── struct.go │ ├── getHistoryInfo │ │ ├── data.go │ │ └── struct.go │ ├── getHouseholdEvaluation │ │ ├── data.go │ │ └── struct.go │ ├── getHouseholdLeaveMessage │ │ ├── data.go │ │ └── struct.go │ ├── getHouseholdOpinionFeedback │ │ ├── data.go │ │ └── struct.go │ ├── getHouseholdPsInstallerByUserId │ │ ├── data.go │ │ └── struct.go │ ├── getHouseholdStoragePsReport │ │ ├── data.go │ │ └── struct.go │ ├── getHouseholdUserInfo │ │ ├── data.go │ │ └── struct.go │ ├── getHouseholdWorkOrderInfo │ │ ├── data.go │ │ └── struct.go │ ├── getHouseholdWorkOrderList │ │ ├── data.go │ │ └── struct.go │ ├── getI18nConfigByType │ │ ├── data.go │ │ └── struct.go │ ├── getI18nFileInfo │ │ ├── data.go │ │ └── struct.go │ ├── getI18nInfoByKey │ │ ├── data.go │ │ └── struct.go │ ├── getI18nVersion │ │ ├── data.go │ │ └── struct.go │ ├── getIncomeSettingInfos │ │ ├── data.go │ │ └── struct.go │ ├── getInfoFromAMap │ │ ├── data.go │ │ └── struct.go │ ├── getInfomationFromRedis │ │ ├── data.go │ │ └── struct.go │ ├── getInstallInfoList │ │ ├── data.go │ │ └── struct.go │ ├── getInstallerInfoByDealerOrgCodeOrId │ │ ├── data.go │ │ └── struct.go │ ├── getInvertDataList │ │ ├── data.go │ │ └── struct.go │ ├── getInverterDataCount │ │ ├── data.go │ │ └── struct.go │ ├── getInverterProcess │ │ ├── data.go │ │ └── struct.go │ ├── getInverterUuidBytotalId │ │ ├── data.go │ │ └── struct.go │ ├── getIvEchartsData │ │ ├── data.go │ │ └── struct.go │ ├── getIvEchartsDataById │ │ ├── data.go │ │ └── struct.go │ ├── getKpiInfo │ │ ├── data.go │ │ └── struct.go │ ├── getListMiFromHBase │ │ ├── data.go │ │ └── struct.go │ ├── getMapInfo │ │ ├── data.go │ │ └── struct.go │ ├── getMapMiFromHBase │ │ ├── data.go │ │ └── struct.go │ ├── getMenuAndPrivileges │ │ ├── data.go │ │ └── struct.go │ ├── getMicrogridEStoragePsReport │ │ ├── data.go │ │ └── struct.go │ ├── getModuleLogInfo │ │ ├── data.go │ │ └── struct.go │ ├── getModuleLogTaskList │ │ ├── data.go │ │ └── struct.go │ ├── getNationProvJSON │ │ ├── data.go │ │ └── struct.go │ ├── getNeedOpAsynOpRecordList │ │ ├── data.go │ │ └── struct.go │ ├── getNoticeInfo │ │ ├── data.go │ │ └── struct.go │ ├── getNumberOfServiceCalls │ │ ├── data.go │ │ └── struct.go │ ├── getOSSConfig │ │ ├── data.go │ │ └── struct.go │ ├── getOperRuleDetail │ │ ├── data.go │ │ └── struct.go │ ├── getOperateBillFileId │ │ ├── data.go │ │ └── struct.go │ ├── getOperateTicketForDetail │ │ ├── data.go │ │ └── struct.go │ ├── getOrCreateNetEaseUserToken │ │ ├── data.go │ │ └── struct.go │ ├── getOrderDataList │ │ ├── data.go │ │ └── struct.go │ ├── getOrderDataSql2 │ │ ├── data.go │ │ └── struct.go │ ├── getOrderDatas │ │ ├── data.go │ │ └── struct.go │ ├── getOrderDetail │ │ ├── data.go │ │ └── struct.go │ ├── getOrderStatistics │ │ ├── data.go │ │ └── struct.go │ ├── getOrgIdNameByUserId │ │ ├── data.go │ │ └── struct.go │ ├── getOrgInfoByDealerOrgCode │ │ ├── data.go │ │ └── struct.go │ ├── getOrgListByName │ │ ├── data.go │ │ └── struct.go │ ├── getOrgListByUserId │ │ ├── data.go │ │ └── struct.go │ ├── getOrgListForUser │ │ ├── data.go │ │ └── struct.go │ ├── getOssObjectStream │ │ ├── data.go │ │ └── struct.go │ ├── getOwnerFaultConfigList │ │ ├── data.go │ │ └── struct.go │ ├── getPListinfoFromMysql │ │ ├── data.go │ │ └── struct.go │ ├── getParamSetTemplate4NewProtocol │ │ ├── data.go │ │ └── struct.go │ ├── getParamSetTemplatePointInfo │ │ ├── data.go │ │ └── struct.go │ ├── getParamterSettingBase │ │ ├── data.go │ │ └── struct.go │ ├── getPhotoInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPlanedOrNotPsList │ │ ├── data.go │ │ └── struct.go │ ├── getPlantReportPDFList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerChargeSettingInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceModelTechList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceModelTree │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDevicePointInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDevicePointNames │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceSetTaskDetailList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceSetTaskList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerFormulaFaultAnalyse │ │ ├── data.go │ │ └── struct.go │ ├── getPowerPictureList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerRobotInfoByRobotSn │ │ ├── data.go │ │ └── struct.go │ ├── getPowerRobotSweepAttrByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getPowerRobotSweepStrategy │ │ ├── data.go │ │ └── struct.go │ ├── getPowerRobotSweepStrategyList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerSettingCharges │ │ ├── data.go │ │ └── struct.go │ ├── getPowerSettingHistoryRecords │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStationBasicInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStationData │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStationForHousehold │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStationInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStationPR │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStationTableDataSql │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStationTableDataSqlCount │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStatistics │ │ ├── data.go │ │ └── struct.go │ ├── getPowerTrendDayData │ │ ├── data.go │ │ └── struct.go │ ├── getPrivateCloudValidityPeriod │ │ ├── data.go │ │ └── struct.go │ ├── getProvInfoListByNationCode │ │ ├── data.go │ │ └── struct.go │ ├── getPsAuthKey │ │ ├── data.go │ │ └── struct.go │ ├── getPsCurveInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPsDataSupplementTaskList │ │ ├── data.go │ │ └── struct.go │ ├── getPsDetail │ │ ├── data.go │ │ └── struct.go │ ├── getPsDetailByUserTokens │ │ ├── data.go │ │ └── struct.go │ ├── getPsDetailForSinglePage │ │ ├── data.go │ │ └── struct.go │ ├── getPsDetailWithPsType │ │ ├── data.go │ │ └── struct.go │ ├── getPsHealthState │ │ ├── data.go │ │ └── struct.go │ ├── getPsInstallerByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getPsInstallerOrgInfoByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getPsList │ │ ├── data.go │ │ ├── funcs.go │ │ └── struct.go │ ├── getPsListByName │ │ ├── data.go │ │ └── struct.go │ ├── getPsListForPsDataByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getPsListStaticData │ │ ├── data.go │ │ └── struct.go │ ├── getPsReport │ │ ├── data.go │ │ └── struct.go │ ├── getPsUser │ │ ├── data.go │ │ └── struct.go │ ├── getPsWeatherList │ │ ├── data.go │ │ └── struct.go │ ├── getRechargeOrderDetail │ │ ├── data.go │ │ └── struct.go │ ├── getRechargeOrderItemDeviceList │ │ ├── data.go │ │ └── struct.go │ ├── getRechargeOrderList │ │ ├── data.go │ │ └── struct.go │ ├── getRegionalTree │ │ ├── data.go │ │ └── struct.go │ ├── getRemoteParamSettingList │ │ ├── data.go │ │ └── struct.go │ ├── getRemoteUpgradeDeviceList │ │ ├── data.go │ │ └── struct.go │ ├── getRemoteUpgradeScheduleDetails │ │ ├── data.go │ │ └── struct.go │ ├── getRemoteUpgradeSubTasksList │ │ ├── data.go │ │ └── struct.go │ ├── getRemoteUpgradeTaskList │ │ ├── data.go │ │ └── struct.go │ ├── getReportData │ │ ├── data.go │ │ └── struct.go │ ├── getReportEmailConfigInfo │ │ ├── data.go │ │ └── struct.go │ ├── getReportExportColumns │ │ ├── data.go │ │ └── struct.go │ ├── getReportListByUserId │ │ ├── data.go │ │ └── struct.go │ ├── getRobotDynamicCleaningView │ │ ├── data.go │ │ └── struct.go │ ├── getRobotNumAndSweepCapacity │ │ ├── data.go │ │ └── struct.go │ ├── getRuleUnit │ │ ├── data.go │ │ └── struct.go │ ├── getSendReportConfigCron │ │ ├── data.go │ │ └── struct.go │ ├── getSerialNum │ │ ├── data.go │ │ └── struct.go │ ├── getShieldMapConditionList │ │ ├── data.go │ │ └── struct.go │ ├── getSimIdBySnList │ │ ├── data.go │ │ └── struct.go │ ├── getSingleIVData │ │ ├── data.go │ │ └── struct.go │ ├── getSnChangeRecord │ │ ├── data.go │ │ └── struct.go │ ├── getSnConnectionInfo │ │ ├── data.go │ │ └── struct.go │ ├── getStationInfoSql │ │ ├── data.go │ │ └── struct.go │ ├── getSungwsConfigCache │ │ ├── data.go │ │ └── struct.go │ ├── getSungwsGlobalConfigCache │ │ ├── data.go │ │ └── struct.go │ ├── getSweepDevParamSetTemplate │ │ ├── data.go │ │ └── struct.go │ ├── getSweepRobotDevList │ │ ├── data.go │ │ └── struct.go │ ├── getSysMsg │ │ ├── data.go │ │ └── struct.go │ ├── getSysOrgNewList │ │ ├── data.go │ │ └── struct.go │ ├── getSysOrgNewOne │ │ ├── data.go │ │ └── struct.go │ ├── getSysUserById │ │ ├── data.go │ │ └── struct.go │ ├── getTableDataSql │ │ ├── data.go │ │ └── struct.go │ ├── getTableDataSqlCount │ │ ├── data.go │ │ └── struct.go │ ├── getTemplateByInfoType │ │ ├── data.go │ │ └── struct.go │ ├── getTemplateList │ │ ├── data.go │ │ └── struct.go │ ├── getUUIDByUpuuid │ │ ├── data.go │ │ └── struct.go │ ├── getUpTimePoint │ │ ├── data.go │ │ └── struct.go │ ├── getUserById │ │ ├── data.go │ │ └── struct.go │ ├── getUserByInstaller │ │ ├── data.go │ │ └── struct.go │ ├── getUserDevOnlineOffineCount │ │ ├── data.go │ │ └── struct.go │ ├── getUserGDPRAttrs │ │ ├── data.go │ │ └── struct.go │ ├── getUserHavePowerStationCount │ │ ├── data.go │ │ └── struct.go │ ├── getUserInfoByUserAccounts │ │ ├── data.go │ │ └── struct.go │ ├── getUserList │ │ ├── data.go │ │ └── struct.go │ ├── getUserPsOrderList │ │ ├── data.go │ │ └── struct.go │ ├── getValFromHBase │ │ ├── data.go │ │ └── struct.go │ ├── getValidateCode │ │ ├── data.go │ │ └── struct.go │ ├── getValidateCodeAtRegister │ │ ├── data.go │ │ └── struct.go │ ├── getWeatherInfo │ │ ├── data.go │ │ └── struct.go │ ├── getWechatPushConfig │ │ ├── data.go │ │ └── struct.go │ ├── getWorkInfo │ │ ├── data.go │ │ └── struct.go │ ├── groupStringCheck │ │ ├── data.go │ │ └── struct.go │ ├── handleDevByCommunicationSN │ │ ├── data.go │ │ └── struct.go │ ├── householdResetPassBySN │ │ ├── data.go │ │ └── struct.go │ ├── immediatePayment │ │ ├── data.go │ │ └── struct.go │ ├── importExcelData │ │ ├── data.go │ │ └── struct.go │ ├── incomeStatistics │ │ ├── data.go │ │ └── struct.go │ ├── informPush │ │ ├── data.go │ │ └── struct.go │ ├── insertEmgOrgInfo │ │ ├── data.go │ │ └── struct.go │ ├── insightSynDeviceStructure2Cloud │ │ ├── data.go │ │ └── struct.go │ ├── intoDataToHbase │ │ ├── data.go │ │ └── struct.go │ ├── ipLocationQuery │ │ ├── data.go │ │ └── struct.go │ ├── isHave2GSn │ │ ├── data.go │ │ └── struct.go │ ├── judgeDevIsHasInitSetTemplate │ │ ├── data.go │ │ └── struct.go │ ├── judgeIsSettingMan │ │ ├── data.go │ │ └── struct.go │ ├── listOssFiles │ │ ├── data.go │ │ └── struct.go │ ├── loadAreaInfo │ │ ├── data.go │ │ └── struct.go │ ├── loadPowerStation │ │ ├── data.go │ │ └── struct.go │ ├── login │ │ ├── auth.go │ │ ├── data.go │ │ └── struct.go │ ├── loginByToken │ │ ├── data.go │ │ └── struct.go │ ├── logout │ │ ├── data.go │ │ └── struct.go │ ├── mobilePhoneHasBound │ │ ├── data.go │ │ └── struct.go │ ├── modifiedDeviceInfo │ │ ├── data.go │ │ └── struct.go │ ├── modifyEmgOrgStruc │ │ ├── data.go │ │ └── struct.go │ ├── modifyFaultPlan │ │ ├── data.go │ │ └── struct.go │ ├── modifyOnDutyInfo │ │ ├── data.go │ │ └── struct.go │ ├── modifyPassword │ │ ├── data.go │ │ └── struct.go │ ├── modifyPersonalUnitList │ │ ├── data.go │ │ └── struct.go │ ├── modifyPsUser │ │ ├── data.go │ │ └── struct.go │ ├── moduleLogParamSet │ │ ├── data.go │ │ └── struct.go │ ├── operateOssFile │ │ ├── data.go │ │ └── struct.go │ ├── operationPowerRobotSweepStrategy │ │ ├── data.go │ │ └── struct.go │ ├── orgPowerReport │ │ ├── data.go │ │ └── struct.go │ ├── paramSetTryAgain │ │ ├── data.go │ │ └── struct.go │ ├── paramSetting │ │ ├── data.go │ │ └── struct.go │ ├── planPower │ │ ├── data.go │ │ └── struct.go │ ├── powerDevicePointList │ │ ├── data.go │ │ └── struct.go │ ├── powerTrendChartData │ │ ├── data.go │ │ └── struct.go │ ├── psForcastInfo │ │ ├── data.go │ │ └── struct.go │ ├── psHourPointsValue │ │ ├── data.go │ │ └── struct.go │ ├── queryAllPsIdAndName │ │ ├── data.go │ │ └── struct.go │ ├── queryBatchCreatePsTaskList │ │ ├── data.go │ │ └── struct.go │ ├── queryBatchSpeedyAddPowerStationResult │ │ ├── data.go │ │ └── struct.go │ ├── queryCardStatusCTCC │ │ ├── data.go │ │ └── struct.go │ ├── queryChildAccountList │ │ ├── data.go │ │ └── struct.go │ ├── queryCompensationRecordData │ │ ├── data.go │ │ └── struct.go │ ├── queryCompensationRecordList │ │ ├── data.go │ │ └── struct.go │ ├── queryComponent │ │ ├── data.go │ │ └── struct.go │ ├── queryComponentTechnicalParam │ │ ├── data.go │ │ └── struct.go │ ├── queryCountryGridAndRelation │ │ ├── data.go │ │ └── struct.go │ ├── queryCountryList │ │ ├── data.go │ │ └── struct.go │ ├── queryCtrlTaskById │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceInfo │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceInfoForApp │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceList │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceListByUserId │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceListForApp │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceModelTechnical │ │ ├── data.go │ │ └── struct.go │ ├── queryDevicePointDayMonthYearDataList │ │ ├── data.go │ │ └── struct.go │ ├── queryDevicePointMinuteDataList │ │ ├── data.go │ │ └── struct.go │ ├── queryDevicePointsDayMonthYearDataList │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceRealTimeDataByPsKeys │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceRepairList │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceTypeInfoList │ │ ├── data.go │ │ └── struct.go │ ├── queryEnvironmentList │ │ ├── data.go │ │ └── struct.go │ ├── queryFaultList │ │ ├── data.go │ │ └── struct.go │ ├── queryFaultPlanDetail │ │ ├── data.go │ │ └── struct.go │ ├── queryFaultRepairSteps │ │ ├── data.go │ │ └── struct.go │ ├── queryFaultTypeAndLevelByCode │ │ ├── data.go │ │ └── struct.go │ ├── queryFaultTypeByDevice │ │ ├── data.go │ │ └── struct.go │ ├── queryFaultTypeByDevicePage │ │ ├── data.go │ │ └── struct.go │ ├── queryFirmwareFilesPage │ │ ├── data.go │ │ └── struct.go │ ├── queryInfotoAlert │ │ ├── data.go │ │ └── struct.go │ ├── queryInverterModelList │ │ ├── data.go │ │ └── struct.go │ ├── queryInverterVersionList │ │ ├── data.go │ │ └── struct.go │ ├── queryM2MCardInfoCMCC │ │ ├── data.go │ │ └── struct.go │ ├── queryM2MCardTermInfoCMCC │ │ ├── data.go │ │ └── struct.go │ ├── queryModelInfoByModelId │ │ ├── data.go │ │ └── struct.go │ ├── queryMutiPointDataList │ │ ├── data.go │ │ └── struct.go │ ├── queryNoticeList │ │ ├── data.go │ │ └── struct.go │ ├── queryNumberOfRenewalReminders │ │ ├── data.go │ │ └── struct.go │ ├── queryOperRules │ │ ├── data.go │ │ └── struct.go │ ├── queryOrderList │ │ ├── data.go │ │ └── struct.go │ ├── queryOrderStep │ │ ├── data.go │ │ └── struct.go │ ├── queryOrgGenerationReport │ │ ├── data.go │ │ └── struct.go │ ├── queryOrgInfoList │ │ ├── data.go │ │ └── struct.go │ ├── queryOrgPowerElecPercent │ │ ├── data.go │ │ └── struct.go │ ├── queryOrgPsCompensationRecordList │ │ ├── data.go │ │ └── struct.go │ ├── queryParamSettingTask │ │ ├── data.go │ │ └── struct.go │ ├── queryPersonalUnitList │ │ ├── data.go │ │ └── struct.go │ ├── queryPointDataTopOne │ │ ├── data.go │ │ └── struct.go │ ├── queryPowerStationInfo │ │ ├── data.go │ │ └── struct.go │ ├── queryPsAreaByUserIdAndAreaCode │ │ ├── data.go │ │ └── struct.go │ ├── queryPsCompensationRecordList │ │ ├── data.go │ │ └── struct.go │ ├── queryPsDataByDate │ │ ├── data.go │ │ └── struct.go │ ├── queryPsIdList │ │ ├── data.go │ │ └── struct.go │ ├── queryPsListByUserIdAndAreaCode │ │ ├── data.go │ │ └── struct.go │ ├── queryPsNameByPsId │ │ ├── data.go │ │ └── struct.go │ ├── queryPsPrByDate │ │ ├── data.go │ │ └── struct.go │ ├── queryPsProfit │ │ ├── data.go │ │ └── struct.go │ ├── queryPsReportComparativeAnalysisOfPowerGeneration │ │ ├── data.go │ │ └── struct.go │ ├── queryPsStructureList │ │ ├── data.go │ │ └── struct.go │ ├── queryPuuidsByCommandTotalId │ │ ├── data.go │ │ └── struct.go │ ├── queryPuuidsByCommandTotalId2 │ │ ├── data.go │ │ └── struct.go │ ├── queryRepairRuleList │ │ ├── data.go │ │ └── struct.go │ ├── queryReportListForManagementPage │ │ ├── data.go │ │ └── struct.go │ ├── queryReportMsg │ │ ├── data.go │ │ └── struct.go │ ├── querySharingPs │ │ ├── data.go │ │ └── struct.go │ ├── querySysAdvancedParam │ │ ├── data.go │ │ └── struct.go │ ├── queryTimeBySN │ │ ├── data.go │ │ └── struct.go │ ├── queryTrafficByDateCTCC │ │ ├── data.go │ │ └── struct.go │ ├── queryTrafficCTCC │ │ ├── data.go │ │ └── struct.go │ ├── queryUnitList │ │ ├── data.go │ │ └── struct.go │ ├── queryUnitUuidBytotalId │ │ ├── data.go │ │ └── struct.go │ ├── queryUserBtnPri │ │ ├── data.go │ │ └── struct.go │ ├── queryUserByUserIds │ │ ├── data.go │ │ └── struct.go │ ├── queryUserExtensionAttribute │ │ ├── data.go │ │ └── struct.go │ ├── queryUserForStep │ │ ├── data.go │ │ └── struct.go │ ├── queryUserList │ │ ├── data.go │ │ └── struct.go │ ├── queryUserProcessPri │ │ ├── data.go │ │ └── struct.go │ ├── queryUserWechatBindRel │ │ ├── data.go │ │ └── struct.go │ ├── queryUuidByTotalIdAndUuid │ │ ├── data.go │ │ └── struct.go │ ├── rechargeOrderSetMeal │ │ ├── data.go │ │ └── struct.go │ ├── renewSendReportConfirmEmail │ │ ├── data.go │ │ └── struct.go │ ├── reportList │ │ ├── data.go │ │ └── struct.go │ ├── saveCustomerEmployee │ │ ├── data.go │ │ └── struct.go │ ├── saveDevSimList │ │ ├── data.go │ │ └── struct.go │ ├── saveDeviceAccountBatchData │ │ ├── data.go │ │ └── struct.go │ ├── saveEnviromentIncomeInfos │ │ ├── data.go │ │ └── struct.go │ ├── saveEnvironmentCurve │ │ ├── data.go │ │ └── struct.go │ ├── saveFirmwareFile │ │ ├── data.go │ │ └── struct.go │ ├── saveIncomeSettingInfos │ │ ├── data.go │ │ └── struct.go │ ├── saveOrUpdateGroupStringCheckRule │ │ ├── data.go │ │ └── struct.go │ ├── saveParamModel │ │ ├── data.go │ │ └── struct.go │ ├── savePowerCharges │ │ ├── data.go │ │ └── struct.go │ ├── savePowerDevicePoint │ │ ├── data.go │ │ └── struct.go │ ├── savePowerRobotInfo │ │ ├── data.go │ │ └── struct.go │ ├── savePowerRobotSweepAttr │ │ ├── data.go │ │ └── struct.go │ ├── savePowerSettingCharges │ │ ├── data.go │ │ └── struct.go │ ├── savePowerSettingInfo │ │ ├── data.go │ │ └── struct.go │ ├── saveProductionBatchData │ │ ├── data.go │ │ └── struct.go │ ├── saveRechargeOrderObj │ │ ├── data.go │ │ └── struct.go │ ├── saveRechargeOrderOtherInfo │ │ ├── data.go │ │ └── struct.go │ ├── saveRepair │ │ ├── data.go │ │ └── struct.go │ ├── saveReportExportColumns │ │ ├── data.go │ │ └── struct.go │ ├── saveSetParam │ │ ├── data.go │ │ └── struct.go │ ├── saveSysUserMsg │ │ ├── data.go │ │ └── struct.go │ ├── saveTemplate │ │ ├── data.go │ │ └── struct.go │ ├── searchM2MMonthFlowCMCC │ │ ├── data.go │ │ └── struct.go │ ├── selectSysTranslationNames │ │ ├── data.go │ │ └── struct.go │ ├── sendPsTimeZoneInstruction │ │ ├── data.go │ │ └── struct.go │ ├── setUpFormulaFaultAnalyse │ │ ├── data.go │ │ └── struct.go │ ├── setUserGDPRAttrs │ │ ├── data.go │ │ └── struct.go │ ├── settingNotice │ │ ├── data.go │ │ └── struct.go │ ├── shareMyPs │ │ ├── data.go │ │ └── struct.go │ ├── sharePsBySN │ │ ├── data.go │ │ └── struct.go │ ├── showInverterByUnit │ │ ├── data.go │ │ └── struct.go │ ├── showOnlineUsers │ │ ├── data.go │ │ └── struct.go │ ├── showWarning │ │ ├── data.go │ │ └── struct.go │ ├── snIsExist │ │ ├── data.go │ │ └── struct.go │ ├── snsIsExist │ │ ├── data.go │ │ └── struct.go │ ├── speedyAddPowerStation │ │ ├── data.go │ │ └── struct.go │ ├── stationDeviceHistoryDataList │ │ ├── data.go │ │ └── struct.go │ ├── stationUnitsList │ │ ├── data.go │ │ └── struct.go │ ├── stationsDiscreteData │ │ ├── data.go │ │ └── struct.go │ ├── stationsIncomeList │ │ ├── data.go │ │ └── struct.go │ ├── stationsPointReport │ │ ├── data.go │ │ └── struct.go │ ├── stationsYearPlanReport │ │ ├── data.go │ │ └── struct.go │ ├── struct.go │ ├── sureAndImportSelettlementData │ │ ├── data.go │ │ └── struct.go │ ├── sweepDevParamSet │ │ ├── data.go │ │ └── struct.go │ ├── sweepDevRunControl │ │ ├── data.go │ │ └── struct.go │ ├── sweepDevStrategyIssue │ │ ├── data.go │ │ └── struct.go │ ├── sysTimeZoneList │ │ ├── data.go │ │ └── struct.go │ ├── unLockUser │ │ ├── data.go │ │ └── struct.go │ ├── unlockChildAccount │ │ ├── data.go │ │ └── struct.go │ ├── updateCommunicationModuleState │ │ ├── data.go │ │ └── struct.go │ ├── updateDevInstalledPower │ │ ├── data.go │ │ └── struct.go │ ├── updateFault │ │ ├── data.go │ │ └── struct.go │ ├── updateFaultData │ │ ├── data.go │ │ └── struct.go │ ├── updateFaultMsgByFaultCode │ │ ├── data.go │ │ └── struct.go │ ├── updateFaultStatus │ │ ├── data.go │ │ └── struct.go │ ├── updateHouseholdWorkOrder │ │ ├── data.go │ │ └── struct.go │ ├── updateInverterSn2ModuleSn │ │ ├── data.go │ │ └── struct.go │ ├── updateOperateTicketAttachmentId │ │ ├── data.go │ │ └── struct.go │ ├── updateOrderDeviceByCustomerService │ │ ├── data.go │ │ └── struct.go │ ├── updateOwnerFaultConfig │ │ ├── data.go │ │ └── struct.go │ ├── updateParamSettingSysMsg │ │ ├── data.go │ │ └── struct.go │ ├── updatePlatformLevelFaultLevel │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerDevicePoint │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerRobotInfo │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerRobotSweepAttr │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerStationForHousehold │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerStationInfo │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerUserInfo │ │ ├── data.go │ │ └── struct.go │ ├── updateReportConfigByEmailAddr │ │ ├── data.go │ │ └── struct.go │ ├── updateShareAttr │ │ ├── data.go │ │ └── struct.go │ ├── updateSnIsSureFlag │ │ ├── data.go │ │ └── struct.go │ ├── updateStationPics │ │ ├── data.go │ │ └── struct.go │ ├── updateSysAdvancedParam │ │ ├── data.go │ │ └── struct.go │ ├── updateSysOrgNew │ │ ├── data.go │ │ └── struct.go │ ├── updateTemplate │ │ ├── data.go │ │ └── struct.go │ ├── updateUinfoNetEaseUser │ │ ├── data.go │ │ └── struct.go │ ├── updateUserExtensionAttribute │ │ ├── data.go │ │ └── struct.go │ ├── updateUserLanguage │ │ ├── data.go │ │ └── struct.go │ ├── updateUserPosition │ │ ├── data.go │ │ └── struct.go │ ├── updateUserUpOrg │ │ ├── data.go │ │ └── struct.go │ ├── upgrade │ │ ├── data.go │ │ └── struct.go │ ├── upgrate │ │ ├── data.go │ │ └── struct.go │ ├── uploadFileToOss │ │ ├── data.go │ │ └── struct.go │ ├── userAgreeGdprProtocol │ │ ├── data.go │ │ └── struct.go │ ├── userInfoUniqueCheck │ │ ├── data.go │ │ └── struct.go │ ├── userMailHasBound │ │ ├── data.go │ │ └── struct.go │ └── userRegister │ │ ├── data.go │ │ └── struct.go ├── Common │ ├── images.go │ └── invalid.go ├── MttvScreenService │ ├── accumEnergyPsKpiData │ │ ├── data.go │ │ └── struct.go │ ├── addBuildProgressing │ │ ├── data.go │ │ └── struct.go │ ├── deleteBuildProgressing │ │ ├── data.go │ │ └── struct.go │ ├── energyEquivalentHoursRanking │ │ ├── data.go │ │ └── struct.go │ ├── energyGetRankBySortName │ │ ├── data.go │ │ └── struct.go │ ├── energyPovertyAlleviation │ │ ├── data.go │ │ └── struct.go │ ├── energyPowerGenerationTrends │ │ ├── data.go │ │ └── struct.go │ ├── findSingleStationPR │ │ ├── data.go │ │ └── struct.go │ ├── getCapabilityTrend │ │ ├── data.go │ │ └── struct.go │ ├── getKpiByUserIdAndAreaCode │ │ ├── data.go │ │ └── struct.go │ ├── getMapByUser │ │ ├── data.go │ │ └── struct.go │ ├── getOrgProByUserId │ │ ├── data.go │ │ └── struct.go │ ├── getPlanAndActualPower │ │ ├── data.go │ │ └── struct.go │ ├── getPsDeviceListValue │ │ ├── data.go │ │ └── struct.go │ ├── getPsInfoWithJoinGridByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getPsKpiForHoursByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getPsListByMapId │ │ ├── data.go │ │ └── struct.go │ ├── getPsListByUserIdAndAreaCode │ │ ├── data.go │ │ └── struct.go │ ├── getTheoryAndActualPower │ │ ├── data.go │ │ └── struct.go │ ├── nextLevelOrgList │ │ ├── data.go │ │ └── struct.go │ ├── nextLevelOrgStatisticalDataList │ │ ├── data.go │ │ └── struct.go │ ├── orgPowerReport │ │ ├── data.go │ │ └── struct.go │ ├── queryBuildProgressing │ │ ├── data.go │ │ └── struct.go │ ├── queryBuildProgressingNew │ │ ├── data.go │ │ └── struct.go │ ├── queryBuildProgressingOne │ │ ├── data.go │ │ └── struct.go │ ├── queryNearlyTwoYearsGenAndPrft │ │ ├── data.go │ │ └── struct.go │ ├── querySaveEnergyPsSOH │ │ ├── data.go │ │ └── struct.go │ ├── queryScreenUserMdIfo │ │ ├── data.go │ │ └── struct.go │ ├── saveOrUpdatePosition │ │ ├── data.go │ │ └── struct.go │ ├── struct.go │ └── updateBuildProgressing │ │ ├── data.go │ │ └── struct.go ├── NullArea │ ├── NullEndpoint │ │ ├── data.go │ │ └── struct.go │ └── struct.go ├── PowerPointService │ ├── queryPointDataTopOne │ │ ├── data.go │ │ └── struct.go │ └── struct.go ├── WebAppService │ ├── addMaterial │ │ ├── data.go │ │ └── struct.go │ ├── addOptTicketInfo │ │ ├── data.go │ │ └── struct.go │ ├── addSpareParts │ │ ├── data.go │ │ └── struct.go │ ├── associateQueryFaultNames │ │ ├── data.go │ │ └── struct.go │ ├── auditPsDeviceCheck │ │ ├── data.go │ │ └── struct.go │ ├── calcOutputRankByDay │ │ ├── data.go │ │ └── struct.go │ ├── changeReadStatus │ │ ├── data.go │ │ └── struct.go │ ├── checkMaterialName │ │ ├── data.go │ │ └── struct.go │ ├── confirmFault │ │ ├── data.go │ │ └── struct.go │ ├── copeOperateTicket │ │ ├── data.go │ │ └── struct.go │ ├── copySecondTypeTicket │ │ ├── data.go │ │ └── struct.go │ ├── copyWorkTicket │ │ ├── data.go │ │ └── struct.go │ ├── delOptTicketInfo │ │ ├── data.go │ │ └── struct.go │ ├── deleteDuty │ │ ├── data.go │ │ └── struct.go │ ├── deleteDutyMid │ │ ├── data.go │ │ └── struct.go │ ├── deleteMaterial │ │ ├── data.go │ │ └── struct.go │ ├── deleteOrSharedSelfReport │ │ ├── data.go │ │ └── struct.go │ ├── deleteSecondTypeTicket │ │ ├── data.go │ │ └── struct.go │ ├── deleteSparePartsById │ │ ├── data.go │ │ └── struct.go │ ├── deleteWorkTicket │ │ ├── data.go │ │ └── struct.go │ ├── deviceFactoryList │ │ ├── data.go │ │ └── struct.go │ ├── dispartDataPageList │ │ ├── data.go │ │ └── struct.go │ ├── executeTask │ │ ├── data.go │ │ └── struct.go │ ├── findCurrentTask │ │ ├── data.go │ │ └── struct.go │ ├── findDeviceMessageByPskey │ │ ├── data.go │ │ └── struct.go │ ├── findFactoryMessage │ │ ├── data.go │ │ └── struct.go │ ├── findImgResources │ │ ├── data.go │ │ └── struct.go │ ├── findMateiralSubType │ │ ├── data.go │ │ └── struct.go │ ├── findMaterialById │ │ ├── data.go │ │ └── struct.go │ ├── findMyDealedCurrentTask │ │ ├── data.go │ │ └── struct.go │ ├── findMyDealedImgResources │ │ ├── data.go │ │ └── struct.go │ ├── findSeriesInverterData │ │ ├── data.go │ │ └── struct.go │ ├── findWebRole │ │ ├── data.go │ │ └── struct.go │ ├── getAllPsFaultCount │ │ ├── data.go │ │ └── struct.go │ ├── getAllPsFaultCountByUserId │ │ ├── data.go │ │ └── struct.go │ ├── getAllPsList │ │ ├── data.go │ │ └── struct.go │ ├── getAllStore │ │ ├── data.go │ │ └── struct.go │ ├── getBaseDeviceInfo │ │ ├── data.go │ │ └── struct.go │ ├── getBoxData │ │ ├── data.go │ │ └── struct.go │ ├── getCBoxTree │ │ ├── data.go │ │ └── struct.go │ ├── getCheckDevTypeList │ │ ├── data.go │ │ └── struct.go │ ├── getCheckUserList │ │ ├── data.go │ │ └── struct.go │ ├── getChildOrg │ │ ├── data.go │ │ └── struct.go │ ├── getCo │ │ ├── data.go │ │ └── struct.go │ ├── getCodeTreeMap │ │ ├── data.go │ │ └── struct.go │ ├── getDST │ │ ├── data.go │ │ └── struct.go │ ├── getDataCounts │ │ ├── data.go │ │ └── struct.go │ ├── getDataInfo │ │ ├── data.go │ │ └── struct.go │ ├── getDevList │ │ ├── data.go │ │ └── struct.go │ ├── getDevName │ │ ├── data.go │ │ └── struct.go │ ├── getDevTypeList │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceDataList │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceFactory │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceInfoForCheck │ │ ├── data.go │ │ └── struct.go │ ├── getDevicePointAttrs │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceTreeChild │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceUuid │ │ ├── data.go │ │ └── struct.go │ ├── getDutyInfoById │ │ ├── data.go │ │ └── struct.go │ ├── getDutyOrgZtree │ │ ├── data.go │ │ └── struct.go │ ├── getElecEffectList │ │ ├── data.go │ │ └── struct.go │ ├── getEnvironmentInfo │ │ ├── data.go │ │ └── struct.go │ ├── getFaultList │ │ ├── data.go │ │ └── struct.go │ ├── getFaultName │ │ ├── data.go │ │ └── struct.go │ ├── getFaultOrder │ │ ├── data.go │ │ └── struct.go │ ├── getFaultOrderByOrderId │ │ ├── data.go │ │ └── struct.go │ ├── getFaultOrderList │ │ ├── data.go │ │ └── struct.go │ ├── getFaultOrderStepList │ │ ├── data.go │ │ └── struct.go │ ├── getHTRoleList │ │ ├── data.go │ │ └── struct.go │ ├── getHistoryComments │ │ ├── data.go │ │ └── struct.go │ ├── getInfo │ │ ├── data.go │ │ └── struct.go │ ├── getInverteTableListCount │ │ ├── data.go │ │ └── struct.go │ ├── getInverterDiscreteDistributioList │ │ ├── data.go │ │ └── struct.go │ ├── getInverterDiscreteList │ │ ├── data.go │ │ └── struct.go │ ├── getInverterFactoryList │ │ ├── data.go │ │ └── struct.go │ ├── getInverterInfo │ │ ├── data.go │ │ └── struct.go │ ├── getLoadCurveList │ │ ├── data.go │ │ └── struct.go │ ├── getMqttConfigInfoByAppkey │ │ ├── data.go │ │ └── struct.go │ ├── getMultiPowers │ │ ├── data.go │ │ └── struct.go │ ├── getOndutyQuery │ │ ├── data.go │ │ └── struct.go │ ├── getOperateTicketUserList │ │ ├── data.go │ │ └── struct.go │ ├── getOptTicketsAttachments │ │ ├── data.go │ │ └── struct.go │ ├── getOrderCount │ │ ├── data.go │ │ └── struct.go │ ├── getOrderData │ │ ├── data.go │ │ └── struct.go │ ├── getOrderDataSize │ │ ├── data.go │ │ └── struct.go │ ├── getOrgPsEquipmentList │ │ ├── data.go │ │ └── struct.go │ ├── getOrgPsPowerGenerationSummaryReport │ │ ├── data.go │ │ └── struct.go │ ├── getParentUidChain │ │ ├── data.go │ │ └── struct.go │ ├── getPowerKwhkwpList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerPrList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerPredictionInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPowerTrendDayData │ │ ├── data.go │ │ └── struct.go │ ├── getPowerTrendMonthData │ │ ├── data.go │ │ └── struct.go │ ├── getPowerTrendYearData │ │ ├── data.go │ │ └── struct.go │ ├── getPowerValue │ │ ├── data.go │ │ └── struct.go │ ├── getPsBlock │ │ ├── data.go │ │ └── struct.go │ ├── getPsBlockData │ │ ├── data.go │ │ └── struct.go │ ├── getPsBlockTree │ │ ├── data.go │ │ └── struct.go │ ├── getPsBoxListCount │ │ ├── data.go │ │ └── struct.go │ ├── getPsCBoxDetail │ │ ├── data.go │ │ └── struct.go │ ├── getPsContact │ │ ├── data.go │ │ └── struct.go │ ├── getPsDataVal │ │ ├── data.go │ │ └── struct.go │ ├── getPsDeviceCheckList │ │ ├── data.go │ │ └── struct.go │ ├── getPsDeviceFaultList │ │ ├── data.go │ │ └── struct.go │ ├── getPsFaultList │ │ ├── data.go │ │ └── struct.go │ ├── getPsIdByUserId │ │ ├── data.go │ │ └── struct.go │ ├── getPsIdState │ │ ├── data.go │ │ └── struct.go │ ├── getPsList │ │ ├── data.go │ │ └── struct.go │ ├── getPsListForWorkTicket │ │ ├── data.go │ │ └── struct.go │ ├── getPsPictureMessage │ │ ├── data.go │ │ └── struct.go │ ├── getPsTicketSizeAndClockNum │ │ ├── data.go │ │ └── struct.go │ ├── getPsTree │ │ ├── data.go │ │ └── struct.go │ ├── getPsTreeChild │ │ ├── data.go │ │ └── struct.go │ ├── getPsUserList │ │ ├── data.go │ │ └── struct.go │ ├── getPsValue │ │ ├── data.go │ │ └── struct.go │ ├── getPscSeriseData │ │ ├── data.go │ │ └── struct.go │ ├── getReportInfoByReportId │ │ ├── data.go │ │ └── struct.go │ ├── getReportListByType │ │ ├── data.go │ │ └── struct.go │ ├── getReportPsTree │ │ ├── data.go │ │ └── struct.go │ ├── getRoleList │ │ ├── data.go │ │ └── struct.go │ ├── getSafeEffectList │ │ ├── data.go │ │ └── struct.go │ ├── getSecondTypeTicketList │ │ ├── data.go │ │ └── struct.go │ ├── getSecondTypeTicketListForTicketDetail │ │ ├── data.go │ │ └── struct.go │ ├── getSelfReportPoint │ │ ├── data.go │ │ └── struct.go │ ├── getSparePartsDetail │ │ ├── data.go │ │ └── struct.go │ ├── getStatementList │ │ ├── data.go │ │ └── struct.go │ ├── getStoreByStationId │ │ ├── data.go │ │ └── struct.go │ ├── getSysUserList │ │ ├── data.go │ │ └── struct.go │ ├── getTableList │ │ ├── data.go │ │ └── struct.go │ ├── getUserList │ │ ├── data.go │ │ └── struct.go │ ├── getWeather │ │ ├── data.go │ │ └── struct.go │ ├── getWorkTicketList │ │ ├── data.go │ │ └── struct.go │ ├── getWorkTicketListForTicketDetail │ │ ├── data.go │ │ └── struct.go │ ├── getWorkTicketRunningCount │ │ ├── data.go │ │ └── struct.go │ ├── getWorkTicketUserList │ │ ├── data.go │ │ └── struct.go │ ├── getinverterType │ │ ├── data.go │ │ └── struct.go │ ├── getreportPermissionByUser │ │ ├── data.go │ │ └── struct.go │ ├── handleValue │ │ ├── data.go │ │ └── struct.go │ ├── modifyDeviceInfo │ │ ├── data.go │ │ └── struct.go │ ├── operaStoreSpareParts │ │ ├── data.go │ │ └── struct.go │ ├── operateBillTransferToUser │ │ ├── data.go │ │ └── struct.go │ ├── queryAllStockInventory │ │ ├── data.go │ │ └── struct.go │ ├── queryBatteryBoardsList │ │ ├── data.go │ │ └── struct.go │ ├── queryBatteryBoardsPointsData │ │ ├── data.go │ │ └── struct.go │ ├── queryCodeByType │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceInfoList │ │ ├── data.go │ │ └── struct.go │ ├── queryElectricityCalendarData │ │ ├── data.go │ │ └── struct.go │ ├── queryFaultCodes │ │ ├── data.go │ │ └── struct.go │ ├── queryFaultLevelAndType │ │ ├── data.go │ │ └── struct.go │ ├── queryFaultNames │ │ ├── data.go │ │ └── struct.go │ ├── queryMaterialType │ │ ├── data.go │ │ └── struct.go │ ├── queryNounAndKlgList │ │ ├── data.go │ │ └── struct.go │ ├── queryNounList │ │ ├── data.go │ │ └── struct.go │ ├── queryOptTickctInfo │ │ ├── data.go │ │ └── struct.go │ ├── queryOrgIdByUser │ │ ├── data.go │ │ └── struct.go │ ├── queryPsCountryList │ │ ├── data.go │ │ └── struct.go │ ├── queryPsProvcnList │ │ ├── data.go │ │ └── struct.go │ ├── queryPsTypeByPsId │ │ ├── data.go │ │ └── struct.go │ ├── querySparePartsList │ │ ├── data.go │ │ └── struct.go │ ├── queryStoreList │ │ ├── data.go │ │ └── struct.go │ ├── querySysTimezone │ │ ├── data.go │ │ └── struct.go │ ├── queryUnInventorySpareList │ │ ├── data.go │ │ └── struct.go │ ├── queryUserCurveTemplateData │ │ ├── data.go │ │ └── struct.go │ ├── renewOperation │ │ ├── data.go │ │ └── struct.go │ ├── saveCustomReport │ │ ├── data.go │ │ └── struct.go │ ├── saveDutyInfo │ │ ├── data.go │ │ └── struct.go │ ├── saveInventory │ │ ├── data.go │ │ └── struct.go │ ├── saveMaterial │ │ ├── data.go │ │ └── struct.go │ ├── saveSecondTypeTicket │ │ ├── data.go │ │ └── struct.go │ ├── saveSelfReportPoint │ │ ├── data.go │ │ └── struct.go │ ├── saveWorkTicket │ │ ├── data.go │ │ └── struct.go │ ├── secondTypeTicketFlowImplementStep │ │ ├── data.go │ │ └── struct.go │ ├── secondTypeTicketFlowTransferStep │ │ ├── data.go │ │ └── struct.go │ ├── secondTypeUpdateSign │ │ ├── data.go │ │ └── struct.go │ ├── selectPowerPageList │ │ ├── data.go │ │ └── struct.go │ ├── showAnalyzefxDetail │ │ ├── data.go │ │ └── struct.go │ ├── showFxReport │ │ ├── data.go │ │ └── struct.go │ ├── showMaterNameList │ │ ├── data.go │ │ └── struct.go │ ├── showMaterSubTypeList │ │ ├── data.go │ │ └── struct.go │ ├── showPSView │ │ ├── data.go │ │ └── struct.go │ ├── showTjReport │ │ ├── data.go │ │ └── struct.go │ ├── struct.go │ ├── templateLikesInfo │ │ ├── data.go │ │ └── struct.go │ ├── updOptTicketInfo │ │ ├── data.go │ │ └── struct.go │ ├── updataWorkTicketAfterStartProcess │ │ ├── data.go │ │ └── struct.go │ ├── updateBillTicketForTask │ │ ├── data.go │ │ └── struct.go │ ├── updateDutyInfo │ │ ├── data.go │ │ └── struct.go │ ├── updateKnowledgeBaseUseNumber │ │ ├── data.go │ │ └── struct.go │ ├── updateMaterial │ │ ├── data.go │ │ └── struct.go │ ├── updateSpareParts │ │ ├── data.go │ │ └── struct.go │ ├── updateStopReason │ │ ├── data.go │ │ └── struct.go │ └── updateTemplate │ │ ├── data.go │ │ └── struct.go ├── WebIscmAppService │ ├── addPowerDeviceModel │ │ ├── data.go │ │ └── struct.go │ ├── addPowerPointManage │ │ ├── data.go │ │ └── struct.go │ ├── addSubTypeDevice │ │ ├── data.go │ │ └── struct.go │ ├── batchAddDevicesPropertis │ │ ├── data.go │ │ └── struct.go │ ├── batchDelDevice │ │ ├── data.go │ │ └── struct.go │ ├── batchSavePowerDeviceTechnical │ │ ├── data.go │ │ └── struct.go │ ├── checkDeviceModel │ │ ├── data.go │ │ └── struct.go │ ├── contactMessageOpera │ │ ├── data.go │ │ └── struct.go │ ├── delDevice │ │ ├── data.go │ │ └── struct.go │ ├── deleteDeviceFactory │ │ ├── data.go │ │ └── struct.go │ ├── deleteDeviceType │ │ ├── data.go │ │ └── struct.go │ ├── deleteMenu │ │ ├── data.go │ │ └── struct.go │ ├── deleteOneNotice │ │ ├── data.go │ │ └── struct.go │ ├── deleteOrgNodeInfo │ │ ├── data.go │ │ └── struct.go │ ├── deletePicture │ │ ├── data.go │ │ └── struct.go │ ├── deletePointInfo │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerDeviceChannl │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerDeviceModel │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerDeviceParameterPage │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerDeviceSubType │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerDeviceTechnical │ │ ├── data.go │ │ └── struct.go │ ├── deletePowerStore │ │ ├── data.go │ │ └── struct.go │ ├── deleteProcessDefinition │ │ ├── data.go │ │ └── struct.go │ ├── deleteReport │ │ ├── data.go │ │ └── struct.go │ ├── deleteUserNode │ │ ├── data.go │ │ └── struct.go │ ├── deployProcess │ │ ├── data.go │ │ └── struct.go │ ├── editProcessManageAction │ │ ├── data.go │ │ └── struct.go │ ├── findImageInputStreamString │ │ ├── data.go │ │ └── struct.go │ ├── getAllDevTypeList │ │ ├── data.go │ │ └── struct.go │ ├── getAllNodeByType │ │ ├── data.go │ │ └── struct.go │ ├── getAuthKey │ │ ├── data.go │ │ └── struct.go │ ├── getAuthKeyList │ │ ├── data.go │ │ └── struct.go │ ├── getCodeByType │ │ ├── data.go │ │ └── struct.go │ ├── getContactMessage │ │ ├── data.go │ │ └── struct.go │ ├── getCountryNew │ │ ├── data.go │ │ └── struct.go │ ├── getDefinitionIdByKey │ │ ├── data.go │ │ └── struct.go │ ├── getDeploymentList │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceFactoryListByIds │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceModel │ │ ├── data.go │ │ └── struct.go │ ├── getDevicePro │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceSubType │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceTechnical │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceType │ │ ├── data.go │ │ └── struct.go │ ├── getDeviceTypeInfoById │ │ ├── data.go │ │ └── struct.go │ ├── getDutyUserList │ │ ├── data.go │ │ └── struct.go │ ├── getFatherPrivileges │ │ ├── data.go │ │ └── struct.go │ ├── getGroupManSettings │ │ ├── data.go │ │ └── struct.go │ ├── getGroupManSettingsMembers │ │ ├── data.go │ │ └── struct.go │ ├── getMaterialByListId │ │ ├── data.go │ │ └── struct.go │ ├── getMaterialByType │ │ ├── data.go │ │ └── struct.go │ ├── getMaterialList │ │ ├── data.go │ │ └── struct.go │ ├── getMaxDeviceIdByPsId │ │ ├── data.go │ │ └── struct.go │ ├── getModelPoints │ │ ├── data.go │ │ └── struct.go │ ├── getMoneyUnitList │ │ ├── data.go │ │ └── struct.go │ ├── getNamecnNew │ │ ├── data.go │ │ └── struct.go │ ├── getNationList │ │ ├── data.go │ │ └── struct.go │ ├── getOperationRecord │ │ ├── data.go │ │ └── struct.go │ ├── getOrgAndChildBasicInfoOptions │ │ ├── data.go │ │ └── struct.go │ ├── getOrgAndStateAndCode │ │ ├── data.go │ │ └── struct.go │ ├── getOrgForPs │ │ ├── data.go │ │ └── struct.go │ ├── getOrgList │ │ ├── data.go │ │ └── struct.go │ ├── getOrgListForUser │ │ ├── data.go │ │ └── struct.go │ ├── getOrgNodeInfo │ │ ├── data.go │ │ └── struct.go │ ├── getOrgStationList │ │ ├── data.go │ │ └── struct.go │ ├── getOrgStationListByPage │ │ ├── data.go │ │ └── struct.go │ ├── getOrgUserList │ │ ├── data.go │ │ └── struct.go │ ├── getOrgUserMapData │ │ ├── data.go │ │ └── struct.go │ ├── getOrgZtree │ │ ├── data.go │ │ └── struct.go │ ├── getOrgZtree4User │ │ ├── data.go │ │ └── struct.go │ ├── getOrgZtreeAsync │ │ ├── data.go │ │ └── struct.go │ ├── getOrgZtreeForUser │ │ ├── data.go │ │ └── struct.go │ ├── getPictureList │ │ ├── data.go │ │ └── struct.go │ ├── getPointInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPointInfoPage │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDevice │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceChannl │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceFactory │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceFactoryListCount │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceModelList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceModelTechList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerDeviceTypeList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerPlanList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStation │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStationInfo │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStationList │ │ ├── data.go │ │ └── struct.go │ ├── getPowerStore │ │ ├── data.go │ │ └── struct.go │ ├── getProvcnNew │ │ ├── data.go │ │ └── struct.go │ ├── getPsTreeMenu │ │ ├── data.go │ │ └── struct.go │ ├── getRoleByUserIds │ │ ├── data.go │ │ └── struct.go │ ├── getRootOrgInfoByUserId │ │ ├── data.go │ │ └── struct.go │ ├── getSettingUserMapData │ │ ├── data.go │ │ └── struct.go │ ├── getStateNew │ │ ├── data.go │ │ └── struct.go │ ├── getSubTypeDevice │ │ ├── data.go │ │ └── struct.go │ ├── getSysHomeList2 │ │ ├── data.go │ │ └── struct.go │ ├── getSysMenu │ │ ├── data.go │ │ └── struct.go │ ├── getSysOrgPro │ │ ├── data.go │ │ └── struct.go │ ├── getSysUser │ │ ├── data.go │ │ └── struct.go │ ├── getSystemOrgInfo │ │ ├── data.go │ │ └── struct.go │ ├── getSystemRoleInfo │ │ ├── data.go │ │ └── struct.go │ ├── getSystemRoleList2 │ │ ├── data.go │ │ └── struct.go │ ├── getTownValueNew │ │ ├── data.go │ │ └── struct.go │ ├── getUserMenuLs │ │ ├── data.go │ │ └── struct.go │ ├── getUserOrgPage │ │ ├── data.go │ │ └── struct.go │ ├── getVillageList │ │ ├── data.go │ │ └── struct.go │ ├── getVillageListNew │ │ ├── data.go │ │ └── struct.go │ ├── getZtreeAsyncSysMenu │ │ ├── data.go │ │ └── struct.go │ ├── getZtreeChildMenu │ │ ├── data.go │ │ └── struct.go │ ├── getZtreeMenu │ │ ├── data.go │ │ └── struct.go │ ├── getZtreeSysMenu │ │ ├── data.go │ │ └── struct.go │ ├── getZtreeSysMenu2 │ │ ├── data.go │ │ └── struct.go │ ├── goToDevicePropertyPage │ │ ├── data.go │ │ └── struct.go │ ├── isCanAddUser │ │ ├── data.go │ │ └── struct.go │ ├── isHasIrradiationData │ │ ├── data.go │ │ └── struct.go │ ├── isHasPlan │ │ ├── data.go │ │ └── struct.go │ ├── loadDevice │ │ ├── data.go │ │ └── struct.go │ ├── modelPointsPage │ │ ├── data.go │ │ └── struct.go │ ├── modifyDevice │ │ ├── data.go │ │ └── struct.go │ ├── modifyPowerDeviceChannl │ │ ├── data.go │ │ └── struct.go │ ├── modifySysOrg │ │ ├── data.go │ │ └── struct.go │ ├── modifySystemMenu │ │ ├── data.go │ │ └── struct.go │ ├── modifySystemOrgNode │ │ ├── data.go │ │ └── struct.go │ ├── modifySystemRole │ │ ├── data.go │ │ └── struct.go │ ├── modifySystemUser │ │ ├── data.go │ │ └── struct.go │ ├── publishNotice │ │ ├── data.go │ │ └── struct.go │ ├── queryDeviceListForBackSys │ │ ├── data.go │ │ └── struct.go │ ├── queryDutyType │ │ ├── data.go │ │ └── struct.go │ ├── queryReportDataById │ │ ├── data.go │ │ └── struct.go │ ├── resetPasW │ │ ├── data.go │ │ └── struct.go │ ├── saveAuthKey │ │ ├── data.go │ │ └── struct.go │ ├── saveDevice │ │ ├── data.go │ │ └── struct.go │ ├── saveDeviceFactory │ │ ├── data.go │ │ └── struct.go │ ├── saveDeviceType │ │ ├── data.go │ │ └── struct.go │ ├── saveIrradiationData │ │ ├── data.go │ │ └── struct.go │ ├── saveModelPoints │ │ ├── data.go │ │ └── struct.go │ ├── saveNewNotice │ │ ├── data.go │ │ └── struct.go │ ├── saveOrUpdateReport │ │ ├── data.go │ │ └── struct.go │ ├── saveOrgNode │ │ ├── data.go │ │ └── struct.go │ ├── saveOrgUsers │ │ ├── data.go │ │ └── struct.go │ ├── savePicture │ │ ├── data.go │ │ └── struct.go │ ├── savePointManage │ │ ├── data.go │ │ └── struct.go │ ├── savePowerDeviceChannl │ │ ├── data.go │ │ └── struct.go │ ├── savePowerDeviceModel │ │ ├── data.go │ │ └── struct.go │ ├── savePowerDeviceParameterPage │ │ ├── data.go │ │ └── struct.go │ ├── savePowerDeviceSubType │ │ ├── data.go │ │ └── struct.go │ ├── savePowerDeviceTechnical │ │ ├── data.go │ │ └── struct.go │ ├── savePowerPlan │ │ ├── data.go │ │ └── struct.go │ ├── savePowerStationByPowerStore │ │ ├── data.go │ │ └── struct.go │ ├── savePowerStore │ │ ├── data.go │ │ └── struct.go │ ├── savePsOrg │ │ ├── data.go │ │ └── struct.go │ ├── saveRelDevice │ │ ├── data.go │ │ └── struct.go │ ├── saveRoleAssign │ │ ├── data.go │ │ └── struct.go │ ├── saveSysMenu │ │ ├── data.go │ │ └── struct.go │ ├── saveSysOrg │ │ ├── data.go │ │ └── struct.go │ ├── saveSysRole │ │ ├── data.go │ │ └── struct.go │ ├── saveSysUser │ │ ├── data.go │ │ └── struct.go │ ├── saveUserNode │ │ ├── data.go │ │ └── struct.go │ ├── saveUserRole │ │ ├── data.go │ │ └── struct.go │ ├── searchIrradiationData │ │ ├── data.go │ │ └── struct.go │ ├── searchTechnicalNums │ │ ├── data.go │ │ └── struct.go │ ├── selectDeviceTypeByPsId │ │ ├── data.go │ │ └── struct.go │ ├── selectPowerDeviceTechnicals │ │ ├── data.go │ │ └── struct.go │ ├── selectPowerDeviceType │ │ ├── data.go │ │ └── struct.go │ ├── setupUserRole4AddUser │ │ ├── data.go │ │ └── struct.go │ ├── startWorkFlow │ │ ├── data.go │ │ └── struct.go │ ├── struct.go │ ├── updateDevice │ │ ├── data.go │ │ └── struct.go │ ├── updateDeviceType │ │ ├── data.go │ │ └── struct.go │ ├── updateFaultLevel │ │ ├── data.go │ │ └── struct.go │ ├── updateNotice │ │ ├── data.go │ │ └── struct.go │ ├── updatePointInfo │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerDeviceModel │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerDeviceParameterPage │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerDeviceSubType │ │ ├── data.go │ │ └── struct.go │ ├── updatePowerDeviceTechnical │ │ ├── data.go │ │ └── struct.go │ ├── updateProcessManage │ │ ├── data.go │ │ └── struct.go │ ├── updateSysOrgPro │ │ ├── data.go │ │ └── struct.go │ ├── updateSysRoleValidFlag │ │ ├── data.go │ │ └── struct.go │ ├── updateUserValidFlag │ │ ├── data.go │ │ └── struct.go │ ├── updateValidFlag │ │ ├── data.go │ │ └── struct.go │ ├── viewDeviceModel │ │ ├── data.go │ │ └── struct.go │ ├── viewDeviceParameter │ │ ├── data.go │ │ └── struct.go │ ├── workFlowImplementStep │ │ ├── data.go │ │ └── struct.go │ ├── workFlowIsStart │ │ ├── data.go │ │ └── struct.go │ └── workFlowTransferStep │ │ ├── data.go │ │ └── struct.go ├── add.sh ├── add_all.sh ├── api │ ├── GoStruct │ │ ├── const.go │ │ ├── field.go │ │ ├── gojson │ │ │ ├── funcs.go │ │ │ └── struct.go │ │ ├── legacy.go │ │ ├── output │ │ │ ├── const.go │ │ │ ├── file.go │ │ │ ├── legacy.go │ │ │ ├── struct_graph.go │ │ │ ├── struct_json.go │ │ │ ├── struct_output.go │ │ │ ├── struct_table.go │ │ │ └── struct_tables.go │ │ ├── reflection │ │ │ ├── funcs.go │ │ │ └── legacy.go │ │ ├── struct_epp.go │ │ ├── struct_reflect.go │ │ ├── struct_table.go │ │ ├── structmap.go │ │ ├── structs.go │ │ ├── tags.go │ │ └── valueTypes │ │ │ ├── bool.go │ │ │ ├── const.go │ │ │ ├── datapoint.go │ │ │ ├── datetime.go │ │ │ ├── float.go │ │ │ ├── generic.go │ │ │ ├── integers.go │ │ │ ├── point.go │ │ │ ├── ps_id.go │ │ │ ├── string.go │ │ │ ├── time.go │ │ │ ├── types.go │ │ │ ├── uuid.go │ │ │ ├── uv.go │ │ │ ├── uv.goBACKUP │ │ │ └── uv.goBACKUP2 │ ├── const.go │ ├── debug.go │ ├── file.go │ ├── help.go │ ├── interface_area.go │ ├── interface_endpoint.go │ ├── legacy.go │ ├── struct_area.go │ ├── struct_areas.go │ ├── struct_data.go │ ├── struct_de.go │ ├── struct_dpe.go │ ├── struct_endpoint.go │ ├── struct_endpoints.go │ ├── struct_point.go │ ├── struct_points.go │ ├── struct_request.go │ ├── struct_response.go │ ├── struct_template_points.go │ ├── struct_url.go │ ├── types.go │ ├── utils.go │ └── web.go ├── const.go ├── data.go ├── data_request.go ├── highlevel.go ├── highlevel_device.go ├── highlevel_meta.go ├── highlevel_point.go ├── highlevel_ps.go ├── highlevel_template.go ├── legacy.go ├── struct.go ├── sungrow_api.txt ├── update.sh └── update_all.sh ├── main.go ├── servers.txt └── tablib ├── .travis.yml ├── HISTORY.md ├── LICENSE ├── README.md ├── gotabulate ├── AUTHOR ├── CHANGELOG ├── CONTRIBUTORS ├── LICENSE ├── README.md ├── _tests │ ├── grid_floats │ ├── grid_ints │ ├── grid_ints64 │ ├── grid_map_mixed │ ├── grid_mixed │ ├── grid_strings │ ├── grid_strings_titled │ ├── plain_strings_titled │ ├── simple_floats │ ├── simple_ints │ ├── simple_ints64 │ ├── simple_map_mixed │ ├── simple_mixed │ ├── simple_strings │ ├── simple_strings_titled │ ├── smart_wrap │ ├── table_float │ ├── table_float_center_pad │ ├── table_float_right_pad │ ├── test_empty_element │ ├── test_first_row │ ├── test_headers │ ├── test_hide_lines │ ├── test_multibyte_string │ ├── test_padded_headers │ ├── test_string_wrap │ ├── test_string_wrap_grid │ └── test_string_wrap_simple ├── tabulate.go ├── tabulate_test.go └── utils.go ├── tablib_csv.go ├── tablib_databook.go ├── tablib_dataset.go ├── tablib_errors.go ├── tablib_exportable.go ├── tablib_html.go ├── tablib_json.go ├── tablib_sort.go ├── tablib_sql.go ├── tablib_tabular.go ├── tablib_test.go ├── tablib_util.go ├── tablib_xlsx.go ├── tablib_xml.go └── tablib_yaml.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.goreleaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/.goreleaser.yml -------------------------------------------------------------------------------- /.idea/GoSungrow.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/.idea/GoSungrow.iml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/Dockerfile -------------------------------------------------------------------------------- /DockerfileRemote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/DockerfileRemote -------------------------------------------------------------------------------- /DockerfileRemote.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/DockerfileRemote.sh -------------------------------------------------------------------------------- /EXAMPLES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/EXAMPLES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/README.md -------------------------------------------------------------------------------- /TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/TODO.txt -------------------------------------------------------------------------------- /bin/docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/bin/docker.sh -------------------------------------------------------------------------------- /bin/release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/bin/release.sh -------------------------------------------------------------------------------- /bin/strip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/bin/strip.sh -------------------------------------------------------------------------------- /cmd/cmd_api.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_api.go -------------------------------------------------------------------------------- /cmd/cmd_const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_const.go -------------------------------------------------------------------------------- /cmd/cmd_data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_data.go -------------------------------------------------------------------------------- /cmd/cmd_ha.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_ha.go -------------------------------------------------------------------------------- /cmd/cmd_info.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_info.go -------------------------------------------------------------------------------- /cmd/cmd_modbus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_modbus.go -------------------------------------------------------------------------------- /cmd/cmd_mqtt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_mqtt.go -------------------------------------------------------------------------------- /cmd/cmd_show.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_show.go -------------------------------------------------------------------------------- /cmd/cmd_show_device.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_show_device.go -------------------------------------------------------------------------------- /cmd/cmd_show_meta.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_show_meta.go -------------------------------------------------------------------------------- /cmd/cmd_show_point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_show_point.go -------------------------------------------------------------------------------- /cmd/cmd_show_psid.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_show_psid.go -------------------------------------------------------------------------------- /cmd/cmd_show_template.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/cmd_show_template.go -------------------------------------------------------------------------------- /cmd/commands.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmd/commands.go -------------------------------------------------------------------------------- /cmdHassio/alarm_control_panel.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/alarm_control_panel.go -------------------------------------------------------------------------------- /cmdHassio/alarm_control_panel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/alarm_control_panel.txt -------------------------------------------------------------------------------- /cmdHassio/binary_sensor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/binary_sensor.go -------------------------------------------------------------------------------- /cmdHassio/binary_sensor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/binary_sensor.txt -------------------------------------------------------------------------------- /cmdHassio/button.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/button.go -------------------------------------------------------------------------------- /cmdHassio/button.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/button.txt -------------------------------------------------------------------------------- /cmdHassio/camera.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/camera.go -------------------------------------------------------------------------------- /cmdHassio/camera.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/camera.txt -------------------------------------------------------------------------------- /cmdHassio/climate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/climate.go -------------------------------------------------------------------------------- /cmdHassio/climate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/climate.txt -------------------------------------------------------------------------------- /cmdHassio/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/config.go -------------------------------------------------------------------------------- /cmdHassio/const.go: -------------------------------------------------------------------------------- 1 | package cmdHassio 2 | 3 | -------------------------------------------------------------------------------- /cmdHassio/cover.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/cover.go -------------------------------------------------------------------------------- /cmdHassio/cover.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/cover.txt -------------------------------------------------------------------------------- /cmdHassio/create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/create.sh -------------------------------------------------------------------------------- /cmdHassio/device_tracker.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/device_tracker.go -------------------------------------------------------------------------------- /cmdHassio/device_tracker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/device_tracker.txt -------------------------------------------------------------------------------- /cmdHassio/device_trigger.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/device_trigger.go -------------------------------------------------------------------------------- /cmdHassio/device_trigger.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/device_trigger.txt -------------------------------------------------------------------------------- /cmdHassio/fan.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/fan.go -------------------------------------------------------------------------------- /cmdHassio/fan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/fan.txt -------------------------------------------------------------------------------- /cmdHassio/funcs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/funcs.go -------------------------------------------------------------------------------- /cmdHassio/humidifier.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/humidifier.go -------------------------------------------------------------------------------- /cmdHassio/humidifier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/humidifier.txt -------------------------------------------------------------------------------- /cmdHassio/lights.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/lights.go -------------------------------------------------------------------------------- /cmdHassio/lights.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/lights.txt -------------------------------------------------------------------------------- /cmdHassio/lock.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/lock.go -------------------------------------------------------------------------------- /cmdHassio/lock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/lock.txt -------------------------------------------------------------------------------- /cmdHassio/number.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/number.go -------------------------------------------------------------------------------- /cmdHassio/number.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/number.txt -------------------------------------------------------------------------------- /cmdHassio/options.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/options.go -------------------------------------------------------------------------------- /cmdHassio/scene.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/scene.go -------------------------------------------------------------------------------- /cmdHassio/scene.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/scene.txt -------------------------------------------------------------------------------- /cmdHassio/select.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/select.go -------------------------------------------------------------------------------- /cmdHassio/select.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/select.txt -------------------------------------------------------------------------------- /cmdHassio/sensors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/sensors.go -------------------------------------------------------------------------------- /cmdHassio/sensors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/sensors.txt -------------------------------------------------------------------------------- /cmdHassio/siren.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/siren.go -------------------------------------------------------------------------------- /cmdHassio/siren.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/siren.txt -------------------------------------------------------------------------------- /cmdHassio/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/struct.go -------------------------------------------------------------------------------- /cmdHassio/struct_entity.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/struct_entity.go -------------------------------------------------------------------------------- /cmdHassio/struct_state.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/struct_state.go -------------------------------------------------------------------------------- /cmdHassio/switch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/switch.go -------------------------------------------------------------------------------- /cmdHassio/switch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/switch.txt -------------------------------------------------------------------------------- /cmdHassio/tag.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/tag.go -------------------------------------------------------------------------------- /cmdHassio/tag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/tag.txt -------------------------------------------------------------------------------- /cmdHassio/text.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/text.go -------------------------------------------------------------------------------- /cmdHassio/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/text.txt -------------------------------------------------------------------------------- /cmdHassio/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/types.go -------------------------------------------------------------------------------- /cmdHassio/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/update.go -------------------------------------------------------------------------------- /cmdHassio/update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/update.txt -------------------------------------------------------------------------------- /cmdHassio/vacuum.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/vacuum.go -------------------------------------------------------------------------------- /cmdHassio/vacuum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdHassio/vacuum.txt -------------------------------------------------------------------------------- /cmdModbus/boolean.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdModbus/boolean.go -------------------------------------------------------------------------------- /cmdModbus/const.go: -------------------------------------------------------------------------------- 1 | //go:build !(freebsd && amd64) 2 | package cmdModbus 3 | 4 | const ( 5 | DefaultPort = "502" 6 | ) 7 | -------------------------------------------------------------------------------- /cmdModbus/conv.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdModbus/conv.go -------------------------------------------------------------------------------- /cmdModbus/float.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdModbus/float.go -------------------------------------------------------------------------------- /cmdModbus/integer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdModbus/integer.go -------------------------------------------------------------------------------- /cmdModbus/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdModbus/struct.go -------------------------------------------------------------------------------- /cmdModbus/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/cmdModbus/types.go -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/config.json -------------------------------------------------------------------------------- /defaults/EXAMPLES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/defaults/EXAMPLES.md -------------------------------------------------------------------------------- /defaults/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/defaults/README.md -------------------------------------------------------------------------------- /defaults/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/defaults/const.go -------------------------------------------------------------------------------- /docs/AllPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/AllPoints.txt -------------------------------------------------------------------------------- /docs/Grafana1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/Grafana1.png -------------------------------------------------------------------------------- /docs/Grafana2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/Grafana2.png -------------------------------------------------------------------------------- /docs/Grafana3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/Grafana3.png -------------------------------------------------------------------------------- /docs/Grafana4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/Grafana4.png -------------------------------------------------------------------------------- /docs/IMG-7925.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/IMG-7925.png -------------------------------------------------------------------------------- /docs/IMG-7926.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/IMG-7926.png -------------------------------------------------------------------------------- /docs/IMG-7927.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/IMG-7927.png -------------------------------------------------------------------------------- /docs/IMG-7928.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/IMG-7928.png -------------------------------------------------------------------------------- /docs/IMG-7929.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/IMG-7929.png -------------------------------------------------------------------------------- /docs/IMG-7930.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/IMG-7930.png -------------------------------------------------------------------------------- /docs/IMG-7931.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/IMG-7931.png -------------------------------------------------------------------------------- /docs/IMG-7932.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/IMG-7932.png -------------------------------------------------------------------------------- /docs/IMG-7933.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/IMG-7933.png -------------------------------------------------------------------------------- /docs/SunGro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SunGro.jpg -------------------------------------------------------------------------------- /docs/SunGrowOnHASSIO1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SunGrowOnHASSIO1.png -------------------------------------------------------------------------------- /docs/SunGrowOnHASSIO2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SunGrowOnHASSIO2.png -------------------------------------------------------------------------------- /docs/SunGrowOnHASSIO3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SunGrowOnHASSIO3.png -------------------------------------------------------------------------------- /docs/SunGrowOnHASSIO4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SunGrowOnHASSIO4.png -------------------------------------------------------------------------------- /docs/SunGrowOnHASSIO5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SunGrowOnHASSIO5.png -------------------------------------------------------------------------------- /docs/SunGrowOnHASSIO6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SunGrowOnHASSIO6.png -------------------------------------------------------------------------------- /docs/SungrowEnergy-Arrows+45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy-Arrows+45.gif -------------------------------------------------------------------------------- /docs/SungrowEnergy-Arrows+90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy-Arrows+90.gif -------------------------------------------------------------------------------- /docs/SungrowEnergy-Arrows-45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy-Arrows-45.gif -------------------------------------------------------------------------------- /docs/SungrowEnergy-Arrows-90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy-Arrows-90.gif -------------------------------------------------------------------------------- /docs/SungrowEnergy-Arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy-Arrows.gif -------------------------------------------------------------------------------- /docs/SungrowEnergy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy.png -------------------------------------------------------------------------------- /docs/SungrowEnergy.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy.xcf -------------------------------------------------------------------------------- /docs/SungrowEnergy2-BatteryOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-BatteryOff.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2-BatteryToGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-BatteryToGrid.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2-BatteryToLoad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-BatteryToLoad.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2-GridOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-GridOff.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2-GridToLoad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-GridToLoad.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2-LoadOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-LoadOff.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2-PVOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-PVOff.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2-PVToBattery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-PVToBattery.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2-PVToGrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-PVToGrid.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2-PVToLoad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2-PVToLoad.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2.png -------------------------------------------------------------------------------- /docs/SungrowEnergy2.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/SungrowEnergy2.xcf -------------------------------------------------------------------------------- /docs/data/20220128132228767QHQIJD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/20220128132228767QHQIJD.png -------------------------------------------------------------------------------- /docs/data/api_endpoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/api_endpoints.txt -------------------------------------------------------------------------------- /docs/data/checkUnitStatus.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/checkUnitStatus.post.json -------------------------------------------------------------------------------- /docs/data/checkUnitStatus.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/checkUnitStatus.response.json -------------------------------------------------------------------------------- /docs/data/communicationModuleDetail.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/communicationModuleDetail.post.json -------------------------------------------------------------------------------- /docs/data/communicationModuleDetail.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/communicationModuleDetail.response.json -------------------------------------------------------------------------------- /docs/data/createAppkeyInfo.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/createAppkeyInfo.post.json -------------------------------------------------------------------------------- /docs/data/createAppkeyInfo.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/createAppkeyInfo.response.json -------------------------------------------------------------------------------- /docs/data/default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/default.json -------------------------------------------------------------------------------- /docs/data/devicePointsDataFromMySql.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/devicePointsDataFromMySql.post.json -------------------------------------------------------------------------------- /docs/data/devicePointsDataFromMySql.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/devicePointsDataFromMySql.response.json -------------------------------------------------------------------------------- /docs/data/energyTrend.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/energyTrend.post.json -------------------------------------------------------------------------------- /docs/data/energyTrend.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/energyTrend.response.json -------------------------------------------------------------------------------- /docs/data/exportParamSettingValPDF.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/exportParamSettingValPDF.post.json -------------------------------------------------------------------------------- /docs/data/exportParamSettingValPDF.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/exportParamSettingValPDF.response.json -------------------------------------------------------------------------------- /docs/data/exportPlantReportPDF.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/exportPlantReportPDF.post.json -------------------------------------------------------------------------------- /docs/data/exportPlantReportPDF.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/exportPlantReportPDF.response.json -------------------------------------------------------------------------------- /docs/data/findCurrentTask.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/findCurrentTask.post.json -------------------------------------------------------------------------------- /docs/data/findCurrentTask.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/findCurrentTask.response.json -------------------------------------------------------------------------------- /docs/data/findInfoByuuid.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/findInfoByuuid.post.json -------------------------------------------------------------------------------- /docs/data/findInfoByuuid.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/findInfoByuuid.response.json -------------------------------------------------------------------------------- /docs/data/findPsType.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/findPsType.post.json -------------------------------------------------------------------------------- /docs/data/findPsType.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/findPsType.response.json -------------------------------------------------------------------------------- /docs/data/get.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/get.sh -------------------------------------------------------------------------------- /docs/data/getAllPowerDeviceSetName.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getAllPowerDeviceSetName.post.json -------------------------------------------------------------------------------- /docs/data/getAllPowerDeviceSetName.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getAllPowerDeviceSetName.response.json -------------------------------------------------------------------------------- /docs/data/getApiCallsForAppkeys.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getApiCallsForAppkeys.post.json -------------------------------------------------------------------------------- /docs/data/getApiCallsForAppkeys.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getApiCallsForAppkeys.response.json -------------------------------------------------------------------------------- /docs/data/getAuthKey.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getAuthKey.post.json -------------------------------------------------------------------------------- /docs/data/getAuthKey.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getAuthKey.response.json -------------------------------------------------------------------------------- /docs/data/getDataFromHBase.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getDataFromHBase.post.json -------------------------------------------------------------------------------- /docs/data/getDataFromHBase.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getDataFromHBase.response.json -------------------------------------------------------------------------------- /docs/data/getDataFromHbaseByRowKey.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getDataFromHbaseByRowKey.post.json -------------------------------------------------------------------------------- /docs/data/getDataFromHbaseByRowKey.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getDataFromHbaseByRowKey.response.json -------------------------------------------------------------------------------- /docs/data/getDevicePointMinuteDataList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getDevicePointMinuteDataList.post.json -------------------------------------------------------------------------------- /docs/data/getDevicePoints.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getDevicePoints.post.json -------------------------------------------------------------------------------- /docs/data/getDevicePoints.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getDevicePoints.response.json -------------------------------------------------------------------------------- /docs/data/getHouseholdStoragePsReport.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getHouseholdStoragePsReport.post.json -------------------------------------------------------------------------------- /docs/data/getListMiFromHBase.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getListMiFromHBase.post.json -------------------------------------------------------------------------------- /docs/data/getListMiFromHBase.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getListMiFromHBase.response.json -------------------------------------------------------------------------------- /docs/data/getLoadCurveList.post.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/data/getLoadCurveList.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getLoadCurveList.response.json -------------------------------------------------------------------------------- /docs/data/getMapMiFromHBase.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getMapMiFromHBase.post.json -------------------------------------------------------------------------------- /docs/data/getMapMiFromHBase.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getMapMiFromHBase.response.json -------------------------------------------------------------------------------- /docs/data/getModuleLogTaskList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getModuleLogTaskList.post.json -------------------------------------------------------------------------------- /docs/data/getModuleLogTaskList.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getModuleLogTaskList.response.json -------------------------------------------------------------------------------- /docs/data/getPListinfoFromMysql.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPListinfoFromMysql.post.json -------------------------------------------------------------------------------- /docs/data/getPListinfoFromMysql.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPListinfoFromMysql.response.json -------------------------------------------------------------------------------- /docs/data/getPowerDevicePointNames.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPowerDevicePointNames.post.json -------------------------------------------------------------------------------- /docs/data/getPowerDevicePointNames.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPowerDevicePointNames.response.json -------------------------------------------------------------------------------- /docs/data/getPowerDeviceSetTaskList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPowerDeviceSetTaskList.post.json -------------------------------------------------------------------------------- /docs/data/getPowerDeviceSetTaskList.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPowerDeviceSetTaskList.response.json -------------------------------------------------------------------------------- /docs/data/getPowerStationTableDataSql.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPowerStationTableDataSql.post.json -------------------------------------------------------------------------------- /docs/data/getPowerStatistics.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPowerStatistics.post.json -------------------------------------------------------------------------------- /docs/data/getPowerStatistics.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPowerStatistics.response.json -------------------------------------------------------------------------------- /docs/data/getPowerTrendDayData.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPowerTrendDayData.post.json -------------------------------------------------------------------------------- /docs/data/getPowerTrendDayData.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPowerTrendDayData.response.json -------------------------------------------------------------------------------- /docs/data/getPsAuthKey.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPsAuthKey.post.json -------------------------------------------------------------------------------- /docs/data/getPsAuthKey.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPsAuthKey.response.json -------------------------------------------------------------------------------- /docs/data/getPsCurveInfo.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPsCurveInfo.post.json -------------------------------------------------------------------------------- /docs/data/getPsCurveInfo.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPsCurveInfo.response.json -------------------------------------------------------------------------------- /docs/data/getPsDataSupplementTaskList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPsDataSupplementTaskList.post.json -------------------------------------------------------------------------------- /docs/data/getPsKpiForHoursByPsId.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPsKpiForHoursByPsId.post.json -------------------------------------------------------------------------------- /docs/data/getPsKpiForHoursByPsId.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPsKpiForHoursByPsId.response.json -------------------------------------------------------------------------------- /docs/data/getPsList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPsList.post.json -------------------------------------------------------------------------------- /docs/data/getPsList.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getPsList.response.json -------------------------------------------------------------------------------- /docs/data/getSerialNum.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getSerialNum.post.json -------------------------------------------------------------------------------- /docs/data/getSerialNum.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getSerialNum.response.json -------------------------------------------------------------------------------- /docs/data/getStationInfoSql.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getStationInfoSql.post.json -------------------------------------------------------------------------------- /docs/data/getStationInfoSql.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getStationInfoSql.response.json -------------------------------------------------------------------------------- /docs/data/getTableDataSql.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getTableDataSql.post.json -------------------------------------------------------------------------------- /docs/data/getTableDataSql.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getTableDataSql.response.json -------------------------------------------------------------------------------- /docs/data/getTableDataSqlCount.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getTableDataSqlCount.post.json -------------------------------------------------------------------------------- /docs/data/getTableDataSqlCount.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getTableDataSqlCount.response.json -------------------------------------------------------------------------------- /docs/data/getTemplateByInfoType.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getTemplateByInfoType.post.json -------------------------------------------------------------------------------- /docs/data/getTemplateByInfoType.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getTemplateByInfoType.response.json -------------------------------------------------------------------------------- /docs/data/getTemplateList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getTemplateList.post.json -------------------------------------------------------------------------------- /docs/data/getTemplateList.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getTemplateList.response.json -------------------------------------------------------------------------------- /docs/data/getUpTimePoint.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getUpTimePoint.post.json -------------------------------------------------------------------------------- /docs/data/getUpTimePoint.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getUpTimePoint.response.json -------------------------------------------------------------------------------- /docs/data/getValFromHBase.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getValFromHBase.post.json -------------------------------------------------------------------------------- /docs/data/getValFromHBase.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/getValFromHBase.response.json -------------------------------------------------------------------------------- /docs/data/js/0jes.b3264b79.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/0jes.b3264b79.js -------------------------------------------------------------------------------- /docs/data/js/0jes.b7d561b8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/0jes.b7d561b8.js -------------------------------------------------------------------------------- /docs/data/js/app.884c24c2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/app.884c24c2.js -------------------------------------------------------------------------------- /docs/data/js/app.b8da93af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/app.b8da93af.js -------------------------------------------------------------------------------- /docs/data/js/chunk-496f.480f6ce1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-496f.480f6ce1.js -------------------------------------------------------------------------------- /docs/data/js/chunk-496f.878290e9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-496f.878290e9.js -------------------------------------------------------------------------------- /docs/data/js/chunk-58ab.9ad9549d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-58ab.9ad9549d.js -------------------------------------------------------------------------------- /docs/data/js/chunk-58ab.9ad9549d.js.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-58ab.9ad9549d.js.2 -------------------------------------------------------------------------------- /docs/data/js/chunk-7961.0a3e86b0.2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-7961.0a3e86b0.2.js -------------------------------------------------------------------------------- /docs/data/js/chunk-7961.0a3e86b0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-7961.0a3e86b0.js -------------------------------------------------------------------------------- /docs/data/js/chunk-commons.4ed00e91.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-commons.4ed00e91.js -------------------------------------------------------------------------------- /docs/data/js/chunk-commons.d3d0b178.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-commons.d3d0b178.js -------------------------------------------------------------------------------- /docs/data/js/chunk-d500.bcf00f23.2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-d500.bcf00f23.2.js -------------------------------------------------------------------------------- /docs/data/js/chunk-d500.bcf00f23.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-d500.bcf00f23.js -------------------------------------------------------------------------------- /docs/data/js/chunk-echarts.44267f0d.2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-echarts.44267f0d.2.js -------------------------------------------------------------------------------- /docs/data/js/chunk-echarts.44267f0d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-echarts.44267f0d.js -------------------------------------------------------------------------------- /docs/data/js/chunk-elementUI.adbc7cae.2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-elementUI.adbc7cae.2.js -------------------------------------------------------------------------------- /docs/data/js/chunk-elementUI.adbc7cae.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-elementUI.adbc7cae.js -------------------------------------------------------------------------------- /docs/data/js/chunk-f7a0.cf7e90ce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-f7a0.cf7e90ce.js -------------------------------------------------------------------------------- /docs/data/js/chunk-f7a0.cf7e90ce.js.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-f7a0.cf7e90ce.js.2 -------------------------------------------------------------------------------- /docs/data/js/chunk-sungrowUtils.558f6665.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-sungrowUtils.558f6665.js -------------------------------------------------------------------------------- /docs/data/js/chunk-sungrowUtils.fb8bd9a6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/chunk-sungrowUtils.fb8bd9a6.js -------------------------------------------------------------------------------- /docs/data/js/nc-2015052012.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/nc-2015052012.js -------------------------------------------------------------------------------- /docs/data/js/nc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/nc.js -------------------------------------------------------------------------------- /docs/data/js/runtime~app.078b5485.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/runtime~app.078b5485.js -------------------------------------------------------------------------------- /docs/data/js/runtime~app.1dd9624a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/runtime~app.1dd9624a.js -------------------------------------------------------------------------------- /docs/data/js/zhuge-202218.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/zhuge-202218.js -------------------------------------------------------------------------------- /docs/data/js/zhuge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/js/zhuge.js -------------------------------------------------------------------------------- /docs/data/login.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/login.post.json -------------------------------------------------------------------------------- /docs/data/login.response.incorrectpassword.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/login.response.incorrectpassword.json -------------------------------------------------------------------------------- /docs/data/login.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/login.response.json -------------------------------------------------------------------------------- /docs/data/login.response.needtologinagain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/login.response.needtologinagain.json -------------------------------------------------------------------------------- /docs/data/login.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/login.sh -------------------------------------------------------------------------------- /docs/data/mqtt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/mqtt.txt -------------------------------------------------------------------------------- /docs/data/powerDevicePointList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/powerDevicePointList.post.json -------------------------------------------------------------------------------- /docs/data/powerDevicePointList.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/powerDevicePointList.response.json -------------------------------------------------------------------------------- /docs/data/psHourPointsValue.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/psHourPointsValue.post.json -------------------------------------------------------------------------------- /docs/data/psHourPointsValue.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/psHourPointsValue.response.json -------------------------------------------------------------------------------- /docs/data/queryAllPsIdAndName.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryAllPsIdAndName.post.json -------------------------------------------------------------------------------- /docs/data/queryAllPsIdAndName.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryAllPsIdAndName.response.json -------------------------------------------------------------------------------- /docs/data/queryBatchCreatePsTaskList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryBatchCreatePsTaskList.post.json -------------------------------------------------------------------------------- /docs/data/queryCtrlTaskById.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryCtrlTaskById.post.json -------------------------------------------------------------------------------- /docs/data/queryCtrlTaskById.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryCtrlTaskById.response.json -------------------------------------------------------------------------------- /docs/data/queryMutiPointDataList-.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryMutiPointDataList-.response.json -------------------------------------------------------------------------------- /docs/data/queryMutiPointDataList-20220128.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryMutiPointDataList-20220128.csv -------------------------------------------------------------------------------- /docs/data/queryMutiPointDataList-20220209.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryMutiPointDataList-20220209.csv -------------------------------------------------------------------------------- /docs/data/queryMutiPointDataList-20220210.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryMutiPointDataList-20220210.csv -------------------------------------------------------------------------------- /docs/data/queryMutiPointDataList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryMutiPointDataList.post.json -------------------------------------------------------------------------------- /docs/data/queryMutiPointDataList.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryMutiPointDataList.response.json -------------------------------------------------------------------------------- /docs/data/queryMutiPointDataList.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryMutiPointDataList.sh -------------------------------------------------------------------------------- /docs/data/queryParamSettingTask.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryParamSettingTask.post.json -------------------------------------------------------------------------------- /docs/data/queryParamSettingTask.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryParamSettingTask.response.json -------------------------------------------------------------------------------- /docs/data/queryUnitList.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryUnitList.post.json -------------------------------------------------------------------------------- /docs/data/queryUnitList.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryUnitList.response.json -------------------------------------------------------------------------------- /docs/data/queryUserCurveTemplateData-20220209.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryUserCurveTemplateData-20220209.csv -------------------------------------------------------------------------------- /docs/data/queryUserCurveTemplateData-20220210.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryUserCurveTemplateData-20220210.csv -------------------------------------------------------------------------------- /docs/data/queryUserCurveTemplateData.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryUserCurveTemplateData.csv -------------------------------------------------------------------------------- /docs/data/queryUserCurveTemplateData.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryUserCurveTemplateData.post.json -------------------------------------------------------------------------------- /docs/data/queryUserCurveTemplateData.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/queryUserCurveTemplateData.sh -------------------------------------------------------------------------------- /docs/data/showPSView.post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/showPSView.post.json -------------------------------------------------------------------------------- /docs/data/showPSView.response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/showPSView.response.json -------------------------------------------------------------------------------- /docs/data/sqliteDb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/sqliteDb.txt -------------------------------------------------------------------------------- /docs/data/user_agent.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/data/user_agent.data -------------------------------------------------------------------------------- /docs/iSolarCloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/iSolarCloud.png -------------------------------------------------------------------------------- /docs/iSolarCloudLogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/iSolarCloudLogin.png -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointInfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointInfo.txt -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointInfo2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointInfo2.txt -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointNames-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointNames-1.json -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointNames-11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointNames-11.json -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointNames-14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointNames-14.json -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointNames-17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointNames-17.json -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointNames-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointNames-3.json -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointNames-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointNames-4.json -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointNames-5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointNames-5.json -------------------------------------------------------------------------------- /docs/info/getPowerDevicePointNames-7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/docs/info/getPowerDevicePointNames-7.json -------------------------------------------------------------------------------- /example/example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/example/example.go -------------------------------------------------------------------------------- /examples.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/examples.txt -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/go.sum -------------------------------------------------------------------------------- /iSolarCloud/AliSmsService/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AliSmsService/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/acceptPsSharing/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/acceptPsSharing/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/acceptPsSharing/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/acceptPsSharing/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/activateEmail/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/activateEmail/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/activateEmail/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/activateEmail/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addConfig/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addConfig/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addConfig/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addConfig/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addDeviceRepair/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addDeviceRepair/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addDeviceRepair/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addDeviceRepair/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addFault/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addFault/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addFault/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addFault/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addFaultOrder/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addFaultOrder/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addFaultOrder/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addFaultOrder/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addFaultPlan/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addFaultPlan/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addFaultPlan/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addFaultPlan/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addOnDutyInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addOnDutyInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addOnDutyInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addOnDutyInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addOperRule/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addOperRule/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addOperRule/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addOperRule/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addOrderStep/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addOrderStep/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addOrderStep/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addOrderStep/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addSysOrgNew/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addSysOrgNew/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/addSysOrgNew/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/addSysOrgNew/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/aliPayAppTest/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/aliPayAppTest/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/aliPayAppTest/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/aliPayAppTest/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/auditOperRule/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/auditOperRule/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/auditOperRule/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/auditOperRule/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/batchImportSN/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/batchImportSN/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/batchImportSN/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/batchImportSN/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/boundMobilePhone/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/boundMobilePhone/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/boundMobilePhone/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/boundMobilePhone/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/boundUserMail/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/boundUserMail/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/boundUserMail/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/boundUserMail/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/cancelDeliverMail/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/cancelDeliverMail/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/cancelOrderScan/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/cancelOrderScan/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/cancelOrderScan/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/cancelOrderScan/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/cancelParamSetTask/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/cancelParamSetTask/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/cancelPsSharing/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/cancelPsSharing/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/cancelPsSharing/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/cancelPsSharing/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/changeRemoteParam/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/changeRemoteParam/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/checkDealerOrgCode/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/checkDealerOrgCode/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/checkIsIvScan/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/checkIsIvScan/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/checkIsIvScan/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/checkIsIvScan/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/checkUnitStatus/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/checkUnitStatus/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/checkUnitStatus/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/checkUnitStatus/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/checkUserIsExist/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/checkUserIsExist/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/checkUserIsExist/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/checkUserIsExist/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/checkUserPassword/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/checkUserPassword/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/confirmFault/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/confirmFault/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/confirmFault/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/confirmFault/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/confirmIvFault/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/confirmIvFault/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/confirmIvFault/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/confirmIvFault/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/createAppkeyInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/createAppkeyInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/dealCommandReply/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/dealCommandReply/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/dealFaultOrder/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/dealFaultOrder/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/dealFaultOrder/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/dealFaultOrder/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/delDeviceRepair/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/delDeviceRepair/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/delOperRule/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/delOperRule/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/delOperRule/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/delOperRule/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deleteComponent/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deleteComponent/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deleteFaultPlan/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deleteFaultPlan/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deleteModuleLog/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deleteModuleLog/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deleteOnDutyInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deleteOnDutyInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deleteOssObject/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deleteOssObject/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deletePs/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deletePs/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deletePs/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deletePs/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deleteSysOrgNew/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deleteSysOrgNew/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deleteTemplate/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deleteTemplate/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deleteTemplate/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deleteTemplate/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deviceReplace/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deviceReplace/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/deviceReplace/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/deviceReplace/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/editDeviceRepair/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/editDeviceRepair/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/editOperRule/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/editOperRule/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/editOperRule/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/editOperRule/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/energyTrend/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/energyTrend/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/energyTrend/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/energyTrend/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/faultAutoClose/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/faultAutoClose/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/faultAutoClose/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/faultAutoClose/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/findEmgOrgInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/findEmgOrgInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/findEmgOrgInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/findEmgOrgInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/findInfoByuuid/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/findInfoByuuid/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/findInfoByuuid/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/findInfoByuuid/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/findOnDutyInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/findOnDutyInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/findOnDutyInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/findOnDutyInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/findPsType/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/findPsType/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/findPsType/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/findPsType/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/findUserPassword/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/findUserPassword/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getAreaList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getAreaList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getAreaList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getAreaList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getBackReadValue/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getBackReadValue/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getCloudList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getCloudList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getCloudList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getCloudList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getConfigList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getConfigList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getConfigList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getConfigList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getCountDown/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getCountDown/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getCountDown/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getCountDown/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getCounty/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getCounty/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getCounty/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getCounty/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getCustomerList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getCustomerList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDataFromHBase/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDataFromHBase/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDevRecord/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDevRecord/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDevRecord/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDevRecord/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDevSimByList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDevSimByList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDevSimList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDevSimList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDevSimList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDevSimList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDeviceInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDeviceInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDeviceInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDeviceInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDeviceList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDeviceList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDeviceList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDeviceList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDevicePoints/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDevicePoints/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDstInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDstInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getDstInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getDstInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getFaultCount/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getFaultCount/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getFaultCount/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getFaultCount/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getFaultDetail/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getFaultDetail/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getFaultDetail/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getFaultDetail/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getFaultPlanList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getFaultPlanList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getHisData/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getHisData/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getHisData/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getHisData/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getHistoryInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getHistoryInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getHistoryInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getHistoryInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getI18nFileInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getI18nFileInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getI18nInfoByKey/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getI18nInfoByKey/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getI18nVersion/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getI18nVersion/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getI18nVersion/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getI18nVersion/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getInfoFromAMap/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getInfoFromAMap/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getIvEchartsData/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getIvEchartsData/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getKpiInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getKpiInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getKpiInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getKpiInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getMapInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getMapInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getMapInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getMapInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getModuleLogInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getModuleLogInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getNoticeInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getNoticeInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getNoticeInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getNoticeInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getOSSConfig/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getOSSConfig/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getOSSConfig/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getOSSConfig/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getOrderDataList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getOrderDataList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getOrderDataSql2/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getOrderDataSql2/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getOrderDatas/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getOrderDatas/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getOrderDatas/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getOrderDatas/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getOrderDetail/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getOrderDetail/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getOrderDetail/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getOrderDetail/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getOrgListByName/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getOrgListByName/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPhotoInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPhotoInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPhotoInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPhotoInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsAuthKey/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsAuthKey/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsAuthKey/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsAuthKey/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsCurveInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsCurveInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsCurveInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsCurveInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsDetail/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsDetail/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsDetail/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsDetail/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsHealthState/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsHealthState/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsList/funcs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsList/funcs.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsListByName/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsListByName/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsReport/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsReport/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsReport/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsReport/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsUser/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsUser/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsUser/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsUser/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getPsWeatherList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getPsWeatherList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getRegionalTree/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getRegionalTree/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getReportData/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getReportData/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getReportData/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getReportData/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getRuleUnit/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getRuleUnit/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getRuleUnit/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getRuleUnit/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSerialNum/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSerialNum/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSerialNum/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSerialNum/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSimIdBySnList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSimIdBySnList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSingleIVData/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSingleIVData/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSysMsg/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSysMsg/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSysMsg/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSysMsg/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSysOrgNewList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSysOrgNewList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSysOrgNewOne/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSysOrgNewOne/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSysUserById/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSysUserById/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getSysUserById/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getSysUserById/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getTableDataSql/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getTableDataSql/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getTemplateList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getTemplateList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getUUIDByUpuuid/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getUUIDByUpuuid/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getUpTimePoint/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getUpTimePoint/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getUpTimePoint/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getUpTimePoint/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getUserById/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getUserById/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getUserById/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getUserById/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getUserGDPRAttrs/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getUserGDPRAttrs/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getUserList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getUserList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getUserList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getUserList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getValFromHBase/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getValFromHBase/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getValidateCode/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getValidateCode/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getWeatherInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getWeatherInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getWeatherInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getWeatherInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getWorkInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getWorkInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/getWorkInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/getWorkInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/groupStringCheck/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/groupStringCheck/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/immediatePayment/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/immediatePayment/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/importExcelData/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/importExcelData/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/incomeStatistics/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/incomeStatistics/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/informPush/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/informPush/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/informPush/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/informPush/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/insertEmgOrgInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/insertEmgOrgInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/intoDataToHbase/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/intoDataToHbase/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/ipLocationQuery/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/ipLocationQuery/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/isHave2GSn/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/isHave2GSn/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/isHave2GSn/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/isHave2GSn/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/listOssFiles/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/listOssFiles/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/listOssFiles/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/listOssFiles/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/loadAreaInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/loadAreaInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/loadAreaInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/loadAreaInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/loadPowerStation/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/loadPowerStation/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/login/auth.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/login/auth.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/login/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/login/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/login/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/login/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/loginByToken/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/loginByToken/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/loginByToken/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/loginByToken/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/logout/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/logout/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/logout/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/logout/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/modifyFaultPlan/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/modifyFaultPlan/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/modifyOnDutyInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/modifyOnDutyInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/modifyPassword/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/modifyPassword/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/modifyPassword/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/modifyPassword/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/modifyPsUser/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/modifyPsUser/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/modifyPsUser/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/modifyPsUser/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/operateOssFile/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/operateOssFile/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/operateOssFile/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/operateOssFile/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/orgPowerReport/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/orgPowerReport/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/orgPowerReport/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/orgPowerReport/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/paramSetTryAgain/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/paramSetTryAgain/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/paramSetting/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/paramSetting/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/paramSetting/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/paramSetting/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/planPower/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/planPower/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/planPower/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/planPower/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/psForcastInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/psForcastInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/psForcastInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/psForcastInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryComponent/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryComponent/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryComponent/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryComponent/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryCountryList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryCountryList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryDeviceInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryDeviceInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryDeviceList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryDeviceList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryFaultList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryFaultList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryFaultList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryFaultList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryInfotoAlert/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryInfotoAlert/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryNoticeList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryNoticeList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryOperRules/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryOperRules/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryOperRules/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryOperRules/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryOrderList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryOrderList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryOrderList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryOrderList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryOrderStep/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryOrderStep/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryOrderStep/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryOrderStep/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryOrgInfoList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryOrgInfoList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryPsIdList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryPsIdList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryPsIdList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryPsIdList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryPsPrByDate/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryPsPrByDate/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryPsProfit/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryPsProfit/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryPsProfit/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryPsProfit/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryReportMsg/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryReportMsg/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryReportMsg/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryReportMsg/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/querySharingPs/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/querySharingPs/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/querySharingPs/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/querySharingPs/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryTimeBySN/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryTimeBySN/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryTimeBySN/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryTimeBySN/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryTrafficCTCC/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryTrafficCTCC/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryUnitList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryUnitList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryUnitList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryUnitList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryUserBtnPri/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryUserBtnPri/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryUserForStep/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryUserForStep/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryUserList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryUserList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/queryUserList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/queryUserList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/reportList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/reportList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/reportList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/reportList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveDevSimList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveDevSimList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveDevSimList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveDevSimList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveFirmwareFile/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveFirmwareFile/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveParamModel/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveParamModel/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveParamModel/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveParamModel/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/savePowerCharges/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/savePowerCharges/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveRepair/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveRepair/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveRepair/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveRepair/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveSetParam/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveSetParam/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveSetParam/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveSetParam/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveSysUserMsg/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveSysUserMsg/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveSysUserMsg/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveSysUserMsg/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveTemplate/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveTemplate/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/saveTemplate/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/saveTemplate/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/setUserGDPRAttrs/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/setUserGDPRAttrs/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/settingNotice/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/settingNotice/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/settingNotice/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/settingNotice/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/shareMyPs/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/shareMyPs/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/shareMyPs/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/shareMyPs/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/sharePsBySN/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/sharePsBySN/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/sharePsBySN/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/sharePsBySN/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/showOnlineUsers/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/showOnlineUsers/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/showWarning/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/showWarning/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/showWarning/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/showWarning/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/snIsExist/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/snIsExist/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/snIsExist/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/snIsExist/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/snsIsExist/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/snsIsExist/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/snsIsExist/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/snsIsExist/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/stationUnitsList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/stationUnitsList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/sweepDevParamSet/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/sweepDevParamSet/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/sysTimeZoneList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/sysTimeZoneList/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/unLockUser/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/unLockUser/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/unLockUser/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/unLockUser/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/updateFault/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/updateFault/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/updateFault/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/updateFault/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/updateFaultData/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/updateFaultData/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/updateShareAttr/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/updateShareAttr/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/updateSysOrgNew/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/updateSysOrgNew/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/updateTemplate/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/updateTemplate/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/updateTemplate/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/updateTemplate/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/updateUserUpOrg/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/updateUserUpOrg/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/upgrade/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/upgrade/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/upgrade/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/upgrade/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/upgrate/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/upgrate/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/upgrate/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/upgrate/struct.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/uploadFileToOss/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/uploadFileToOss/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/userMailHasBound/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/userMailHasBound/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/userRegister/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/userRegister/data.go -------------------------------------------------------------------------------- /iSolarCloud/AppService/userRegister/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/AppService/userRegister/struct.go -------------------------------------------------------------------------------- /iSolarCloud/Common/images.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/Common/images.go -------------------------------------------------------------------------------- /iSolarCloud/Common/invalid.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/Common/invalid.go -------------------------------------------------------------------------------- /iSolarCloud/MttvScreenService/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/MttvScreenService/struct.go -------------------------------------------------------------------------------- /iSolarCloud/NullArea/NullEndpoint/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/NullArea/NullEndpoint/data.go -------------------------------------------------------------------------------- /iSolarCloud/NullArea/NullEndpoint/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/NullArea/NullEndpoint/struct.go -------------------------------------------------------------------------------- /iSolarCloud/NullArea/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/NullArea/struct.go -------------------------------------------------------------------------------- /iSolarCloud/PowerPointService/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/PowerPointService/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/addMaterial/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/addMaterial/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/addMaterial/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/addMaterial/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/addSpareParts/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/addSpareParts/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/confirmFault/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/confirmFault/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/deleteDuty/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/deleteDuty/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/deleteDuty/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/deleteDuty/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/deleteDutyMid/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/deleteDutyMid/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/executeTask/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/executeTask/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/executeTask/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/executeTask/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/findWebRole/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/findWebRole/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/findWebRole/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/findWebRole/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getAllPsList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getAllPsList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getAllStore/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getAllStore/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getAllStore/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getAllStore/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getBoxData/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getBoxData/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getBoxData/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getBoxData/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getCBoxTree/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getCBoxTree/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getCBoxTree/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getCBoxTree/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getChildOrg/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getChildOrg/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getChildOrg/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getChildOrg/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getCo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getCo/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getCo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getCo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDST/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDST/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDST/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDST/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDataCounts/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDataCounts/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDataInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDataInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDataInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDataInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDevList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDevList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDevList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDevList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDevName/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDevName/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDevName/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDevName/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getDeviceUuid/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getDeviceUuid/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getFaultList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getFaultList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getFaultName/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getFaultName/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getFaultOrder/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getFaultOrder/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getHTRoleList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getHTRoleList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getInfo/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getInfo/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getOrderCount/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getOrderCount/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getOrderData/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getOrderData/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPowerValue/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPowerValue/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsBlock/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsBlock/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsBlock/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsBlock/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsContact/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsContact/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsDataVal/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsDataVal/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsIdState/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsIdState/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsTree/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsTree/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsTree/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsTree/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsUserList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsUserList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsValue/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsValue/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getPsValue/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getPsValue/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getRoleList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getRoleList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getRoleList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getRoleList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getTableList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getTableList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getUserList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getUserList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getUserList/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getUserList/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getWeather/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getWeather/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/getWeather/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/getWeather/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/handleValue/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/handleValue/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/handleValue/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/handleValue/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/queryNounList/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/queryNounList/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/saveDutyInfo/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/saveDutyInfo/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/saveInventory/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/saveInventory/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/saveMaterial/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/saveMaterial/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/showFxReport/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/showFxReport/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/showPSView/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/showPSView/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/showPSView/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/showPSView/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/showTjReport/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/showTjReport/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebAppService/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebAppService/struct.go -------------------------------------------------------------------------------- /iSolarCloud/WebIscmAppService/delDevice/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebIscmAppService/delDevice/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebIscmAppService/isHasPlan/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebIscmAppService/isHasPlan/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebIscmAppService/resetPasW/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebIscmAppService/resetPasW/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebIscmAppService/savePsOrg/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebIscmAppService/savePsOrg/data.go -------------------------------------------------------------------------------- /iSolarCloud/WebIscmAppService/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/WebIscmAppService/struct.go -------------------------------------------------------------------------------- /iSolarCloud/add.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/add.sh -------------------------------------------------------------------------------- /iSolarCloud/add_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/add_all.sh -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/const.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/field.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/field.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/gojson/funcs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/gojson/funcs.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/gojson/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/gojson/struct.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/legacy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/legacy.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/output/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/output/const.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/output/file.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/output/file.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/output/legacy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/output/legacy.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/output/struct_graph.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/output/struct_graph.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/output/struct_json.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/output/struct_json.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/output/struct_table.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/output/struct_table.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/output/struct_tables.go: -------------------------------------------------------------------------------- 1 | package output 2 | -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/reflection/funcs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/reflection/funcs.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/reflection/legacy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/reflection/legacy.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/struct_epp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/struct_epp.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/struct_reflect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/struct_reflect.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/struct_table.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/struct_table.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/structmap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/structmap.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/structs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/structs.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/tags.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/tags.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/bool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/bool.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/const.go: -------------------------------------------------------------------------------- 1 | package valueTypes 2 | 3 | const ( 4 | IgnoreLength = -1 5 | ) 6 | -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/datetime.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/datetime.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/float.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/float.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/generic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/generic.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/integers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/integers.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/point.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/ps_id.go: -------------------------------------------------------------------------------- 1 | package valueTypes 2 | -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/string.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/string.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/time.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/time.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/types.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/uuid.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/uuid.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/uv.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/uv.go -------------------------------------------------------------------------------- /iSolarCloud/api/GoStruct/valueTypes/uv.goBACKUP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/GoStruct/valueTypes/uv.goBACKUP -------------------------------------------------------------------------------- /iSolarCloud/api/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/const.go -------------------------------------------------------------------------------- /iSolarCloud/api/debug.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/debug.go -------------------------------------------------------------------------------- /iSolarCloud/api/file.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/file.go -------------------------------------------------------------------------------- /iSolarCloud/api/help.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/help.go -------------------------------------------------------------------------------- /iSolarCloud/api/interface_area.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/interface_area.go -------------------------------------------------------------------------------- /iSolarCloud/api/interface_endpoint.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/interface_endpoint.go -------------------------------------------------------------------------------- /iSolarCloud/api/legacy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/legacy.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_area.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_area.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_areas.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_areas.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_data.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_de.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_de.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_dpe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_dpe.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_endpoint.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_endpoint.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_endpoints.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_endpoints.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_point.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_points.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_points.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_request.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_request.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_response.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_response.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_template_points.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_template_points.go -------------------------------------------------------------------------------- /iSolarCloud/api/struct_url.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/struct_url.go -------------------------------------------------------------------------------- /iSolarCloud/api/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/types.go -------------------------------------------------------------------------------- /iSolarCloud/api/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/utils.go -------------------------------------------------------------------------------- /iSolarCloud/api/web.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/api/web.go -------------------------------------------------------------------------------- /iSolarCloud/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/const.go -------------------------------------------------------------------------------- /iSolarCloud/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/data.go -------------------------------------------------------------------------------- /iSolarCloud/data_request.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/data_request.go -------------------------------------------------------------------------------- /iSolarCloud/highlevel.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/highlevel.go -------------------------------------------------------------------------------- /iSolarCloud/highlevel_device.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/highlevel_device.go -------------------------------------------------------------------------------- /iSolarCloud/highlevel_meta.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/highlevel_meta.go -------------------------------------------------------------------------------- /iSolarCloud/highlevel_point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/highlevel_point.go -------------------------------------------------------------------------------- /iSolarCloud/highlevel_ps.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/highlevel_ps.go -------------------------------------------------------------------------------- /iSolarCloud/highlevel_template.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/highlevel_template.go -------------------------------------------------------------------------------- /iSolarCloud/legacy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/legacy.go -------------------------------------------------------------------------------- /iSolarCloud/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/struct.go -------------------------------------------------------------------------------- /iSolarCloud/sungrow_api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/sungrow_api.txt -------------------------------------------------------------------------------- /iSolarCloud/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/update.sh -------------------------------------------------------------------------------- /iSolarCloud/update_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/iSolarCloud/update_all.sh -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/main.go -------------------------------------------------------------------------------- /servers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/servers.txt -------------------------------------------------------------------------------- /tablib/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/.travis.yml -------------------------------------------------------------------------------- /tablib/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/HISTORY.md -------------------------------------------------------------------------------- /tablib/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/LICENSE -------------------------------------------------------------------------------- /tablib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/README.md -------------------------------------------------------------------------------- /tablib/gotabulate/AUTHOR: -------------------------------------------------------------------------------- 1 | Vadim Kravcenko 2014 -------------------------------------------------------------------------------- /tablib/gotabulate/CHANGELOG: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tablib/gotabulate/CONTRIBUTORS: -------------------------------------------------------------------------------- 1 | # Contributors git log --format='%aN <%aE>' | sort -uf 2 | Vadim Kravcenko 3 | -------------------------------------------------------------------------------- /tablib/gotabulate/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/LICENSE -------------------------------------------------------------------------------- /tablib/gotabulate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/README.md -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/grid_floats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/grid_floats -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/grid_ints: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/grid_ints -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/grid_ints64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/grid_ints64 -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/grid_map_mixed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/grid_map_mixed -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/grid_mixed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/grid_mixed -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/grid_strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/grid_strings -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/grid_strings_titled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/grid_strings_titled -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/plain_strings_titled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/plain_strings_titled -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/simple_floats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/simple_floats -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/simple_ints: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/simple_ints -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/simple_ints64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/simple_ints64 -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/simple_map_mixed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/simple_map_mixed -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/simple_mixed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/simple_mixed -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/simple_strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/simple_strings -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/simple_strings_titled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/simple_strings_titled -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/smart_wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/smart_wrap -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/table_float: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/table_float -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/table_float_center_pad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/table_float_center_pad -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/table_float_right_pad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/table_float_right_pad -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/test_empty_element: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/test_empty_element -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/test_first_row: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/test_first_row -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/test_headers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/test_headers -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/test_hide_lines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/test_hide_lines -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/test_multibyte_string: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/test_multibyte_string -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/test_padded_headers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/test_padded_headers -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/test_string_wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/test_string_wrap -------------------------------------------------------------------------------- /tablib/gotabulate/_tests/test_string_wrap_grid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/_tests/test_string_wrap_grid -------------------------------------------------------------------------------- /tablib/gotabulate/tabulate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/tabulate.go -------------------------------------------------------------------------------- /tablib/gotabulate/tabulate_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/tabulate_test.go -------------------------------------------------------------------------------- /tablib/gotabulate/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/gotabulate/utils.go -------------------------------------------------------------------------------- /tablib/tablib_csv.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_csv.go -------------------------------------------------------------------------------- /tablib/tablib_databook.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_databook.go -------------------------------------------------------------------------------- /tablib/tablib_dataset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_dataset.go -------------------------------------------------------------------------------- /tablib/tablib_errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_errors.go -------------------------------------------------------------------------------- /tablib/tablib_exportable.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_exportable.go -------------------------------------------------------------------------------- /tablib/tablib_html.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_html.go -------------------------------------------------------------------------------- /tablib/tablib_json.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_json.go -------------------------------------------------------------------------------- /tablib/tablib_sort.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_sort.go -------------------------------------------------------------------------------- /tablib/tablib_sql.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_sql.go -------------------------------------------------------------------------------- /tablib/tablib_tabular.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_tabular.go -------------------------------------------------------------------------------- /tablib/tablib_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_test.go -------------------------------------------------------------------------------- /tablib/tablib_util.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_util.go -------------------------------------------------------------------------------- /tablib/tablib_xlsx.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_xlsx.go -------------------------------------------------------------------------------- /tablib/tablib_xml.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_xml.go -------------------------------------------------------------------------------- /tablib/tablib_yaml.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MickMake/GoSungrow/HEAD/tablib/tablib_yaml.go --------------------------------------------------------------------------------