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

Struct updatesProvider

coderd/workspaceupdates.go:135–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133var _ tailnet.Subscription = (*sub)(nil)
134
135type updatesProvider struct {
136 ps pubsub.Pubsub
137 logger slog.Logger
138 db UpdatesQuerier
139 auth rbac.Authorizer
140
141 ctx context.Context
142 cancelFn func()
143}
144
145var _ tailnet.WorkspaceUpdatesProvider = (*updatesProvider)(nil)
146

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected