Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ForkOptions ¶
type ForkOptions struct { Clone bool AddRemote bool Repo string Name string Path string CloneSet bool AddRemoteSet bool IsTerminal bool // whether the user specified the repo to clone // if false current git repo will be cloned CurrentDirIsParent bool RepoToFork glrepo.Interface IO *iostreams.IOStreams LabClient *gitlab.Client CurrentUser *gitlab.User BaseRepo func() (glrepo.Interface, error) Remotes func() (glrepo.Remotes, error) Config func() (config.Config, error) }
Click to show internal directories.
Click to hide internal directories.