Documentation ¶ Index ¶ func Bicopy(ctx context.Context, c1, c2 io.ReadWriteCloser) type Server func (s *Server) Start() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bicopy ¶ added in v0.15.0 func Bicopy(ctx context.Context, c1, c2 io.ReadWriteCloser) Bicopy copies all of the data between the two connections and will close them after one or both of them are done writing. If the context is canceled, both of the connections will be closed. Types ¶ type Server ¶ added in v0.10.0 type Server struct { ProjectDir string DefaultProjectDir string } func (*Server) Start ¶ added in v0.10.0 func (s *Server) Start() error Source Files ¶ View all Source files server.go unix_forward.go Directories ¶ Show internal Expand all Path Synopsis config Click to show internal directories. Click to hide internal directories.