1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-10-31 05:04:05 +02:00
parent b335ab9c78
commit a70ee32ebd
12 changed files with 927 additions and 15 deletions

View File

@@ -366,6 +366,10 @@ func logController(logger *golog.Logger, c *ControllerActivator) {
return
}
if c.injector == nil { // when no actual controller methods are registered.
return
}
/*
[DBUG] controller.GreetController
╺ Service → ./service/greet_service.go:16
@@ -381,7 +385,6 @@ func logController(logger *golog.Logger, c *ControllerActivator) {
logger.TimeFormat = ""
printer := logger.Printer
reports := c.injector.Container.Reports
ctrlName := c.RelName()
ctrlScopeType := ""