init: ops-assistant codebase
This commit is contained in:
6
internal/core/ports/module.go
Normal file
6
internal/core/ports/module.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package ports
|
||||
|
||||
type Module interface {
|
||||
Name() string
|
||||
CommandPrefix() string
|
||||
}
|
||||
Reference in New Issue
Block a user