mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-22 19:00:35 -04:00
This function was too long for our function length linting rule, so we'll split each of the type kinds with special handling into their own function and thus the main typeString function is just a straightforward dispatch table with only one statement per case. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>