Documentation ¶
Index ¶
- type Client
- func (client Client) FetchCasksV2(ctx context.Context) (io.ReadCloser, error)
- func (client Client) FetchCoreV3(ctx context.Context) (io.ReadCloser, error)
- func (client Client) FetchFormulaV1(ctx context.Context, name string) (io.ReadCloser, error)
- func (client Client) FetchFormulaeV1(ctx context.Context) (io.ReadCloser, error)
- func (client Client) FetchFormulaeV2(ctx context.Context) (io.ReadCloser, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client makes API requests.
func (Client) FetchCasksV2 ¶
FetchCasksV2 fetches the v2 API data for all existing casks.
func (Client) FetchCoreV3 ¶
FetchCoreV3 fetches the v3 API data for the homebrew/core tap.
func (Client) FetchFormulaV1 ¶
FetchFormulaV1 fetches the v1 API data for the named formula. If name does not exist, this function will fail.
func (Client) FetchFormulaeV1 ¶
FetchFormulaeV1 fetches the v1 API data for all existing formulae.
func (Client) FetchFormulaeV2 ¶
FetchFormulaeV2 fetches the v2 API data for all existing formulae.
Click to show internal directories.
Click to hide internal directories.