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

Method Update

tailnet/controllers.go:122–122  ·  view source on GitHub ↗
(WorkspaceUpdate)

Source from the content-addressed store, hash-verified

120// UpdatesHandler is anything that expects a stream of workspace update diffs.
121type UpdatesHandler interface {
122 Update(WorkspaceUpdate) error
123}
124
125// ControlProtocolClients represents an abstract interface to the tailnet control plane via a set

Callers 9

TestTunnel_PeerUpdateFunction · 0.65
TestTunnel_slowPingFunction · 0.65
TestTunnel_stopMidPingFunction · 0.65
handleUpdateMethod · 0.65
startPtyFunction · 0.65
updateEntitlementsMethod · 0.65

Implementers 9

MetricsAggregatorcoderd/prometheusmetrics/aggregator.go
fakeWorkspaceProxyFetchUpdatercoderd/healthcheck/workspaceproxy_test
AGPLWorkspaceProxiesFetchUpdatercoderd/healthcheck/workspaceproxy.go
Setcoderd/entitlements/entitlements.go
updatervpn/tunnel.go
selectModelcli/cliui/select.go
multiSelectModelcli/cliui/select.go
fakeUpdateHandlertailnet/controllers_test.go
workspaceProxiesFetchUpdaterenterprise/coderd/workspaceproxy.go

Calls

no outgoing calls