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

Interface ServerAPI

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

ServerAPI defines the interface for QUIC server operations

Source from the content-addressed store, hash-verified

14
15// ServerAPI defines the interface for QUIC server operations
16type ServerAPI interface {
17 StartAndAccept(ctx context.Context, udpConn *net.UDPConn, cfg *config.Config) (quic.Connection, error)
18}
19
20// Server manages QUIC server functionality
21type Server struct{}

Callers 1

LaunchMethod · 0.65

Implementers 1

Serverinternal/quic/server.go

Calls

no outgoing calls

Tested by

no test coverage detected