diff options
author | Wolfy-J <[email protected]> | 2018-09-10 15:49:40 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-10 15:49:40 +0300 |
commit | ad1b967117f04772fcdbabc6356bf12db90340dc (patch) | |
tree | 46a3d6b9d905a058c12c6bfd2f52d5d136c5adb1 /service | |
parent | b7eccd1176f8bc884e990cd4b2daf6e983e60302 (diff) |
Update environment.go
Diffstat (limited to 'service')
-rw-r--r-- | service/env/environment.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/env/environment.go b/service/env/environment.go index 8e89d2c8..52a5bcf4 100644 --- a/service/env/environment.go +++ b/service/env/environment.go @@ -1,6 +1,6 @@ package env -// Provider aggregates list of environment variables. This interface can be used in custom implementation to drive +// Environment aggregates list of environment variables. This interface can be used in custom implementation to drive // values from external sources. type Environment interface { // GetEnv must return list of env variables. |