@@ -228,7 +228,6 @@ func baremetalServerList() *core.Command {
228228 return nil , err
229229 }
230230 return resp .Servers , nil
231-
232231 },
233232 Examples : []* core.Example {
234233 {
@@ -264,7 +263,6 @@ func baremetalServerGet() *core.Command {
264263 client := core .ExtractClient (ctx )
265264 api := baremetal .NewAPI (client )
266265 return api .GetServer (request )
267-
268266 },
269267 Examples : []* core.Example {
270268 {
@@ -479,7 +477,6 @@ func baremetalServerCreate() *core.Command {
479477 client := core .ExtractClient (ctx )
480478 api := baremetal .NewAPI (client )
481479 return api .CreateServer (request )
482-
483480 },
484481 Examples : []* core.Example {
485482 {
@@ -536,7 +533,6 @@ func baremetalServerUpdate() *core.Command {
536533 client := core .ExtractClient (ctx )
537534 api := baremetal .NewAPI (client )
538535 return api .UpdateServer (request )
539-
540536 },
541537 }
542538}
@@ -715,7 +711,6 @@ func baremetalServerInstall() *core.Command {
715711 client := core .ExtractClient (ctx )
716712 api := baremetal .NewAPI (client )
717713 return api .InstallServer (request )
718-
719714 },
720715 Examples : []* core.Example {
721716 {
@@ -765,7 +760,6 @@ func baremetalServerGetMetrics() *core.Command {
765760 client := core .ExtractClient (ctx )
766761 api := baremetal .NewAPI (client )
767762 return api .GetServerMetrics (request )
768-
769763 },
770764 }
771765}
@@ -795,7 +789,6 @@ func baremetalServerDelete() *core.Command {
795789 client := core .ExtractClient (ctx )
796790 api := baremetal .NewAPI (client )
797791 return api .DeleteServer (request )
798-
799792 },
800793 Examples : []* core.Example {
801794 {
@@ -839,7 +832,6 @@ func baremetalServerReboot() *core.Command {
839832 client := core .ExtractClient (ctx )
840833 api := baremetal .NewAPI (client )
841834 return api .RebootServer (request )
842-
843835 },
844836 Examples : []* core.Example {
845837 {
@@ -887,7 +879,6 @@ func baremetalServerStart() *core.Command {
887879 client := core .ExtractClient (ctx )
888880 api := baremetal .NewAPI (client )
889881 return api .StartServer (request )
890-
891882 },
892883 Examples : []* core.Example {
893884 {
@@ -927,7 +918,6 @@ func baremetalServerStop() *core.Command {
927918 client := core .ExtractClient (ctx )
928919 api := baremetal .NewAPI (client )
929920 return api .StopServer (request )
930-
931921 },
932922 Examples : []* core.Example {
933923 {
@@ -980,7 +970,6 @@ func baremetalServerListEvents() *core.Command {
980970 return nil , err
981971 }
982972 return resp .Events , nil
983-
984973 },
985974 }
986975}
@@ -1020,7 +1009,6 @@ After adding the BMC option, you need to Get Remote Access to get the login/pass
10201009 client := core .ExtractClient (ctx )
10211010 api := baremetal .NewAPI (client )
10221011 return api .StartBMCAccess (request )
1023-
10241012 },
10251013 }
10261014}
@@ -1050,7 +1038,6 @@ func baremetalBmcGet() *core.Command {
10501038 client := core .ExtractClient (ctx )
10511039 api := baremetal .NewAPI (client )
10521040 return api .GetBMCAccess (request )
1053-
10541041 },
10551042 }
10561043}
@@ -1130,7 +1117,6 @@ func baremetalServerUpdateIP() *core.Command {
11301117 client := core .ExtractClient (ctx )
11311118 api := baremetal .NewAPI (client )
11321119 return api .UpdateIP (request )
1133-
11341120 },
11351121 }
11361122}
@@ -1174,7 +1160,6 @@ func baremetalOptionsAdd() *core.Command {
11741160 client := core .ExtractClient (ctx )
11751161 api := baremetal .NewAPI (client )
11761162 return api .AddOptionServer (request )
1177-
11781163 },
11791164 Examples : []* core.Example {
11801165 {
@@ -1217,7 +1202,6 @@ func baremetalOptionsDelete() *core.Command {
12171202 client := core .ExtractClient (ctx )
12181203 api := baremetal .NewAPI (client )
12191204 return api .DeleteOptionServer (request )
1220-
12211205 },
12221206 Examples : []* core.Example {
12231207 {
@@ -1270,7 +1254,6 @@ func baremetalOfferList() *core.Command {
12701254 return nil , err
12711255 }
12721256 return resp .Offers , nil
1273-
12741257 },
12751258 Examples : []* core.Example {
12761259 {
@@ -1310,7 +1293,6 @@ func baremetalOfferGet() *core.Command {
13101293 client := core .ExtractClient (ctx )
13111294 api := baremetal .NewAPI (client )
13121295 return api .GetOffer (request )
1313-
13141296 },
13151297 Examples : []* core.Example {
13161298 {
@@ -1346,7 +1328,6 @@ func baremetalOptionsGet() *core.Command {
13461328 client := core .ExtractClient (ctx )
13471329 api := baremetal .NewAPI (client )
13481330 return api .GetOption (request )
1349-
13501331 },
13511332 Examples : []* core.Example {
13521333 {
@@ -1398,7 +1379,6 @@ func baremetalOptionsList() *core.Command {
13981379 return nil , err
13991380 }
14001381 return resp .Options , nil
1401-
14021382 },
14031383 Examples : []* core.Example {
14041384 {
@@ -1455,7 +1435,6 @@ func baremetalSettingsList() *core.Command {
14551435 return nil , err
14561436 }
14571437 return resp .Settings , nil
1458-
14591438 },
14601439 }
14611440}
@@ -1492,7 +1471,6 @@ func baremetalSettingsUpdate() *core.Command {
14921471 client := core .ExtractClient (ctx )
14931472 api := baremetal .NewAPI (client )
14941473 return api .UpdateSetting (request )
1495-
14961474 },
14971475 }
14981476}
@@ -1531,7 +1509,6 @@ func baremetalOsList() *core.Command {
15311509 return nil , err
15321510 }
15331511 return resp .Os , nil
1534-
15351512 },
15361513 }
15371514}
@@ -1561,7 +1538,6 @@ func baremetalOsGet() *core.Command {
15611538 client := core .ExtractClient (ctx )
15621539 api := baremetal .NewAPI (client )
15631540 return api .GetOS (request )
1564-
15651541 },
15661542 Examples : []* core.Example {
15671543 {
@@ -1604,7 +1580,6 @@ func baremetalPrivateNetworkAdd() *core.Command {
16041580 client := core .ExtractClient (ctx )
16051581 api := baremetal .NewPrivateNetworkAPI (client )
16061582 return api .AddServerPrivateNetwork (request )
1607-
16081583 },
16091584 }
16101585}
@@ -1641,7 +1616,6 @@ func baremetalPrivateNetworkSet() *core.Command {
16411616 client := core .ExtractClient (ctx )
16421617 api := baremetal .NewPrivateNetworkAPI (client )
16431618 return api .SetServerPrivateNetworks (request )
1644-
16451619 },
16461620 }
16471621}
@@ -1709,7 +1683,6 @@ func baremetalPrivateNetworkList() *core.Command {
17091683 return nil , err
17101684 }
17111685 return resp .ServerPrivateNetworks , nil
1712-
17131686 },
17141687 }
17151688}
0 commit comments