added namespace flag to HTTP struct

This commit is contained in:
A.Unger
2019-12-24 11:46:56 +01:00
parent cb8571fc33
commit 23ab0db581
+3 -2
View File
@@ -17,8 +17,9 @@ type Debug struct {
// HTTP defines the available http configuration.
type HTTP struct {
Addr string
Root string
Addr string
Namespace string
Root string
}
// Tracing defines the available tracing configuration.