Skip to content

Commit d4b6d50

Browse files
committed
remove struct copy that was for reference
1 parent 964b504 commit d4b6d50

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

instance/plan.go

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,6 @@ type PlanCloudServer struct {
3131
Create []CloudServerCreateParams
3232
}
3333

34-
type xCloudServerCreateParams struct {
35-
Template string
36-
Type string
37-
Hostname string
38-
Ips int
39-
PoolIps []string
40-
PublicSshKey string
41-
ConfigId int
42-
BackupPlan string
43-
BackupPlanQuota int
44-
Bandwidth string
45-
Zone int
46-
WinAv string
47-
MsSql string // windows
48-
PrivateParentUniqId string
49-
Password string
50-
Memory int // required only if private parent
51-
Diskspace int // required only if private parent
52-
Vcpu int // required only if private parent
53-
BackupId int // create from backup
54-
ImageId int // create from image
55-
}
56-
5734
//func ProcessPlan(plan *map[string]interface{}) error {
5835
func (ci *Client) ProcessPlan(plan *Plan) error {
5936

0 commit comments

Comments
 (0)