package tcp type nodeServer struct { } func (s *nodeServer) Run() error { return nil }