(context.Context, uuid.UUID, codersdk.WebpushMessage)
| 467 | } |
| 468 | |
| 469 | func (n *NoopWebpusher) Dispatch(context.Context, uuid.UUID, codersdk.WebpushMessage) error { |
| 470 | return xerrors.New(n.Msg) |
| 471 | } |
| 472 | |
| 473 | func (n *NoopWebpusher) Test(context.Context, codersdk.WebpushSubscription) error { |
| 474 | return xerrors.New(n.Msg) |