Resolving merge conflicts

This commit is contained in:
tanyamadaan
2025-03-27 17:25:00 +05:30
10 changed files with 823 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ import (
// Route defines the structure for the Route returned.
type Route struct {
TargetType string // "url" or "msgq"
TargetType string // "url" or "msgq" or "bap" or "bpp"
PublisherID string // For message queues
URL string // For API calls
}