Name for the background process
()
| 16 | type Process interface { |
| 17 | // Name for the background process |
| 18 | Name() string |
| 19 | // Start starts the background process. |
| 20 | // The process is expected to terminate when ctx is done. |
| 21 | Start(ctx context.Context) error |
no outgoing calls
no test coverage detected