MCPcopy 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
309func WithEnvs(envs ...string) SqlServerOpt {
310 return func(s *SqlServer) {
311 s.Cmd.Env = append(s.Cmd.Env, envs...)
312 }
313}
314
315func WithPort(port int) SqlServerOpt {
316 return func(s *SqlServer) {

Callers 1

MakeServerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected