func()

in pkg/fake/types.go [146:151]


func (h MockHandler[T]) Poll(context.Context) (*http.Response, error) {
	if h.err != nil {
		return nil, h.err
	}
	return nil, nil
}