EventKind is a kind of event to subscribe to from a client.
| 9 | |
| 10 | // EventKind is a kind of event to subscribe to from a client. |
| 11 | type EventKind string |
| 12 | |
| 13 | const ( |
| 14 | // EventKindJobCancelled occurs when a job is cancelled. |
no outgoing calls
no test coverage detected