Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: significantly clean up the federation.gotpl template
There were a number of inline structs and inline functions that made it extremely hard to reason about what the code is doing. Split these out into smaller functions with less closures and mutation. Part of the setup to help with fixing #2991.
- Loading branch information