MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / Server

Struct Server

internal/quic/server.go:21–21  ·  view source on GitHub ↗

Server manages QUIC server functionality

Source from the content-addressed store, hash-verified

19
20// Server manages QUIC server functionality
21type Server struct{}
22
23// New creates a new QUIC server
24func New() *Server {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected