Skip to main content
Version: v0.5.0

Http Data-Plane

This document outlines the modules and their dependencies for the http-data-plane application.

AppModule

Imports

  • DataPlaneTestModule
  • LoggingModule
  • AuthModule
  • ConfigModule
  • TypeOrmModule

Controllers

  • None

Providers

  • None

Exports

  • DataPlaneTestModule
  • AuthModule

ConfigModule

Imports

  • None

Controllers

  • None

Providers

  • None

Exports

  • None

LoggingModule

Imports

  • TypeOrmModule
  • AuthModule

Controllers

  • LoggingController

Providers

  • LoggingService

Exports

  • LoggingService

DataPlaneTestModule

Imports

  • TypeOrmModule
  • AuthModule
  • LoggingModule

Controllers

  • DataPlaneController
  • DataPlaneManagementController
  • ProxyController

Providers

  • DataPlaneService

Exports

  • None

AuthModule

Imports

  • PassportModule

Controllers

  • AuthController

Providers

  • AuthClientService
  • SessionSerializer
  • OAuthGuard
  • RolesGuard

Exports

  • AuthClientService