mirror of
https://github.com/MickMake/GoSungrow.git
synced 2025-04-11 13:20:28 +02:00
v3.0.0-alpha - tidy up
This commit is contained in:
parent
b6bd802fa3
commit
745075a729
2146
.idea/workspace.xml
generated
2146
.idea/workspace.xml
generated
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ package msgDownwardStatusReceipt
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"fmt"
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package acceptPsSharing
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -24,7 +24,7 @@ func (rd RequestData) Help() string {
|
||||
}
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package activateEmail
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -24,7 +24,7 @@ func (rd RequestData) Help() string {
|
||||
}
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addConfig
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addDeviceRepair
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addDeviceToStructureForHousehold
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addDeviceToStructureForHouseholdByPsIdS
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"fmt"
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addFault
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addFaultOrder
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addFaultPlan
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addFaultRepairSteps
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addHouseholdEvaluation
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addHouseholdLeaveMessage
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addHouseholdOpinionFeedback
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addHouseholdWorkOrder
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addOnDutyInfo
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addOperRule
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addOrDelPsStructure
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addOrderStep
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addPowerStationForHousehold
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addPowerStationInfo
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addReportConfigEmail
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addSysAdvancedParam
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package addSysOrgNew
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package aliPayAppTest
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package auditOperRule
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package batchAddStationBySn
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package batchImportSN
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package batchInsertUserAndOrg
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package batchModifyDevicesInfoAndPropertis
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package batchProcessPlantReport
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package batchUpdateDeviceSim
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package batchUpdateUserIsAgreeGdpr
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package boundMobilePhone
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package boundUserMail
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package caculateDeviceInputDiscrete
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package calculateDeviceDiscrete
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"fmt"
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package calculateInitialCompensationData
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package cancelDeliverMail
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package cancelOrderScan
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package cancelParamSetTask
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package cancelPsSharing
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package cancelRechargeOrder
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package changRechargeOrderToCancel
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package changeHouseholdUser2Installer
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package changeRemoteParam
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"fmt"
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData []struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkDealerOrgCode
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkDevSnIsBelongsToUser
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkInverterResult
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkIsCanDoParamSet
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkIsIvScan
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkOssObjectExist
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkServiceIsConnect
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkTechnicalParameters
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkUnitStatus
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -24,7 +24,7 @@ func (rd RequestData) Help() string {
|
||||
}
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkUpRechargeDevicePaying
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkUserAccountUnique
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkUserAccountUniqueAll
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkUserInfoUnique
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkUserIsExist
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkUserListIsExist
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package checkUserPassword
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package cloudDeploymentRecord
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package comfirmParamModel
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package compareValidateCode
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package componentInfo2Cloud
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package confirmFault
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package confirmIvFault
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package confirmReportConfig
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package createAppkeyInfo
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package createRenewInvoice
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealCommandReply
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealDeletePsFailPsDelete
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealFailRemoteUpgradeSubTasks
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealFailRemoteUpgradeTasks
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealFaultOrder
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealGroupStringDisableOrEnable
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealNumberOfServiceCalls2Mysql
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealParamSettingAfterComplete
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealPsDataSupplement
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealPsReportEmailSend
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealRemoteUpgrade
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealSnElectrifyCheck
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealSysDeviceSimFlowInfo
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package dealSysDeviceSimInfo
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package definiteTimeDealSnExpRemind
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package definiteTimeDealSnStatus
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package delDeviceRepair
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package delOperRule
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package delayCallApiResidueTimes
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package deleteComponent
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package deleteCustomerEmployee
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package deleteDeviceAccount
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package deleteDeviceSimById
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package deleteElectricitySettlementData
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package deleteFaultPlan
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package deleteFirmwareFiles
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package deleteHouseholdEvaluation
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
@ -3,7 +3,7 @@ package deleteHouseholdLeaveMessage
|
||||
import (
|
||||
"GoSungrow/iSolarCloud/api"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct"
|
||||
"GoSungrow/iSolarCloud/api/GoStruct/valueTypes"
|
||||
|
||||
"github.com/MickMake/GoUnify/Only"
|
||||
"fmt"
|
||||
)
|
||||
@ -25,7 +25,7 @@ func (rd RequestData) Help() string {
|
||||
|
||||
|
||||
type ResultData struct {
|
||||
Dummy valueTypes.String `json:"dummy"`
|
||||
// Dummy valueTypes.String `json:"dummy"`
|
||||
}
|
||||
|
||||
func (e *ResultData) IsValid() error {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user