Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New9pServer ¶
Expose a single directory (and all children) via the given net.Listener. Directory given must be an absolute path and must exist.
func (*Server) Stop ¶
Stop a running server. Please note that this does *BAD THINGS* to clients if they are still running when the server stops. Processes get stuck in I/O deep sleep and zombify, and nothing I do save restarting the VM can remove the zombies.
func (*Server) WaitForError ¶
Wait for an error from a running server.
Click to show internal directories.
Click to hide internal directories.