-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MOSN 源码解析:变量机制 #23
Labels
Comments
Closed
怎么去找 变量机制 的代码呢? |
主体代码在 pkg/variable 包下面,具体变量的实现代码则分散在各个具体模块里面,例如 HTTP 协议变量在 pkg/stream/http/var.go 中定义;反向代理核心变量在 pkg/proxy/var.go 中定义 |
/assign |
Merged
写得很清楚,从代码层面把变量机制解释得非常透彻。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reviewer: @neverhook
The text was updated successfully, but these errors were encountered: