We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mainly just refactoring:
The text was updated successfully, but these errors were encountered:
This is the aim:
render.Reduce{ render.LeafMap{Selector: report.SelectContainer, Mapper: report.MapContainerIdentity, Pseudo: report.InternetOnlyPseudoNode}, render.Map{ Mapper: report.MapProcess2Container, Renderer: render.Reduce{ render.LeafMap{Selector: report.SelectProcess, Mapper: report.MapProcessIdentity, Pseudo: report.InternetOnlyPseudoNode}, render.Map{ Mapper: report.MapEndpoint2Process, Renderer: render.LeafMap{Selector: report.SelectEndpoint, Mapper: report.MapEndpointIdentity, Pseudo: report.InternetOnlyPseudoNode}, } } } }
As part of this change, I'll be moving all the rendering code from report to render/
Sorry, something went wrong.
tomwilkie
Successfully merging a pull request may close this issue.
Mainly just refactoring:
The text was updated successfully, but these errors were encountered: