fx build fix
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
|||||||
|
|
||||||
"github.com/google/uuid"
|
"github.com/google/uuid"
|
||||||
"github.com/tech/sendico/pkg/merrors"
|
"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"
|
"github.com/tech/sendico/pkg/model"
|
||||||
"google.golang.org/protobuf/proto"
|
"google.golang.org/protobuf/proto"
|
||||||
"google.golang.org/protobuf/types/known/timestamppb"
|
"google.golang.org/protobuf/types/known/timestamppb"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package notifications
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
messaging "github.com/tech/sendico/pkg/messaging/envelope"
|
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"
|
"github.com/tech/sendico/pkg/model"
|
||||||
nm "github.com/tech/sendico/pkg/model/notification"
|
nm "github.com/tech/sendico/pkg/model/notification"
|
||||||
"github.com/tech/sendico/pkg/mservice"
|
"github.com/tech/sendico/pkg/mservice"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package notifications
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
messaging "github.com/tech/sendico/pkg/messaging/envelope"
|
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"
|
"github.com/tech/sendico/pkg/model"
|
||||||
nm "github.com/tech/sendico/pkg/model/notification"
|
nm "github.com/tech/sendico/pkg/model/notification"
|
||||||
"github.com/tech/sendico/pkg/mservice"
|
"github.com/tech/sendico/pkg/mservice"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import (
|
|||||||
|
|
||||||
"github.com/tech/sendico/pkg/db/account"
|
"github.com/tech/sendico/pkg/db/account"
|
||||||
me "github.com/tech/sendico/pkg/messaging/envelope"
|
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"
|
mah "github.com/tech/sendico/pkg/messaging/notifications/account/handler"
|
||||||
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
|
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
|
||||||
"github.com/tech/sendico/pkg/mlogger"
|
"github.com/tech/sendico/pkg/mlogger"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import (
|
|||||||
|
|
||||||
"github.com/tech/sendico/pkg/db/account"
|
"github.com/tech/sendico/pkg/db/account"
|
||||||
me "github.com/tech/sendico/pkg/messaging/envelope"
|
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"
|
mah "github.com/tech/sendico/pkg/messaging/notifications/account/handler"
|
||||||
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
|
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
|
||||||
"github.com/tech/sendico/pkg/mlogger"
|
"github.com/tech/sendico/pkg/mlogger"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package notifications
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
messaging "github.com/tech/sendico/pkg/messaging/envelope"
|
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"
|
"github.com/tech/sendico/pkg/model"
|
||||||
nm "github.com/tech/sendico/pkg/model/notification"
|
nm "github.com/tech/sendico/pkg/model/notification"
|
||||||
"github.com/tech/sendico/pkg/mservice"
|
"github.com/tech/sendico/pkg/mservice"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
|
|
||||||
me "github.com/tech/sendico/pkg/messaging/envelope"
|
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"
|
nh "github.com/tech/sendico/pkg/messaging/notifications/notification/handler"
|
||||||
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
|
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
|
||||||
"github.com/tech/sendico/pkg/mlogger"
|
"github.com/tech/sendico/pkg/mlogger"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package notifications
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
messaging "github.com/tech/sendico/pkg/messaging/envelope"
|
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"
|
"github.com/tech/sendico/pkg/model"
|
||||||
nm "github.com/tech/sendico/pkg/model/notification"
|
nm "github.com/tech/sendico/pkg/model/notification"
|
||||||
"github.com/tech/sendico/pkg/mservice"
|
"github.com/tech/sendico/pkg/mservice"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
|
|
||||||
me "github.com/tech/sendico/pkg/messaging/envelope"
|
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"
|
moh "github.com/tech/sendico/pkg/messaging/notifications/object/handler"
|
||||||
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
|
np "github.com/tech/sendico/pkg/messaging/notifications/processor"
|
||||||
"github.com/tech/sendico/pkg/mlogger"
|
"github.com/tech/sendico/pkg/mlogger"
|
||||||
|
|||||||
Reference in New Issue
Block a user