fx build fix
Some checks failed
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fx/1 Pipeline failed
ci/woodpecker/push/fx/2 Pipeline failed
ci/woodpecker/push/nats Pipeline was successful

This commit is contained in:
Stephan D
2025-11-07 23:50:48 +01:00
parent 0c0eeb27f8
commit 2ee17b0c46
21 changed files with 267 additions and 543 deletions

View File

@@ -4,7 +4,6 @@ import (
"context"
"strings"
gatewayv1 "github.com/tech/sendico/chain/gateway/internal/generated/service/gateway/v1"
"github.com/tech/sendico/chain/gateway/internal/keymanager"
"github.com/tech/sendico/chain/gateway/storage"
"github.com/tech/sendico/chain/gateway/storage/model"
@@ -14,6 +13,7 @@ import (
msg "github.com/tech/sendico/pkg/messaging"
"github.com/tech/sendico/pkg/mlogger"
"github.com/tech/sendico/pkg/mservice"
gatewayv1 "github.com/tech/sendico/pkg/proto/chain/gateway/v1"
"go.mongodb.org/mongo-driver/bson/primitive"
"google.golang.org/grpc"
)

View File

@@ -11,7 +11,7 @@ import (
"time"
"github.com/stretchr/testify/require"
igatewayv1 "github.com/tech/sendico/chain/gateway/internal/generated/service/gateway/v1"
igatewayv1 "github.com/tech/sendico/pkg/proto/chain/gateway/v1"
"go.mongodb.org/mongo-driver/bson/primitive"
"go.uber.org/zap"
"google.golang.org/grpc/codes"

View File

@@ -5,14 +5,14 @@ import (
"errors"
"strings"
gatewayv1 "github.com/tech/sendico/chain/gateway/internal/generated/service/gateway/v1"
"github.com/shopspring/decimal"
"github.com/tech/sendico/chain/gateway/storage/model"
"github.com/tech/sendico/pkg/api/routers/gsresponse"
"github.com/tech/sendico/pkg/merrors"
"github.com/tech/sendico/pkg/mservice"
gatewayv1 "github.com/tech/sendico/pkg/proto/chain/gateway/v1"
moneyv1 "github.com/tech/sendico/pkg/proto/common/money/v1"
paginationv1 "github.com/tech/sendico/pkg/proto/common/pagination/v1"
"github.com/shopspring/decimal"
"go.uber.org/zap"
"google.golang.org/protobuf/types/known/timestamppb"
)

View File

@@ -5,11 +5,11 @@ import (
"errors"
"strings"
gatewayv1 "github.com/tech/sendico/chain/gateway/internal/generated/service/gateway/v1"
"github.com/tech/sendico/chain/gateway/storage/model"
"github.com/tech/sendico/pkg/api/routers/gsresponse"
"github.com/tech/sendico/pkg/merrors"
"github.com/tech/sendico/pkg/mservice"
gatewayv1 "github.com/tech/sendico/pkg/proto/chain/gateway/v1"
paginationv1 "github.com/tech/sendico/pkg/proto/common/pagination/v1"
"go.uber.org/zap"
"google.golang.org/protobuf/types/known/timestamppb"