Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
GetRepos() []*Repository
Exists(repo *Repository) bool
AddRepo(repo *Repository) error
RemoveRepo(repo *Repository) error
UpdateAll() error
}
type ManagerOpts ¶
func (*ManagerOpts) Validate ¶
func (o *ManagerOpts) Validate() error
type Repository ¶
Click to show internal directories.
Click to hide internal directories.