# Functions
NewEventsStore returns a MongoDB-based implementation of the api.EventsStore interface.
NewJobsStore returns a MongoDB-based implementation of the api.JobsStore interface.
NewLogsStore returns a MongoDB-based implementation of the api.LogsStore interface.
NewProjectRoleAssignmentsStore returns a MongoDB-based implementation of the api.ProjectRoleAssignmentsStore interface.
NewProjectsStore returns a MongoDB-based implementation of the api.ProjectsStore interface.
NewRoleAssignmentsStore returns a MongoDB-based implementation of the api.RoleAssignmentsStore interface.
NewServiceAccountsStore returns a MongoDB-based implementation of the api.ServiceAccountsStore interface.
NewSessionsStore returns a MongoDB-based implementation of the api.SessionsStore interface.
NewUsersStore returns a MongoDB-based implementation of the api.UsersStore interface.
NewWorkersStore returns a MongoDB-based implementation of the api.WorkersStore interface.