MCPcopy Index your code
hub / github.com/netdata/netdata / tcpServer

Struct tcpServer

src/go/plugin/go.d/pkg/socket/server.go:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type tcpServer struct {
27 addr string
28 listener net.Listener
29 wg sync.WaitGroup
30 ctx context.Context
31 cancel context.CancelFunc
32}
33
34func (t *tcpServer) Run() error {
35 var err error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected