exerr [WIP]

This commit is contained in:
2023-02-15 16:04:19 +01:00
parent 17383894a7
commit c0443af63b
10 changed files with 579 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
package exerr
import (
"bringman.de/common/shared/langext"
spbmodels "bringman.de/proto/common/models"
"encoding/hex"
"encoding/json"
"errors"
@@ -11,6 +9,7 @@ import (
"github.com/rs/zerolog/log"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/bson/primitive"
"gogs.mikescher.com/BlackForestBytes/goext/langext"
"strconv"
"strings"
"time"