Add new find-matching-framework command
to be used here: https://github.com/kairos-io/enki/pull/2/files#diff-73afecb49f97526777fbdcbb5fe33b639ff0a1d84757414b30e6efeeaedbe72fR89 Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
11
pkg/action/find-matching-framework.go
Normal file
11
pkg/action/find-matching-framework.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package action
|
||||
|
||||
type FindMatchingFrameworkAction struct{}
|
||||
|
||||
func NewFindMatchingFrameworkAction() *FindMatchingFrameworkAction {
|
||||
return &FindMatchingFrameworkAction{}
|
||||
}
|
||||
|
||||
func (a *FindMatchingFrameworkAction) Run() (framework string, err error) {
|
||||
return
|
||||
}
|
Reference in New Issue
Block a user