| 4534 | var _ BackgroundManagerProcessI = &testBackgroundProcess{} |
| 4535 | |
| 4536 | type testBackgroundProcess struct { |
| 4537 | isStoppable bool |
| 4538 | } |
| 4539 | |
| 4540 | func (i *testBackgroundProcess) Init(ctx context.Context, options map[string]interface{}, clusterStatus []byte) error { |
| 4541 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected