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
Currently configor will not load the underlying database configuration, but there is no reason that it cannot do so since the value of the interface is a struct.
Related Issues
The text was updated successfully, but these errors were encountered:
Describe the feature
Add the ability to load a struct that has an interface element which has a struct assigned to it
Motivation
This would support go style polymorphism, where a portion of the configuration is set before
Load()
is called.Consider the following:
Currently configor will not load the underlying database configuration, but there is no reason that it cannot do so since the value of the interface is a struct.
Related Issues
The text was updated successfully, but these errors were encountered: