Moeen Chat Service - v1.0.0
    Preparing search index...
    interface ConsulAgentSelf {
        Config: {
            Datacenter: string;
            EnableDebug: boolean;
            LogLevel: string;
            NodeID: string;
            NodeName: string;
            Revision: string;
            Server: boolean;
            Version: string;
        };
        Member: {
            Addr: string;
            DelegateCur: number;
            DelegateMax: number;
            DelegateMin: number;
            Name: string;
            Port: number;
            ProtocolCur: number;
            ProtocolMax: number;
            ProtocolMin: number;
            Status: number;
            Tags: Record<string, string>;
        };
        Meta?: Record<string, string>;
        Stats: {
            agent: Record<string, string>;
            build: Record<string, string>;
            consul: Record<string, string>;
            runtime: Record<string, string>;
            serf_lan: Record<string, string>;
        };
    }
    Index

    Properties

    Config: {
        Datacenter: string;
        EnableDebug: boolean;
        LogLevel: string;
        NodeID: string;
        NodeName: string;
        Revision: string;
        Server: boolean;
        Version: string;
    }
    Member: {
        Addr: string;
        DelegateCur: number;
        DelegateMax: number;
        DelegateMin: number;
        Name: string;
        Port: number;
        ProtocolCur: number;
        ProtocolMax: number;
        ProtocolMin: number;
        Status: number;
        Tags: Record<string, string>;
    }
    Meta?: Record<string, string>
    Stats: {
        agent: Record<string, string>;
        build: Record<string, string>;
        consul: Record<string, string>;
        runtime: Record<string, string>;
        serf_lan: Record<string, string>;
    }