Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiOptions ¶
type ApiOptions struct {
IO *iostreams.IOStreams
HttpClient func() (*http.Client, error)
Config func() (gh.Config, error)
BaseRepo func() (bbrepo.Interface, error)
Hostname string
RequestMethod string
RequestPath string
RequestBody string
RequestBodyFile string
RawFields []string
MagicFields []string
RequestHeaders []string
Silent bool
Paginate bool
JQ string
}
Click to show internal directories.
Click to hide internal directories.