Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Repositories `json:"repos"`
}
type Manager ¶
type Manager struct { Repositories Vcs command.VCS }
func NewManager ¶
func (*Manager) AddRepo ¶
func (m *Manager) AddRepo(r Repository)
func (*Manager) AddRepos ¶
func (m *Manager) AddRepos(r ...Repository)
type Repositories ¶
type Repositories []Repository
type Repository ¶
func New ¶
func New(dir path.Dir) (r Repository)
func (*Repository) Set ¶
func (r *Repository) Set(s string) (err error)
func (*Repository) UnmarshalJSON ¶
func (r *Repository) UnmarshalJSON(b []byte) (err error)
Click to show internal directories.
Click to hide internal directories.