MCPcopy
hub / github.com/1Panel-dev/KubePi / Option

FuncType Option

thirdparty/gotty/webtty/option.go:10–10  ·  view source on GitHub ↗

Option is an option for WebTTY.

func(*WebTTY) error

Source from the content-addressed store, hash-verified

8
9// Option is an option for WebTTY.
10type Option func(*WebTTY) error
11
12// WithPermitWrite sets a WebTTY to accept input from slaves.
13func WithPermitWrite() Option {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected