Documentation
¶
Index ¶
Constants ¶
View Source
const ContributorID = 1
View Source
const MemberID = 0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContributeGraphViz ¶
type ContributeGraphViz struct {
Repo *repo.GitHubRepo
}
ContributeGraphViz is a visualizer, given a GitHubRepo data. it will output a circular graph, the nodes in the graph represent the contributors the edge represent the follow relationship in those contributors
func (*ContributeGraphViz) GenerateGraph ¶
func (v *ContributeGraphViz) GenerateGraph() *charts.Graph
Click to show internal directories.
Click to hide internal directories.