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

Struct TunnelAllWorkspaceUpdatesController

tailnet/controllers.go:955–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955type TunnelAllWorkspaceUpdatesController struct {
956 coordCtrl *TunnelSrcCoordController
957 dnsHostSetter DNSHostsSetter
958 dnsNameOptions DNSNameOptions
959 updateHandler UpdatesHandler
960 ownerUsername string
961 logger slog.Logger
962
963 mu sync.Mutex
964 updater *tunnelUpdater
965}
966
967type Workspace struct {
968 ID uuid.UUID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected