Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Configure ¶
func Configure(api *operations.EasyclaAPI, service Service)
Configure setups handlers on api with service
Types ¶
type Service ¶
type Service interface { ProcessInstallationRepositoriesEvent(event *github.InstallationRepositoriesEvent) error ProcessRepositoryEvent(*github.RepositoryEvent) error }
Service is responsible for handling the github activity events
func NewService ¶
func NewService(gitV1Repository repositories.RepositoryInterface, githubOrgRepo v1GithubOrg.RepositoryInterface, eventService events.Service, autoEnableService dynamo_events.AutoEnableService, emailService emails.Service) Service
NewService creates a new instance of the Event Handler Service
Click to show internal directories.
Click to hide internal directories.