Documentation ¶
Overview ¶
Package healthcheck tests and communicates the health of the Cloud SQL Auth proxy.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a type used to implement health checks for the proxy.
func NewServer ¶
NewServer initializes a Server and exposes HTTP endpoints used to communicate proxy health.
func (*Server) NotifyStarted ¶
func (s *Server) NotifyStarted()
NotifyStarted tells the Server that the proxy has finished startup.
Click to show internal directories.
Click to hide internal directories.