(devbox devboxProject, opts devopt.PullboxOpts)
| 30 | } |
| 31 | |
| 32 | func New(devbox devboxProject, opts devopt.PullboxOpts) *pullbox { |
| 33 | return &pullbox{devbox, opts} |
| 34 | } |
| 35 | |
| 36 | // Pull |
| 37 | // This can be rewritten to be more readable and less repetitive. Possibly |