enbas/internal/executor
Dan Anglin 55b93c6586
fix(breaking): update project structure
Move all executors to the internal folder package. This PR also comes
with additional breaking changes.

Changes:

- refactor: move all executors to the internal/executor package.
- refactor: update naming patterns for constants, variables, custom
  types, etc.
- fix(breaking): renamed the update command to edit.
- fix(breaking): update the flags for the switch command to make it
  more generic.
- fix(breaking): renamed the show-account-relationship flag to
  show-relationship.
- fix: update the print message from the whoami command.
2024-05-23 18:06:49 +01:00
..
account.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
add.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
block.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
const.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
create.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
delete.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
errors.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
executor.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
flags.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
follow.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
login.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
remove.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
show.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
switch.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
update.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
usage.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
version.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00
whoami.go fix(breaking): update project structure 2024-05-23 18:06:49 +01:00