Versions in this module Expand all Collapse all v0 v0.2.3 Dec 17, 2025 v0.2.1 Dec 11, 2025 Changes in this version + const MIMETypeGitHubIssue + const MIMETypeGitHubPull + type CommentContent struct + Author string + Body string + CreatedAt time.Time + type IssueContent struct + Assignees []string + Author string + Body string + Comments []CommentContent + CreatedAt time.Time + Labels []string + Milestone string + Number int + State string + Title string + UpdatedAt time.Time + type IssueNormaliser struct + func NewIssue() *IssueNormaliser + func (n *IssueNormaliser) Normalise(_ context.Context, raw *domain.RawDocument) (*driven.NormaliseResult, error) + func (n *IssueNormaliser) Priority() int + func (n *IssueNormaliser) SupportedConnectorTypes() []string + func (n *IssueNormaliser) SupportedMIMETypes() []string + type PRContent struct + Additions int + Assignees []string + Author string + BaseBranch string + Body string + ChangedFiles int + Comments []CommentContent + CreatedAt time.Time + Deletions int + Draft bool + HeadBranch string + Labels []string + Merged bool + Number int + Reviewers []string + Reviews []ReviewContent + State string + Title string + UpdatedAt time.Time + type PullNormaliser struct + func NewPull() *PullNormaliser + func (n *PullNormaliser) Normalise(_ context.Context, raw *domain.RawDocument) (*driven.NormaliseResult, error) + func (n *PullNormaliser) Priority() int + func (n *PullNormaliser) SupportedConnectorTypes() []string + func (n *PullNormaliser) SupportedMIMETypes() []string + type ReviewContent struct + Author string + Body string + State string + SubmittedAt time.Time