-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[questinon] make map with parameters #155
Comments
Sorry, but the question as given makes no sense to me. |
Seems he wants to compare or to know if the current url match the pattern. |
#139 ? |
You can make the view a variable and pass the view in the method and then On Thursday, October 20, 2016, Julien Schmidt [email protected]
|
* Make imagePullPolicy configurable Signed-off-by: Lucas Santos <[email protected]> * Fix tests Signed-off-by: Lucas Santos <[email protected]> * Pass on config from main Signed-off-by: Lucas Santos <[email protected]> Co-authored-by: Aaron Schlesinger <[email protected]>
How to create ways to map the parameters to be used in the logic in templates, for example:
in template
{{if eq $path "/posts/:posts" }} some logic {{end}}
but I can not do, router provides the only way to end without the possibility of multiple selection
{{if eq $path "/posts/somearticle" }} some logic {{end}}
this really suxx.
I try make mapper use adress memory handler for key + path, but httprouter use radix tree and fucken handler have one stupid memory address for multiple handlers.
The text was updated successfully, but these errors were encountered: