Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Shell string // shell to run, default "bash"
GottyBin string // path to gotty binary, default "gotty"
GottyPort int // gotty listen port, default 8081
GottyAddr string // gotty listen addr, default "127.0.0.1"
Prefix string // URL prefix the handler is mounted at, e.g. "/tools/webtty/tty"
}
Click to show internal directories.
Click to hide internal directories.