MCPcopy
hub / github.com/passteque/gluetun / Server

Struct Server

internal/healthcheck/server.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Server struct {
11 logger Logger
12 handler *handler
13 config settings.Health
14}
15
16func NewServer(config settings.Health, logger Logger) *Server {
17 return &Server{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected