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