Class BaseBinaryFilesService<I>
Constructors
Properties
Protected
Readonly
dataSource
dataSource: DataSource
Protected
Readonly
idService
Protected
logger
Protected
Readonly
loggerFactory
Accessors
repository
get repository(): Repository<I> Returns Repository<I>
Methods
create
Returns Promise<I>
delete
delete(id: string): Promise<void> Returns Promise<void>
Protected
generateEntityId
generateEntityId(): string Returns string
getOne
getOneOrFail
Returns Promise<I>
onModuleInit
Returns void
Binary files service that provides methods to fetch and create binary files