Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler struct {
// contains filtered or unexported fields
}
EventHandler provides handler methods for updating items in Db in response to external events such as from teh access handler
func (*EventHandler) HandleEvent ¶
func (n *EventHandler) HandleEvent(ctx context.Context, event events.CloudWatchEvent) (err error)
func (*EventHandler) HandleGrantEvent ¶
func (n *EventHandler) HandleGrantEvent(ctx context.Context, log *zap.SugaredLogger, event events.CloudWatchEvent) error
HandleGrantEvent will update the status of a grant in response to events emitted by the access handler
Click to show internal directories.
Click to hide internal directories.