@swizzyweb/swerve-manager
    Preparing search index...

    Class SwerveManager

    Implements

    Index

    Constructors

    Properties

    apps: Apps
    configurations: WebServiceConfigurations
    logger: ILogger<any>
    nodeModulesPath: string
    webServices: WebService<any>[]

    Methods

    • Parameters

      • packageName: string
      • servicePath: string

      Returns Promise<string>

    • Parameters

      • props: {
            app: Application;
            appDataRoot: string;
            gLogger: ILogger<any>;
            packageName: string;
            port: number;
            serviceArgs: { [key: string]: any };
            serviceKey: string;
            servicePath: string;
        }

      Returns Promise<any>

    • Parameters

      Returns Promise<WebService<any>[]>