feat: add simple actions without integration to another code
All checks were successful
build / build (push) Successful in 2m23s
All checks were successful
build / build (push) Successful in 2m23s
This commit is contained in:
7
internal/actions/interface.go
Normal file
7
internal/actions/interface.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package actions
|
||||
|
||||
type Action struct {
|
||||
Name string
|
||||
Type string
|
||||
Args []string
|
||||
}
|
||||
Reference in New Issue
Block a user