func(*cluster.Options)
| 16 | ) |
| 17 | |
| 18 | type Option func(*cluster.Options) |
| 19 | |
| 20 | func WithPipeline(pipeline pipeline.Pipeline) Option { |
| 21 | return func(opt *cluster.Options) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…