GetVNCService returns the VNC service instance.
()
| 9 | |
| 10 | // GetVNCService returns the VNC service instance. |
| 11 | func (a *App) GetVNCService() *vnc.Service { |
| 12 | return a.vncService |
| 13 | } |
| 14 | |
| 15 | // startVNCSessionMonitoring starts a background goroutine to monitor and update VNC session count. |
| 16 | func (a *App) startVNCSessionMonitoring() { |
no outgoing calls
no test coverage detected