Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comment ¶
type Comment struct {
ID string `json:"id"`
Owner string `json:"owner"`
Repo string `json:"repo"`
PR string `json:"pr_number"`
Branch string `json:"branch"`
Body string `json:"body"`
CreatedAt string `json:"created_at"`
Matches [][]string `json:"matches"`
User string `json:"user"`
}
Comment is the actual resource
func GithubComment ¶
GithubComment retrieves a specific comment
type Input ¶
Input is provided to this resource via STDIN
Click to show internal directories.
Click to hide internal directories.