Documentation
¶
Overview ¶
Package storage provides convenience functions related to the file system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Store ¶
type Store struct {
Repositories map[string]gh.Repository `yaml:"repositories"`
}
Store represents a collection of GitHub repositories.
func (*Store) UpdateRepositoriesFromSlice ¶ added in v0.0.4
func (s *Store) UpdateRepositoriesFromSlice(repos []*gh.Repository)
UpdateRepositoriesFromSlice updates the Store's Repositories map from a slice of *gh.Repository.
Click to show internal directories.
Click to hide internal directories.