()
| 155 | } |
| 156 | |
| 157 | func (opts createOptions) GetTimeout() *time.Duration { |
| 158 | if opts.timeChanged { |
| 159 | t := time.Duration(opts.timeout) * time.Second |
| 160 | return &t |
| 161 | } |
| 162 | return nil |
| 163 | } |
| 164 | |
| 165 | func (opts createOptions) Apply(project *types.Project) error { |
| 166 | if opts.pullChanged { |