aboutsummaryrefslogtreecommitdiff
path: root/internal/context/environment.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/context/environment.go')
-rw-r--r--internal/context/environment.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/context/environment.go b/internal/context/environment.go
index 8329ac2..7d52978 100644
--- a/internal/context/environment.go
+++ b/internal/context/environment.go
@@ -1,6 +1,7 @@
package context
type DbCredentials struct {
+ Name string
Username string
Password string
}