add fileb0x manifest and generate assets

This commit is contained in:
A.Unger
2020-04-21 21:10:21 +02:00
parent ec18988e8c
commit 4b612965d9
7 changed files with 690 additions and 1 deletions
+6
View File
@@ -31,6 +31,11 @@ type Tracing struct {
Service string
}
// Asset undocumented
type Asset struct {
Path string
}
// Storage defines the available storage configuration.
type Storage struct {
RootMountPath string
@@ -44,6 +49,7 @@ type Config struct {
Debug Debug
HTTP HTTP
Tracing Tracing
Asset Asset
}
// New initializes a new configuration with or without defaults.