MCPcopy Create free account
hub / github.com/crossjoin-io/crossjoin / ExpandConnectionString

Method ExpandConnectionString

config/config.go:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (dc *DataConnection) ExpandConnectionString() {
49 if strings.HasPrefix(dc.ConnectionString, "$") {
50 dc.ConnectionString = os.ExpandEnv(dc.ConnectionString)
51 }
52}
53
54type Join struct {
55 Type string `yaml:"type" json:"type"`

Callers 2

ReadDataConnectionMethod · 0.95
ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected