Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWithClient ¶
func NewWithClient(client snsiface.SNSAPI) (sdk.EventService, error)
Types ¶
type SnsEventService ¶
type SnsEventService struct { sdk.UnimplementedEventingPlugin // contains filtered or unexported fields }
func (*SnsEventService) ListTopics ¶
func (s *SnsEventService) ListTopics() ([]string, error)
func (*SnsEventService) Publish ¶
func (s *SnsEventService) Publish(topic string, event *sdk.NitricEvent) error
Publish to a given topic
Click to show internal directories.
Click to hide internal directories.