Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GitLabMergeFlowReport ¶
func GitLabMergeFlowReport(propPtr string)
Types ¶
type ContributorData ¶
type Data ¶
type Data struct { Project string `json:"project"` Description string `json:"description"` Merges []MergeData `json:"mergerequests"` TopList []ContributorData `json:"toplist"` }
type MergConfig ¶
type MergeData ¶
type MergeData struct { MergeRequest string `json:"mergerequest"` Author string `json:"author"` Start string `json:"start"` End string `json:"end"` State string `json:"state"` Status string `json:"status"` Title string `json:"title"` Link string `json:"link"` UpVotes int `json:"upvotes"` DownVotes int `json:"downvotes"` }
Click to show internal directories.
Click to hide internal directories.