Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHealthzServer ¶
func NewHealthzServer() grpc_health_v1.HealthServer
NewHealthzServer creates ToDo service
func NewToDoServiceServer ¶
func NewToDoServiceServer(db *sql.DB) v1.ToDoServiceServer
NewToDoServiceServer creates ToDo service
Types ¶
type HealthImpl ¶
type HealthImpl struct{}
HealthImpl grpc health
func (*HealthImpl) Check ¶
func (h *HealthImpl) Check(ctx context.Context, req *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error)
Check 实现健康检查接口,这里直接返回健康状态,这里也可以有更复杂的健康检查策略,比如根据服务器负载来返回
func (*HealthImpl) Watch ¶
func (h *HealthImpl) Watch(req *grpc_health_v1.HealthCheckRequest, w grpc_health_v1.Health_WatchServer) error
Watch watch nil
Click to show internal directories.
Click to hide internal directories.