Versions in this module Expand all Collapse all v0 v0.2.0 Sep 26, 2023 v0.1.1 Sep 24, 2023 v0.1.0 Sep 24, 2023 Changes in this version + var ErrNonSuccessCode = errors.New("non-2xx response code") + type Dispatcher struct + func New(buffer int) *Dispatcher + func (wd *Dispatcher) Dispatch(ctx context.Context, webhook schema.Webhook, payload []byte) error + func (wd *Dispatcher) Run(ctx context.Context)