Documentation ¶
Index ¶
- type HistoryChannel
- func (c *HistoryChannel) Add(m channel.Msg)
- func (c *HistoryChannel) AddLog(cl channel.Client, m channel.Msg)
- func (c *HistoryChannel) Close() error
- func (c *HistoryChannel) HandleBIN(cl channel.Client, r channel.BinaryReader) error
- func (c *HistoryChannel) HandleJSON(cl channel.Client, r io.Reader) (io.Reader, error)
- func (c *HistoryChannel) Register(chnl string, s channel.Sender) error
- func (c *HistoryChannel) Run() error
- type Log
- type Output
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HistoryChannel ¶
type HistoryChannel struct { *channel.BinaryHistory channel.Limit // contains filtered or unexported fields }
func (*HistoryChannel) Add ¶
func (c *HistoryChannel) Add(m channel.Msg)
func (*HistoryChannel) Close ¶
func (c *HistoryChannel) Close() error
func (*HistoryChannel) HandleBIN ¶
func (c *HistoryChannel) HandleBIN(cl channel.Client, r channel.BinaryReader) error
func (*HistoryChannel) HandleJSON ¶
func (*HistoryChannel) Register ¶
func (c *HistoryChannel) Register(chnl string, s channel.Sender) error
func (*HistoryChannel) Run ¶
func (c *HistoryChannel) Run() error
Click to show internal directories.
Click to hide internal directories.