Versions in this module Expand all Collapse all v0 v0.0.0 Apr 4, 2023 Changes in this version + type Handler struct + func New() *Handler + func (s *Handler) RegisterGrpc(srv *grpc.Server) error + func (s *Handler) RegisterHttp(ctx context.Context, mux *runtime.ServeMux, client *grpc.ClientConn) error + func (s *Handler) Version(ctx context.Context, _ *protos.VersionRequest) (*protos.VersionResponse, error)