| 953 | } |
| 954 | |
| 955 | type 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 | |
| 967 | type Workspace struct { |
| 968 | ID uuid.UUID |
nothing calls this directly
no outgoing calls
no test coverage detected