(userID uuid.UUID)
| 61 | // subscription mutation handlers invalidate cached subscriptions. |
| 62 | type SubscriptionCacheInvalidator interface { |
| 63 | InvalidateUser(userID uuid.UUID) |
| 64 | } |
| 65 | |
| 66 | type options struct { |
no outgoing calls
no test coverage detected