refactor(runtime): environment contract doc and failing services (#20293)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user