Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReceiveChannel ¶
type ReceiveChannel struct { Ch chan []byte Leader string // contains filtered or unexported fields }
func NewReceiveChannel ¶
func NewReceiveChannel(name string, leader string, offset uint64) *ReceiveChannel
func (*ReceiveChannel) GetChannel ¶
func (rc *ReceiveChannel) GetChannel() (chan []byte, error)
Not thread safe
Click to show internal directories.
Click to hide internal directories.