Skip to content

Commit

Permalink
refactor: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalPazz committed Feb 11, 2025
1 parent 936e73b commit d94df8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/commands/base_command.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package commands

type BaseCommand struct {}



5 changes: 5 additions & 0 deletions internal/types/base_command.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package types

type IBaseCommand interface {
Execute()
}

0 comments on commit d94df8f

Please sign in to comment.