gotty/gottyLib/types.go

8 lines
87 B
Go
Raw Normal View History

2025-08-02 20:04:14 +03:00
package gottyLib
type RunParameters struct {
Cmd string
Args []string
Ssl bool
}