summaryrefslogtreecommitdiff
path: root/service/env
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-01-05 13:35:58 +0300
committerWolfy-J <[email protected]>2019-01-05 13:35:58 +0300
commit04f7ac73c477938b7390ec6ec101d0e4bcc8cd80 (patch)
tree361c8cd8a00824d0b2e5003c6a5978f630c20469 /service/env
parent46009112a783a1fdae95e0a061d4c8c41a1c8ff1 (diff)
second set of patches
Diffstat (limited to 'service/env')
-rw-r--r--service/env/environment.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/env/environment.go b/service/env/environment.go
index fe8f1dd8..ab8febf7 100644
--- a/service/env/environment.go
+++ b/service/env/environment.go
@@ -16,7 +16,7 @@ type Setter interface {
SetEnv(key, value string)
}
-// Setter provides ability to set environment value.
+// Getter provides ability to set environment value.
type Getter interface {
// GetEnv must return list of env variables.
GetEnv() (map[string]string, error)