Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpDispatch ¶
type HttpDispatch struct {
// contains filtered or unexported fields
}
func NewHttpDispatcher ¶
func NewHttpDispatcher(url string) (*HttpDispatch, error)
func (*HttpDispatch) Notify ¶
func (h *HttpDispatch) Notify(msg *common.UpdateRecordRequest) error
type SqsDispatch ¶
type SqsDispatch struct {
// contains filtered or unexported fields
}
func NewSqsDispatcher ¶
func NewSqsDispatcher(sqsConf conf.SqsConfig, provider credentials.Provider) (*SqsDispatch, error)
func (*SqsDispatch) Notify ¶
func (h *SqsDispatch) Notify(msg *common.UpdateRecordRequest) error
Click to show internal directories.
Click to hide internal directories.