This commit is contained in:
Parth Patel 2021-10-13 16:41:46 -04:00
parent 69db6fca25
commit 3a21dfa1c5

View file

@ -17,9 +17,9 @@ import (
)
type RenameOptions struct {
HttpClient func() (*http.Client, error)
IO *iostreams.IOStreams
Config func() (config.Config, error)
HttpClient func() (*http.Client, error)
IO *iostreams.IOStreams
Config func() (config.Config, error)
oldRepoSelector string
newRepoSelector string
}