Remove unused type clientPubsub.

This commit is contained in:
Martin Dosch 2024-02-22 18:59:22 +01:00
parent 0bcc057225
commit e2bc7bf6d7

View File

@ -22,11 +22,6 @@ type clientPubsubItems struct {
Items []clientPubsubItem `xml:"item"`
}
type clientPubsub struct {
XMLName xml.Name `xml:"pubsub"`
Items clientPubsubItems `xml:"items"`
}
type clientPubsubEvent struct {
XMLName xml.Name `xml:"event"`
XMLNS string `xml:"xmlns,attr"`