feat: add simple actions without integration to another code
All checks were successful
build / build (push) Successful in 2m23s

This commit is contained in:
d3m0k1d
2026-02-23 20:03:40 +03:00
parent 783645c30b
commit 66d460dbfc
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package actions
type Action struct {
Name string
Type string
Args []string
}