MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / server

Struct server

http/server_impl.go:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type server struct {
19 name string
20 lock *sync.Mutex
21 handler goHttp.Handler
22 config config.HTTPServerConfiguration
23 tlsConfig *tls.Config
24 srv *goHttp.Server
25 goLogger io.Writer
26 onReady func(string)
27}
28
29func (s *server) String() string {
30 return s.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected