Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangesEmailData ¶
type ChangesEmailData struct {
Login string
Email string
Followers int
Stars int
Repos int
NewFollowers []string
Unfollowers []string
NewStars []StarEmailData
Unstars []StarEmailData
ClientID string
}
ChangesEmailData is the DTO passed down to the daily email
type IndexPageData ¶
IndexPageData DTO
type PageUserData ¶
type StarEmailData ¶
StarEmailData is the DTO representing a repository and the users starring it
Click to show internal directories.
Click to hide internal directories.