mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-19 15:19:55 +00:00
Fix golangci-lint and Sonar: drop newZlibState, extract applyEncoding, inline stub comment
This commit is contained in:
@@ -10,7 +10,8 @@ type vncServer interface{}
|
||||
|
||||
func (e *Engine) updateVNC(_ *mgmProto.SSHConfig) error { return nil }
|
||||
|
||||
// updateVNCServerAuth is a no-op on platforms without a VNC server.
|
||||
func (e *Engine) updateVNCServerAuth(_ *mgmProto.VNCAuth) {}
|
||||
func (e *Engine) updateVNCServerAuth(_ *mgmProto.VNCAuth) {
|
||||
// no-op on platforms without a VNC server
|
||||
}
|
||||
|
||||
func (e *Engine) stopVNCServer() error { return nil }
|
||||
|
||||
Reference in New Issue
Block a user