Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LambdaList (0.12 sec)

  1. internal/event/config.go

    type Config struct {
    	XMLNS      string   `xml:"xmlns,attr,omitempty"`
    	XMLName    xml.Name `xml:"NotificationConfiguration"`
    	QueueList  []Queue  `xml:"QueueConfiguration,omitempty"`
    	LambdaList []lambda `xml:"CloudFunctionConfiguration,omitempty"`
    	TopicList  []topic  `xml:"TopicConfiguration,omitempty"`
    }
    
    // UnmarshalXML - decodes XML data.
    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