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

Struct SubscriptionArgs

example_subscription_test.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type SubscriptionArgs struct {
20 Cancel bool `json:"cancel"`
21 Fail bool `json:"fail"`
22}
23
24func (SubscriptionArgs) Kind() string { return "subscription" }
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected