Home
last modified time | relevance | path

Searched refs:GetConfigVar (Results 1 – 2 of 2) sorted by relevance

/development/tools/repo_diff/service/repodiff/persistence/sql/
Dsql.go22 constants.GetConfigVar("GCP_DB_INSTANCE_CONNECTION_NAME"),
23 constants.GetConfigVar("GCP_DB_USER"),
24 constants.GetConfigVar("GCP_DB_PASSWORD"),
26 cfg.DBName = constants.GetConfigVar("GCP_DB_NAME")
/development/tools/repo_diff/service/repodiff/constants/
Dconfig.go7 func GetConfigVar(key string) string { func