Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientRefresher ¶
type Publisher ¶
type Publisher interface { Publish( context.Context, *sns.PublishInput, ...func(*sns.Options)) (*sns.PublishOutput, error) }
func RefreshClient ¶
type SNSNotifier ¶
type SNSNotifier struct { Pub Publisher RefreshClient ClientRefresher Log logr.Logger }
Click to show internal directories.
Click to hide internal directories.