Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>
Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
Willy Kloucek
2022-06-29 07:40:22 +02:00
committed by GitHub
co-authored by Martin Phil Davis
parent 8f3b0c50cd
commit f13d559eb5
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ type Config struct {
Driver string `yaml:"driver" env:"STORAGE_SYSTEM_DRIVER" desc:"The driver which should be used by the service"`
Drivers Drivers `yaml:"drivers"`
DataServerURL string `yaml:"data_server_url" env:"STORAGE_SYSTEM_DATA_SERVER_URL" desc:"URL of the data server, needs to be reachable by services using the this service."`
DataServerURL string `yaml:"data_server_url" env:"STORAGE_SYSTEM_DATA_SERVER_URL" desc:"URL of the data server, needs to be reachable by services using this service."`
Supervised bool `yaml:"-"`
Context context.Context `yaml:"-"`