Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventActor ¶
type PullRequestEvent ¶
type PullRequestEvent struct {
Actor EventActor
PulRequest bbv1.PullRequest `json:"pullRequest"`
Comment bbv1.Comment `json:"comment"`
}
type PushRequestEvent ¶
type PushRequestEvent struct {
Actor EventActor `json:"actor"`
Repository bbv1.Repository `json:"repository"`
Changes []PushRequestEventChange `json:"changes"`
}
type PushRequestEventChange ¶
Click to show internal directories.
Click to hide internal directories.