Documentation
¶
Overview ¶
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
- type Event
- func (e Event) GenerateEvent(params events.MockEventParameters) (events.MockEventResponse, error)
- func (e Event) GetAllTopicsByTransport(transport string) []string
- func (e Event) GetEventSubAlias(t string) string
- func (e Event) GetTopic(transport string, trigger string) string
- func (e Event) SubscriptionVersion() string
- func (e Event) ValidTransport(t string) bool
- func (e Event) ValidTrigger(t string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct{}
func (Event) GenerateEvent ¶
func (e Event) GenerateEvent(params events.MockEventParameters) (events.MockEventResponse, error)
func (Event) GetAllTopicsByTransport ¶ added in v1.1.16
func (Event) GetEventSubAlias ¶
func (Event) SubscriptionVersion ¶ added in v1.1.7
func (Event) ValidTransport ¶
func (Event) ValidTrigger ¶
Click to show internal directories.
Click to hide internal directories.