MCPcopy Index your code
hub / github.com/coder/coder / InvalidateUser

Method InvalidateUser

coderd/webpush/webpush.go:63–63  ·  view source on GitHub ↗
(userID uuid.UUID)

Source from the content-addressed store, hash-verified

61// subscription mutation handlers invalidate cached subscriptions.
62type SubscriptionCacheInvalidator interface {
63 InvalidateUser(userID uuid.UUID)
64}
65
66type options struct {

Implementers 2

testWebpushDispatchercoderd/webpush_test.go
Webpushercoderd/webpush/webpush.go

Calls

no outgoing calls

Tested by

no test coverage detected