taciogt/envtags

Handle "nested" primitive types inside structs

Closed this issue · 0 comments

It should be possible to set the values of a field that is a struct, executing the same rules applied for the fields on the original struct. This assignment must work for inner structs that are value or pointer fields.

To provides more flexibility, it would be nice to configure some kind of prefix on the environment variables to avoid conflicts when there are more than one field of the same type.