mirror of
https://github.com/yudai/gotty.git
synced 2025-12-27 04:38:50 +01:00
7 lines
87 B
Go
7 lines
87 B
Go
package gottyLib
|
|
|
|
type RunParameters struct {
|
|
Cmd string
|
|
Args []string
|
|
Ssl bool
|
|
}
|