Skip to content

Refactor server subcommand directory structure#143

Merged
kangasta merged 1 commit into
feat/database-connectionsfrom
refactor/server-subcommand-dirs
Jul 4, 2022
Merged

Refactor server subcommand directory structure#143
kangasta merged 1 commit into
feat/database-connectionsfrom
refactor/server-subcommand-dirs

Conversation

@kangasta
Copy link
Copy Markdown
Member

@kangasta kangasta commented Jul 1, 2022

This syncs directory structure with command structure.

Developed on top of #142, thus the non-main target. Different branch/PR to keep the Files changed tab cleaner.

Tree would change into:

$ tree internal/commands/server/
internal/commands/server/
├── create.go
├── create_test.go
├── delete.go
├── delete_test.go
├── eject.go
├── eject_test.go
├── firewall
│   ├── create.go
│   ├── create_test.go
│   ├── delete.go
│   ├── delete_test.go
│   ├── server_firewall.go
│   ├── show.go
│   └── show_test.go
├── list.go
├── list_test.go
├── load.go
├── load_test.go
├── modify.go
├── modify_test.go
├── networkinterface
│   ├── create.go
│   ├── create_test.go
│   ├── delete.go
│   ├── delete_test.go
│   ├── modify.go
│   ├── modify_test.go
│   └── network_interface.go
├── plan_list.go
├── restart.go
├── restart_test.go
├── server.go
├── show.go
├── show_test.go
├── start.go
├── start_test.go
├── stop.go
├── stop_test.go
└── storage
    ├── attach.go
    ├── attach_test.go
    ├── detach.go
    ├── detach_test.go
    ├── server_storage.go
    └── server_storage_test.go

3 directories, 42 files

@kangasta kangasta marked this pull request as ready for review July 1, 2022 11:08
@kangasta kangasta force-pushed the feat/database-connections branch from 2306e49 to 53742a9 Compare July 1, 2022 11:55
This syncs directory structure with command structure.
@kangasta kangasta force-pushed the refactor/server-subcommand-dirs branch from e2061ea to 1f40562 Compare July 4, 2022 10:09
@kangasta kangasta merged commit 609d639 into feat/database-connections Jul 4, 2022
@kangasta kangasta deleted the refactor/server-subcommand-dirs branch July 4, 2022 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants