Documentation
¶
Index ¶
- type QQChannel
- func (q *QQChannel) Close(_ context.Context) error
- func (q *QQChannel) HandleRawEvent(payload []byte) error
- func (q *QQChannel) Healthy() bool
- func (q *QQChannel) Init(ctx context.Context, conf *models.NotificationConf) error
- func (q *QQChannel) OnInbound(handler notify.InboundHandler)
- func (q *QQChannel) Send(ctx context.Context, n notify.Notification) error
- func (q *QQChannel) SupportsInbound() bool
- func (q *QQChannel) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QQChannel ¶
type QQChannel struct {
// contains filtered or unexported fields
}
func (*QQChannel) HandleRawEvent ¶
func (*QQChannel) OnInbound ¶
func (q *QQChannel) OnInbound(handler notify.InboundHandler)
func (*QQChannel) SupportsInbound ¶
Click to show internal directories.
Click to hide internal directories.