grpc-health-check

module
v0.0.0-...-e59ea38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2022 License: MIT

README

grpc-health-check

gRPC health check minimum server

Run
$ go run cmd/server/main.go
client
$ grpcurl -plaintext -d '{"service": "health-check-test"}' localhost:50051 grpc.health.v1.Health.Check
{
  "status": "SERVING"
}

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL