aboutsummaryrefslogtreecommitdiff
path: root/internal/context/environment.go
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-11-25 20:52:35 -0500
committerSamuel Johnson <[email protected]>2025-11-25 20:52:35 -0500
commit44d6620b32f31c04663c9e08a1c3954273230ee8 (patch)
treea87cf977313ec95f050d7cdbbebd8bdae7c00ab2 /internal/context/environment.go
parent12602302f28478a9e4ef91e66f68347a4d76f8a6 (diff)
Tidy the code
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
}