You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am using confita configs as API for internal libraries in my projects. I've tried to use config structs multiple times in single project setup. And I found a problem for my usage. Field tags can't repeat in one config:
Hi! I am using confita configs as API for internal libraries in my projects. I've tried to use config structs multiple times in single project setup. And I found a problem for my usage. Field tags can't repeat in one config:
There are not possibilities for defining different options for different servers. Also if we'll try to use
flags
as backend, we'll get panic (below):It may be solved using something like prefixes. Example usage is following:
Or more idiomatic if it needs. I think this feature will be useful not only me))
The text was updated successfully, but these errors were encountered: