Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HTMLTemplate = `` /* 1982-byte string literal not displayed */
View Source
var TextTemplate = `` /* 247-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type ProjectReport ¶
type ProjectReport struct {
Name string `json:"name"`
IsActive bool `json:"active"`
IsEmpty bool `json:"emptyRepo"`
Commits int `json:"commits"`
CreatedAt *time.Time `json:"createdAt"`
LastActivity *time.Time `json:"lastActivity"`
LastCommit *Commit `json:"commit"`
OpenIssuesCount int `json:"openIssuesCount"`
OpenMergeRequestsCount int `json:"openMergeRequestsCount"`
WebURL string `json:"webURL"`
Members []*gitlab.ProjectMember `json:"members"`
}
Click to show internal directories.
Click to hide internal directories.