| 417 | } |
| 418 | |
| 419 | type BackendOptions struct { |
| 420 | Options []compose.Option |
| 421 | } |
| 422 | |
| 423 | func (o *BackendOptions) Add(option compose.Option) { |
| 424 | o.Options = append(o.Options, option) |
nothing calls this directly
no outgoing calls
no test coverage detected