Skip to content

Commit

Permalink
Update Twins
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
  • Loading branch information
dborovcanin committed Jul 12, 2024
1 parent 5fe611b commit a6d5398
Show file tree
Hide file tree
Showing 32 changed files with 72 additions and 2,888 deletions.
2 changes: 1 addition & 1 deletion cmd/smpp-notifier/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"github.com/absmach/magistrala/consumers/notifiers"
"github.com/absmach/magistrala/consumers/notifiers/api"
notifierpg "github.com/absmach/magistrala/consumers/notifiers/postgres"
mgsmpp "github.com/absmach/magistrala/consumers/notifiers/smpp"
"github.com/absmach/magistrala/consumers/notifiers/tracing"
mglog "github.com/absmach/magistrala/logger"
"github.com/absmach/magistrala/pkg/auth"
Expand All @@ -31,6 +30,7 @@ import (
httpserver "github.com/absmach/magistrala/pkg/server/http"
"github.com/absmach/magistrala/pkg/ulid"
"github.com/absmach/magistrala/pkg/uuid"
mgsmpp "github.com/absmach/mg-contrib/consumers/notifiers/smpp"
"github.com/caarlos0/env/v10"
"github.com/jmoiron/sqlx"
"go.opentelemetry.io/otel/trace"
Expand Down
6 changes: 0 additions & 6 deletions consumers/notifiers/api/doc.go

This file was deleted.

103 changes: 0 additions & 103 deletions consumers/notifiers/api/endpoint.go

This file was deleted.

Loading

0 comments on commit a6d5398

Please sign in to comment.