@@ -7,22 +7,22 @@ import (
77	"code.cloudfoundry.org/debugserver" 
88	loggingclient "code.cloudfoundry.org/diego-logging-client" 
99	"code.cloudfoundry.org/durationjson" 
10- 	"code.cloudfoundry.org/lager/lagerflags" 
10+ 	"code.cloudfoundry.org/lager/v3/ lagerflags" 
1111)
1212
1313type  LocketConfig  struct  {
14- 	CaFile                            string                 `json:"ca_file"` 
15- 	CertFile                          string                 `json:"cert_file"` 
16- 	DatabaseConnectionString          string                 `json:"database_connection_string"` 
17- 	MaxOpenDatabaseConnections        int                    `json:"max_open_database_connections,omitempty"` 
18- 	MaxDatabaseConnectionLifetime     durationjson.Duration  `json:"max_database_connection_lifetime,omitempty"` 
19- 	DatabaseDriver                    string                 `json:"database_driver,omitempty"` 
20- 	KeyFile                           string                 `json:"key_file"` 
21- 	ListenAddress                     string                 `json:"listen_address"` 
22- 	SQLCACertFile                     string                 `json:"sql_ca_cert_file,omitempty"` 
23- 	SQLEnableIdentityVerification     bool                   `json:"sql_enable_identity_verification,omitempty"` 
24- 	LoggregatorConfig                 loggingclient.Config   `json:"loggregator"` 
25- 	ReportInterval                    durationjson.Duration  `json:"report_interval,omitempty"` 
14+ 	CaFile                         string                 `json:"ca_file"` 
15+ 	CertFile                       string                 `json:"cert_file"` 
16+ 	DatabaseConnectionString       string                 `json:"database_connection_string"` 
17+ 	MaxOpenDatabaseConnections     int                    `json:"max_open_database_connections,omitempty"` 
18+ 	MaxDatabaseConnectionLifetime  durationjson.Duration  `json:"max_database_connection_lifetime,omitempty"` 
19+ 	DatabaseDriver                 string                 `json:"database_driver,omitempty"` 
20+ 	KeyFile                        string                 `json:"key_file"` 
21+ 	ListenAddress                  string                 `json:"listen_address"` 
22+ 	SQLCACertFile                  string                 `json:"sql_ca_cert_file,omitempty"` 
23+ 	SQLEnableIdentityVerification  bool                   `json:"sql_enable_identity_verification,omitempty"` 
24+ 	LoggregatorConfig              loggingclient.Config   `json:"loggregator"` 
25+ 	ReportInterval                 durationjson.Duration  `json:"report_interval,omitempty"` 
2626	debugserver.DebugServerConfig 
2727	lagerflags.LagerConfig 
2828}
0 commit comments