Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RootResolver ¶
type RootResolver struct {
*graphql.RootResolver
// contains filtered or unexported fields
}
func New ¶
func New( ossResolver *graphql.RootResolver, logger *zap.Logger, statusService *service_statuses.Service, authService *service_auth.Service, githHubPRRepo db_github.GitHubPRRepo, eventsReader events.EventReader, ) *RootResolver
func (*RootResolver) UpdatedGitHubPullRequestStatuses ¶
func (r *RootResolver) UpdatedGitHubPullRequestStatuses(ctx context.Context, args resolvers.UpdatedGitHubPullRequestStatusesArgs) (<-chan resolvers.StatusResolver, error)
Click to show internal directories.
Click to hide internal directories.