package
2.0.0-alpha.3+incompatible
Repository: https://github.com/golang-cz/gotty.git
Documentation: pkg.go.dev

# Functions

Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
New creates a new instance of Server.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
WithGracefullContext accepts a context to shutdown a Server with care for existing client connections.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
RunOptions holds a set of configurations for Server.Run().
Server provides a webtty HTTP endpoint.

# Interfaces

No description provided by the author
Slave is webtty.Slave with some additional methods.

# Type aliases

RunOption is an option of Server.Run().