Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCouldNotFindEvent = errors.New("could not find pull request event")
View Source
var ErrCouldNotFindGithubToken = errors.New("could not find github token")
View Source
var ErrDiffTooLarge = errors.New("diff too large")
View Source
var ErrNoOpenAIToken = errors.New("no openai token")
Functions ¶
func AddCommentToPullRequest ¶
func AskTorvalds ¶
Types ¶
type Event ¶
type Event struct {
Number int `json:"number"`
Repository Repository `json:"repository"`
}
type Repository ¶
Click to show internal directories.
Click to hide internal directories.