Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareByID ¶
func CompareByID(a, b *github.Repository) bool
Types ¶
type CompareFunc ¶
type CompareFunc func(a, b *github.Repository) bool
var DefaultCompareFunc CompareFunc = CompareByID
type List ¶
type List struct { Repos []*github.Repository Compare CompareFunc Marshal MarshalFunc }
This type represents a sortable collection of repositories
type MarshalFunc ¶
var DefaultMarshalFunc MarshalFunc = MarshalID
Click to show internal directories.
Click to hide internal directories.