Versions in this module Expand all Collapse all v0 v0.1.0 Sep 10, 2022 Changes in this version + type HttpPingService struct + func NewHttpPingService(ctx context.Context, h host.Host, opts ...ServiceOption) (*HttpPingService, error) + func (s *HttpPingService) ListenAndServe() error + func (s *HttpPingService) Ping(ctx context.Context, req *v1.PingRequest) (*v1.PingResponse, error) + type ServiceOption func(service *HttpPingService) + func WithHttpAddr(httpAddr string) ServiceOption + func WithServeMux(mux *runtime.ServeMux) ServiceOption