@accelerated-software-development/caddy-api-client - v0.10.0
    Preparing search index...

    Interface DigitaloceanDnsProviderConfig

    caddy-dns/digitalocean provider config.

    Hand-picked rather than re-exported: the generated Provider interface (src/generated/plugins/caddy-dns-digitalocean.ts) also carries a Client field — a tygo artifact from Go's anonymous embedding of an all-unexported Client struct, which contributes nothing to the real JSON output (Go's encoding/json never emits an anonymous embed with no exported fields as a nested key).

    interface DigitaloceanDnsProviderConfig {
        auth_token: string;
    }
    Index

    Properties

    Properties

    auth_token: string