Documentation
¶
Index ¶
- type Manager
- type Receiver
- type Sender
- func (s *Sender) Broadcast(resendTimeout time.Duration, resendExpiry time.Duration, ...)
- func (s *Sender) MarkAck(container *types.Container)
- func (s *Sender) Send(resendPeriod time.Duration, resendExpiry time.Duration, ...) error
- func (s *Sender) SendAck(container *types.Container) error
- func (s *Sender) Start()
- func (s *Sender) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
type Receiver ¶
type Receiver struct {
// contains filtered or unexported fields
}
func NewReceiver ¶
Click to show internal directories.
Click to hide internal directories.