Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2024 Changes in this version + func NewMeshRouter() (router.PriorityRouter, error) + func NewMeshRouterFactory() router.PriorityRouterFactory + type MeshRouter struct + func (r *MeshRouter) Name() string + func (r *MeshRouter) Notify(invokers []protocol.Invoker) + func (r *MeshRouter) Priority() int64 + func (r *MeshRouter) Process(event *config_center.ConfigChangeEvent) + func (r *MeshRouter) Route(invokers []protocol.Invoker, url *common.URL, invocation protocol.Invocation) []protocol.Invoker + func (r *MeshRouter) URL() *common.URL + type MeshRouterFactory struct + func (f *MeshRouterFactory) NewPriorityRouter() (router.PriorityRouter, error)