Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( wire.Struct(new(PortForward), "*"), wire.Bind(new(PortForwardInterface), new(*PortForward)), )
Functions ¶
This section is empty.
Types ¶
type PortForward ¶
type PortForward struct {
ReverseProxy reverseproxy.Interface
}
func (*PortForward) Do ¶
func (u *PortForward) Do(ctx context.Context, in PortForwardIn) error
type PortForwardIn ¶
type PortForwardInterface ¶
type PortForwardInterface interface {
Do(ctx context.Context, in PortForwardIn) error
}
Click to show internal directories.
Click to hide internal directories.