Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyService ¶
type ProxyService struct {
// contains filtered or unexported fields
}
func NewProxyService ¶
func NewProxyService(proxyAdapter types.ProxyAdapterPort) *ProxyService
func (*ProxyService) AddRedirect ¶
func (s *ProxyService) AddRedirect(redirect types.ProxyRedirect) error
func (*ProxyService) GetRedirects ¶
func (s *ProxyService) GetRedirects() types.ProxyRedirects
func (*ProxyService) HandleProxy ¶
func (s *ProxyService) HandleProxy(c *router.Context)
func (*ProxyService) RemoveRedirect ¶
func (s *ProxyService) RemoveRedirect(id uuid.UUID) error
Click to show internal directories.
Click to hide internal directories.