mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
before: ``` // request_builder.go:25 | Size: 64 (Optimal: 56) type RequestBuilder struct { headers http.Header ■ ■ ■ ■ ■ ■ ■ ■ clientProxyURL *url.URL ■ ■ ■ ■ ■ ■ ■ ■ useClientProxy bool ■ □ □ □ □ □ □ □ clientTimeout int ■ ■ ■ ■ ■ ■ ■ ■ withoutRedirects bool ■ ignoreTLSErrors bool ■ disableHTTP2 bool ■ □ □ □ □ □ proxyRotator *proxyrotator.ProxyRotator ■ ■ ■ ■ ■ ■ ■ ■ feedProxyURL string ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ } ``` after: ``` // request_builder.go:25 | Size: 56 type RequestBuilder struct { headers http.Header ■ ■ ■ ■ ■ ■ ■ ■ clientProxyURL *url.URL ■ ■ ■ ■ ■ ■ ■ ■ clientTimeout int ■ ■ ■ ■ ■ ■ ■ ■ useClientProxy bool ■ withoutRedirects bool ■ ignoreTLSErrors bool ■ disableHTTP2 bool ■ □ □ □ □ proxyRotator *proxyrotator.ProxyRotator ■ ■ ■ ■ ■ ■ ■ ■ feedProxyURL string ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ } ``` |
||
---|---|---|
.. | ||
api | ||
cli | ||
config | ||
crypto | ||
database | ||
fever | ||
googlereader | ||
http | ||
integration | ||
locale | ||
mediaproxy | ||
metric | ||
model | ||
oauth2 | ||
proxyrotator | ||
reader | ||
storage | ||
systemd | ||
template | ||
timezone | ||
ui | ||
urllib | ||
validator | ||
version | ||
worker |