MCPcopy Create free account
hub / github.com/dim-an/cod / serverImpl

Struct serverImpl

server/server.go:75–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type serverImpl struct {
76 listener net.Listener
77
78 wg sync.WaitGroup
79
80 mutex sync.Mutex
81 initialized bool
82 configuration *Configuration
83 shellInfoMap map[int]*shellInfo
84 storage datastore.Storage
85
86 userConfiguration UserConfiguration
87}
88
89func (s *serverImpl) Serve() (err error) {
90 log.Printf("Start serving requests")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected