MCPcopy Index your code
hub / github.com/riverqueue/river / EventKind

TypeAlias EventKind

event.go:11–11  ·  view source on GitHub ↗

EventKind is a kind of event to subscribe to from a client.

Source from the content-addressed store, hash-verified

9
10// EventKind is a kind of event to subscribe to from a client.
11type EventKind string
12
13const (
14 // EventKindJobCancelled occurs when a job is cancelled.

Callers 2

Test_Client_SubscribeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected