Skip to main content

fetch_all

Function fetch_all 

Source
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.