AGPLWorkspaceProxiesFetchUpdater implements WorkspaceProxiesFetchUpdater to the extent required by AGPL code. Which isn't that much.
| 27 | // AGPLWorkspaceProxiesFetchUpdater implements WorkspaceProxiesFetchUpdater |
| 28 | // to the extent required by AGPL code. Which isn't that much. |
| 29 | type AGPLWorkspaceProxiesFetchUpdater struct{} |
| 30 | |
| 31 | func (*AGPLWorkspaceProxiesFetchUpdater) Fetch(context.Context) (codersdk.RegionsResponse[codersdk.WorkspaceProxy], error) { |
| 32 | return codersdk.RegionsResponse[codersdk.WorkspaceProxy]{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected