Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2026 Changes in this version + func BuildRepoLookup(repos []ghapi.Repository) ([]string, map[string]*ghapi.Repository) + func FilterByLabel(filterValue, optValue string, _ int) bool + func FormatRepoLabel(r *ghapi.Repository) string + func ResolveRepoSelection(label string, lookup map[string]*ghapi.Repository) (*ghapi.Repository, error) + type Prompter interface + ConfirmOverwrite func(path string) (bool, error) + SelectOwner func(owners []string) (string, error) + SelectRepository func(repos []ghapi.Repository) (*ghapi.Repository, error) + type SurveyPrompter struct + func (SurveyPrompter) ConfirmOverwrite(path string) (bool, error) + func (SurveyPrompter) SelectOwner(owners []string) (string, error) + func (SurveyPrompter) SelectRepository(repos []ghapi.Repository) (*ghapi.Repository, error)