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.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/context/environment.go b/internal/context/environment.go
index 35cb9d8..3e680cf 100644
--- a/internal/context/environment.go
+++ b/internal/context/environment.go
@@ -1,9 +1,9 @@
package context
type DbCredentials struct {
- Name string
- Host string
- Port uint64
+ Name string
+ Host string
+ Port uint64
Username string
Password string
}