feat: include debug server in collaboration

This commit is contained in:
Juan Pablo Villafáñez
2024-03-20 18:45:03 +01:00
parent ce6ed399a9
commit f240d4e7cb
5 changed files with 138 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ type Config struct {
Tracing *Tracing `yaml:"tracing"`
Log *Log `yaml:"log"`
//Debug Debug `yaml:"debug"`
Debug Debug `yaml:"debug"`
Context context.Context `yaml:"-"`
}