Documentation ¶ Index ¶ func Register() type HttpSender func (hs *HttpSender) GetUrl() string func (hs *HttpSender) Send(bkDataID int64, msg *message.Message) error func (hs *HttpSender) SendSync(bkDataID int64, msg *message.Message) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Register ¶ func Register() Types ¶ type HttpSender ¶ type HttpSender struct { // contains filtered or unexported fields } func (*HttpSender) GetUrl ¶ func (hs *HttpSender) GetUrl() string func (*HttpSender) Send ¶ func (hs *HttpSender) Send(bkDataID int64, msg *message.Message) error func (*HttpSender) SendSync ¶ func (hs *HttpSender) SendSync(bkDataID int64, msg *message.Message) error Source Files ¶ View all Source files http.go Click to show internal directories. Click to hide internal directories.