refactor(runtime): environment contract doc and failing services (#20293)

This commit is contained in:
Julien Robert
2024-06-20 15:33:54 +00:00
committed by GitHub
parent 9983bdec5c
commit d2903a9eb9
5 changed files with 84 additions and 3 deletions
+1
View File
@@ -5,4 +5,5 @@ import (
)
// Environment is used to get all services to their respective module
// Contract: All fields of environment are always populated.
type Environment = appmodule.Environment
+1
View File
@@ -12,6 +12,7 @@ import (
)
// Environment is used to get all services to their respective module
// Contract: All fields of environment are always populated.
type Environment struct {
Logger log.Logger