Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TopicList (0.05 seconds)

  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().
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 8.4K bytes
    - Click Count (0)
Back to Top