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

Struct AGPLWorkspaceProxiesFetchUpdater

coderd/healthcheck/workspaceproxy.go:29–29  ·  view source on GitHub ↗

AGPLWorkspaceProxiesFetchUpdater implements WorkspaceProxiesFetchUpdater to the extent required by AGPL code. Which isn't that much.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected