add thumbnails

This commit is contained in:
A.Unger
2021-03-04 14:08:44 +01:00
parent 3c770dd118
commit 96521d23a9
5 changed files with 50 additions and 18 deletions
+4
View File
@@ -1,5 +1,7 @@
package config
import "context"
// Log defines the available logging configuration.
type Log struct {
Level string
@@ -40,6 +42,8 @@ type Config struct {
Server Server
Tracing Tracing
Thumbnail Thumbnail
Context context.Context
}
// FileSystemStorage defines the available filesystem storage configuration.