justtrackio/gosoline

config: package settings in dedicated settings.go files

Open

#1,130 opened on Jul 24, 2024

 (1 comment) (0 reactions) (0 assignees)Go (56 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (111 stars)
PR merge metrics
 (PR metrics pending)

Description

To improve searchability / introspection into where our settings come from for different services we want to move these settings structs into a dedicated settings.go file for each package. Optionally if there are too many settings we want a settings_*.go file structure.

Contributor guide