Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultDispatcher ¶
type DefaultDispatcher struct {
// contains filtered or unexported fields
}
func NewDefaultDispatcher ¶
func NewDefaultDispatcher(space app.Space) *DefaultDispatcher
func (*DefaultDispatcher) DispatchToOutbound ¶
func (v *DefaultDispatcher) DispatchToOutbound(session *proxy.SessionInfo) ray.InboundRay
type DefaultDispatcherFactory ¶
type DefaultDispatcherFactory struct{}
func (DefaultDispatcherFactory) Create ¶
func (v DefaultDispatcherFactory) Create(space app.Space, config interface{}) (app.Application, error)
Click to show internal directories.
Click to hide internal directories.