Documentation ¶
Index ¶
Constants ¶
View Source
const LocalSelection = "local-selection"
LocalSelection is a constant
View Source
const XForward = "x-forward"
XForward is a costant
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalSelectionHandler ¶
type LocalSelectionHandler struct { }
LocalSelectionHandler ..
func (*LocalSelectionHandler) Handle ¶
func (ls *LocalSelectionHandler) Handle(chain *handler.Chain, inv *invocation.Invocation, cb invocation.ResponseCallBack)
Handle function gets locally defined handler
func (*LocalSelectionHandler) Name ¶
func (ls *LocalSelectionHandler) Name() string
Name returns name
type XForwardHandler ¶
type XForwardHandler struct { }
XForwardHandler ..
func (*XForwardHandler) Handle ¶
func (h *XForwardHandler) Handle(chain *handler.Chain, inv *invocation.Invocation, cb invocation.ResponseCallBack)
Handle function
Click to show internal directories.
Click to hide internal directories.