Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthZController ¶
type HealthZController struct{}
HealthZController ...
func (*HealthZController) Check ¶
func (c *HealthZController) Check(ctx context.Context, request *grpcHealthV1.HealthCheckRequest) (*grpcHealthV1.HealthCheckResponse, error)
func (*HealthZController) Watch ¶
func (c *HealthZController) Watch(request *grpcHealthV1.HealthCheckRequest, server grpcHealthV1.Health_WatchServer) error
type PingPongController ¶
type PingPongController struct {
Validator *utils.CustomValidator
}
PingPongController ...
func NewPingPongController ¶
func NewPingPongController(validator *utils.CustomValidator) *PingPongController
NewPingPongController ...
Click to show internal directories.
Click to hide internal directories.