errPluginNotFound is the error returned when a plugin could not be found.
| 22 | |
| 23 | // errPluginNotFound is the error returned when a plugin could not be found. |
| 24 | type errPluginNotFound string |
| 25 | |
| 26 | func (errPluginNotFound) NotFound() {} |
| 27 |
no outgoing calls
no test coverage detected