mirror of
https://github.com/yudai/gotty.git
synced 2026-02-19 06:28:07 +01:00
first step to lib reformation
This commit is contained in:
parent
8882968031
commit
434a89e31a
5 changed files with 158 additions and 141 deletions
7
gottyLib/types.go
Normal file
7
gottyLib/types.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package gottyLib
|
||||
|
||||
type RunParameters struct {
|
||||
Cmd string
|
||||
Args []string
|
||||
Ssl bool
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue