Skip to content

Commit

Permalink
Fix xml response for list-subscriptions-by-topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Qiao authored and Admiral-Piett committed Mar 9, 2023
1 parent 76c3f4d commit 1b20ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/sns_messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ type ListSubscriptionsByTopicResult struct {
}

type ListSubscriptionsByTopicResponse struct {
Xmlns string `xml:"xmlns,attr"`
Result ListSubscriptionsResult `xml:"ListSubscriptionsResult"`
Metadata ResponseMetadata `xml:"ResponseMetadata"`
Xmlns string `xml:"xmlns,attr"`
Result ListSubscriptionsByTopicResult `xml:"ListSubscriptionsByTopicResult"`
Metadata ResponseMetadata `xml:"ResponseMetadata"`
}

/*** Publish ***/
Expand Down

0 comments on commit 1b20ba9

Please sign in to comment.