Improve doc comment in Environment
This commit is contained in:
parent
ee0bb7e54b
commit
8f681fd63b
@ -24,7 +24,7 @@ type Environment struct {
|
|||||||
// slice must implement one or more of the interfaces in provider.go.
|
// slice must implement one or more of the interfaces in provider.go.
|
||||||
Providers []Provider
|
Providers []Provider
|
||||||
// Config specifies configuration data. It is used to configure the
|
// Config specifies configuration data. It is used to configure the
|
||||||
// environment, as well as plugins that get loaded.
|
// environment, as well as any providers that are loaded.
|
||||||
Config Meta
|
Config Meta
|
||||||
|
|
||||||
documents usync.Locker[map[string] *Document]
|
documents usync.Locker[map[string] *Document]
|
||||||
|
Loading…
Reference in New Issue
Block a user