GithubEventRouter.(constructor)
Home > @backstage/plugin-events-backend-module-github
> GithubEventRouter
> (constructor)
Constructs a new instance of the GithubEventRouter
class
Signature:
constructor(options: {
events: EventsService;
});
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
{ events: EventsService; } |