I\'m passing a struct to a function as interface{} I want to iterate over all the struct fields and get the field name (this part is working) then based on the name
interface{}