fx build fix
All checks were successful
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fx/1 Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful
ci/woodpecker/push/fx/2 Pipeline was successful

This commit is contained in:
Stephan D
2025-11-09 02:57:22 +01:00
parent 54de5cf9d8
commit 751045fcc0
9 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/google/uuid"
"github.com/tech/sendico/pkg/merrors"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
"github.com/tech/sendico/pkg/model"
"google.golang.org/protobuf/proto"
"google.golang.org/protobuf/types/known/timestamppb"

View File

@@ -2,7 +2,7 @@ package notifications
import (
messaging "github.com/tech/sendico/pkg/messaging/envelope"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
"github.com/tech/sendico/pkg/model"
nm "github.com/tech/sendico/pkg/model/notification"
"github.com/tech/sendico/pkg/mservice"

View File

@@ -2,7 +2,7 @@ package notifications
import (
messaging "github.com/tech/sendico/pkg/messaging/envelope"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
"github.com/tech/sendico/pkg/model"
nm "github.com/tech/sendico/pkg/model/notification"
"github.com/tech/sendico/pkg/mservice"

View File

@@ -5,7 +5,7 @@ import (
"github.com/tech/sendico/pkg/db/account"
me "github.com/tech/sendico/pkg/messaging/envelope"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
mah "github.com/tech/sendico/pkg/messaging/notifications/account/handler"
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
"github.com/tech/sendico/pkg/mlogger"

View File

@@ -5,7 +5,7 @@ import (
"github.com/tech/sendico/pkg/db/account"
me "github.com/tech/sendico/pkg/messaging/envelope"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
mah "github.com/tech/sendico/pkg/messaging/notifications/account/handler"
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
"github.com/tech/sendico/pkg/mlogger"

View File

@@ -2,7 +2,7 @@ package notifications
import (
messaging "github.com/tech/sendico/pkg/messaging/envelope"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
"github.com/tech/sendico/pkg/model"
nm "github.com/tech/sendico/pkg/model/notification"
"github.com/tech/sendico/pkg/mservice"

View File

@@ -4,7 +4,7 @@ import (
"context"
me "github.com/tech/sendico/pkg/messaging/envelope"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
nh "github.com/tech/sendico/pkg/messaging/notifications/notification/handler"
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
"github.com/tech/sendico/pkg/mlogger"

View File

@@ -2,7 +2,7 @@ package notifications
import (
messaging "github.com/tech/sendico/pkg/messaging/envelope"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
"github.com/tech/sendico/pkg/model"
nm "github.com/tech/sendico/pkg/model/notification"
"github.com/tech/sendico/pkg/mservice"

View File

@@ -4,7 +4,7 @@ import (
"context"
me "github.com/tech/sendico/pkg/messaging/envelope"
gmessaging "github.com/tech/sendico/pkg/messaging/internal/generated"
gmessaging "github.com/tech/sendico/pkg/generated/gmessaging"
moh "github.com/tech/sendico/pkg/messaging/notifications/object/handler"
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
"github.com/tech/sendico/pkg/mlogger"