Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GRPCLiveCheck ¶
func GRPCLiveCheck() int
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewCheckGRPC ¶
func (*Server) Ready ¶
func (h *Server) Ready()
Ready sets the state of service to ready. State's default value is false. You have to manually enabled whenever app is ready to service requests.
func (*Server) Terminating ¶
Terminating starts a go routine waiting for SIGINT & SIGTERM signals. Returns true when Kubernetes sends a termination signal to the pod. It is a blocking function.
Click to show internal directories.
Click to hide internal directories.