Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 Changes in this version type Router + func (r *Router) HasRoutes() bool v1.4.7 Apr 17, 2018 Changes in this version + const MTypeContainsName + const MTypeEqualName + const RouterDefaultIndex + const RouterKeyName + const RouterMatchType + var MatchTypeRegistry = map[string]MatchType + func GetRouterMatchTypeUsage() []KeyValue + func GetRouterOption() []Option + type MTypeContains struct + type MTypeEqual struct + type MatchType func() mType + type Router struct + func NewSenderRouter(conf RouterConfig, senderCnt int) (*Router, error) + func (r *Router) GetSenderIndex(data Data) int + type RouterConfig struct + DefaultIndex int + KeyName string + MatchType string + Routes map[string]int