Adding a bunch of config properties to lakeFS. Wh...
# dev
a
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
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
THANKS!
b
Less getters and code and still different types without include additional package.
👍🏼 1