Files
BanForge/internal/actions/interface.go
d3m0k1d 66d460dbfc
All checks were successful
build / build (push) Successful in 2m23s
feat: add simple actions without integration to another code
2026-02-23 20:03:40 +03:00

8 lines
81 B
Go

package actions
type Action struct {
Name string
Type string
Args []string
}