goformation
goformation copied to clipboard
Merge Global Parameters into Resources
I am looking to see if there is a way out of the box to merge the global definitions into the function definition. I can do this manually by getting the global struct first and then overriding the function struct values. However, I wonder if there is a util function in the library that exists with futility already. I think it was called mergeGlobal in v1, but not sure if it's still available in v5?
I really appreciate any help you can provide.