pub async fn fetch_all(
client: &CloudflareClient,
state: &AppState,
rd: &mut State<String>,
st: &mut State<String>,
)Expand description
Fetch all initial data: zone name and DNS records.
Uses the DNS cache if valid to avoid unnecessary API calls.