Prober is an interface that defines the Probe function for doing GRPC readiness/liveness/startup checks.
type Prober interface { Probe(host, service string, port int, timeout time.Duration) (probe.Result, string, error) }
func New() Prober
New Prober for execute grpc probe