Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct {
// contains filtered or unexported fields
}
func (*Channel) SetReaderMiddleWares ¶
func (channel *Channel) SetReaderMiddleWares(mw ...goChan.Middleware)
func (*Channel) SetWriterMiddleWares ¶
func (channel *Channel) SetWriterMiddleWares(mw ...goChan.Middleware)
type ChannelConfig ¶
type Manager ¶
func NewManager ¶
func (Manager) CreateChannel ¶
func (manager Manager) CreateChannel(name string, config goChan.ConfigInterface) (goChan.ChannelInterface, error)
type ReaderInterface ¶
type WriterInterface ¶
Click to show internal directories.
Click to hide internal directories.