Skip to content

openpra-monorepo


Class: StorageService

Defined in: quantification/services/storage.service.ts:5

Constructors

Constructor

new StorageService(minioService): StorageService

Defined in: quantification/services/storage.service.ts:7

Parameters

minioService

MinioService

Returns

StorageService

Methods

getInputData()

getInputData(inputId): Promise<string>

Defined in: quantification/services/storage.service.ts:8

Parameters

inputId

string

Returns

Promise<string>


getOutput()

getOutput(outputId): Promise<string | ScramResult | undefined>

Defined in: quantification/services/storage.service.ts:11

Parameters

outputId

string

Returns

Promise<string | ScramResult | undefined>