Skip to content

Commit 0ff2304

Browse files
committed
refactor(server): move server subcommand packages under server packages
This syncs directory structure with command structure.
1 parent ddc1e9d commit 0ff2304

21 files changed

+3
-3
lines changed

internal/commands/all/all.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import (
88
"github.com/UpCloudLtd/upcloud-cli/internal/commands/ipaddress"
99
"github.com/UpCloudLtd/upcloud-cli/internal/commands/loadbalancer"
1010
"github.com/UpCloudLtd/upcloud-cli/internal/commands/network"
11-
"github.com/UpCloudLtd/upcloud-cli/internal/commands/networkinterface"
1211
"github.com/UpCloudLtd/upcloud-cli/internal/commands/root"
1312
"github.com/UpCloudLtd/upcloud-cli/internal/commands/router"
1413
"github.com/UpCloudLtd/upcloud-cli/internal/commands/server"
15-
"github.com/UpCloudLtd/upcloud-cli/internal/commands/serverfirewall"
16-
"github.com/UpCloudLtd/upcloud-cli/internal/commands/serverstorage"
14+
serverfirewall "github.com/UpCloudLtd/upcloud-cli/internal/commands/server/firewall"
15+
"github.com/UpCloudLtd/upcloud-cli/internal/commands/server/networkinterface"
16+
serverstorage "github.com/UpCloudLtd/upcloud-cli/internal/commands/server/storage"
1717
"github.com/UpCloudLtd/upcloud-cli/internal/commands/storage"
1818
"github.com/UpCloudLtd/upcloud-cli/internal/commands/zone"
1919
"github.com/UpCloudLtd/upcloud-cli/internal/config"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)