MCPcopy Create free account
hub / github.com/coder/envbuilder / execArgsInfo

Struct execArgsInfo

envbuilder.go:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type execArgsInfo struct {
77 InitCommand string
78 InitArgs []string
79 UserInfo userInfo
80 Environ []string
81}
82
83// Run runs the envbuilder.
84// Logger is the logf to use for all operations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected