diff --git a/src/messaging/publisher.go b/src/integrations/messaging/publisher.go similarity index 100% rename from src/messaging/publisher.go rename to src/integrations/messaging/publisher.go diff --git a/src/messaging/publisher_message.go b/src/integrations/messaging/publisher_message.go similarity index 100% rename from src/messaging/publisher_message.go rename to src/integrations/messaging/publisher_message.go diff --git a/src/matches/session.go b/src/matches/session.go index 6cc3177..ce1b8b0 100644 --- a/src/matches/session.go +++ b/src/matches/session.go @@ -7,13 +7,13 @@ import ( "sync" "time" + "pixeltactics.com/match/src/integrations/messaging" matches_actions "pixeltactics.com/match/src/matches/actions" matches_heroes "pixeltactics.com/match/src/matches/heroes" matches_interfaces "pixeltactics.com/match/src/matches/interfaces" matches_maps "pixeltactics.com/match/src/matches/maps" matches_physics "pixeltactics.com/match/src/matches/physics" matches_players "pixeltactics.com/match/src/matches/players" - "pixeltactics.com/match/src/messaging" "pixeltactics.com/match/src/notifiers" "pixeltactics.com/match/src/utils" )