Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) Initialize ¶
func (*App) InitializeRouter ¶
func (a *App) InitializeRouter(r *fizz.RouterGroup) error
func (*App) Uninitialize ¶
type ProxyRouter ¶
func NewProxyRouter ¶
func NewProxyRouter(proxyService port.ProxyService) *ProxyRouter
func (*ProxyRouter) HandleProxy ¶
func (r *ProxyRouter) HandleProxy(ctx *gin.Context)
func (*ProxyRouter) Start ¶
func (r *ProxyRouter) Start() error
func (*ProxyRouter) Stop ¶
func (r *ProxyRouter) Stop() error
Click to show internal directories.
Click to hide internal directories.