package
Version:
v0.0.295
Opens a new window with list of versions in this module.
Published: Feb 3, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ClosableWrite interface {
CloseWrite() error
}
type Server struct {
LocalAddr string
Addr string
Listener net.Listener
Dial func(ctx context.Context, network, addr string) (net.Conn, error)
}
func (srv *Server) Proxy(ctx context.Context) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.