Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AuthProxy ¶ added in v0.3.0
type AuthProxy struct {
ReverseProxy reverseproxy.Interface
PortForwarder portforwarder.Interface
ResolverFactory resolver.FactoryInterface
Network network.Interface
Logger logger.Interface
}
AuthProxy provides a use-case of authentication proxy.
type AuthProxyInterface ¶ added in v0.3.0
type AuthProxyInterface interface {
Do(ctx context.Context, in AuthProxyOptions) error
}
Click to show internal directories.
Click to hide internal directories.