Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
ID int
Action string
TargetType string
TargetTitle string
TargetID int
ProjectID int
ProjectPath string
CreatedAt time.Time
WebURL string
PushRef string
PushAction string
CommitCount int
CommitTitle string
NoteBody string
NoteableType string // Type of item the note is on (MergeRequest, Issue, etc.)
}
type MergeRequest ¶
type MergeRequestWithStatus ¶
type UserStatus ¶
type UserWorkload ¶
type UserWorkload struct {
User *User
MRCount int
Commits int
ActiveMRs []*MergeRequest
}
Click to show internal directories.
Click to hide internal directories.