Versions in this module Expand all Collapse all v1 v1.21.1 Sep 18, 2024 v1.21.0 Jul 24, 2024 Changes in this version + type HttpDispatch struct + func NewHttpDispatcher(url string) (*HttpDispatch, error) + func (h *HttpDispatch) Notify(msg *common.UpdateRecordRequest) error + type SqsDispatch struct + func NewSqsDispatcher(sqsConf conf.SqsConfig, provider credentials.Provider) (*SqsDispatch, error) + func (h *SqsDispatch) Notify(msg *common.UpdateRecordRequest) error