Documentation ¶ Index ¶ func NewPingServiceHandler() (string, http.Handler) type Service func (s *Service) Ping(ctx context.Context, req *connect.Request[pingv1.PingRequest]) (*connect.Response[pingv1.PingResponse], error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewPingServiceHandler ¶ func NewPingServiceHandler() (string, http.Handler) Types ¶ type Service ¶ type Service struct{} func (*Service) Ping ¶ func (s *Service) Ping( ctx context.Context, req *connect.Request[pingv1.PingRequest], ) (*connect.Response[pingv1.PingResponse], error) Source Files ¶ View all Source files ping.go Click to show internal directories. Click to hide internal directories.