Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyClient ¶
type ProxyClient struct {
// contains filtered or unexported fields
}
func NewProxyClient ¶
func NewProxyClient(listenPort, targetPort int, targetAddress string, logger logr.Logger) *ProxyClient
func (*ProxyClient) ConnectToTarget ¶
func (b *ProxyClient) ConnectToTarget(identifier string) error
type ProxyServer ¶
type ProxyServer struct {
// contains filtered or unexported fields
}
func NewProxyServer ¶
func (*ProxyServer) StartServer ¶
func (b *ProxyServer) StartServer() error
Click to show internal directories.
Click to hide internal directories.