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

    Interface HealthCheckRouteOptions

    Options for building health check route

    interface HealthCheckRouteOptions {
        host: string;
        priority?: number;
        serviceId: string;
    }
    Index

    Properties

    host: string
    priority?: number
    serviceId: string