Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPSender ¶
type HTTPSender struct {
// contains filtered or unexported fields
}
func (*HTTPSender) Send ¶
func (s *HTTPSender) Send()
Send is an empty method to distinguish from other interfaces
func (*HTTPSender) Start ¶
func (s *HTTPSender) Start()
func (*HTTPSender) Stop ¶
func (s *HTTPSender) Stop()
type Sender ¶
type Sender interface { Start() Stop() Send() }
func NewSender ¶
func NewSender(cfg Config, in chan *profile_models.ProfileInfo) Sender
Click to show internal directories.
Click to hide internal directories.