Documentation
¶
Index ¶
- type Repository
- func (r *Repository) PromptForDescription() error
- func (r *Repository) PromptForName() error
- func (r *Repository) PromptForWorkspaces() error
- func (r *Repository) SetDescription(repoDescription string)
- func (r *Repository) SetName(repoName string)
- func (r *Repository) SetURL(repoURL string)
- func (r *Repository) ToRepository() pkgrepository.Repository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
pkgrepository.Repository
}
func (*Repository) PromptForDescription ¶
func (r *Repository) PromptForDescription() error
func (*Repository) PromptForName ¶
func (r *Repository) PromptForName() error
func (*Repository) PromptForWorkspaces ¶
func (r *Repository) PromptForWorkspaces() error
func (*Repository) SetDescription ¶
func (r *Repository) SetDescription(repoDescription string)
func (*Repository) SetName ¶
func (r *Repository) SetName(repoName string)
func (*Repository) SetURL ¶
func (r *Repository) SetURL(repoURL string)
func (*Repository) ToRepository ¶
func (r *Repository) ToRepository() pkgrepository.Repository
Click to show internal directories.
Click to hide internal directories.