first step to lib reformation

This commit is contained in:
kernel 2025-08-02 20:04:14 +03:00
parent 8882968031
commit 434a89e31a
5 changed files with 158 additions and 141 deletions

7
gottyLib/types.go Normal file
View file

@ -0,0 +1,7 @@
package gottyLib
type RunParameters struct {
Cmd string
Args []string
Ssl bool
}