Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventService ¶
type EventService struct { pb.UnimplementedEventServiceServer // contains filtered or unexported fields }
func NewEventService ¶
func NewEventService(server *event.ConsumerFactoryServer, trusted api.TrustedContextValidator) *EventService
func (*EventService) Event ¶
func (s *EventService) Event(ctx context.Context, req *pb.EventRequest) (*emptypb.Empty, error)
type GrpcServerRegister ¶
type GrpcServerRegister server.GrpcServiceRegister
func NewGrpcServerRegister ¶
func NewGrpcServerRegister(event *EventService) GrpcServerRegister
type HttpServerRegister ¶
type HttpServerRegister server.HttpServiceRegister
func NewHttpServerRegister ¶
func NewHttpServerRegister(event *EventService) HttpServerRegister
Click to show internal directories.
Click to hide internal directories.