Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Healthcheck ¶
type Healthcheck interface { HealthcheckHandler(w http.ResponseWriter, r *http.Request, pathParams map[string]string) GetEndpointURL() string }
func New ¶
func New(conn *grpc.ClientConn, endpointURL string) Healthcheck
Click to show internal directories.
Click to hide internal directories.