mirror of
https://github.com/yudai/gotty.git
synced 2026-01-29 20:56:10 +01:00
8 lines
87 B
Go
8 lines
87 B
Go
|
|
package gottyLib
|
||
|
|
|
||
|
|
type RunParameters struct {
|
||
|
|
Cmd string
|
||
|
|
Args []string
|
||
|
|
Ssl bool
|
||
|
|
}
|