Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RepoHeader ¶ added in v0.0.2
func RepoHeader() string
Types ¶
type ByRepoPath ¶ added in v0.0.2
type ByRepoPath []*Repo
func (ByRepoPath) Len ¶ added in v0.0.2
func (a ByRepoPath) Len() int
func (ByRepoPath) Less ¶ added in v0.0.2
func (a ByRepoPath) Less(i, j int) bool
func (ByRepoPath) Swap ¶ added in v0.0.2
func (a ByRepoPath) Swap(i, j int)
type RepoIterator ¶
func NewRepoIterator ¶
func NewRepoIterator(packs []*Repo) *RepoIterator
NewRepoIterator initializes a new iterator.
func (*RepoIterator) Scan ¶
func (it *RepoIterator) Scan() bool
Scan moves to the next element and returns false if there are no more packs.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.