Create and configure image cache

This commit is contained in:
Deluan
2020-04-04 22:23:20 -04:00
committed by Deluan Quintão
parent d308e7ca46
commit 1bc68c20fc
7 changed files with 54 additions and 11 deletions
+1
View File
@@ -18,5 +18,6 @@ var Set = wire.NewSet(
NewMediaStreamer,
transcoder.New,
NewTranscodingCache,
NewImageCache,
NewPlayers,
)