| 133 | var _ tailnet.Subscription = (*sub)(nil) |
| 134 | |
| 135 | type 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 | |
| 145 | var _ tailnet.WorkspaceUpdatesProvider = (*updatesProvider)(nil) |
| 146 |
nothing calls this directly
no outgoing calls
no test coverage detected