Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ WithEnvs
Function
WithEnvs
integration-tests/go-sql-server-driver/driver/cmd.go:309–313 ·
view source on GitHub ↗
(envs ...string)
Source
from the content-addressed store, hash-verified
307
}
308
309
func
WithEnvs(envs ...string) SqlServerOpt {
310
return
func
(s *SqlServer) {
311
s.Cmd.Env = append(s.Cmd.Env, envs...)
312
}
313
}
314
315
func
WithPort(port int) SqlServerOpt {
316
return
func
(s *SqlServer) {
Callers
1
MakeServer
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected