Skip to main content
Module

x/masx200_deno_caddy_cluster_reverse_proxy/ServerInformation.ts>ServerInformation

deno-caddy-cluster-reverse-proxy,适用于Deno的分布式微服务注册与发现服务器和客户端.
Go to Latest
type alias ServerInformation
import { type ServerInformation } from "https://deno.land/x/masx200_deno_caddy_cluster_reverse_proxy@3.0.2/ServerInformation.ts";
definition: { address: string; hostname: string; protocol: string; port: number; health_url: string; name: string; }