Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiOptions ¶
type ApiOptions struct { IO *iostreams.IOStreams HttpClient func() (*gitlab.Client, error) BaseRepo func() (glrepo.Interface, error) Branch func() (string, error) Config config.Config Hostname string RequestMethod string RequestMethodPassed bool RequestPath string RequestInputFile string MagicFields []string RawFields []string RequestHeaders []string ShowResponseHeaders bool Paginate bool Silent bool }
Click to show internal directories.
Click to hide internal directories.