Skip to content
Snippets Groups Projects
Commit 7fab9e06 authored by 邹毅贤's avatar 邹毅贤
Browse files

fix review comment

parent 7b13315d
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,9 @@ var routerURLSet = gxset.NewSet()
// BaseDirectory Abstract implementation of Directory: Invoker list returned from this Directory's list method have been filtered by Routers
type BaseDirectory struct {
url *common.URL
destroyed *atomic.Bool
url *common.URL
destroyed *atomic.Bool
// this mutex for change the properties in BaseDirectory, like routerChain , destroyed etc
mutex sync.Mutex
routerChain router.Chain
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment