Adding a bunch of config properties to lakeFS. What's the current rule: add accessors, or access the config struct directly? (@Barak Amar was last to touch this IIRC)
b
Barak Amar
01/24/2023, 12:52 PM
yes, the configuration structure of your service should match the struct definition in the configuration
when initialize the service you can pass the struct or initialize it using the same one
a
Ariel Shaqed (Scolnicov)
01/24/2023, 12:52 PM
THANKS!
b
Barak Amar
01/24/2023, 12:53 PM
Less getters and code and still different types without include additional package.