Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNonSuccessCode = errors.New("non-2xx response code")
)
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
func New ¶
func New(buffer int) *Dispatcher
func (*Dispatcher) Create ¶
func (wd *Dispatcher) Create(webhook schema.Webhook) notifications.Notification
func (*Dispatcher) Run ¶
func (wd *Dispatcher) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.