MCPcopy Create free account
hub / github.com/Shopify/goose / WithEnv

Method WithEnv

shell/builder.go:15–15  ·  view source on GitHub ↗
(env Env)

Source from the content-addressed store, hash-verified

13type Builder interface {
14 WithOSEnv() Builder
15 WithEnv(env Env) Builder
16 WithWorkingDir(dir string) Builder
17 WithSysProcAttr(attr *syscall.SysProcAttr) Builder
18 WithContextCancellation(gracefulTimeout time.Duration) Builder

Callers 2

ExampleBuilder_WithEnvFunction · 0.65

Implementers 1

wrappershell/shell.go

Calls

no outgoing calls

Tested by 2

ExampleBuilder_WithEnvFunction · 0.52