X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/95de13bdab14eb803a4c9e2243df50e1eb0df69a..b29c13b372bd39075eabda49ea57b0cb6d5a8452:/sdk/go/arvados/config.go diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index dfe2e7b311..0225736c2d 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -55,8 +55,15 @@ type Cluster struct { InstanceTypes []InstanceType HTTPRequestTimeout Duration RemoteClusters map[string]RemoteCluster + PostgreSQL PostgreSQL } +type PostgreSQL struct { + Connection PostgreSQLConnection +} + +type PostgreSQLConnection map[string]string + type RemoteCluster struct { // API endpoint host or host:port; default is {id}.arvadosapi.com Host string