The Readiness interface needs to be implemented by each plugin willing to provide a readiness check.
| 2 | |
| 3 | // The Readiness interface needs to be implemented by each plugin willing to provide a readiness check. |
| 4 | type Readiness interface { |
| 5 | // Ready is called by ready to see whether the plugin is ready. |
| 6 | Ready() bool |
| 7 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…