gotty/gottyLib/types.go
2025-08-02 20:04:14 +03:00

7 lines
87 B
Go

package gottyLib
type RunParameters struct {
Cmd string
Args []string
Ssl bool
}