| 74 | } |
| 75 | |
| 76 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected