feat: backend service

This commit is contained in:
Ilia Denisov
2026-05-06 10:14:55 +03:00
committed by GitHub
parent 3e2622757e
commit f446c6a2ac
1486 changed files with 49720 additions and 266401 deletions
+2 -3
View File
@@ -26,9 +26,8 @@ const (
)
// Config stores the connection and pool tuning used to open a primary plus
// zero-or-more replica `*sql.DB` instances. Stage 1 wires only the primary;
// the replica list is preserved so future read-routing is a non-breaking
// change.
// zero-or-more replica `*sql.DB` instances. The replica list is preserved
// so future read-routing is a non-breaking change.
type Config struct {
// PrimaryDSN stores the DSN used by the primary connection. Required.
PrimaryDSN string