Documentation ¶
Index ¶
- func CheckRepos(repos []string, user *User, dbpath string, apikey string)
- func GetDashboardsToUpdate() ([]string, *terr.Trace)
- func GetRepos() ([]map[string]string, *terr.Trace)
- func Init(dbpath string)
- func SaveActivity(activities []Activity, staticPath string)
- func SaveFeedUrl(user *User, url string)
- type Activity
- type GhCommit
- type Repository
- type Result
- type ResultDetails
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDashboardsToUpdate ¶
func SaveActivity ¶
func SaveFeedUrl ¶
Types ¶
type Activity ¶
type Activity struct { Id int64 Title string Content string EventId string `xorm:"not null unique"` EventType string Published string Updated string Author int64 Link string }
func GetActivity ¶
func GetActivity() []Activity
type Repository ¶
type Repository struct { Id int64 Name string `xorm:"not null index"` Owner int64 `xorm:"not null"` CreatedAt string UpdatedAt string Description string DiskUsage int64 IsFork bool ForksCount int64 LicenseInfo string CommitsCount int64 PrimaryLanguage string PushedAt string ReadmeSize int64 ReleasesCount int64 StarsCount int64 WatchersCount int64 IssuesCount int64 PullRequestsCount int64 MentionableUsersCount int64 CollaboratorsCount int64 }
type ResultDetails ¶
Click to show internal directories.
Click to hide internal directories.