Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FetchFunc ¶
func FetcherWithClient ¶
type FetcherReader ¶
type FetcherReader func(ctx context.Context, f func(ctx context.Context, reader io.Reader) error) error
func FetcherCustom ¶
func FetcherCustom(c *http.Client, method string, url string, headers ...HeaderOption) FetcherReader
type HeaderOption ¶
func WithCompression ¶
func WithCompression() HeaderOption
type IterateFetch ¶
func Iterator ¶
func Iterator[TModel any](method string, url string, level int, headers ...HeaderOption) IterateFetch[TModel]
func IteratorWithClient ¶
func IteratorWithClient[TModel any](c *http.Client, method string, url string, level int, headers ...HeaderOption) IterateFetch[TModel]
Click to show internal directories.
Click to hide internal directories.