Stop is a directive from the searcher to stop a run.
| 44 | |
| 45 | // Stop is a directive from the searcher to stop a run. |
| 46 | type Stop struct { |
| 47 | RequestID model.RequestID `json:"request_id"` |
| 48 | } |
| 49 | |
| 50 | // SearcherAction (Stop) implements SearcherAction. |
| 51 | func (Stop) searcherAction() {} |
nothing calls this directly
no outgoing calls
no test coverage detected