MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / NewServer

Function NewServer

internal/vnc/server.go:34–36  ·  view source on GitHub ↗

NewServer creates a new embedded HTTP server for VNC connections.

()

Source from the content-addressed store, hash-verified

32
33// NewServer creates a new embedded HTTP server for VNC connections.
34func NewServer() *Server {
35 return NewServerWithLogger(nil)
36}
37
38// NewServerWithLogger creates a new embedded HTTP server with a shared logger.
39func NewServerWithLogger(sharedLogger *logger.Logger) *Server {

Callers

nothing calls this directly

Calls 1

NewServerWithLoggerFunction · 0.85

Tested by

no test coverage detected