Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activity ¶
type Activity struct {
ByRepo map[string]map[int][]*ActivityEvent
// contains filtered or unexported fields
}
type ActivityEvent ¶
type ActivityEvent struct {
Type ActivityType
RepoName string
SubjectID int
Subject string
CreatedAt time.Time
}
func (ActivityEvent) String ¶
func (ae ActivityEvent) String() string
type ActivityType ¶
type ActivityType int
const ( NonInteresting ActivityType = iota OpenedIssue ClosedIssue CommentedIssue OpenedPullRequest ReopenedPullRequest EditedPullRequest ClosedPullRequest MergedPullRequest CommentedPullRequest )
func (ActivityType) String ¶
func (a ActivityType) String() string
type Client ¶
type Client struct {
User string
// contains filtered or unexported fields
}
func NewAuthClient ¶
Click to show internal directories.
Click to hide internal directories.