Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrServiceNotRegistered = errors.New("service is not registered")
)
Functions ¶
This section is empty.
Types ¶
type HttpProxy ¶
type HttpProxy struct {
// contains filtered or unexported fields
}
HttpProxy is the main proxy server
func (*HttpProxy) RegisterOrUpdate ¶
func (h *HttpProxy) RegisterOrUpdate(dst *OAUTH2Proxy) error
RegisterOrUpdate adds a target to the proxy or updates it if it already exists
Click to show internal directories.
Click to hide internal directories.