Versions in this module Expand all Collapse all v0 v0.2.0 Mar 14, 2023 Changes in this version + type Handler struct + C collection.Collector + func (h *Handler) Ack(responseChannel chan *pb.SendEventResponse, reqGuid, connGroup string) collection.AckFunc + func (h *Handler) SendEvent(ctx context.Context, req *pb.SendEventRequest) (*pb.SendEventResponse, error) + type Service struct + Collector collection.Collector + func NewGRPCService(c collection.Collector) *Service + func (*Service) Name() string + func (s *Service) Init(context.Context) error + func (s *Service) Shutdown(context.Context) error