Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActivityApproval ¶
ActivityApproval represents an approval event in a PR activity feed.
type ActivityItem ¶
type ActivityItem struct {
Comment *models.Comment `json:"comment,omitempty"`
Update *ActivityUpdate `json:"update,omitempty"`
Approval *ActivityApproval `json:"approval,omitempty"`
}
ActivityItem represents a single activity entry which contains one of comment, update, or approval.
Click to show internal directories.
Click to hide internal directories.