Versions in this module Expand all Collapse all v0 v0.1.0 Jul 25, 2019 Changes in this version + func NewHealthzServer() grpc_health_v1.HealthServer + func NewToDoServiceServer(db *sql.DB) v1.ToDoServiceServer + type HealthImpl struct + func (h *HealthImpl) Check(ctx context.Context, req *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error) + func (h *HealthImpl) Watch(req *grpc_health_v1.HealthCheckRequest, w grpc_health_v1.Health_WatchServer) error