Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecordedMessage ¶
type RecordedMessage struct {
Offset float64
Exchange string
RoutingKey string
Pub amqp.Publishing
// contains filtered or unexported fields
}
func DeliveryToRecordedMessage ¶
func DeliveryToRecordedMessage(d amqp.Delivery) RecordedMessage
type Recording ¶
type Recording struct {
// contains filtered or unexported fields
}
func NewRecording ¶
func (*Recording) PlayRecording ¶
func (r *Recording) PlayRecording() (<-chan RecordedMessage, error)
func (*Recording) RecordMessage ¶
func (r *Recording) RecordMessage(msg RecordedMessage) error
func (*Recording) StartRecordingTime ¶
func (r *Recording) StartRecordingTime()
Click to show internal directories.
Click to hide internal directories.