Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HealthServiceName = "HealthService"
)
View Source
var ( HealthServiceServerEndpoints = []v4.EndpointMetadata{ { Name: "HealthService.Live", Path: "/live", Method: "GET", Body: "", Stream: false, }, { Name: "HealthService.Ready", Path: "/ready", Method: "GET", Body: "", Stream: false, }, { Name: "HealthService.Version", Path: "/version", Method: "GET", Body: "", Stream: false, }, } )
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
type HealthServiceServer ¶
Click to show internal directories.
Click to hide internal directories.