Groups Service

@Autowired
constructor(usersRepository: PandoroUsersRepository, groupsRepository: GroupsRepository, membersRepository: GroupMembersRepository, changelogsRepository: ChangelogsRepository, changelogsNotifier: ChangelogsNotifier)

Constructor to init the service

Parameters

usersRepository

The instance for the users repository

groupsRepository

The instance for the groups repository

membersRepository

The instance for the members of a group repository

changelogsRepository

The instance for the changelogs repository

changelogsNotifier

The instance used to notify a changelog event