Option is an option for WebTTY.
func(*WebTTY) error
| 8 | |
| 9 | // Option is an option for WebTTY. |
| 10 | type Option func(*WebTTY) error |
| 11 | |
| 12 | // WithPermitWrite sets a WebTTY to accept input from slaves. |
| 13 | func WithPermitWrite() Option { |
nothing calls this directly
no outgoing calls
no test coverage detected