Versions in this module Expand all Collapse all v0 v0.1.6 Feb 16, 2021 Changes in this version + type Options struct + Branch string + CommandRunner cmdrunner.CommandRunner + CommitMessage string + Dir string + Excludes []string + GitClient gitclient.Interface + GitURL string + NoPush bool + RepositoriesFile string + func NewCmdMirror() (*cobra.Command, *Options) + func (o *Options) DownloadIndex(idx *repo.IndexFile, u, dir string) error + func (o *Options) MirrorRepository(dir string, urls []string) error + func (o *Options) Run() error + func (o *Options) Validate() error