suspend fun ConsulClient.healthChecksWithOptionsAwait(service: String, options: CheckQueryOptions): CheckList
Returns the checks associated with the service
service - the service name
service
options - options used to request checks
options
Return reference to this, for fluency *