Interface PivotStartListenerReq

interface PivotStartListenerReq {
    BindAddress: string;
    Options: boolean[];
    Request?: commonpb.Request;
    Type: PivotType;
}

Properties

BindAddress: string
Options: boolean[]
Request?: commonpb.Request
Type: PivotType