aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-11-23 23:52:30 -0500
committerSamuel Johnson <[email protected]>2025-11-23 23:52:30 -0500
commit1692aea0951f1d46af01211bd3e32920c443505f (patch)
tree07e8a77a2f3eb1852289ebb0ed63154c3329c5b0 /internal
parenta431c6737f230be70c0fa44e5b30337b044db6fb (diff)
Add markdown parsing endpoint
Diffstat (limited to 'internal')
-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
}