Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TopicList (0.07 sec)

  1. internal/event/config.go

    	XMLName    xml.Name `xml:"NotificationConfiguration"`
    	QueueList  []Queue  `xml:"QueueConfiguration,omitempty"`
    	LambdaList []lambda `xml:"CloudFunctionConfiguration,omitempty"`
    	TopicList  []topic  `xml:"TopicConfiguration,omitempty"`
    }
    
    // UnmarshalXML - decodes XML data.
    func (conf *Config) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
    	// Make subtype to avoid recursive UnmarshalXML().
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Nov 16 17:28:29 UTC 2021
    - 8.4K bytes
    - Viewed (0)
Back to top