dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_MinioModule cluster_MinioModule_exports cluster_MinioModule_providers MinioService MinioService MinioModule MinioModule MinioModule->MinioService MinioService MinioService MinioService->MinioModule

File

src/provider/minio/minio.module.ts

Providers

Exports

import { Module } from '@nestjs/common';
import { MinioService } from './minio.service';

@Module({
  providers: [MinioService],
  exports: [MinioService],
})
export class MinioModule {}

results matching ""

    No results matching ""