suspend fun ConsulClient.healthChecksAwait(service: String): CheckList
Returns the checks associated with the service
service - the service name
service
resultHandler - will be provided with list of checks
resultHandler
Returnreference to this, for fluency *