This commit is contained in:
2025-10-27 14:57:21 +01:00
parent dede386e8b
commit fb2ba22f72
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
package postgresql package postgresql
// DB Operations helper // Jackc/pgx helper
import ( import (
"errors" "errors"

View File

@@ -1,5 +1,7 @@
package rabbitmq package rabbitmq
// rabbitmq/amqp091-go helper
import ( import (
"bytes" "bytes"
"encoding/json" "encoding/json"