Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleRejects ¶
func HandleRejects(context HandleRejectsContext, incomingRoute *router.Route, outgoingRoute *router.Route) error
HandleRejects handles all reject messages coming through incomingRoute. This function assumes that incomingRoute will only return MsgReject.
Types ¶
type HandleRejectsContext ¶
type HandleRejectsContext interface { }
HandleRejectsContext is the interface for the context needed for the HandleRejects flow.
Click to show internal directories.
Click to hide internal directories.