Basic service boilerplate for settings bundles
This commit is contained in:
@@ -31,9 +31,15 @@ type Tracing struct {
|
||||
Service string
|
||||
}
|
||||
|
||||
// Storage defines the available storage configuration.
|
||||
type Storage struct {
|
||||
RootMountPath string
|
||||
}
|
||||
|
||||
// Config combines all available configuration parts.
|
||||
type Config struct {
|
||||
File string
|
||||
Storage Storage
|
||||
Log Log
|
||||
Debug Debug
|
||||
HTTP HTTP
|
||||
|
||||
Reference in New Issue
Block a user