HealthCheck

interface HealthCheck

所谓声明健康就是一个可重复执行的指令,返回 0 即为健康

Author

CJ

Inheritors

Functions

Link copied to clipboard
abstract fun checkHealth(stdOutput: String?, exitCode: Int): Boolean
Link copied to clipboard